/* CSS Document - Libraries & Directories - Main/Common Settings */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Trebuschet MS, Trebuchet, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #999;
	min-width: 780px;
	width: expression(document.body.clientWidth < 780? "780px": "auto" );
}

h1,h2,h3,h4,h5,h6 {display: inline;}

a:hover {text-decoration: underline;	border:0;}
a,a:link,a:active,a:visited {color:#960;	text-decoration: none;}
a.rm, a.rm:visited, .rm {color: #036; font-weight: bold;}
a.bl, a.bl:visited, .bl {color: #009; font-weight: bold;}
a.bd, a.bd:visited, .bd {color: #009; font-weight: bold;}
a.sl, a.sl:visited, .sl {color: #004600; font-weight: bold;}
a.sd, a.sd:visited, .sd {color: #004600; font-weight: bold;}
a.hr, a.hr:visited, .hr {color: #594570; font-weight: bold;}
a.tl, a.tl:visited, .tl {color: #F60; font-weight: bold;}
a.te, a.te:visited, .te {color: #F60; font-weight: bold;}
a.lr, a.lr:visited, .lr {color: #900; font-weight: bold;}
a.ba, a.ba:visited, .ba {color: #692A00; font-weight: bold;}

img {border:none;}

table, tr, td, th {font-size: 1em;}

#container {
	background: #FFF; 
	margin: 0 15px;
	padding: 4px;
	border-left:6px solid #666;
	border-right:6px solid #666;
	border-bottom:6px solid #666;    
	overflow-x: hidden;
}

#wrapper {float:left;	width:100%;}
#content {
	margin: 3px 153px 0 178px; 
	border-top: 2px solid #999; 
	border-right: 2px solid #999; 
	border-left: 2px solid #999; 
	padding: 8px;
	min-height: 500px;   
	overflow-x: hidden;
}	

#sitemap {
	margin: 0px 153px 0 178px; 
	font-size: 10px;
	padding: 10px;
	border-bottom: 2px solid #999; 
	border-right: 2px solid #999; 
	border-left: 2px solid #999; 
}

#main {margin-left: -19px;}

#nava .currentsection a {
	font-weight: bold;
	text-decoration:none;
	display:block;
	color:#000000;
	background: #E1D187;
	border-bottom: 4px solid #E1D187;
}
#nava .currentsection a:hover {
	text-decoration: underline;
	background: #E6DCAE;
}
#nava li a {
	font-weight: bold;
	text-decoration:none;
	display:block;
	font-size:1.1em;
	padding:4px;
	color:#000000;
	background: #C5A81C;
	border-bottom: 4px solid #FFFFFF;
}

#navb li a {
	text-decoration:none;
	display:block;
	padding:4px;
	color:#000;
	font-size: .9em;
}
#navb {background: #E1D187;}
#navb li {border-right: 1px solid #FFF;}
#nava li {border-right: 4px solid #FFF;}

#nava li a:hover {
	color:#000;
	text-decoration:none;
	background: #E1D187;
}
#navb li a:hover {
	color:#000;
	text-decoration:none;
	background: #E6DCAE;
}

#nava, #navb, #navc, #navd {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	overflow:hidden;
}
#nava li, #navb li {
	float:left;	
	width:auto;
}

#location {
	position:relative;
	font-size: 9px;
	background: #EEE;
	margin: -8px;
	padding: 2px;
}

#lhcol{
	position: relative;
	display: inline;
	float:left;
	width:175px;
	margin-left:-100%;
	padding:0;   
	overflow-x: hidden;
}

#rhcol {
	position: relative;
	display: inline;
	float:left;
	width:150px;
	margin-left:-150px;
	margin-top: 3px;
	padding:0;   
	overflow-x: hidden;
}

#footer {
	position:relative;
	clear:both;
	margin: 0px 0px 6px 0px;
	padding:0px;
	font-size: 11px;
	text-align: center;
}
#footer table {
	margin: auto;
	font-size: 11px; 
	text-align: left;
}

#info{
	float: right;
	margin-right:10px;
	padding: 5px;
	font-size: 10px;
}
#info a {color:#000; text-decoration: underline;}

.libdirlist {	
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#lhcol .infobox h3 {
	display: block;
	width: 100%;
	padding: 5px;
	margin-top: 3px;
	background-image: url('../graphics/headerbg_left.jpg');
	background-repeat:repeat-y;
}

#rhcol .infobox h3 { 
	display: block;
	width: 100%;
	padding: 5px;
	margin-top: 3px;
	background-image: url('../graphics/headerbg_right.jpg');
	background-repeat:repeat-y;
}

.special {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 5px;
}

.myaccount {
	border: 1px solid #FECF4B;
	background: #FEEDB9;
	padding:0px 5px 2px 5px;
	margin:0px 0px 5px 0px;
}

#navc dd {margin:0;}
#navc .gcat {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
#navc .mcat a {color: #000;
}
#navc .mcatoff {margin: 3px 0 3px 0;}
#navc .scat {margin-left: 10px;}
#navc .scatoff {margin-left: 10px;}

#message {background: #FD9; border: 1px solid #FECF4B;}
.msg_error {color:#000; background: #F99; border: 1px solid #900; padding: 5px; width: 400px; margin: auto;}
.msg_confirm {color:#000; background: #9F9; border: 1px solid #090; padding: 5px; width: 400px; margin: auto;}
.admin_error {border: 1px solid #000; background: #FCC; width: 600px; margin: auto; text-align: center;}

.shadow {
 border-top: 1px solid #CCC;
 border-left: 1px solid #CCC;
 border-right: 2px solid #999;
 border-bottom: 2px solid #999;
}

.dashed {border: 1px dashed #999;}
.shade {background: #EFEFEF;}
.secondary {color: #666; font-size: .9em;}
.help {cursor:help;}


.header_mcat {background: #C5A81C; padding: 4px; color: #000; font-size: 1.1em; font-weight: bold;}
.header_mcat a {color: #000;}
.header_scat {background: #E1D187; padding: 2px;}
.record {color: #666; font-size: .9em;}
.action {float: right; font-size: 9px}

.ad			{
	width:150px; 
	border: 1px solid #CCC; 
	overflow: hidden;
	font-size: 10px;
}
.ad a		{text-decoration: none;}
.ad a:hover	{text-decoration: none; color: #000000;}
.AdPreview {
	height: 15px;
	background: url('../graphics/adpreview.png') no-repeat bottom right;
}
.diamond	{height: 150px;}
.platinum	{height: 120px;}
.platinum2	{height: 240px;}
.platinum3	{height: 360px;}
.gold		{height: 90px;}
.gold2		{height: 180px;}
.gold3		{height: 270px;}
.gold4		{height: 360px;}
.silver		{height: 75px;}
.silver2	{height: 150px;}
.silver3	{height: 225px;}
.silver4	{height: 300px;}
.bronze		{height: 60px;}
.bronze2	{height: 120px;}
.bronze3	{height: 180px;}
.bronze4	{height: 240px;}

.advertiser {
	font-size: 9px; 
	margin: -1px 0px 35px 0px; 
	background: #EFEFEF; 
	border: 1px solid #CCC; 
	width: 150px; 
}

#MemberAccountBar {width: 100%; position: fixed; background:#666; height: 18px; top: 0px; left: 0px; padding: 4px 22px; z-index:1;}
#MemberAccountBarSearch {float: right; margin-right: 40px;}
#SearchResultsType {width: 220px; font-size: 10px; background: #CCC;}
