﻿body 
{
	vertical-align: top;
	margin:10px 0 10px 0;
	background-color:#BEC3C9;
	background-image:url(../Images/BodyBg.jpg);
	background-repeat:repeat-x;
}
td
{
	/*vertical-align:middle;*/
	font-family: Verdana;
	font-size: 8pt;	
}
.PageWidth
{
	width:729px;
	background-color:White;
}
.GraySeparatorHorizontal
{
	background-color:#cccccc;
	height:1px;
}
.GraySeparatorVertical
{
	background-image:url(../Images/VerticalDottedLine.gif);
	background-repeat:repeat-y;
	width:4px;
}
.ConfirmEditTableStyle
{
	background-color:#e2e2e2;
	border:solid 1px solid;
	width:300px;
	height:50px;
}
/*Header*/
.HeaderMenu
{
	background-image:url(../Images/HeaderMenuRepeat.gif);
	background-repeat:repeat-x;
	font-family:arial;
	font-weight:bold;
	font-size:8px;
	text-align:center;
	text-decoration:none;
	height: 21px;
}

/*Left Bar*/
.LeftBar
{
	width:160px;
	vertical-align:top;
}
.LinkNormalStyle
{
	color:#003366;
	text-decoration:none;
}
.LinkNormalStyle:Hover
{
	color:#990000;
	text-decoration:underline;
}
.LeftBarMenuItemPadding
{
	height:25px;
}
.LeftBarSeparatorRed
{
	background-image:url(../Images/VerticalSeparatorRed.gif);
	background-repeat:repeat-y;
	width:9px;
}

/* MainContent*/
.PageContent
{
	width:563px;
	padding:10px 10px 10px 10px;
	vertical-align:top;
}
.RedHorizontalLine
{
	height:1px;
	background-color:#990000;
}
.CommonTextBox
{
	width:200px;
	color: Black;
	font-family: Tahoma;
	font-size: 10px;
	border: solid 1px #0e68ae;
}
.CommonLabel
{
	padding-left: 6px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	vertical-align: bottom;
}

/*Admin Login Page*/
.AdminPageTitle
{
	background-color:#003366;
	color:White;
	font-weight:bold;
	font-size:12px;
	height:20px;
}
.AdminHeading
{
	height:20px;
	background-color:#EFEFEF;
	color:#003366;
	font-size:12px;
	font-weight:bold;
}
.AdminContent
{
	width:709px;
	margin:10px 10px 10px 10px;
}
.ListStyle ul
{
	padding:5px 0px 0px 0px;
	list-style-type:circle;
	color:#737373;
}
li
{
	list-style-image:url(../Images/bt.gif);
}
.ListItem
{
	padding-top:5px;
}

/*Footer Related Classes*/
.FooterRedBg
{
	background-image:url(../Images/FooterRedBg.gif);
	background-repeat:no-repeat;
	height:31px;
}
.FooterWhiteBg
{
	background-image:url(../Images/FooterWhiteBg.gif);
	background-repeat:no-repeat;
	height:13px;
	width:729px;
}