body {
	background-color:#9FACB8;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

div#header {
	height:100px;
	position:relative;
	font-size:38pt;
	left:0;
	top:-10px;;
	position:absolute;
	line-height:100px;
	margin: 0 0 0 30px;
	padding: 35px 0 0 0;
	width:100%;
	background-color:#9FACB8;
	

}
@media screen {
	nav {
		visibility:visible;
	}
}
@media print {
	nav { visibility:hidden; } 
}
nav {
	height:40px;
	width:100%;
	background-image: linear-gradient(#f68e1b 0%, #f9a820 100%);
	background-color:#f9a820;
	position:absolute;
	left:0;
	top:100px;
	box-shadow: 3px  3px 5px #666;

}

nav ul {
margin: 0 0 0 0px;
width:1220px;
}

nav ul li {
	
float:left;
list-style:none;
height:40px;
width:150px;
border-right: #333 2px solid;
line-height:40px;
text-align:center;
background-image: linear-gradient(#f68e1b 0%, #f9a820 100%);	

}
nav ul li a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#000;
	


}
#versionNavUL li{

margin:25px 0 0 25px;
padding:20px 5px 5px 5px;
font-size:40px;
background-color: #f9a820;
background-image: linear-gradient(#F68E1B 0%, #F9A820 100%);
border:#F68E1B  4px solid;
border-radius:15px;
box-shadow: 3px 3px 6px #666;
height:70px;
width:400px;
text-align:center;
	
}
#versionNavUL li:hover {
box-shadow: 3px 3px 6px #666 inset;
}
#versionNavUL  li a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#000;
}
#versionNavUL  li a:hover {
	text-decoration:underline;
	color:#000;
}
nav ul li a:hover {

	background-image: linear-gradient(#f3f3f3 0%, #fff 100%);
	box-shadow: 2px 2px 4px #999 inset;

}
div#content {
	margin:0 30px 0 30px; 
	padding:20px 30px 30px 20px;
	box-shadow:  6px 6px 8px #333; 
	min-height:500px; 
	background-color:#DADFE8; 
	border-radius: 0 0 5px 5px; 
}
h1 {
	   color: #D15E00;
    font-size: 18px;
    font-weight: bold;
}

h2 {
		   color: #D15E00;
    font-size: 16px;
    font-weight: bold;
}

img.team_img { border-radius:2px; border: #d15e00 1px solid; }

div#footer ul li {
	list-style:none;
	float:left;
	width:200px;
}

tr.data:hover td {
	background-color:#999;
}
td.wert {
	 background-color: #E7EBF8;
    border: 1px solid #DADFE8;
	border-radius:5px;
	font-size:13px;
}
td.ranking_header{
	border-radius:5px;	
}

a.ranking {
	color:#000;
	text-decoration:none;
}
a.ranking:hover {
	text-decoration:underline;
}

div.ell_ {
	width:160px; 
	height:40px; 
	line-height:40px; 
	text-align:center; 
	border-radius:5px;
	box-shadow:2px 2px 4px #666;
	position:absolute;
	display:none;
	cursor:pointer;
	
}
.model_tab {
	background-color: #e7ebf1;
    border-bottom: 1px solid #dae0e8;
    border-top: 1px solid #dae0e8;
    padding: 2px;
	}

ul.cntrlist li {
	list-style:none;
	width:100%;
}

ul.cntrlist li a{
	text-decoration:none;
	color:#000;
	display:block;
	width:100%;
}
ul.cntrlist li:hover {
	background-color:#fff;
	opacity:0.99;
	list-style:circle;
	color:#D15E00;
}
	
ul.cntrlist li a:hover {
	color:#D15E00;
}
/* ***********************************
			C H A R T P L O T
*********************************** */			

    .note {
        font-size: 0.8em;
    }
    .jqplot-yaxis-tick {
      white-space: nowrap;
    }
	.jqplot-target {
    color: #666666;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:12px;

}
	div.plot {
		 margin: 20px 0 25px 0;
		 width: 550px;
		 height:300px;
		 border-radius:5px; 
		 border: #888 1px solid; 
		 box-shadow: 3px 3px 6px #666; 
		 background-color:#fff;
		 /*border: #999 1px solid;*/
	 }	
/* ***********************************
			</C H A R T P L O T>
*********************************** */		