/* Stylesheets */
/* ----------------------------------------------------------------------------------------|
|
|  HTML-Tags, Top Wrapper, all General Classes, and Styles  
|
|---------------------------------------------------------------------------------------- */
body {
	background-color: #48381F;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
 cursor: pointer;
}
a {
 color: #C23F27;
 text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img {
	border: none;
}

h2{
	font-size:1.4em;
	color: #5C5C5C;
	margin-top: 0px;
}
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
p.top {
	text-align: right;
	margin: 0px;
}
p {
	margin-top: 0px
}
/* -------------------------------------------------------------------------------------- */


/*OSV added styles for campatibility with old site*/
TD.Heading, heading{
	color : Navy;
	font-weight : bold;
	font-size : 8pt;
	text-align : left;
}

.ImageNoBorder{
	border-style: none;
}

LI {
	padding-bottom: 8px;
	
}

.SectionTitle{
	color: Navy;
	font-weight : bold;
	}
	
.Heading  {
	color: #C23F27;
	font-size : 10pt;
	text-align : center;
	font-weight: bold;
	}

.SubHeading {
	color: #C23F27;
	text-align : center;
	font-size: 10pt;
	font-weight: bold;
	}	
.TableTitle{
	background-color: Maroon;
	color: White;
	font-size : 12px;
	font-weight : bold;
	}	
	
.PageTable{
	background-color: White;
}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);*/
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

/* #divHeader */ /* wraps around the logo und #divSearch */
#divHeader {
	/*width: 60%; change if width of #divWrapper changes (was 880*/
	margin: auto;
	background-color: #48381F;
	border-bottom: 3px solid #372A19;
	padding: 10px;
}

 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	color: #48381F;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
	border-bottom: solid 1px #000000;
	padding-bottom: 2px;
}
/* -------------------------------------------------------------------------------------- */

