﻿/** {margin: 0; padding: 0;}*/
.zero-li { 
padding:0; 
margin: 0;
margin-left:15px; 
}
html, body
{
	width: 100%;
	height: 100%;
	/*overflow: auto;*/
	text-align:center;
	margin: 0;
	margin-left: 7px;
	padding: 0;
	/*background-image:url(/Themes/Default/Images/generic/floralbg.jpg); 
	background-repeat:repeat;*/
}
form
{
	margin: 0;
	padding: 0;
}
#MainLayoutContainer
{
	/*height: expression(SetMainLayoutContainerHeight(this)); */ /*100%;*/
	width: 100%;
	min-width: 991px;
	/*background-color:#DBE4B8;*/
	text-align: center;
	/*overflow:hidden;*/
}
#MainLayoutHeader
{
	height: 100px;
	/*background-color:#DBE4B8;*/
	text-align: center;
	/*
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	*/
}
.MainLayoutContent
{
	width: 989px;
	/*height: expression(SetMainLayoutContentHeight(this));*/
	/*background-color:#DBE4B8;*/
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	/*
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border:1px solid #000000;
	*/
}
#MainLayoutContentToolbar
{
	height: 37px;
	/*border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
}
.MainLayoutContentLeft
{
	/*height: 100%;*/
	/*height: expression(SetMainLayoutContentHeight(this, 0, true, true, true));*/
	/*height: expression(SetMainLayoutContentHeight(this));*/
	/*height: 100px;*/
	/*background-color:#D8CFB2;*/
	/*background-color:#FF0000;*/
	/*overflow:auto;*/
	text-align: left;
	/*float:left;*/
	width:222px;
	/*border: 1px solid #FFFFFF;*/
}
#MainLayoutContentRight
{
	/*height: expression(SetMainLayoutContentRightHeight(this));*/
	width:100%;
	display:inline;
	text-align: left;
	float:right;
	/*overflow:auto;*/
}
#MainLayoutFooter
{
	width: 991px;
	height: 15px;
	background-color: #000000;
	text-align: center;
}

