body
{
	padding:0;
	margin: 0;
	background-color: #1d476a;
	/*background-color: White;*/
	background: #1d476a url(../Iliosreizen/images/bg_main.gif) repeat-y  center;
}

.BodyWhiteB
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.MenuTableCell
{
	width: 190;
}

.BodyTXTBlackBLR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width:1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style:solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #000000;
}

.ContentTableCell
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 2px 2px;
	/*width: 608;*/
	width:810;
	height: 100%;
}

.ContainerTopMenu {
	background-color: #FE821E;
	height: 24;
	border-top: solid 1px black;
	border-left: solid 1px black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;

}

.OverTopMenu{
	background-color: #F39549;
	cursor:pointer;
	height: 24;
	border-right: solid 1px white;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 5px;
	font-weight: bold;
}
.OutTopMenu{
	background-color: #FE821E;
	cursor:;
	height: 24;
	border-right: solid 1px white;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 5px;
	font-weight: bold;
}
.BgTopMenu {
	background-color: #FE821E;
	color: #FFFFFF;
	height: 24;
}

#middleContainer
{
	position: absolute;
	top: 0;
	bottom:0;
	/*margin-left:-500px;*//*set dinamically from InterfaceBasePage.cs*/
	/*margin-left:expression(document.body.clientWidth  + "px");*/
	width:1000px;
	background-color:White;
	text-align: left;
	left: 50%;
	
	/*height:expression(document.body.clientHeight + "px");*/	
	/*overflow:visible;*/
	
	/*margin-left: -399px; /*half of the width*/
	/*width: 798px;*/
	/*color: #fff;*/
	/*overflow:hidden;*/
}
#header
{
	width:1000px;
	height:110px;
}
#ScrollingContainer
{
	position:absolute;
	top:109px;
	height: expression(document.body.clientHeight - 109 - 22 + "px");
	bottom:27px;
	
	width:1000px;
	overflow:hidden;
}

#ExternalSiteContainer
{
	position:absolute;
	top:0px;
	left: 0px;

	/*width: 798px;*/
	width:1000px;
	/*height: expression(document.body.clientHeight - 109 - 22 + "px");*/
	height:auto;
	overflow:scroll;
}

#ContainerMenu
{
	position:absolute;
	top:205;
	left:0px;
	width:190px;
	background-color: #edebe6;
	/*border-right:solid 1px #0000FF;*/
	z-index:101;
}
#Content
{
	position:absolute;
	top:0px;
	left:190px;
	width:588px;
}
#footer
{
	position:absolute;
	top: expression(document.body.clientHeight - 22 + "px");
	bottom:0px;
	/*border-top: solid 1px #0000FF; */ /* white; */
	/* margin-bottom:0px; */
	/*width:798px;*/
	width:1000px;
	height: 22px;
	background-color: #2d638d; /* #0000FF; */
	overflow:hidden;
}

#HeaderTable
{
	border-style: none;
}

.FooterCellIndent
{	
	width: 190px;
}

#DecoLeftSideContainer
{
	position: absolute;
	top:  107px;
	bottom: 0;
	height:72px;
	z-index:1000;
	overflow:hidden;
	left: 50%;
	margin-left: -400px;
	 /*half of the width*/
	width:190px;
}
#DecoLeftSideImage
{
	border:solid 0px black;
}
#BeforeLeftMenu
{
	background:#edebe6; /*url(../Iliosreizen/images/logo_sgr_calamiteit.gif) no-repeat bottom right;*/
	height:25px;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	/*padding-top: 5px;*/
}
#LeftMenuFooter
{
	table-layout:auto;
	bottom:0px;
	background-color:#0000FF;
	vertical-align:top;
}
#LeftMenuFooterImage
{
	position:relative;
	top:-1px;
}
