body
{
	padding: 0;
	margin: 10px 0 0 20px;
}
td
{
	vertical-align: top;
}
td, div, span, li, textarea, input, select
{
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #4d4d4d;
}
img
{
	border: 0;
}
input, textarea
{
	border: solid 1px #999999;
}
a
{
	text-decoration: none;
	color: #727996;
}
a:hover
{
	text-decoration: underline;
}
ul
{
	margin: 0 0 20px 20px;
}
.ErrorMessage
{
	color: #ff0000;
	padding-bottom: 10px;
}
.WarningMessage
{
	color: #0000ff;
	padding-bottom: 10px;
}
.MessageText
{
	color: #000000;	
	padding-bottom: 10px;
}
.RequiredFields
{
	padding-top: 20px;
}
.Heading
{
	font-weight: bold;
	padding-bottom: 5px;
}
.radio
{
	border: 0;
}
.button
{
	font-size: 10px;
	line-height: 12px;
	margin-right: 10px;	
}
.checkbox
{
	border: 0;
}
.Title
{
	font-size: 14px;
	padding-bottom: 4px;
	font-family: Arial;
}
.Border
{
	border: solid 1px #dedede;
}


#tblMain
{
	width: 700px;
	background: #ffffff;
}
#tblMain td.Header
{			
}
#tblMain td.LeftNav
{	
	border-left: solid 1px #939393;		
}
#tblMain td.Body
{
	height: 340px;
	border-right: solid 1px #939393;
}
#tblMain td.Footer
{	
}

#tblHeader
{
	width: 702px;
	height: 160px;
	color: #000000;	
	border: solid 1px #939393;	
}
#tblHeader td
{
	vertical-align: baseline;
	text-align: left;
}

#tblNavigation
{
	width: 702px;
	height: 40px;
	padding: 4px 0 0px 10px;
	text-align: right;
}
#tblNavigation ul
{
	margin: 0;
}
#tblNavigation li
{
	display: inline;
	padding-right: 10px;
	text-transform: lowercase;
}
#tblNavigation a
{
	color: #4d4d4d;
}
#tblNavigation a.Selected
{
	color: #727996;
}

#tblLeftNav
{
	padding-top: 10px;
	width: 175px;
}
#tblLeftNav div
{
	margin: 0;
	padding: 10px 5px 10px 5px;
	border-bottom: dotted 1px #3d3d3d;
}
#tblLeftNav a
{
	color: #4d4d4d;
}
#tblLeftNav a.Selected
{
	color: #000000;
}

#tblBody
{
	width: 525px;
	padding: 10px 18px 40px 20px;
}
#tblBody div.TitleImage
{
	padding: 10px 0 10px 0;
}
#tblBody div.TitleText
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

#tblBodyHome
{
	width: 702px;
	border-left: solid 1px #939393;	
	border-right: solid 1px #939393;	
	padding: 20px 0 20px 20px;
}
#tblBodyHome div.TitleImage
{
	padding: 10px 0 10px 0;
}
#tblBodyHome div.TitleText
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
#tblBodyHome div.AboutUs
{
	border-right: solid 1px #d3d3d3;	
	padding-right: 20px;
}
#tblBodyHome div.Management
{
	padding-right: 20px;
}
#tblBodyHome div.More
{
	text-align: right;
}
#tblBodyHome ul
{
	margin: 8px 0 0 16px;
}

#tblFooter
{
	width: 702px;
	height: 60px;
	border: solid 1px #939393;
	background-image : url(/Images/footer.gif);
}
#tblFooter td
{
	padding: 10px 10px 0 10px;
	font-size: 10px;
	color: #EAEAEA;
}
#tblFooter a
{
	font-size: 10px;
	color: #B2B2B2;
}

#tblButtons input
{
	font-size: 10px;
	line-height: 12px;
	margin-right: 10px;
}

#tblPageTabs a
{
	text-decoration: none;
}
#tblPageTabs td.Tab
{
	background-image : url(/Images/tab.gif);
	background-position: bottom left;
	background-repeat : no-repeat;
	text-align: center;
	margin-left: 1px;	
	float: left;
	text-decoration : none;
	vertical-align: bottom;
	border-bottom: solid 1px #999999;
	height: 22px;
}
#tblPageTabs td.TabSelected
{
	background-image : url(/Images/tab.gif);
	background-position: bottom left;
	background-repeat : no-repeat;
	text-align:center;
	margin-left:1px;	
	float: left;
	text-decoration : none;
	vertical-align: bottom;
	font-weight: bold;
	border-bottom: solid 1px #EDEDED;
	height: 22px;
}
#tblPageTabs td.TabDisabled
{
	background-image : url(/Images/tab.gif);
	background-position: bottom left;
	background-repeat : no-repeat;
	text-align: center;
	margin-left: 1px;	
	float: left;
	text-decoration : none;
	vertical-align: bottom;
	border-bottom: solid 1px #999999;
	height: 22px;
}
#tblPageTabs td.TabBorderBottom
{
	border-bottom: solid 1px #999999;
	background-color: #E8E8E8;
	height: 22px;
}
#tblPageTabs td.TabBorderRight
{
	background-image : url(/Images/tab_right.gif);
	background-position: bottom right;
	background-repeat : no-repeat;
	text-align:center;
	width: 1px;
	float: left;
	text-decoration : none;
	vertical-align: bottom;
	height: 22px;
}


#tblListForm
{
	border: solid 1px #999999;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#tblListForm tr.Header
{
	background-color: #666666;
}
#tblListForm td
{
	border: solid 1px #999999;
	border-collapse: collapse;
	vertical-align: sub;
}
#tblListForm td.HeaderCol
{
	color: #ffffff;	
}
#tblListForm td.HeaderColApproved
{
	width: 80px;
	color: #ffffff;	
	text-align: center;
}
#tblListForm td.HeaderEdit
{
	color: #ffffff;	
	width: 25px;
	text-align: center;
}
#tblListForm td.EditImage
{
	width: 25px;
	text-align: center;
}
#tblListForm td.HeaderPDF
{
	color: #ffffff;	
	width: 18px;
}
#tblListForm td.Date
{
	width: 60px;
}

#tblPageNumbers
{
	text-align: right;
}
#tblPageNumbers td.EditImage
{
	padding-top: 4px;
}
#tblPageNumbers span
{
	padding: 0 2px 0 2px;
}
#tblPageNumbers span.Selected
{
	font-weight: bold;
	color: #ff0000;
}

#DatePicker input
{
	width: 132px;
	margin-right: 2px;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

#MaintenanceContactUs
{
	text-align: center;
}

#ManagementContactUs
{
	text-align: center;
}