/* Stylesheet */
#scroll /* Always force a horizontal scrollbar in mozilla */
{ 
	position: absolute; 
	top: 0; 
	bottom: -0.1px; 
	width: 1em; 
	z-index: -10; 
}
body,td{
	font-size: 12px;
	font-family: Verdana, Arial; 
	color : #333333;
	line-height : 20px;
	}
body{
	margin : 0px;
	background-color : #E5EAEF;
	}
th{
	color:#0A86D7;
	text-align:left;
}
a{
	color:#0A86D7;
}
p{
	padding-top:0px;
	margin-top:0px;
}
/*a:visited{ color:#003366;}*/

a:hover{ color:#003366;}

a:active{	color:#003366;}

.blueWide h2 a{
	color:#ffffff;
}

.blueWide h2 a:hover{
	color:#e3e3e3;
}

.blueWide h2 a:active{
	color:#F0F0F0;
}

.menu{
	text-align:center;
	white-space:nowrap;
	}
.menuButton{
	padding-top:6px;
	padding-left:4px;
	padding-right:4px;
	border:0px;
}

#main{
	margin:20px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	min-width:730px;
	max-width:1150px;
	padding-left:20px;
	padding-right:20px;
}

#mainContent{}

h1{font-size:18px;color:#0A86D7;}
h2{font-size:14px;color:#0A86D7;padding:0px;margin:0px;}
h3{font-size:12px;color:#0A86D7;padding:0px;margin:0px;}
h4{font-size:12px;color:#0A86D7;padding:0px;margin:0px;}

/* header */
.ercoLogo{width:119px;height:58px;border:0px;}
.ercoHeader{width:603px;height:100px;border:0px;margin-top:0px;margin-right:0px;}
#headerTop,#headerBot{height:40px;background-repeat:repeat-x;}
#headerTop{background-image:url(/_img/bg_headerShadeTop.gif);}
#headerTop .left, #headerTop .right, #headerBot .left, #headerBot .right{height:40px;width:22px;background-repeat:no-repeat;}
#headerTop .left{float:left;background-image:url(/_img/bg_headerShadeTopLeft.gif);}
#headerTop .right{float:right;background-image:url(/_img/bg_headerShadeTopRight.gif);}
#headerMid{width:100%;background-color:#0A86D7;}
#headerMid .left,#headerMid .right{width:22px;background-repeat:repeat-y;}
#headerMid .left{background-image:url(/_img/bg_headerShadeLeft.gif);background-position:left;}
#headerMid .right{background-image:url(/_img/bg_headerShadeRight.gif);background-position:right;}
#headerBot{background-image:url(/_img/bg_headerShadeBot.gif);}
#headerBot .left{float:left;background-image:url(/_img/bg_headerShadeBotLeft.gif);}
#headerBot .right{float:right;background-image:url(/_img/bg_headerShadeBotRight.gif);}
/* end header */

/* content layout */
#contentTop,#contentBot{height:22px;background-repeat:repeat-x;}
#contentTop{background-image:url(/_img/bg_contentShadeTop.gif);}
#contentTop .left, #contentTop .right, #contentBot .left, #contentBot .right{height:22px;width:22px;background-repeat:no-repeat;}
#contentTop .left{float:left;background-image:url(/_img/bg_contentShadeTopLeft.gif);}
#contentTop .right{float:right;background-image:url(/_img/bg_contentShadeTopRight.gif);}
#contentMid{width:100%;background-color:#FFFFFF;}
#contentMid .left,#contentMid .right{width:22px;background-repeat:repeat-y;}
#contentMid .left{background-image:url(/_img/bg_contentShadeLeft.gif);background-position:left;}
#contentMid .right{background-image:url(/_img/bg_contentShadeRight.gif);background-position:right;}
#contentMid #mainContent .toTop a{font-size:10px;}
#contentBot{background-image:url(/_img/bg_contentShadeBot.gif);}
#contentBot .left{float:left;background-image:url(/_img/bg_contentShadeBotLeft.gif);}
#contentBot .right{float:right;background-image:url(/_img/bg_contentShadeBotRight.gif);}
/* end content layout */

.blueWide {background-color:#0A86D7;margin-top:5px;margin-bottom:5px;padding:5px;color:#FFFFFF;white-space:nowrap;}
.redWide {background-color:#d7860a;margin-top:5px;margin-bottom:5px;padding:5px;color:#FFFFFF;white-space:nowrap;}
.greenWide {background-color:#0ad786;margin-top:5px;margin-bottom:5px;padding:5px;color:#FFFFFF;white-space:nowrap;}
.blueWide H2, .redWide H2, .greenWide H2{color:#ffffff;}
.tripBlock{background-color:#E5EAEF;white-space:nowrap;}
.intro{font-weight:bold;}

/* footer */
#footer{font-size:smaller;text-align:center;}
#footer a{color:#336699;text-decoration:none;}
#footer a:hover, #footer a:active{color:#336699;text-decoration:underline;}
/* end footer */

.fout{
	color:#FF0000;
	font-size:9px;
	white-space:nowrap;
	}
.melding{
	background-color:#FFFFCC;
	padding:10px;
	border: 1px solid #cccccc;
	white-space:nowrap;
	}
.priceInExClusive{
	font-size : 10px;
	line-height:16px;
}
.inputLabel{
	vertical-align:top;
}