/*DOM TAG STYLES -----------------------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #333333;
	background-image: url(/Geelhoed/design/main-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #666666;
}
div {}
table {}
tr {}
td, th {
	vertical-align:top;
	text-align:left;
}
td {}
th {}
h1 {
	font-size:22px;
	line-height:22px;
	margin-bottom:20px;
}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
p {
	margin-bottom:12px;
	line-height: 1.4em;
}
a {
	color: #0099CC;
	text-decoration:none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
img {}
ul {
	margin-bottom:12px;
}
li {
margin-left:25px;
}
input {
	background-color: #FFFFFF;
}
textarea {
	background-color: #FFFFFF;
	width: 250px;
	height:70px;	
}
select {
	background-color:#FFFFFF;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	padding:1px;
	border: 1px solid #999999;
}




/*GENERAL CLASS STYLES -----------------------------------------------------------------------------------------*/
.floatRight {
	float:right;
	margin-bottom:5px;
	margin-left:10px;
	padding:2px;
	background-color:#666666;
}
.floatLeft {
	float:left;
	margin-bottom:5px;
	margin-right:10px;
	padding:2px;
	background-color:#666666;
}
.slimInput {
	width: 80px;
	font-size:12px;
}
.mediumInput {
	width:170px;
}
.mediumSelect {
	width: 174px;
}
.mediumArea {
	width:170px;
	height: 70px;
} 
.largeArea {
	width:300px;
	height: 150px;
}
.formButtons {
	text-align:right;
}
.formButtons input{
	margin:0px;
	padding:0px;
	border:0px;
	background:none;
}
.greenMessage {
	font-size: 12px;
	font-weight: bold;
	color: #009933;
	list-style-type: none;
}
.redMessage {
	font-size: 12px;
	font-weight: bold;
	color: #FF3333;
	list-style-type: none;
}
.clearing {
font-size:1px;
line-height:1px;
height:1px;
clear:both;
display:block;
padding-bottom:300px;
}
.block {
	display:block;
}



/*GENERAL ID STYLES --------------------------------------------------------------------------------------------*/
#outerDiv {
	width: 900px;
	position:absolute;
	margin-left:-450px;
	left:50%;
}
#headerDiv {
	margin-bottom:75px;
	height:100px;
}
#logoDiv {
	width:152px;
	height:100px;
	float:left;
}
#logoImg {
	width:152px;
	height:100px;
}
#leftDiv {
	width:134px;
	position:absolute;
	left:15px;
	top:218px;
}
#showcaseDiv {
	width:134px;
	color:#000000;
	font-weight:bold;
	background-color: #666666;
	padding:2px;
}
#showMessageDiv {
background-color:#FFFFFF;
padding:10px;
text-align:center;
color:#CC0000;
}
#mainDiv {
	width:560px;
	height:510px;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	padding-right: 5px;
	position:absolute;
	left:167px;
	top:218px;
}
#openingImg {
	display:block;
	margin-top:615px;
	margin-left: 300px;
	position: absolute;
	left: 50%;
}



/*NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#topNavigationDiv {
	width: 900px;
	height:30px;
	line-height:30px;
	text-align:right;
	margin-bottom:14px;
	color: #AAAAAA;
}
#topNavigationDiv a {
	color:#C7CDCA;
}
#topNavigationDiv a:hover {
	color: #C7CDCA;
}
#navigationDiv {
	width: 735px;
	float:left;
}
#navigationDiv ul {
margin:0px;
}
#navigationDiv ul li {
	margin:0px;
	float: left;
	list-style:none;
	background-image: url(/Geelhoed/design/spacer.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
#navigationDiv a {
	display:block;
	height:40px;
	padding-top:15px;
	line-height:15px;
	padding-left:19px;
	padding-right:19px;
	font-size:15px;
	font-weight:bold;
	color:#666666;
	text-align:center;

}
*html #navigationDiv a { /* EXCEPTION */
	float:left;
}
#navigationDiv a:hover {

}
#navigationDiv .highlight {
	color:#000000;
	background-color: #FFCC00;
	background-image: url(/Geelhoed/design/navigation-highlight.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#navigationDiv .highlight a {
	color: #333333;
	background-image: url(/Geelhoed/design/spacer-highlight.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
#navigationDiv .highlight a:hover {
	text-decoration: none;
}
#subNavigationDiv {
	width:134px;
	color:#000000;
	font-weight:bold;
	background-color:#666666;
	padding:2px;
	margin-bottom:20px;
}
#subNavigationDiv h3 {
	font-size:14px;
	height:26px;
	line-height:26px;
	text-align:center;
}
#subNavigationDiv ul {
	margin:0px;	
	background-color:#C8CECB;
}
#subNavigationDiv li {
	margin:0px;
	list-style:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDE1DF;
}
#subNavigationDiv a {
	display: block;
	height:26px;
	line-height:26px;
	color: #000000;
	text-indent:5px;
}
#subNavigationDiv a:hover {
	background-color:#DBDFDD;
	text-decoration:none;
}
#subNavigationDiv .highlight {
	color:#000000;
	background-color: #FFCC00;
	background-image: url(/Geelhoed/design/subnavigation-highlight.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/*#subNavigationDiv .highlight a {
	color: #000000;
	background-image: url(/Geelhoed/design/spacer-highlight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#FFCC00;
} */
#subNavigationDiv .highlight a:hover {
	text-decoration: none;
	background-color: transparent;
}