/* Initialize tags */
/*a, body, div, img, li, ol, p, table, tr, td, ul
{
	border: 0;
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: middle;
	text-decoration: none;
}*/


/* $Ancient */
.body-header {
	color: #FFFFFF;
	font: 11px verdana;
	font-weight: bold;
	}
/* /$Ancient */


.body-content {
	color: #FFFFFF;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	text-decoration: none;
	}
li {
	color: #FFFFFF;
	/*background-image: url(images/bullet.gif);*/
	list-style-image: url(images/bullet.gif);
	
	}
img {
	border: 0;
	}
a {
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	}
.nav-header {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	}

/* Link styles */
a:active, a:link, a:visited
{
	color: #005FFF;
}

a:hover
{
	color: #0000FF;
	text-decoration: overline underline;
}

/* Set background color
   Add space between user agent's borders and page content*/
body
{
	background-color: #000000;
	counter-reset: x;
	margin: 5px;
	border: 0;
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

/* Navigation Table Styles */
td#Banner img
{
	background-image: url("../images/podbot.png");
	height: 161px;
	width: 575px;
}

ul#MainNav
{
	margin-left: 20px; list-style-type:circle; list-style-position:outside; list-style-image:url('images/arrow.gif')
}

/* Set Main Content Styles */
table#MainContent
{
	margin: 5px;
	width: 90%;
}

table#MainContent tr
{
	background-color: #000020;
	border: 1px solid #000040;
	padding: 10px;
	width: 100%;
}

table#MainContent tr>td:before
{
/*
	content: counter(x, upper-roman) ". ";
	counter-increment: x; 
*/
}

/* Navigation for Main Content Styles */
.MainContentNavigationTable
{
	background-color: #000030;
	border: 1px solid #336699;
}

table#MainContentNavigationTable ul
{
	list-style: upper-roman outside;
	margin: 15px 15px 15px 30px;
}

.style_chapter_title
{
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #CCCCCC;
	font-weight: bold;
}

.style_file_path
{
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #FF0000;
	font-weight: bold;
}

.style_server_cvar
{
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #FF0000;
	font-weight: bold;
}

.style_picture_description
{
	font-family: "Times New Roman", Courier, mono;
	font-size: large;
	color: #0066FF;
	font-weight: bold;
}

.style_end_chapter
{
	font-family: "Times New Roman", Courier, mono;
	font-size: small;
	color: #0066FF;
	font-weight: bold;
}

.style_note
{
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #0099FF;
	font-weight: bold;
}

.style_paragraphes
{
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	color: #0099FF;
	font-weight: bold;
}

.style_red
{
	color: #FF0000
}

.style_red_bold
{
	color: #FF0000;
	font-weight: bold;
}

.style_pb_commands
{
	color: #00FF66
}

.style_green
{
	color: #00FF66
}

.style_radio_commands
{
	color: #FFFF00
}

.style_yellow
{
	color: #FFFF00
}

.style_white
{
	color: #FFFFFF
}

.style_blue
{
	color: #0033FF
}

.style_green
{
	color: #00FF00
}

.style_cyan
{
	color: #00FFFF
}

.style_pink
{
	color: #FF00FF
}

.style_orange
{
	color: #FF9933
}

.style_magenta
{
	color: #6600FF
}

.style_sea
{
	color: #00CC99
}

// Vbulletin

.page {
	BACKGROUND: #ffffff; COLOR: #000000
}
.tborder {
	BACKGROUND: #89959b; COLOR: #000000
}
TD {
	//FONT: 8pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif
	font-size: 8pt;
	font-family: verdana;
}
.alt2 {
	BORDER-TOP: #ffffff 1px solid; BACKGROUND: #e4eaf2; BORDER-LEFT: #ffffff 1px solid; COLOR: #000000
}
.vb_postbit {
	FONT: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; COLOR: #000000; TEXT-DECORATION: none
}
P {
	FONT: 8pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif
}
.inlineimg {
	VERTICAL-ALIGN: middle
}