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; }

.newsHeader { 
 font-family: verdana;
 font-size: 18px;
 color: #FFFFFF;
 font-weight: bold; 
}

a.newsHeader:link { color:#FFFFFF;text-decoration:none; }
a.newsHeader:visited { color:#FFFFFF;text-decoration:none; }
a.newsHeader:hover { color:#999999;text-decoration:none; }

.newsDetail { 
 font-family: verdana;
 font-size: 10px;
 color: #555555;
 font-weight: bold; 
}

a.newsDetail:link { color:#444444;text-decoration:none; }
a.newsDetail:visited { color:#444444;text-decoration:none; }
a.newsDetail:hover { color:#333333;text-decoration:none; }

.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;
}

.footheader {
 font-family: verdana;
 font-size: 16px;
 color: #990000;
}

.copyright {
 font-family: verdana;
 font-size: 9px;
 color: #FFFFFF;
}

.image { border: 1px solid rgb(255,255,255); margin:1px; }

.menuIcon { float:left; margin-left:3px; margin-top:6px; }

.content {position:relative; width:100%;}

.newsBody {
 font-family: verdana;
 font-size: 12px;
 line-height: 18px;
 color: #FFFFFF;
}

.newsThumb {margin-right:3px; margin-bottom:3px; padding:5px; border: solid white 1px; background:#666666;}
.newsThumb:hover {border: solid white 1px; background:#333333;}

.location {
 font-family: arial;
 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; }

.foot {
 font-family: verdana;
 font-size: 10px;
 color: #999999;
}
a.foot:link { color:#999999;text-decoration:none; }
a.foot:visited { color:#999999;text-decoration:none; }
a.foot:hover { color:#777777;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.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 12px Verdana;
 line-height:20px;
 z-index:100;
 background-color: #222222;
}

#dropmenudiv a {
 width: 100%;
 display: block;
 text-indent: 3px;
 border-bottom: 1px solid #111111;
 padding: 3px 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; font-family: verdana; }
.genmed { font-size : 11px; font-family: verdana; }
.gensmall { font-size : 10px; font-family: verdana; }
.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: #555555; 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; font-family: verdana; }
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;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

/** Style the tweets */
/**
#tweet {
  border: 1px solid #e5e5e5;
  padding: 5px;
}
*/

#tweet UL {
  list-style: none;
  padding: 0;
}

#search_options { display: none }
