@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background:#99A7AF url(../images/bg.png) repeat-x;
	color:#333;
}

a { outline:none; }

.TopMenu {
	color:#E1E1E1;
	font-weight:bold;
}

.TopMenu a {
	color:#D5D5D5;
	text-decoration:none;
}

.TopMenu a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	border-bottom: dotted 1px #FFF;
}

.MemberMenu {
	color:#666;
}

.MemberMenu a {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

.MemberMenu a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom: dotted 1px #000;
	font-weight:bold;
}

.Copyright {
	color:#EEE;
	font-size:11px;
}

.SideBarTitle {
	color: #334F60;
	font-size:14px;
	font-weight: bold;
	display: block;
	border-bottom: solid 1px #334F60;
	padding-bottom:5px;
}

.SideBarList {
	margin: 0px;
	padding-left: 20px;
	list-style-image:url(../images/bullet.gif);
}

.SideBarList li {
	padding: 2px 0px;
}

.SideBarList li a, .MemberLinks {
	color:#333;
	text-decoration:none;
}

.SideBarList li a:hover, .MemberLinks:hover {
	color:#F30;
	text-decoration:none;
}

#SearchResults table {
	/*border: solid 1px #83D560;*/
}

#SearchResults th {
	color: #1B4A7A;
	text-decoration: none !important;
	border-bottom: solid 1px #378AC8;
}

#SearchResults th a {
	color: #2B5A8A;
	text-decoration: none !important;
}

#SearchResults th a:hover {
	color: #0B3A6A;
	border-bottom: dotted 1px #0B3A6A;
}

#SearchResults td {
	border-bottom:dotted 1px #CCC;
	color: #666;
}

#SearchResults td.featuredtd {
	border-bottom:dotted 1px #CCC;
	background: #FCFBD6;
	color: #000;
	/*font-weight: bold;*/
}

input[type="text"], input[type="password"], textarea, select {
	background:#F2F2F2 url(../images/textfield_bg.png) repeat-x;
	border: solid 1px #B6B6B7;
	padding:3px;
}

.Link {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

.Link2 {
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

.Link:hover {
	color:#F30;
	text-decoration:none;
	border-bottom: dotted 1px #F30;
}

.FieldExplanation {
	color:#666;
	font-size:11px;
}

.visitortable {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #E0E0E0;
	background:#F0F0F0;
	padding: 2px;
}

.visitortable:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	padding: 2px;
	background:#E0E0E0;
	cursor: pointer;
}


/* BOOKMARKING */
.tools {clear:both;margin:0 0 10px;padding:0;}
.tools li {float:left;margin:-3px 10px 0 0;padding:1px 0;list-style-type:none;}
.tools li a {display:block;color:#0163a0;font-size:11px;line-height:15px;}
.tools li a:hover {background-color:#e9cccc;}
.tools li.email a {background-position:2px -18px;}
.tools li.print a {background-position:2px 1px;}
.tools li a.comment {background-position:2px -36px;}
.tools li.rss a {background-position:2px -56px;}
.tools li.buzz {clear:left;}
.tools li.digg {padding-top:4px;}
.tools li.buzz a,
.tools li.digg a {background:none;padding:0;}
/*IE6*/ html>body .tools li {margin:0 10px 10px 0;}
/*IE7*/ *:first-child+html .tools li {margin:-3px 10px 0 0;}

.titlediv {
	background:url(../images/detail_title_bg.png) no-repeat;
	color:#004080;
	padding: 7px 0 6px 7px;
	font-weight: bold;
}

.detailtable {
	border-left: solid 1px #A8D3FF;
	border-right: solid 1px #A8D3FF;
	background:#F2F9FF;
}

.fieldtitle {
	width: 120px;
	background:#D7EBFF;
}

.fieldvalue {
	background:#F2F9FF;
}

.borders {
	background:#FFFFFF;
}

#catlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

#catlist li {
	float: left;
	margin: 0 0.15em;
	width: 150px;
	padding: 4px;
}

#catlist li a {
	color: #333;
	background:url(../images/bullet_blue.png) no-repeat;
	padding-left: 18px;
}

#catlist li a:hover {
	color: #F60;
}


