/****************************
	Generic Body & Border	
*****************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
    font-size: 10px;
    font-family: Verdana, Arial, "Times New Roman";
}
td.TopBorderCell {
	background-image: url("images/border_top_middle.gif");
}
td.LeftBorderCell {
	background-image: url("images/border_left_middle.gif");
}
td.RightBorderCell {
	background-image: url("images/border_right_middle.gif");
}
td.BottomBorderCell {
	background-color: #E7EBF2;
}
.MainTable {
	font-family: Verdana, Arial;
	font-size: 11px; 
	background-color: #E7EBF2;
	text-align: left;
}
.MainTableCell {
	padding: 3px 15px 3px 15px;
}
.BreadCrumbTable {
	height: 30px;
	vertical-align: middle;	
	background-color: #A5B9D4;
}

/****************************
	    Form Elements
*****************************/
.Button
{
    border: 1px black solid;
    font-size: 10px;
    font-family: Verdana, Arial, "Times New Roman";
}

.TextBox {
    border: 1px #1C374E solid;  
    margin-bottom: 1px;
    margin-top: 1px;
 	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, "Times New Roman";
}

/****************************
	    Table Elements
*****************************/
.BorderTable {
	font-family: Verdana, Arial;
	font-size: 10px; 
	line-height: 12px; 
	color: black; 
	border-collapse: collapse;
	text-align: left;
	border-width: 2px;
}
.BorderTableCell {
	border-width: 1px; 
	border-style: solid; 
	border-color: #AAAAAA;
}

/****************************
	  Headings and Text
*****************************/
A:link {
	TEXT-DECORATION: none;
	COLOR: #252D6B;
}
A:active {
	TEXT-DECORATION: none;
	COLOR: #252D6B;
}
A:visited {
	TEXT-DECORATION: none;
	COLOR: #252D6B;
}
A:hover {
	TEXT-DECORATION: none;
	COLOR: #35ABFD;
}
.ErrorText 
{
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #BB0F13;
	font-weight: bold;
}
.TextBreadCrumb 
{
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.TextActionBreadCrumb
{
	line-height: 14px;
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
}
.Heading1 {
	font-family: Verdana, Arial;
	font-size: 24px; 
	font-weight: bold;
	line-height: 24px; 
	color: #252D6B;
}
.Heading2 {
	font-family: Verdana, Arial;
	font-size: 18px; 
	font-weight: bold;
	line-height: 18px; 
	color: #252D6B;
}
.Heading3 {
	font-family: Verdana, Arial;
	font-size: 15px; 
	font-weight: bold;
	line-height: 16px; 
	color: #000000;
}
.Heading4 
{
	line-height: 30px;
	vertical-align: top;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.TextAction
{
	line-height: 30px;
	vertical-align: top;
	color: #0071B9;
	font-weight: bold;
	font-size: 12px;
}
.TextActionBreadCrumb{
	color: #FFFFFF;
}
.TextFieldRequired
{
	font-weight: bold;
	font-size: 10px;
	color: Red;
}
.TextFieldRequiredStar
{
	line-height: 12px;
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
	color: Red;
}
