

/*Main HTML Elements*/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #090909;
/*	background-image: url('Images/bg_01.gif');
	background-repeat: repeat-x;*/
	color: #D0D000;
	font-size: medium;
	text-align: center;
}

h1 { font-size: x-large; font-weight:  normal; text-align: center; margin: 30px 0; }
h2 { font-size: large; font-weight:  normal; text-align: center; }
h3 { font-size: 1em; font-weight: normal; text-align: justify; }
p { margin-top: 10px; margin-bottom: 10px; }

/*Special general text formatting classes*/

.white { color: white; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.small { font-size: small; line-height: 1em;}
.xsmall { font-size: x-small; line-height: 1em; }

.bold { font-weight: bold; }
.emphasized { color: #D16610; font-weight: bold;}

/*HTML links and special classes*/

a			{ color: #D16610; text-decoration: none; }
a:hover		{ color: #FFFFFF; text-decoration: underline; }
a.menu
{
	border-collapse: collapse; 
	font-size: large;
	color: #D0D000;
	border: none;
	text-decoration: none;
}


span.menutext { display: table-cell; padding-left: 15px; padding-right: 15px; padding-top: 6px; }

a.menu:hover			{ color: #D0D080; }
a.menu:hover b.left		{ background-image:  url('Images/menu/menu_bg_left.gif'); }
a.menu:hover b.right		{ background-image:  url('Images/menu/menu_bg_right.gif'); }
a.menu:hover b.center	{ background-image:  url('Images/menu/menu_bg_mid.gif'); }

a.submenu:hover				{ background-image: url('Images/menu/menu_bg_mid_small.gif'); color: #D0D080; }
a.menu:hover b.left.small		{ background-image:  url('Images/menu/menu_bg_left_small.gif'); }
a.menu:hover b.right.small		{ background-image:  url('Images/menu/menu_bg_right_small.gif'); }
a.menu:hover b.center.small		{ background-image:  url('Images/menu/menu_bg_mid_small.gif'); }

a.smallmenu {
	background-color: #090909;
	font-size: small;
	color: #D0D000;
	border: none;
	line-height: 25px;
	padding: 5px 0px 4px 0px;
	text-decoration: none;
}

a.selected 			{ color: #00AAAA; }
a.selected:hover	{ color: #00DDDD; }
a.sub.menu.selected:hover { color: #00DDDD; }

a.statcounter,a.browser,a.validate					{ opacity: 0.6; }
a.statcounter:hover,a.browser:hover,a.validate:hover	{ opacity: 1; }

/*Special Menu elements*/

b.left
{
	font-weight: normal;
	display: table-cell;
	height: 35px;
	width: 6px;
	background-image:  url('Images/menu/menu_bg_blank.gif');
	background-repeat: no-repeat;	
	background-position: left top;
}

b.right
{
	font-weight: normal;
	display: table-cell;
	height: 35px;
	width: 6px;
	background-image:  url('Images/menu/menu_bg_blank.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

b.center
{
	font-weight: normal;
	display: table-cell;
	height: 35px;
	width: 6px;
	background-image:  url('Images/menu/menu_bg_blank.gif');
	background-repeat: repeat-x;
	background-position: top;
}

b.left.small
{
	height: 25px;
}

b.right.small
{
	height: 25px;
}

b.center.small
{
	height: 25px;
	font-size: small;
}
/*List Menu elements*/

ul.menu
{
	list-style-type: none;
	width: 224px;
	text-align: center;
	margin: 0px;
	margin-left: 16px;
	padding: 0px 5px;
	background-color: #090909;
}

ul.menu li { height: 35px; /*float: left;*/ }
ul.menu li.k { height: 135px; }
ul.menu li.login { height: 130px; }

ul.menu.sub
{
	width: 548px;
	margin: 0px;
}

ul.menu.sub li { /*width: 137px; height: 25px;*/ display: inline; }

/*HTML Tables*/

table { padding: 0px 5px; border: 1px; }
table.menu	{
	text-align: center;
	font-size: small;
	border: none;
	background-color: #090909;
	width: 184px;
	padding: 0px 5px 0px 5px;
	border-spacing: 0;
	border-collapse: collapse;
}
table.menu.sub { width: 100%; }
table.submenu
{
	text-align: center;
	font-size: small;
	border: none;
	background-color: #090909;
	padding: 5px 5px 5px 5px;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table.submenu.td { width: 25%; }

td,th		{ vertical-align: middle; text-align: center; padding: 0px; padding-top: 3px; padding-bottom: 3px;}
th			{ color: #D16610; }
td.bordered	{ border-bottom: 1px solid #D16610; height: 1px; }
th.bordered	{ border-bottom: 1px solid #D16610; font-size: small; }
td.logo		{ padding: 0px 0px 5px 0px; }
table.menu td	{ padding: 0px; height: 10px;}

/*Image formattings*/

img.corner_lower_left { position:absolute; top: 0px; left: 0px;}
img.corner_lower_right { position:absolute; top: 0px; right: 0px;}
img.corner_upper_left { position:absolute; top: 0px; left: 0px;}
img.corner_upper_right { position:absolute; top: 0px; right: 0px;}

img.specborder_outer { position:absolute; top: 0px; right: 0px;}
img.specborder_inner { position:absolute; top: 0px; right: -16px;}
img.specborder_lower_left { position:absolute; top: 0px; left: 0px;}

/*HTML Fieldset Formattings*/

fieldset { border: 1px solid #006666; margin-top: 5px; margin-bottom: 5px; width: 610px }

input, textarea, select
{
	background-color: #090909;
	color: #D0D000;
	border: 1px solid #D0D000;
}

textarea
{
	font-size: small;
}

legend { color: #D0D000; }

label { width: 8em; float: left; text-align: right; }
label.menu { width: 4.5em; }

input, textarea, select, label
{
	margin-bottom: 3px;
	margin-top: 3px;
}

/*Lists formatting*/

ul.roman { list-style-type: upper-roman; }
ul.latin { list-style-type: upper-alpha; }

/*HTML Div Formatting*/

div#main
{
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

div#top
{
	background-image: url('Images/border/border_side_top.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 16px;
	position: relative;
}

div#middle_container
{
	width: 100%;
	float: left;
	background-image: url('Images/border/border_side_left.gif');
	background-repeat: repeat-y;
	background-position: 234px;
}
div#middle_leftbar
{
	width: 250px;
	float: left;
}
div#middle_leftbar_buttons
{
	display: block;
	background-image: url('Images/border/border_side_left.gif');
	background-repeat: repeat-y;
	float: left;
	width: 250px;
	left: 0px;
}

div#middle_leftbar_downborder
{
	background-image: url('Images/border/border_side_bottom.gif');
	background-repeat: repeat-x;
	width: 250px;
	height: 16px;
	position: relative;
	float:left;
}
div#middle_leftbar_bottom
{
	background-image: url('Images/border/border_side_left.gif');
	background-repeat: repeat-y;	
	width: 16px;
	height: 20px;
}
div#middle_leftbar_side
{
/*	background-color: #090909;*/
	position: relative;
	width: 224px;
	max-width: 224px;
	float: left;
	padding: 5px 5px 5px 5px;
}
div#middle_centerbar
{
	float: left;
/*	<!--[if IE]>float: none;<![endif]-->*/
	margin: 10px;
	margin: 15px;
	_margin: 10px;
	width: 630px;/*Default: 550px;*/
	line-height: 1.2em;
	text-align: justify;
}
div#middle_rightbar
{
	background-image: url('Images/border/border_side_right.gif');
	background-repeat: repeat-y;
	background-position: top right;
	width: 910px;
	float: right;
	padding-right: 20px;
	padding-bottom: 10px;
	min-height: 740px;
}

div#bottom
{
	background-image: url('Images/border/border_side_bottom.gif');
	background-repeat: repeat-x;
	float: left;
	left: 234px;
	width: 700px;
	position: relative;
	padding: 31px 214px 20px 32px
}

div#ad_panel
{
	float: right;
	width: 240px;
}

div#infobar
{
	width: 450px;
	position: relative;
	left: 50px;
	line-height: 1.15em;
}

div#picture_left
{
	float: left;
	margin-right: 10px;
	text-align: center;
}

div#picture_right
{
	float: right;
	margin-left: 10px;
	text-align: center;
}

hr
{
	background-color:#C15508;
	border: 0px none;
	color:#006666;
	height:1px;
}

/*HTML/Javascript BoxOver Formatting*/

.tooltip_header
{
	width: 350px;
	opacity: 0.95;
	background: #00AAAA;
	border: 1px solid #00AAAA;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
.tooltip_body
{
	width: 350px;
	opacity: 0.8;
	background: #090909;
	border-left: 1px solid #00AAAA;
	border-right: 1px solid #00AAAA;
	border-bottom: 1px solid #00AAAA;
	color: #FFFF00;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	font-size: small;
}
