/* 	
************************************************
** 	STYLE SHEET                            **
** 	CREATED FOR ICF GOTHENBURG   		      **
**	Tuesday, September 19, 2006               **
**	By: Jeremy Harrison                       **					
**	jeremy@spiread.com                        **
************************************************
*/

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica sans-serif;
	font-size: small;
	color:#000000;
	
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.page_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color:#193738;
}

#main_wrapper {
	position: relative;
	width: 750px;
	height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
}

#header {
	width: 746px;
/*	border-bottom: 4px #baae45 solid;*/
}

#gold_stripe {
	width: 746px;
	height: 5px;
	background-color:#ffcc00;
	border-bottom: 2px #FFFFFF solid;
}
#body_background {
	width:486px;
	border-left-color:#0c1b3a;
	border-left-width:200px;
	border-left-style:solid;
	padding: 30px 
}

#left_nav {
	position: absolute;
	top:295px;
	left:2px;
	width: 200px;
	font-size:14px;
}

#footer {
	position: relative;
	bottom:0px;
	left:0px;
	width:746px;
	font-size:12px;
	color:#FFFFFF;
	background-color:#193738;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	border-top: 2px #FFFFFF solid;
}

.footer_link a {
	color: #FFFF99;
}
	
.footer_link a:hover {
	color: #FFFFFF;
}

.footer_link a:visited {
	color: #FFFF99;
}

.menu td {
   border: 0px solid #FFFFFF;
}
/*
.menu a {
   display: block;
   width: 190px;
   height: 20px;
   background-color:#000033;
   padding-top: 15px;
   margin-top:5px;
   padding-right:10px;
   text-decoration:none;
   color:white;   
}

.menu a:hover {
   display: block;
   width: 190px;
   height: 20px;
   background-color:#003366;
   padding-top:15px;
   margin-top:5px;
   padding-right:10px;
   text-decoration:none;
   color:#FFFF99;
}
*/
ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu li a {
	/*text-indent: 3px;*/
	/*margin-left: 0px;
	padding-left: 0px;*/
	display: block;
   width: 190px;
   height: 20px;
   background-color:#000033;
   padding-top: 15px;
   margin-top:5px;
   padding-right:10px;
   text-decoration:none;
   color:white;
	text-align: right;
}

ul.menu li.subitem a {
	/*padding-left: 10px;*/
	/*text-indent: 10px;*/
	display: block;
   width: 190px;
   height: 20px;
   background-color:#000033;
   text-decoration:none;
   color:white;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-right:10px;
	font-size: 11px;
	text-align: right;
}

ul.menu li.subitem a:hover, ul.menu li a:hover {
	background-color:#003366;
   text-decoration:none;
   color:#FFFF99;
}

.warning {
	color: #FF0000;
	font-weight: bold;
}

.nostyle {
	border: 0;
}

.report_table {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 4px;
	margin: 0;
}

.report_table td.h {
	background-color: #004D91;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	margin: 4px;
}

.report_table td.h a {
	color: #FFFFFF;
	text-decoration: none;
}

.report_table td.h a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.report_table td.subh {
	background-color:  #EEEEEE;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
	font-weight: bold;
	font-size: 10px;
}

.report_table td.data {
	border: 1px solid #EEEEEE;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
}

.report_table tr:hover, .report_table tr.row_highlight {
	background-color: #FFFFCC;
	color: #003366;
}

.highlight {
	background-color: #FFFF00;
}
