﻿/****************************************/
/***************main body****************/
body
{
	padding: 0px;
}
.mlMain
{
	width: 981px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding: 5px;
}
/***************main body****************/
/****************************************/
/***************createMargins************/
.createMargins
{
	padding-left: 1px;
	padding-right: 11px;
	padding-top: 1px; /*fixes issue with background-color*/
	padding-bottom: 1px; /*fixes issue with background-color*/
}
/***************createMargins************/
/****************************************/
/***************topSection***************/
.mlTopSection
{
	position: relative;
	background-color: #dbdcdd;
	height: 30px;
}
.mlTopSection .Logo
{
}
.mlTopSection .Logo img
{
}
.mlTopSection .icons
{
	text-align: right;
	float: right;
	color: Black;
	margin-top: 5px;
	margin-bottom: 0px;
}

.mlTopSection .icons .hidden
{
	display: none;
}

.mlTopSection .icons img
{
	margin-bottom: -3px;
}

.mlTopSection .icons a
{
	color: Black;
}
.mlTopSection .links
{
	width: 300px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
.mlTopSection .title
{
	color: #be354a;
	font-size: 1.8em;
}
@media print
{
	.mlTopSection .icons
	{
		display: none;
	}
	.mlTopSection .links
	{
		display: none;
	}
}
/***************topSection***************/
/****************************************/
/***************topMenu******************/
.mlTopMenu
{
	clear: both;
}
.mlMenuSeperator
{
	height: 0px;
	line-height: 0px;
}
/***************topMenu******************/
/****************************************/
/***************mainSection**************/
.mlMainSection
{
	/*position: relative;*/
	float: left;
	clear: both;
	/*
	background-image: url('../images/top/background.png');
	background-position: left bottom;
	*/
	border: 1px solid white;
}
/***************mainSection**************/
/****************************************/

/****************************************/
.smallPopup
{
	position: absolute;
	border: 1px solid black;
	width: 200px;
	background-color: #9691C0;
}
.tbl
{
	background-color: #9691C0;
	color: Black;
	width: 100%;
}
.tbl .two
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.tbl .lft
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
}
.tbl .rgt
{
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 50px;
	text-align: center;
}
.tbl .scr
{
	background-color: White;
}
.tbl a
{
	color: White;
	text-decoration: underline;
}
