A
{
	color: #03315e; 
	font-size: medium; 
	font-family: Arial; 
}
A:Hover
{
	color: #03315e; 
	font-size: medium; 
	font-family: Arial; 
}
A.Logout
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	color: #03325f;
}
A:Hover.Logout
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #03325f;
}
A.MainMenu
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #c1cdd7;
}
A:Hover.MainMenu
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #fe9d0e;
}
A.SectionLink
{
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
	color: #033361;
}
A:Hover.SectionLink
{
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #0666c2;
}
LABEL
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
LABEL.BoldLabel
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
LABEL.MainTitle
{
	font-family: Arial;
	font-size: 28px;
	color: #03315e;
}
LABEL.MainMenuDivider
{
	font-family: Arial;
	font-size: 11px;
	color: #406890;
}
LABEL.SectionHeader
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
LABEL.SectionHeaderGreen
{
	font-family: Arial;
	font-size: 12px;
	color: #65fa61;
	font-weight: bold;
}
LABEL.SectionHeaderRed
{
	font-family: Arial;
	font-size: 11px;
	color: #fc8387;
	font-weight: bold;
}
LABEL.Section
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
LABEL.SectionBold
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
LABEL.SectionRed
{
	font-family: Arial;
	font-size: 12px;
	color: #f20d0d;
	font-weight: normal;
}
LABEL.SectionSubTitle
{
	font-family: Arial;
	font-size: 12px;
	color: #03315e;
	font-weight: bold;
}
LABEL.Mandatory
{
	font-family: Arial;
	font-size: 12px;
	color: #ee352f;
	font-weight: bold;
}
INPUT.Field	
{
	border: 1px solid #93c3f4;
	width: 120px;
	height: 20px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #03315e;
}
INPUT.ShortField	
{
	border: 1px solid #93c3f4;
	width: 60px;
	height: 20px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #03315e;
}
INPUT.DateField	
{
	border: 1px solid #93c3f4;
	width: 25px;
	height: 20px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #03315e;
}
INPUT.ButtonBrowse
{
	background-image: url(../images/button_browse.gif);
	width: 86px;
	height: 25px;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	text-valign: middle;
	border: 0px;
}
INPUT.SectionButton
{
	background-image: url(../images/section_button.gif);
	width: 85px;
	height: 25px;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	text-valign: middle;
	border: 0px;
}
INPUT.LargeSectionButton
{
	background-image: url(../images/large_section_button.gif);
	width: 144px;
	height: 25px;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	border: 0px;
}
INPUT.LargeSectionButtonBold
{
	background-image: url(../images/large_section_button.gif);
	width: 144px;
	height: 25px;
	background-repeat: no-repeat;
	align: center;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	border: 0px;
}
INPUT.Checkbox
{
	border: 1px solid #1c5180;
	background-color: #ffffff;
	width: 16px;
	height: 16px;
}
SELECT
{
	border: 1px solid #93c3f4;
	width: 120px;
	height: 20px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #03315e;
}
TEXTAREA
{
	border: 1px solid #93c3f4;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #03315e;
}
TD.WelcomeRow
{
	background-color: #e9f2ff;
}
TD.MainMenuBG
{
	background-image: url(../images/main_menu_bg.gif);
	height: 32px;
	background-repeat: repeat-x;
}
TD.SectionBG
{
	background-image: url(../images/section_bg.gif);
	height: 27px;
	background-repeat: repeat-x;
}
TD.SectionBGBottom
{
	background-image: url(../images/section_bg_bottom.gif);
	height: 37px;
	background-repeat: repeat-x;
}
TD.BodySectionBG
{
	background-image: url(../images/body_section_bg.gif);
	height: 163px;
	background-repeat: repeat-x;
	position: top;
	background-color: #e2e9f3;
}
TD.AttachedFileBG
{
	background-image: url(../images/section_attached_file_bg.gif);
	width: 454px;
	height: 71px;
	background-repeat: no-repeat;
	padding: 10px;
}
TD.SectionHR
{
	background-image: url(../images/section_hr.gif);
	height: 2px;
	background-repeat:repeat-x;
}


.calendarTxtDiv
{
	width:130px;
	float:left;
	padding-right:10px;
	font-size:12px;
}

.calendarBtnDiv
{
	float:left;
	text-align:left;
}

.adviceCommentFirst
{
	height:auto; color: #0099CC; font-family: Arial; font-size: large;
}

.adviceCommentFirstRed
{
	height:auto; color: Red; font-family: Arial; font-size: large;
}

.adviceCommentSecond
{
	height:auto; color: #0099CC; font-family: Arial; font-size: medium; font-style: italic;
}

.GridPaging
{
	letter-spacing:.3em;
}

.gridnormalrow
{
    background-color:Red;
}
.gridhightlighrow
{
    background-color:#cccccc;
}

.MainIntroduction
{
	height:auto; 
	padding:20px 90px 3px 90px; 
	color: #003399; 
	font-size: medium; 
	font-family: Arial; 
	text-indent: 30px; 
	text-align: justify;
}

.MainIntroductionLinks, a.MainIntroductionLinks:hover, a.MainIntroductionLinks:visited, a.MainIntroductionLinks:link
{
	height:auto; 
	color: #03315e; 
	font-size: medium; 
	font-family: Arial; 
	text-indent: 30px; 
	text-align: justify;
}

.PrintLinks, a.PrintLinks:hover, a.PrintLinks:visited, a.PrintLinks:link
{
	height:auto; 
	color: #03315e; 
	font-size: medium; 
	font-family: Arial;
}

.PrintPanel
{
	clear:both;
	padding-top:5px;
	height:30px;
}

.PrintElements
{
	float:left;
	padding-right:10px;
}

a.BlueLinks:link{
color : #0000CC;}

a.BlueLinks:visited{
color : #0000CC;}

.commonRowDiv
{
	clear:both;
	padding-top:5px;
	height:30px;
	/*border:1px solid;*/
}

.commonLabelDiv
{
	width:130px;
	/*height:20px;*/
	float:left;
	text-align:right;
	padding-top:3px;
	padding-right:10px;
	font-size:12px;
	/*border:1px solid;*/
}

.commonControlDiv
{
	width:180px;
	/*height:20px;*/
	float:left;
	text-align:left;
	/*border:1px solid;*/
}


.AutoHeightStyle
{
	height:auto;
}

.AddLinksStyle, a.AddLinksStyle:hover, a.AddLinksStyle:visited, a.AddLinksStyle:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color:#aaaaaa;
}