﻿/*
Sections
*/
Table.Section{
	color:#333333;
}
Table.Section TD{
}
Table.Section TD.SectionTop1Left{
	background-image:url('../../cssimages/leftBox_topCrn.gif');
}
Table.Section TD.SectionTop1Middle{
	background-image:url('../../cssimages/leftBox_top.gif');
}
Table.Section TD.SectionTop1Right{
	background-image:url('../../cssimages/leftBox_topCrn_RT.gif');
}
Table.Section TD.SectionTop2Left{
	background-image:url('../../cssimages/leftBox_hdrLt.gif');
}
Table.Section TD.SectionTop2Middle{
	background-color:#7b9bd5;
}
Table.Section TD.SectionTop2Right{
	background-image:url('../../cssimages/leftBox_hdrRT2.gif');
}
Table.Section TD.SectionTop3Left{
	background-image:url('../../cssimages/leftBox_hdrLtP2.gif');
}
Table.Section TD.SectionTop3Right{
	background-image:url('../../cssimages/leftBox_hdrRT2P2.gif');
}
Table.Section TD.SectionTop4Left{
	background-image:url('../../cssimages/leftBox_hdrLtP2.gif');
}
Table.Section TD.SectionTop4Middle{
	background-color:#7b9bd5;
	color:#333333;
}
Table.Section TD.SectionTop4Right{
	background-image:url('../../cssimages/leftBox_hdrRT2P2.gif');
}
Table.Section TD.SectionContentLeft{
	background-image:url('../../cssimages/leftBox_LTcontent.gif');
}
Table.Section TD.SectionContentMiddle{
}
Table.Section TD.SectionContentRight{
	background-image:url('../../cssimages/leftBox_LTcontentRT.gif');
}
Table.Section TD.SectionBottom1Left{
	background-image:url('../../cssimages/leftBox_btmLt.gif');
}
Table.Section TD.SectionBottom1Middle{
	background-image:url('../../cssimages/leftBox_btmExt.gif');
}
Table.Section TD.SectionBottom1Right{
	background-image:url('../../cssimages/leftBox_btmCrnRt.gif');
}
/*
SectionForModalPopups
*/
Table.SectionForModalPopup{
	border:1px solid gray;
}
Table.SectionForModalPopup TD{
}
Table.SectionForModalPopup TD.SectionTop1Left{
	background-color:#90c4ee;
}
Table.SectionForModalPopup TD.SectionTop1Middle{
	background-color:#90c4ee;
}
Table.SectionForModalPopup TD.SectionTop1Right{
	background-color:#90c4ee;
}
Table.SectionForModalPopup TD.SectionTop2Left{
}
Table.SectionForModalPopup TD.SectionTop2Middle{
	background-color:#90c4ee;
	color:#333333;
}
Table.SectionForModalPopup TD.SectionTop2Right{
}
Table.SectionForModalPopup TD.SectionTop3Left{
}
Table.SectionForModalPopup TD.SectionTop3Right{
}
Table.SectionForModalPopup TD.SectionTop4Left{
}
Table.SectionForModalPopup TD.SectionTop4Middle{
	background-color:#90c4ee;
	color:#333333;
}
Table.SectionForModalPopup TD.SectionTop4Right{
}
Table.SectionForModalPopup TD.SectionContentLeft{
}
Table.SectionForModalPopup TD.SectionContentMiddle{
}
Table.SectionForModalPopup TD.SectionContentRight{
}
Table.SectionForModalPopup TD.SectionBottom1Left{
}
Table.SectionForModalPopup TD.SectionBottom1Middle{
}
Table.SectionForModalPopup TD.SectionBottom1Right{
}
/*
Subsections
*/
Table.Subsection
{
	border:0px;
	padding-left:0px;
	width:100%;
}
Table.Subsection TD{
}
Table.Subsection TD.SubsectionTop1Left{
}
Table.Subsection TD.SubsectionTop1Middle{
}
Table.Subsection TD.SubsectionTop1Right{
}
Table.Subsection TD.SubsectionTop2Left{
}
Table.Subsection TD.SubsectionTop2Middle{
	color:white;
}
Table.Subsection TD.SubsectionTop2Middle A {
	color:white;
text-decoration:underline;
}
Table.Subsection TD.SubsectionTop2Right{
}
Table.Subsection TD.SubsectionTop3Left{
}
Table.Subsection TD.SubsectionTop3Right{
}
Table.Subsection TD.SubsectionTop4Left{
}
Table.Subsection TD.SubsectionTop4Middle{
	color:white;
}
Table.Subsection TD.SubsectionTop4Right{
	background-color:#E0D3B8;
}
Table.Subsection TD.SubsectionContentLeft{
}
Table.Subsection TD.SubsectionContentMiddle{
	color:#333333;
}
Table.Subsection TD.SubsectionContentMiddle A {
	color:#333333;
}
Table.Subsection TD.SubsectionContentRight{
}
Table.Subsection TD.SubsectionBottom1Left{
}
Table.Subsection TD.SubsectionBottom1Middle{
}
Table.Subsection TD.SubsectionBottom1Right{
}
/*
Side by side subsections
*/
Table.SideBySideSubSection
{
}
Table.SideBySideSubSection TD{
}
Table.SideBySideSubSection TD.SideBySideSubSectionLeft
{
}	
Table.SideBySideSubSection TD.SideBySideSubSectionRight
{
}
/*
Subsection error msg
*/
Table.SubSectionErrorMsg{
	border:1px solid #333333;
}
Table.SubSectionErrorMsg TD{
	color:White;
	background-color:Red;
}
/*
Subsection info msg
*/
Table.SubSectionInfoMsg{
	border:1px solid #333333;
}
Table.SubSectionInfoMsg TD{
	color:#333333;
	background-color:#c5ebc7;
}
/* 
input form
*/
Table.InputForm
{
	width:100%;
	font-family:Arial;
	font-size:8.4pt;
}

TD.RequiredInputFieldLabel
{
	width:100px;
	text-align:right;
	font-weight:bold;
	background-color:#f1f3f5;
}

TD.InputFieldLabel
{
	width:100px;
	text-align:right;
	background-color:#f1f3f5;
}