/* Original theme by Wim Venema */

body
{
	background-color: #5B4A40;
	color: #FFFFFF
}

/* Default Font Attributes */

body, table, td             
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	color: #FFFFFF
}

.smalltext, .mediumtext, .largetext
{
	font-family: Verdana, Helvetica; 
	color: #FFFFFF
}

.smalltext
{ 
	font-size : 10px; 
}

.mediumtext      
{ 
	font-size : 11px; 
}

.largetext, TD.row1, TD.row2      
{ 
	font-size : 13px; 
}

/* Text on the Category Row ----Unused?*/

.catrowtext
{
	font-family:  Verdana; font-size : 13px; color: #AA0000;
	font-weight: bold;
}

/* Text on the Top Row --- Column Headers, Forum   	 Posts   	Topics  	 Last Post   	 Moderator */
.toprowtext      
{
	font-family: Verdana, Helvetica;
	font-size : 9px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Alternating Cell Colors */

TD.row1	        
{
	background-color: #40332D;
	border: none #000000;
}     

TD.row2	        
{
	background-color: #5B4A40;
	border: none #000000;
}

/* Some More Cell Properties */
/* catrow: The Lounge, Moodle Gaming...   color= if not a link, ie, dialogs and Private Messages */
TD.catrow, TH.catrow
{
	background-color: #231F20;
	color: #AA0000;
	font-size: 13px;
	font-weight: normal;
	
	border-top: 1px solid #40332D;
	border-right: 1px solid #40332D;
	border-bottom: 1px solid #40332D;
	border-left: 1px solid #40332D;

	/* background: url(Workin/index.php_files/layout/sub2.gif)url('layout/sub2.gif'); */
}

/* toprow: cells for .toprowtext : column headers,  color: certain titles, New Posts, Edit, Polls */
TD.toprow, TH, TD.th, TH.toprow
{
	background-color: #40332D;
	color: #AA0000;
	font-weight: bold;
	padding-left: 4px;
	/* background: url(Workin/index.php_files/layout/sub1.gif)url('layout/sub1.gif'); */
}

TD.tableborder	  
{
	border: 1px none #000000;
	/*
	border-top-color: #FFCC33;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	*/
	/* background-color: #00FF00; */
}

/* Links */

a, a:link, a:active, a:visited
{ 
	text-decoration: underline; 
	color: #BFBFBF; 
	font-family: Verdana, Helvetica 
}  

a:hover 
{ 
	text-decoration: underline overline; 
	color: #BFBFBF; 
	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: #FFFFFF; 
	font-family: Verdana, Helvetica 
}

a.forumlink:hover         
{ 
	text-decoration: underline; 
	font-size: 13px; 
	font-weight: bold; 
	color: #BFBFBF; 
	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: #FFFFFF; 
	font-family: Verdana, Helvetica 
}  

a.topiclink:hover         
{ 
	text-decoration: underline; 
	font-size: 13px; 
	color: #BFBFBF; 
	font-family: Verdana, Helvetica 
}  

/* yellowlink: little links, mods, last post */
a.yellowlink, a.yellowlink:link, a.yellowlink:active, a.yellowlink:visited                
{ 
	text-decoration: underline; 
	font-size: 10px; 
	color: #BFBFBF; 
	font-family: Verdana, Helvetica 
}  

a.yellowlink:hover         
{ 
	text-decoration: underline; 
	font-size: 10px; 
	color: #D9D9D9; 
	font-family: Verdana, Helvetica 
}  

/* catlinks: Forum categories "Social, Moodle Gaming" */
a.catlink, a.catlink:link, a.catlink:visited, a.catlink:active                
{ 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 13px; 
	color: #BFBFBF; 
	font-family: Verdana 
}   

a.catlink:hover           
{ 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 13px; 
	color: #D9D9D9; 
	font-family: Verdana 
}

/* Only known use is "Find All Posts by..." in Profile page */
a.toprowlink, a.toprowlink:link, a.toprowlink:visited, a.toprowlink:active          
{ 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 9px; 
	color: #BFBFBF; 
	font-family: Verdana, Helvetica 
}   

a.toprowlink:hover        
{ 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 9px; 
	color: #BFBFBF; 
	font-family: Verdana, Helvetica 
} 

a.copyright, a.copyright:link, a.copyright:active, a.copyright:visited, a.copyright:hover, .copyright                 
{ 
	text-decoration: none; 
	font-size: 9px; 
	color: #FFFFFF; 
	font-family: Verdana, Helvetica 
}  
  
input, textarea, select, input.mainoption
{
	color : #FFFFFF;
	background-color: #231F20;
	font-family : Verdana, Helvetica, Helvetica, sans-serif;
	font-size : 10px;
	border: 1px #FFFFFF solid;
}

input.liteoption
{
	color : #FFFFFF;
	background-color: #40332D;
	font-size : 9px;
}

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;  
}

/* Box for links color, as well as bordering all little cells wtf  */
.forumline
{
	BACKGROUND-COLOR: #231F20;
	border: 1px solid #5B4A40;
}

/* Top logo background <TD> also much of the whole index */
.backimage
{
	background: #5B4A40  no-repeat;
	height: auto;
	width: auto;
}

/* Top logo  <IMG> */
.frontimage
{
	border: 0;
	background: no-repeat;
}

.forumround
{
	BACKGROUND-COLOR: #5B4A40;
	color: #FFFFFF;
}

.outsideforum
{
	BACKGROUND-COLOR: #40332D;
	color: #FFFFFF;
}