/* $Id: default.css 651 2008-01-30 17:16:28Z Simon Wunderlin $ */

body {
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f1f1f1;
	z-index: 3;
	font-family: sans, sans serif, arial, helvetica;
	font-size: 85%;
}

body {
	text-align: center;
}

div#container {
	text-align: left;
	padding-top: 180px;
	margin-left: auto;
	margin-right: auto;
}

#head {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	text-align: center;
	height: 164px;
	z-index: 2;
}

#head, #head img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px solid white;
}

#navcontainer {
	display: block;
	position: absolute;
	top: 135px;
	left: 0;
	right: 0;
	z-index: 10;
/*		border: 1px solid yellow; */
}

#nav {
	margin: 0 auto;
	text-align: left;
	font-size: 0.9em;
	text-align: left;
/*		border: 1px solid red; */
}

#subnav {
	clear: both;
	display: block;

	margin: 0 auto;
	text-align: left;
	font-size: 0.9em;
	text-align: left;
	
}

/*
#subnav, #subnav a{
	border: 1px solid red;
} */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#subnav div {
	/* float: left; */
	background-color: white;
	display: none;
	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;

	position: absolute;
	top: 0px;
	left: 0px;
	margin-bottom: 0.3em;
	
	border: 1px outset threedface;
}

#subnav div a, #subnav div a:link, #subnav div a:visited {
	/* 
	border-left: 2px solid #004b84;
	margin-left: 10px; 
	*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	display: block;
	font-size: 12px;
	
	min-width: 110px;
}
#subnav div a:hover {
	background-color: #004b84;
	color: white;
	text-decoration: none;
}

#nav_company {
	width: 20em;
}

#nav_performance {
	width: 14em;
}

#nav_news {
	width: 13.5em;
}

#nav_contact {
	width: 12em;
}


#subnav a:hover {
 	font-weight: bold;
	text-decoration: none; 
}

#nav a, #nav a:link, #nav a:visited, #nav div {
	font-weight: bold;
	color: black;
	font-size: 11px;
	display: block;
	float: left;
	width: 110px;
	height: 29px;
	line-height: 26px;
}
#nav a:hover{
	text-decoration: none;
}
#nav a:hover, a, a:hover, a:link  {
	color: #004b84;
}

#nav a span, #nav div span  {
	margin-left: 1em;
}

div#container, #nav, #subnav {
	width: 780px;
}

h1 {
	font-size: 200%
}
h2 {
	font-size: 145%
}

h1, h2, h3 {
	color: #004b84;;
}

h1, h2 {
	font-weight: normal;
}

h1 { 
	margin-top: 1.3em;
	margin-bottom: 1em;
}

a[href="#"] {
	text-decoration: line-through;
	color: gray;
}

/*
.pager-control td {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.pager-table tbody tr td {
	padding-bottom: 0.2em; 
	padding-top: 0.2em;
}
*/

.performance table {
	border-collapse: collapse;
	border: 0px;
}

.performance thead tr td, .performance thead tr td, .bold {
	font-weight: bold;
}

.performance tr td {
	text-align: right;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.8em;
	
	/* table bg opacity */
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;

	white-space: nowrap;

}

.performance tr td {
	border-bottom: 2px solid #435c68;
}

.light {
	background-color: #d8e3e7;
}
.dark {
	background-color: #bacdd4 ! important;
}

.white {
	background-color: white ! important;
}


#infosheet td {
	vertical-align: top;
	text-align: left;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#nav a.fs, #nav a.fs:visited, #nav a.fs:hover {
 display: inline;
 line-height: 120%;
 float: none;
 background-image: none;
/* margin-left: 0.1em; */
 text-decoration: none;
 color: #004b84;
}

#nav div span, #nav div a {
	color: gray ! important;
}

pre {
	text-align: left ! important;
}
