/* ~~~~~~~~~ STYLE FOR THE MAIN MENU ~~~~~~~~~ */



/* Normal, standard links. */
a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	font-size: 100%;
	text-decoration: none;
	 font-weight: normal;
	 font-style: normal;
}
a.nav:hover
{
	color: #000000;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #999999;
	font-size: 9px;
	font-family: Arial, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #000000;
	margin: 0px;
	padding: 12px 30px 4px 30px;
	color: #000000;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	 color: #FFF;
	background: #3d3d3d;
	border: 1px solid #666666;
	font-family: Arial, sans-serif;
}
input, button
{
	font-size: 100%;
	color: #FFF;
	font-family: Arial, sans-serif;
}

textarea
{
	font-size: 100%;
	color: #FFF;
	font-family: Arial, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
	color: #000000;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	 color: #FFF;
	background: #3d3d3d;
	border: 1px solid #666666;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-family: Arial, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 1px;
	color: #666666;
	background-color: #333333;
}
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	
.meaction
}

{
	color: red;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #F1F1F1;
	background-color: #404040;
}
.windowbg2
{
	color: #F1F1F1;
	background-color: #2c2a2a;
}
.windowbg3
{
	color: #F1F1F1;
	background-color: #2c2a2a;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #2c2a2a;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 9px;
	font-family: Arial, sans-serif;
	color: #CCCCCC;
}
.middletext
{
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #000000;
}
.normaltext
{
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #000000;
}
.largetext
{
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #CCCCCC;
}
/* Sometimes there will be an error when you post */
.error{
	color: red;
	font-size: 8px;
	font-family: Arial, sans-serif;
}
