﻿/* for W3C CSS compliance */
.void{} 
@media print {}

/* reset */
html, 
body, 
div, 
span, 
applet, 
object, 
iframe,
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
blockquote, 
pre,
a, 
abbr, 
acronym, 
address, 
big, 
cite, 
code,
del, 
dfn, 
em, 
font, 
img, 
ins, 
kbd, 
q, 
s, 
samp,
small, 
strike, 
strong, 
sub, 
sup,
tt, 
var,
b, 
u, 
i, 
center,
dl, 
dt, 
dd, 
ol, 
ul, 
li,
fieldset, 
form, 
label, 
legend,
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, 
ul 
{
	list-style-type: disc;
	margin: 10px 0 20px 20px;
	padding: 0 0 0 0;	
}

ul li 
{ 
	padding: 1px 0 1px 0; 
	vertical-align: middle;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

iframe
{
	background-color: #333333;
	position: absolute;
	display:block;
	filter: Alpha(Opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	z-index: 101;
	border-style: none;
	border-width: 0;
	left:0; 
	top:0; 	
	width: 2500px; 
	height:2500px;
}

/* utility classes */
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.vmiddle { vertical-align: middle; }
.vtop { vertical-align: top; }
.vbottom { vertical-align: bottom; }
.inline { display: inline; }
.block { display: block; }
.red { color: #C2313E; }
.yellow { color: #F4C430; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.transparent 
{	
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/* html elements */
a
{	
	color: #E2E2E2;
	outline: none;
	text-decoration: none;
}

a:hover
{
	color: #F4C430;	
	outline: none;
}

a:active 
{ 
	outline: none; 
}

p 
{ 
	padding: 0 0 15px 0; 
}

sup
{
	font-size: 10px;
	vertical-align: top;
	margin: -4px 0 0 0;	
}

img 
{ 
	border-style: none; 
}

hr
{
	border-style: none;
	border-width: 0;
	height: 1px;
	line-height: 1px;
	color: #F6C603;
	background-color: #F6C603;
	margin: 15px 5px 10px 5px !important;
	margin: 13px 5px 2px 5px;
	padding: 0 0 0 0;
}

/* page elements */
html
{
	overflow: scroll;
}

body
{
	overflow: hidden;
	margin: 0 0 0 0;	
	padding: 12px 0 0 0;	
	color: #E2E2E2;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background: url("../../Images/Bg.jpg") #0D0D0D repeat-x top left;
}

form
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* inputs */
.textbox,
.dropdown
{
	padding: 2px 0 2px 5px;
	vertical-align: top;
	font-size: 11px;
	color: #2A3B59;
	border: solid 1px #006699;
}

/* h1, h2, h3, h4 */
h1, h1 a, h1 a:hover { font-weight: bold; font-size: 18px; color: #F4C430; }
h2, h2 a, h2 a:hover { font-weight: bold; font-size: 16px; color: #F4C430; }
h3, h3 a, h3 a:hover { font-weight: bold; font-size: 14px; color: #F4C430; }
h4, h4 a, h4 a:hover { font-weight: bold; font-size: 12px; color: #FFF; }
h1, h2, h3, h4
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
