/*********************/
/* CSS for Layout    */
/*********************/

html, body {
 margin: 0;
 padding: 0;
 background-color: #74914F;
 font-family: Arial;
 font-size: 10pt;
 text-align: left;
}

div#container {
 width: 950px;
 margin: 10px auto;
}

div#header {
 width: 950px;
 height: 100px;
 background-color: #D9D9B3;
 padding: 0px;
}

div#header img {
 width: 100%;
 height: 100%;
}

div#navbar, div#footerborder {
 background-color: #666666;
 background-image: url(../images/bg-navbar.png);
 color: #FFFFFF;
 text-align:center;
 width: 100%;
 line-height: 20px;
}

div#content {
 background-color: #EDEDDC;
 padding: 5px;
 text-align: left;
 color: #666666;
 padding: 15px;
 min-height: 400px;
}

img {
 border-style: none;
 text-decoration: none;
}

a {
 color: #333333;
 text-decoration: underline;
}

div#navbar a, div#footerborder a {
 color: #FFFF6C;
 text-decoration: none;
}

div#navbar a:hover, div#footerborder a:hover {
 color: #FFFFFF;
}

.titlefont {
 color: #078C00;
 font-weight: bold;
 font-size: 20pt;
}

.subtitlefont {
 color: #555555;
}

div#footer {
 color: gray;
 background-color: #D9D9B3;
 font-size: 8pt;
 text-align: center;
 padding: 5px 0;
}

div#ad_client {
 width: 100%;
 text-align: center;
 margin: 2px auto 15px auto;
}

div#ad_bottom {
 width: 100%;
 text-align: center;
 margin: 10px auto 2px auto;
}

.centerform {
 /* display: block;*/
text-align: center;
margin: 5px auto;

}

.alert {
 color: #FF0000;
 font-weight: bold;
}

.good {
 color: #00CC00;
 font-weight: bold;
} 

.bold {
 font-weight: bold;
}

.headline {
 font-size: 16pt;
 font-weight: bold;
}

.subheadline {
 font-size: 12pt;
 font-weight: bold;
}

tr.oddrow {
 background-color: #EDEDDC;
}

tr.evenrow {
 background-color: #DADAB8;
}

.clear{
	clear: both;
}

table {
 width: 100%;
 border: 0;
}

table.sortable thead {
 cursor: default;
}

p.center{
  text-align: center;
}

/*** Tooltipp ***/

a.tipp span { display: none; }

a.tipp:link {
	font-weight: normal;
	font-size: 10pt;
	color: black;
	text-decoration: none;
    cursor: default;

}

a.tipp:visited {
	font-weight: normal;
	font-size: 10pt;
	color: black;
	text-decoration: none;
    cursor: default;

}

a.tipp:hover {
	font-weight: normal;
	font-size: 10pt;
	color: black;
	text-decoration: none;
    cursor: default;
}

a.tipp:hover span{
	position: absolute;
	display: block;
	text-decoration: none;
	width: 150px;
	z-index: 100;
}


.tipptext{
	/*display: block;*/
	width: 100%;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	padding: 5px 5px 3px 5px;
	border: solid 2px #FFBE00;
	background-color: white;
	margin-top: 7px;
    margin-left: 7px;

}
