/*
  This is the Tuxwars.net main stylesheet for winblowz computers.
  It is not used for the boards, which has a separate stylesheet.
  Written by: Maly (maly@tuxwars.net)
*/


/* General font families for common tags */
font,th,td,p,div	{ font-family: Verdana, /*Windows Main Font */
			  Arial, /* In case someone doesn't have Verdana...  doubtful they won't have arial either */
			  sans-serif;  /* catch-all... we don't like this one though */
			  font-size: 10pt; 
			  color: #6FFF50; } 

/* All Links */
a 			{ color: #FF8050; text-decoration: none; font-weight: bold; border: 1px none #6FFF50;}
a:visited 		{ color: #FF8050; text-decoration: none; font-weight: bold; border: 1px none #6FFF50;}
a:link			{ color: #FF8050; text-decoration: none; font-weight: bold; border: 1px none #6FFF50;}
a:hover			{ color: #FF8050; text-decoration: none; font-weight: bold; border: 1px none #6FFF50;}

/* Infobar */

td.infobar		{ font-size: 8pt;
			  color: #6FFF50;
			  margin: 5px; }

div.title		{ font-size: 12pt;
			  font-weight: bold;
			  font-family: Verdana, Arial, sans-serif;
			  color: #6FFF50;
			  text-align: center; }
			
			
div.copyright		{ font-size: 8pt;
			  color: #FF8050; 
			  text-align: center;}
			  
div.content		{ padding: 10px; }

div.menu		{ margin-left: -10px; 
			  margin-right: -10px;
			  text-indent: 10px; 
			  border: 1px none #6FFF50; }
			  
div.submenu		{ margin-left: -10px;
			  margin-right: -10px;
			  text-indent: 20px;
			  border: 1px none #6FFF50; }
			  
			  /* Form elements */
input,textarea {
	color : #6FFF50;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #6FFF50;
	background: none;
}

select.tuxmenu {
	background: #000000;
	color: #6FFF50;
}

select {
	background: #000000;
	color: #6FFF50;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #808080;
	color : #6FFF50;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #808080;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #808080;
	font-weight : normal;
}
