﻿body
{
	background-color:#354091;
	background-image:url(Images/background_gradient.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 75%;
}
 
.container
{
	width:950px;
	position: relative;
	background-color: White;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-image: url(Images/LogoTopV1.png) ;
	background-repeat: no-repeat;	
}
.container #logo
{
/*	width: 100%;*/
	height: 70px;
}
.container, .containerwide
{
	border: 0px;
	background-color: white;
}



.container #topbar
{
	background-position: 0 0;
}

.container #topbar .mnuPublicTop
{
	visibility: visible;
	text-align: left;
	margin-right: auto;
}
.container #topbar A
{
	display: block;
	vertical-align: bottom;
	padding: 5px;
	padding-top: 6px;
	text-align:  left;
	background-image: none;
	font-weight: bolder;
	text-decoration: none;
}
.mnuPublicTopHover
{
	background-image:url(Images/50.png);
	background-position:right;
}

.container #copyright
{
	background-repeat:repeat-y;
	height: 20px;
}

#copyright #text
{
	position: relative;
	left: -6px;
	height: 13px;
	color: #aaaaaa;
	font-weight: normal;
	font-size: 75%;
	padding-right: 15px;
	text-align: right;
}

.LoginStatus
{
	position: relative;	
	top: 36px;
	color: White;
}

.VMenu td 
{
	width: 140px;
	background-image:url(Images/Menubackground.png);
	border: 0px solid;
	border-bottom: 1px solid white;
}
 
 .login
{
	position: relative;
	width: 250px;
	margin-left: 0;
	margin-right: auto;
	left: 0px;
	top: 40px;
	text-align: left;
}


.td_contents
{
	width: 740px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.dcmscontents
{
	width: 740px;
}

.tblBestel
{
	width: 140px;	
	border-collapse: collapse;
}
.tblBestel th {
	padding-left: 2px;
	background-color: #1C2A83;
	color: White;
	text-align: left;
}

.tblBestel td {
	background-color: white;
	color: black;
	text-align: left;
	padding-bottom: 10px;
}


.DcmsTitle, #DcmsTitle, .h1
{
	/*text-shadow: #FFF 1px 1px 2px;*/

	margin-top:1em;
	height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: black;
	/*text-shadow: 2px 2px 2px #000;*/
	
}

.h1
{
		/* the magic: filters */
		filter:
			progid:DXImageTransform.Microsoft.Glow(Color=#eeeeee,Strength=1)
		;
		zoom:1;/*force hasLayout*/	
}

#menucontainer
{
	background-repeat: no-repeat;
	width: 150px;
}
#topbar
{
	/*float: left;*/
	width: 150px;
}
.td_menu
{
	width: 150px;
	vertical-align: top;
	height: 100%;
	/*background-color: #354090;*/
}



#fullpagecontainer 
{
	width:100%; 
	min-height: 450px; 
	margin: 0; 
	padding: 0;
	position: fixed;
	left: 0px;
	top: 136px;
	z-index: 102;
}

#pagea
{
	background-color: White;
	border: 0px none;  
	border-top: solid 1px #1F2970;
	border-bottom: solid 1px #1F2970;
	min-width: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	min-height: 400px;
	height: 400px;
	z-index: 103;
}

.container #topbar
{
	zoom: 1;			/* This ensures IE6 puts it below the fullpage iframe */
}


#contents, .container #contents
{
    width: 752px;
}