﻿/*@import url('StyleALIVE1.css');*/

h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #003366; 
	text-align: left; 
	line-height: 100%; 
	margin-top: 0.5em; 
	margin-bottom: 0.5em;
}
h1 {font-size:xx-large; text-align:center;}
h2 {font-size:x-large; font-style:italic;}
h3 {font-size:x-large;}
h4 {font-size:large; font-style:italic;}
h5 {font-size:medium;}
h6 {font-size:medium; font-style:italic;}

/*---*/ 

a.norm {font-family:Arial, Helvetica, Sans Serif; color:#0000FF; text-decoration:none;}
a:link.norm {font-family:Arial, Helvetica, Sans Serif; color: #0000FF; text-decoration:none; }
a:visited.norm {font-family:Arial, Helvetica, Sans Serif; color: #336699; text-decoration:none; }
a:hover.norm {font-family:Arial, Helvetica, Sans Serif; color: #006600; text-decoration:underline; }
a:active.norm {font-family:Arial, Helvetica, Sans Serif; color: maroon; text-decoration:underline; }

span.norm {font-family:Arial, Helvetica, Sans Serif; color:#0000FF; text-decoration:none;}
span:link.norm {font-family:Arial, Helvetica, Sans Serif; color: #0000FF; text-decoration:none; }
span:visited.norm {font-family:Arial, Helvetica, Sans Serif; color: #336699; text-decoration:none; }
span:hover.norm {font-family:Arial, Helvetica, Sans Serif; color: #006600; text-decoration:underline; }
span:active.norm {font-family:Arial, Helvetica, Sans Serif; color: #006600; text-decoration:underline; }

span.norm2 {font-family:Arial, Helvetica, Sans Serif; color:inherit; text-decoration:none;}
span:link.norm2 {font-family:Arial, Helvetica, Sans Serif; color: #0000FF; text-decoration:none; }
span:visited.norm2 {font-family:Arial, Helvetica, Sans Serif; color:inherit; text-decoration:none; }
span:hover.norm2 {font-family:Arial, Helvetica, Sans Serif; color: #006600; text-decoration:none; }
span:active.norm2 {font-family:Arial, Helvetica, Sans Serif; color: #006600; text-decoration:none; font-weight:bold; }

span.toggle {
	display: inline; 
	cursor: pointer;
}

span:hover.toggle {
	text-decoration:underline;
	/*color:#84c663;*/
}
div#footer {
    position:static;
    padding:5px;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:small;
    background-color:#036;
    color:white;
    text-align:center;
}
div#footer ul {
	 text-decoration:none;
	 list-style:disc;
}
div#footer li {
	display:inline-block;
	padding:0px 5px 0px 5px;
	font-size:x-small;
}
div#footer a:link,div#footer a:visited {
	color:white;
	text-decoration:none;
}
div#footer a:hover, div#footer a:active {
	color:#006600;
	text-decoration:underline;
}

/* white links that do not turn purple or have underlines */
a:link.noturn {text-decoration: none; color: #ffffff;}
a:visited.noturn {text-decoration: none; color: #ffffff;}
a:hover.noturn {text-decoration: none; color: #ffffff;}
a:active.noturn {text-decoration: none; color: #ffffff;}

/* used for bookmarks that are not distinguished from regular text*/
a:link.bkmk {text-decoration: none; color: #000000;}
a:visited.bkmk {text-decoration: none; color: #000000;}
a:hover.bkmk {text-decoration: none; color: #000000;}
a:active.bkmk {text-decoration: none; color: #000000;}

/* bold blue links without underlines*/
a:link.date {text-decoration: none; font-weight: bold; color: #0000FF;}
a:visited.date {text-decoration: none; font-weight: bold; color: #800080;}
a:hover.date {text-decoration: none; font-weight: bold; color: #6699FF;}
a:active.date {text-decoration: none; font-weight: bold; color: #0000FF;}

/* links that inherit parent text properties */
a:link.nochange {text-decoration:inherit; color:#003366;}
a:visited.nochange {text-decoration:inherit; color:#003366;}
a:hover.nochange {text-decoration:inherit; color:#003366;}
a:active.nochange {text-decoration:inherit; color:#003366;}

a.content {font-family:Arial, Helvetica, Sans Serif; font-size: 11pt; color: #FFFFFF; font-weight:bold; text-decoration:none; }

span.content {font-family:Arial, Helvetica, Sans Serif; font-size: 11pt; color: #FFFFFF; font-weight:bold; text-decoration:none; }

.center {text-align:center;}

/*---*/ 

.auction {
	color:maroon;
	text-align:center;
}

.imagestyle {
	text-align: center;
}

ul#nav li {
	list-style: none;
}

ul#nav li a {
	display: block;
	padding: 0.5em;
	margin: 0px 0px 0px -40px;
/*border: 3px solid white;*/
	background-color: #036;
	text-decoration: none;
	text-align: left;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*height:50px;
	border-bottom:5px white solid;
	vertical-align:middle;*/
}

ul#nav li a:hover {
	background-color: #84c663;
	color:#036;
}

ul.norm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}

ol.norm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}

.content a:link {
	color:blue;
	text-decoration:none;
}

.content a:visited {
	color:blue;
	text-decoration:none;
}

.content a:hover {
	color:blue;
	text-decoration:underline;	
}

.content a:active {
	color:maroon;
	text-decoration:underline;	
}

p {
	color: #000000;
	text-align: left;
	font-family:Arial, Helvetica, Sans Serif;
	font-size:medium;
}

p.bodytext {
	color: black;
}

p.alert {
	color: red;
}

p.subhead {
	color: #003366;
}

p.small {
	font-size: 10pt;
}

p.spacing1 {
	margin-top: 2px;
	margin-bottom: 2px;
}

body {
	text-align: center;
	/*min-width: 800px;
	background-color:#9999FF*/
}

#wrapper {
	padding: 10px;
	margin: 0px auto;
	text-align: left;
	width: 800px;
/*	border: 5px white solid;	*/
}

table.table_layout {
	border: 2px #003366 solid;
	min-width: 600px;
	max-width:1200px;
	min-height: 400px;
}

.layout {
	background-color: #003366;
}

tr.layout {
	background-color: #003366;
	height:100px;
}

ul.bidlist li {
	list-style-type: none;
}

li.li_header {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

input.input_ralign {
	text-align: right;
}

.error {
	font-family:Arial, Helvetica, sans-serif;
	color: red;
	font-weight: bold;
}

label {
	font-weight: bold;
}

#alive_acron {
	padding-top: 20px;
	padding-left: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-weight: bold;
	color: #84c663;
}
#alive_name {
	padding-left: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: white;
	font-style:italic;
}
.acron {
	color:#84c663;
	font-weight:bold;
}

#alivelogo {
	height: 70px;
	width: 70px;
	border: 5px white solid;
	padding:0.5em; 
	margin:10px;
	position:relative; 
	left:0.5em;
	top:0.1em;
	bottom:1.5em;
	vertical-align:middle;
		
}

#alivelogoname {
	 height: 74px; /*75%;*/ 
	 position:relative; 
	 padding:0.5em; 
	 left: 0px; 
	 top: 0px;
	 width: 472px; /*80%;*/
}

.itemcat {
	text-align: center;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	color: maroon;
	padding-top: 5px;
	/*border-bottom:thin;
	border-bottom-color:black;
	border-bottom-style:solid;*/
}
.tablehead {
	border-bottom: black solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	padding: 0px;
}
.listlike {
	cursor: pointer;
	color: blue;
	text-decoration: none;
}
a.listlike.hover {
	text-decoration:underline;
}

#itemtable {
	font-family:Arial, Helvetica, sans-serif;
}
#itemtable td {
	
}

span.bold2 {
	color:#003366;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
