

body {
	background: #666666;
	font-size: 11pt;
	font-family: "ariel", sans-serif;
	//font-family: "georgia", "times new roman", serif;
	color: #333;
}
*{margin:0; padding:0;}

.floatingMail {
	position: absolute;
	top: 300px;
	left: 50px;
	
	
}


.greyGradient {
	background-image: url(../images/gradient3.jpg);
	height: 30px;
	
}

.header  {
	position: absolute;
	top: 18px;
	left: 26px;
	
	
}

.leftMenuBox {	
	position: absolute;
	top: 75px;
	left: 20px;		
	width: 170px;	
		
}
.menuHeader {
	height: 20px;	background-image: url('../images/gradient4.jpg');
	padding-left: 12px;
	font-weight: bold;
	color: #ddd;
	text-shadow: 0.1em 0.1em 0.05em #333;
}

.menuSpacer {
	height: 10px;
	}
	
	
.leftMenuItem {
	font-size: 12px;
	display: block;
	width: 158px;
	background: #ccc;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #ddd;
	padding-left: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	}
.leftMenuBox a:hover {
	background: #a6bf95;

}

.leftMenuItemActive  {
	font-size: 12px;
	display: block;
	width: 158px;
	background: #cfe3cc;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #ddd;
	padding-left: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	}

.leftMenuBox ul {
	list-style: none;
}

.main {
	position: absolute;
	top: 75px;
	left: 210px;
	overflow: auto;
	background-color: #eee;
	width: 588px;	
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 6px;
}

.main p {
	margin-top: 0px;
	margin-bottom: 6px;
}	

.mbWarning {
	
	font-size: 10px;
	color: red;
	
}
.topMenu {
	font-size: 12px;
	position: absolute;
	color: #000;
	top: 26px;
	height: 20px;
	width: 600px;
	left: 210px;
	padding-top: 4px;
	
	background: url('../images/gradient4.jpg');
}

.topMenu a {
	color: #ddd;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 6px;
	padding-bottom: 3px;
	border-right: 1px dotted #222;

}
.topMenu a:hover {
	color: #0b27f8;
}

.topMenuActive  {
	background-image: url('../images/gradient5.jpg')
	

}

