body
{
	margin: 0px;
	padding: 10px;
	text-align: center;
}

body
{
	text-align: -moz-center;
}

select
{
	border: solid 1px #000000;
}

th
{
	background-color: #007180;
	color: White;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}

a
{
	font-weight: bold;
	color: #66AAB3;
	text-decoration: none;
}

a:hover
{
	color: #FF8585;
}

.Error, .Information
{
	font-weight: bold;
}

.Error
{
	color: #FF3333;
}

.Information
{
	color: #007180;
}

.Label
{
	font-weight: bold;
}

.Important
{
	color: #CC0033;
	padding-left: 2px;
	text-decoration: underline;
}

.Grid
{
	/*border: solid 1px #000000;*/
}

.BillRow
{
	background-color: #F2F8F9;
}

.BillCell
{
	padding-left: 4px;
	padding-right: 4px;
}

.TotalsRow, .AreaRow, .Totals, .CityRow
{
	background-color: #B2D4D9;
	color: #000000;
	font-weight: bold;
}

.AreaRow, .CityRow
{
	text-align: center;
}

.CityRow
{
	padding: 5px;
	font-size: 16pt;
	border: solid 1px #000000;
}

.AreaRowNew
{
	border: solid 1px #000000;
}

.DistributorRow
{
	vertical-align: top;
}

.GridRow, .DistributorRow
{
	background-color: #F2F8F9;
}

.FeesRow
{
	background-color: #FFE1E1;
}

.AlternatingGridRow, .AlternatingDistributorRow
{
	background-color: #EBF4F5;
}

.DetailsGrid
{
	border: solid 1px #B2D4D9;
}

.DetailsGrid th
{
	background-color: #B2D4D9;
	color: #000000;
}

.DetailsGrid td
{
	background-color: #F9FBFF;
	color: #000000;
}

.RegularBox, .SmallBox
{
	border: solid 1px #000000;
}

.RegularBox
{
	width: 170px;
}

.SmallBox
{
	width: 50px;
}

.RegularButton, .LongButton
{
	color: #000000;
}

.RegularButton
{
	width: 110px;
}

.LongButton
{
	width: 150px;
}

.Hidden
{
	visibility: hidden;
	display: none;
}

.Box
{
	border: solid 1px #B1B1B1;
	padding: 10px;
}

.MainFrame
{
	width: 984px;
	border: solid 1px #007180;
	background-image: url(../../App_Themes/TasdidTheme/Images/TasdidBg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.MainDiv 
{
	width: 100%;
}

.Menu
{
	text-align: left;
	color: #007180;
	font-size: 12pt;
	font-weight: bold;
}

.Menu A
{
	color: #B2D4D9;
	text-decoration: none;
}

.Menu A:Hover
{
	color: #FFADAD;
}

.RegularText
{
	color: Black;
	font-size: 10pt;
	font-weight: bold;
}

.HeaderSeparator
{
	background-color: #FF3333;
}

.SideBar
{
	width: 160px;
	background-image: url(../../App_Themes/TasdidTheme/Images/SideBarBg.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}

.SideBar A
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.SideButton
{
	width: 100%;
	background-color: #007180;
	text-align: left;
	padding-left: 10px;
}

.SideButton A
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.SideButton A:Hover
{
	color: #FFADAD;
}
