body {
 scrollbar-face-color: #000000;
 scrollbar-shadow-color: #333333;
 scrollbar-highlight-color: #000000;
 scrollbar-3dlight-color: #333333;
 scrollbar-darkshadow-color: #000000;
 scrollbar-track-color: #000000;
 scrollbar-arrow-color: #333333;
 background-repeat: no-repeat;
 background-position: top right;
 background-attachment: fixed;
}

a:link { color:#dbd8c2;text-decoration:underline; }
a:visited { color:#dbd8c2;text-decoration:underline; }
a:hover	{ color:#C5C09B;text-decoration:underline; }

.button {
 background-color:#000000;
 border-bottom:#555555 1px solid;
 border-left:#555555 1px solid;
 border-right:#555555 1px solid;
 border-top:#555555 1px solid;
 color:#555555;
 font-family: verdana, arial, helvetica;
 font-size: 12;
 font-weight: bold;
}

.newsHeader { 
 font-family: verdana;
 font-size: 16px;
 color: #FFFFFF;
 font-weight: bold; 
}

.small {
 font-family: verdana;
 font-size: 10px;
 color: #FFFFFF;
}

.medium {
 font-family: verdana;
 font-size: 12px;
 color: #FFFFFF;
}

.large {
 font-family: verdana;
 font-size: 16px;
 color: #FFFFFF;
}

.huge {
 font-family: verdana;
 font-size: 20px;
 color: #FFFFFF;
}

.copyright {
 font-family: verdana;
 font-size: 9px;
 color: #FFFFFF;
}

.image { border: 1px solid rgb(255,255,255); }

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
 position: absolute;
 left: 0;
 top: 0;
 width: auto;
 padding: 10px;
 padding-bottom: 0;
 background: #313131;
 visibility: hidden;
 z-index: 10;
 cursor: hand;
 cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
 font: bold 16px Tahoma;
 letter-spacing: 5px;
 line-height: 1.1em;
 color: white;
 padding: 5px 0;
 text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
 background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
 position: absolute;
 visibility: hidden;
 border: 1px solid black;
 background-color: #EFEFEF;
 padding: 5px;
 z-index: 5;
}


.content {position:relative; width:100%;}

.newsBody {
 font-family: verdana;
 font-size: 12px;
 color: #FFFFFF;
}

.location {
 font-family: verdana;
 font-size: 18px;
 color: #FFFFFF;
 text-shadow: 2px 2px 2px #000000;
 filter:DropShadow(Color=#000000, OffX=5, OffY=5)

}

a.location:link { color:#FFFFFF;text-decoration:none; }
a.location:visited { color:#FFFFFF;text-decoration:none; }
a.location:hover { color:#999999;text-decoration:none; }

.account {
 font-family: verdana;
 font-size: 10px;
 color: #FFFFFF;
}
a.account:link { color:#FFFFFF;text-decoration:none; }
a.account:visited { color:#FFFFFF;text-decoration:none; }
a.account:hover { color:#999999;text-decoration:none; }

.latestTopics {
 font-family: verdana;
 font-size: 10px;
 color: #FFFFFF;
}
a.latestTopics:link { color:#FFFFFF;text-decoration:none; }
a.latestTopics:visited { color:#FFFFFF;text-decoration:none; }
a.latestTopics:hover { color:#999999;text-decoration:none; }

a.newsDetails:link { color:#FFFFFF;text-decoration:none; }
a.newsDetails:visited { color:#FFFFFF;text-decoration:none; }
a.newsDetails:hover { color:#999999;text-decoration:none; }

a.newsBody:link { color:#dbd8c2;text-decoration:underline; }
a.newsBody:visited { color:#dbd8c2;text-decoration:underline; }
a.newsBody:hover { color:#C5C09B;text-decoration:underline; }

a.menu:link { color:#FFFFFF;text-decoration:none; }
a.menu:visited { color:#FFFFFF;text-decoration:none; }
a.menu:hover { color:#999999;text-decoration:none; }

a.announcement:link { color:yellow;text-decoration:none; }
a.announcement:visited { color:yellow;text-decoration:none; }
a.announcement:hover { color:yellow;text-decoration:none; }

#dropmenudiv {
 position:absolute;
 border:1px solid #111111;
 border-bottom-width: 0;
 font:normal 10px Verdana;
 line-height:18px;
 z-index:100;
 background-color: #222222;
}

#dropmenudiv a {
 width: 100%;
 display: block;
 text-indent: 3px;
 border-bottom: 1px solid #111111;
 padding: 1px 0;
 text-decoration: none;
 color: #FFFFFF;
}

#dropmenudiv a:hover { 
 background-color: #333333; 
 color: #FFFFFF;
}

#dhtmltooltip{
position: absolute;
left: -300px;
border: 1px solid white;
padding: 4px;
background-color: #111111;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFFF;  }
select.genmed { color : #FFFFFF;  }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFFF; text-decoration: none; }

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #FFFFFF;
	background-color: #000000; border: #FFFFFF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; line-height: 125%;
	background-color: #000000; border: #FFFFFF; border-style: dotted;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* The content of the posts (body of text) */
.postbody { font-size : 12px; color : #FFFFFF;}
a.postlink:link	{ text-decoration: none; color : #FFFFFF; }
a.postlink:visited { text-decoration: none; color : #FFFFFF; }
a.postlink:hover { text-decoration: none; color : #FFFFFF}

.spoiler {background: #000000; color: #000000}

#mediaPlayer {
border: 1px solid #333333;
}

