@charset "utf-8";
/* CSS Document */

* {
	margin: 0; 
	padding: 0;
}

body {
	font-size: 9pt;
	background-color:#0F1923;
	background-image:url(../Images/main/bg.png);
	background-repeat:repeat-x;
}

body, body * { 
	font-family: Arial, Helvetica, sans-serif; 
}

input, select, textarea {
	font-size:9pt;
}

#container {
	margin: 0px auto;
	width:1000px;
	background-color:#333333;
	margin-top:1em;
	margin-bottom:.5em;
}

#header {
	width:1000px;
	height:100px;
	background-image:url(../Images/main/header.png);
	background-repeat:no-repeat;
}


#menu {
	position:relative;
	bottom:1px;
}

#content {
	background-color:#FFFFFF;
	padding:1em;
	min-height:400px;
}


#footer {
	width:1000px;
	clear:both;
	background-color:#333333;
	color:#fff;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	font-size: 8pt;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.clearBoth {
	clear:both;
}

a { 
	color:#CC0000;
	font-weight:bold;
	font-size: 8pt;
	text-decoration: none;
	background-color:inherit;   
}

a:hover { 
  color:#003399; 
}

a:active { 
  color:#000000; 
}

p {
	margin:.75em;
}

ul, ol {
	padding:1em; 
	margin:1em;
}

legend {
	font-weight:bold;
	font-size:10pt;
	padding:.25em;
}
textarea {width:99%}

th {
	background-color:#0F1923;
	color:#FFF;
	font-weight:bold;
	font-size:10pt;
}
		

.header {
	font-size:12pt;
	font-weight:bold;
	display:block;
	width:auto;
	background-color:#214462;
	color:#CCCCCC;
	padding:.25em;
}

.sub_header {
	font-size:10pt;
	font-weight:bold;
	display:block;
	width:auto;
	background-color:#CCC;
	color:#222;
	padding:.25em;
	text-align:center;	
}

.title {
	font-weight:bold;
	display:block;
	width:auto;
	color:#132130;
	margin:.5em;
}

.warning {
	color:red;
	font-weight:bold;
}

.text_bold {
	font-weight:bold;
}

.text_small {
	font-size: 8pt;
}

.red   { color:#FF3300;}
.green { color:#006633;}

.bg_gray { background-color:#F5F5F5;}

.tableRow_1 { background-color:#DADADA;}

.tableRow_2 { background-color:#F5F5F5;}

.tableRow_3 { background-color:#214462; color:#FFF;}

.tableRow_4 { background-color:#a1b2c6; color:#000;}

.border {
	border: 1px solid #C0C0C0;
}

.pointer {
	cursor:pointer;
}

.center {
	text-align:center;
}

@media print {

	body { background: none; }
	
	body * { font-size:10pt; }

	#header { display:none; }
	
	#navigation { display:none; }
	
	#footer { display:none; }
	
}

