body 
{ 
	background-color: #000; 
	color: #FFF; 
}

body, p, ol, ul, td, div 
{
  font-family: verdana, arial, helvetica, sans-serif;

}

h1
{
	color: #FFF;
	padding: 0px;
}

pre 
{
  background-color: #ccc;
  color: #000;
  padding: 10px;
  font-size: 11px;
}

a 
{ 
	color: #FCFCFC;
	text-decoration: underline;	
}

a:visited 
{ 
	color: #ACACAC;
	text-decoration: none;		 
}

a:hover
{
    color: #FFF; 
    text-decoration: bold;	
}

.newcommentprelink
{	
	text-decoration: none;
}

.netcommentprelink:hover
{
	text-decoration: underline;
}

.abright
{
	color: #FFF;
	text-decoration: none;
}

.abright:visited
{
	color: #FFF;	
}

.abright:hover
{
	text-decoration: underline;
}

textarea
{
    background: #E1E1E1;
    font-family: tahoma; 

}

.headline, .headline:visited
{
	text-decoration: none;
	color: #FFF;	
	font-size: 15px;
	font-weight: bold;
}

.userlink, .userLink
{
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}

.userlink:hover, .userLink:hover
{
	font-size: 13px;
}

.newsdiv
{
	border-style: solid;
	border-width: 1px;	
	border-color: #a1a1a1;
	background-color: #000;
	color: #fff;	
	padding: 0px;		
}

.newsheadingdiv
{
	background-color: #700000;
	height: 20px;	
	padding: 3px;
	font-size: 11px;
	color: #FFF;	
}

.newsbodydiv
{
	font-size: 12px;	
	margin-top: 5px;
	a:link{ color: #FF0FF0}
}


.newsbody
{	
   	margin-left: 10px;
   	border: 0px solid gray;
   	margin-right: 5px;

}

.newsoptionbody
{
	margin-left: 10x;	
	font-size: 10px;
	padding: 2px;
	border: 0px solid gray;
}

.mainBannerDiv 
{
	background-image:	url('../images/www.ratfest.org.png');
	height: 200px;
	width: 100%;
	background-repeat: no-repeat
}

.askBannerDiv 
{
	background-image:	url('../images/askratmansrbanner1.png');
	height: 300px;
	width: 100%;
	background-repeat: no-repeat
}


.sectionHeadingDiv
{
	border-top-color: #700000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #700000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 1px;
}
.sectionHeading
{
	color: #FFF;
	padding: 0px;
	font-size: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
}


.navBarDiv
{
   color: #FFF;
   background-color: #700000;    
   border-style: solid;
	border-width: 1px;	
	border-color: #c1c1c1;
	padding: 3px;
	height: 18px;
	margin-top: 10px;
}

.sideBarDiv
{
   	border-style: solid;
	border-width: 0px;	
	border-color: #a1a1a1;
}

.sideBarHeadingDiv
{
    background-color: #700000;    
   	color: #FFF;	
	padding: 3px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;	
	border-color: #a1a1a1;
}

.sideBarBodyDiv
{
    padding: 10px;
    border: 0px solid gray;  
    border-bottom-width: 0px;
}

.commentHeadingDiv
{
    background-color: #700000;
	padding: 3px;
	font-size: 11px;		
	text-decoration: none;
	color: #FFF;	
	font-weight: bold;
}

.commentBodyDiv
{
    
}

.subjectcell
{
    font-size: 11px;
    padding: 4px 12px 7px 12px;
}


.sideBarMainSectionDiv
{         
    float: right;
    width: 500px;
    margin-top: 20px;
    
}

.newsMainSectionDiv
{    
    margin-right: 560px; 
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0; 
 }
 

.by
{	
    width: 100px; 
    float: left;
    height: 18px;
    max-height: 18px;
    overflow: hidden;
    white-space: nowrap;    
    border: 0px solid gray;  
    border-bottom-width: 0px;
}

.qlinkby
{	
    height: 18px;
    max-height: 18px;
    padding: 0 0 0 0px;    
    border: 0px solid gray;  
    overflow: hidden;
    margin-left: 10px;
    margin-right: 5px;
    border-bottom-width: 0px;
    text-align: right;
}



.newCommentLink
{
    height: 18px;
    max-height: 18px;
    padding: 0 0 0 0px;
    border: 0px solid gray;
    overflow: hidden;
    margin-left: 10px;
    border-bottom-width: 0px;
}

/* New Replays sidebar widget. The legacy markup was a <table>; the rewrite
   is a CSS grid, so the selector matches a class on the wrapper div (see
   sidebar.html). rf3 has no global no-underline `a` rule (war3 does), so
   without this the replay title would inherit the browser's default
   underline and look noisy. Hover restores the underline as a hint. */
.sideBarNewReplays a, .sideBarNewReplays a:visited
{
    text-decoration: none;
}
.sideBarNewReplays a:hover
{
    text-decoration: underline;
}

.qlinkline
{
	width: w00px; 
   float: left;
   height: 18px;
   max-height: 18px;
   overflow: hidden;
   white-space: nowrap;    
   border: 0px solid gray;  
   border-bottom-width: 0px;
   margin-left: 5px;
   text-decoration: none;
}

.container
{
    width: 100%;
    margin: 0px;
    border: 0px solid gray;  
    padding: 0;      
}

.newsTitle
{
    float: left;    
    height: 20px;
}

.newsAuthor
{
    float: right;
}

.gray
{ 
    color: #a1a1a1;
}

.loginOptions
{
	width: 50%;
	float: right;	
	white-space: nowrap;
}

.loginInfo
{
	width: 50%;	
	margin-right: 50%;
	white-space: nowrap;	
}



.SmallHeadline
{	
	color: #fcd211;
}

.smalllink
{
	font-size: 8px;
	text-decoration: none;
}

.fag
{
	color: #8b3e84;
	background-color: #ffe7ff;
	border-style: solid;
	border-width: 3px;	
	border-color: #8b3e84;
	
}

.writeinField
{
	width: 100px;
	font-size: 10px;
	color: #000000
}