/* Theme by Nick Mahon */
/* http://www.vereor.com */

body
{
	scrollbar-base-color: C41212;
}

/* Default Font Attributes */

body, table, td             
{
	font-family: Verdana; 
	font-size: 10px; 
	color: BCBCBC
}


.smalltext, .mediumtext, .largetext
{ 
	font-family: Verdana, Helvetica; 
	color: BCBCBC
}


.smalltext
{ 
	font-size : 10px; 
}


.mediumtext      
{ 
	font-size : 11px; 
}


.largetext, TD.row1, TD.row2      
{ 
	font-size : 13px; 
}


/* Text on the Category Row */

.catrowtext
{ 
	font-family:  Verdana; 
	font-size : 11px; 
	color: 272727;
	font-weight: bold;
}

/* Text on the Top Row */
 
.toprowtext      
{ 
	font-family: Verdana, Helvetica; 
	font-size : 11px;
	color: E6C2C2; 
	font-weight: bold 
}

/* Alternating Cell Colors */

TD.row1	        
{ 
	background-color: 404040;
}     
 
 
TD.row2	        
{ 
	background-color: 383838;
}


/* Some More Cell Properties */

TD.toprow
{
	color: E6C2C2;
	font-weight: bold;
	height: 30px;
	background-image: url(images/_cellpic_red.gif);
}
TD.catrow
{
	color: 272727;
	font-weight: bold;
	height: 23px;
	background-image: url(images/_cellpic_yellow.gif);
}


TD.tableborder	  
{ 
	background-color: 2C2C2C
}


/* Links */

a, a:link, a:active, a:visited
{ 
	text-decoration: none; 
	color: BCBCBC; 
	font-family: Verdana, Helvetica 
}  


a:hover 
{ 
	text-decoration: none; 
	color: C72E2E; 
	font-family: Verdana, Helvetica 
} 

/* Links to a forum on the Index */

a.forumlink, a.forumlink:link, a.forumlink:visited, a.forumlink:active                 
{ 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 13px; 
	color: BCBCBC; 
	font-family: Verdana, Helvetica 
}


a.forumlink:hover         
{ 
	text-decoration: none; 
	font-size: 13px; 
	font-weight: bold; 
	color: C72E2E; 
	font-family: Verdana, Helvetica 
}

/* Links to a topic while viewing a forum */
 
a.topiclink, a.topiclink:link, a.topiclink:active, a.topiclink:visited                
{ 
	text-decoration: none; 
	font-size: 13px; 
	color: BCBCBC; 
	font-family: Verdana, Helvetica 
}  


a.topiclink:hover         
{ 
	text-decoration: none; 
	font-size: 13px; 
	color: C72E2E; 
	font-family: Verdana, Helvetica 
}  

 
a.catlink, a.catlink:link, a.catlink:visited, a.catlink:active                
{ 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 11px; 
	color: 272727; 
	font-family: Verdana 
}   


a.catlink:hover           
{ 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 11px; 
	color: C72E2E; 
	font-family: Verdana 
}

  
a.toprowlink, a.toprowlink:link, a.toprowlink:visited, a.toprowlink:active          
{ 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 11px; 
	color: E6C2C2; 
	font-family: Verdana, Helvetica 
}   


a.toprowlink:hover        
{ 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 11px; 
	color: DFB959; 
	font-family: Verdana, Helvetica 
} 

   
input, textarea, select 
{
	color : 464646;
	background-color: CFCFCF;
	font-family : Verdana, Helvetica, E58C00, Helvetica, sans-serif;
	font-size : 10px;
	border: 1px #C41212 solid;
}


input, textarea, select 
{
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}


input
{ 
	text-indent : 2px; 
}


input.button 
{
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}