.Label
{
	background-color: #CECFCE;
	height: 18px;
	text-align: left;
	padding: 2px, 5px, 2px, 5px;
	width: 100%;	
}   
.LinkLabel
{
	font-family: tahoma, verdana; 
	font-size: x-small;
	font-weight: bold;
}
.messageTable
{ 
	background-color: #c2cde0; padding-left: 10px; margin: 0px; 
}
.messageTopCell 
{ 
	background-color: transparent; color: black; font-weight: bold; padding: 6px; height: 25px; 
}
.messageIconCell 
{ 
	background-color: transparent; width: 20px; 
}
.messageContentCell 
{ 
	color: black; padding: 6px; background-color: #FEFEFE; 
}
.messageFooterCell 
{ 
	color: black; padding: 3px; background-color: transparent; height: 25px; 
}
.NormalWhite 
{ 
	font-family: tahoma, verdana;  font-size: 11px; font-weight: bold; color: black; 
}
.messageQuote 
{ 
	font-family: tahoma, verdana;  font-size: 8pt; border-top: solid 1px #999999; border-bottom: solid 1px #999999; 
}
A.SortButton:link 
{
    text-decoration: none;
    color: Black;
}
A.SortButton:visited  
{
    text-decoration: none;
        color: Black;
}
A.SortButton:active   
{
    text-decoration: none;
        color: Black;
}
A.SortButton:hover    
{
    text-decoration:    underline;
    color: Black;
}
/* style for TopLine link buttons */
.CommandButtonTips
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #29568f;
	text-decoration: none;
	padding-top: 5px;
}
.CommandButtonT
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #29568f;
	text-decoration: underline;
}
A.CommandButtonT:link
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #29568f;
	text-decoration: underline;
}

A.CommandButtonT:visited
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #29568f;
	text-decoration: underline;
}

A.CommandButtonT:active
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #29568f;
	text-decoration: underline;
}

A.CommandButtonT:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #29568f;
	text-decoration: underline;
}

/* style for SMALL TopLine link buttons */
.CommandButtonTSmall
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #29568f;
}
A.CommandButtonTSmall:link
{
	font-family: Arial;
	font-size: 10px;
	color: #29568f;
	text-decoration: underline;
}

A.CommandButtonTSmall:visited
{
	font-family: Arial;
	font-size: 10px;
	color: #29568f;
	text-decoration: underline;
}

A.CommandButtonTSmall:active
{
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
	color: #29568f;
}

A.CommandButtonTSmall:hover
{
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
	color: #29568f;
}
/* style for SMALL TopLine link text */
.CommandButtonTtxt
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #29568f;
}
A.CommandButtonTtxt:link
{
	text-decoration: none;
	color: #29568f;
}

A.CommandButtonTtxt:visited
{
	text-decoration: none;
	color: #29568f;
}

A.CommandButtonTtxt:active
{
	text-decoration: none;
	color: #29568f;
}

A.CommandButtonTtxt:hover
{
	text-decoration: underline;
	color: #29568f;
}
/* style for Inverted TopLine link text */
.CommandButtonI
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: white;
	padding: 0px;
	height: 18px;
}
A.CommandButtonI:link
{
	text-decoration: underline;
	color: white;
	padding: 0px;
	height: 18px;
}

A.CommandButtonI:visited
{
	text-decoration: none;
	color: white;
	padding: 0px;
	height: 18px;
}

A.CommandButtonI:active
{
	text-decoration: underline;
	font-weight: normal;
	color: white;
	padding: 0px;
	height: 18px;
}

A.CommandButtonI:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: white;
	padding: 0px;
	height: 18px;
}
/* style for Inverted TopLine link BOLD text */
.CommandButtonIB
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	text-decoration: underline;
	letter-spacing: 1;
}
A.CommandButtonIB:link
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	text-decoration: underline;
	letter-spacing: 1;
}

A.CommandButtonIB:visited
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	text-decoration: underline;
	letter-spacing: 1;
}

A.CommandButtonIB:active
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	text-decoration: underline;
	letter-spacing: 1;
}

A.CommandButtonIB:hover
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	text-decoration: underline;
	letter-spacing: 1;
}
/* button style for TopLine HTML buttons */
.StandardButtonT
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: black;
	font-family: sans-serif;
}
A:linkT
{
	text-decoration: underline;
	color: black;
}

A:visitedT
{
	text-decoration: none;
	color: black;
}

A:activeT
{
	text-decoration: none;
	color: black;
}

A:hoverT
{
	text-decoration: underline;
	color: black font-weight: bold;
}


.CommandButtonTLogin
{
}
.CommandButtonTReg
{
}
.LoginGradient
{
}
.GridTable
{
	background-color: transparent;
	border: none;
	vertical-align: top;
}
.GridHead
{
	font-family: Arial;
	font-size: 9px;
	letter-spacing: 0;
	font-weight: bold;
	color: black;
	text-align: left;
	white-space: nowrap;
}
.GridField
{
	font-family: Arial;
	font-size: 10px;
	letter-spacing: 0;
	font-weight: normal;
	color: black;
}
.GridData
{
	font-family: Arial;
	font-size: 10px;
	letter-spacing: 0;
	font-weight: normal;
	color: black;
}
.GridLink
{
	font-family: Arial;
	font-size: 10px;
	letter-spacing: 0;
	font-weight: normal;
	color: #29568f;
	background-color: transparent;
}

A.GridLink:link
{
	font-family: Arial;
	font-size: 10px;
	letter-spacing: 0;
	font-weight: normal;
	text-decoration: underline;
	color: #29568f;
}

A.GridLink:visited
{
	font-family: Arial;
	font-size: 10px;
	letter-spacing: 0;
	font-weight: normal;
	text-decoration: underline;
	color: #29568f;
}

A.GridLink:active
{
	font-family: Arial;
	font-size: 10px;
	letter-spacing: 0;
	font-weight: normal;
	text-decoration: underline;
	color: #29568f;
}

A.GridLink:hover
{
	font-family: Arial;
	font-size: 10px;
	letter-spacing: 0;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
	color: #29568f;
}
.DropDown
{
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: normal;
	color: black;
	background-color: transparent;
}

.AppText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #29568f;
	padding-top: 25px;
	padding-bottom: 10px;
	text-decoration: underline;
}
.AppTextHead
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #29568f;
}
.AppMessage
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #29568f;
}
.AppNoData
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #29568f;
	padding-top: 0px;
	padding-left: 20px;
}
.AppSectionText
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #29568f;
	padding-top: 25px;
	padding-bottom: 10px;
	text-decoration: underline;
	white-space: nowrap;
}
.FieldTitle
{
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: normal;
	color: #29568f;
	background-color: transparent;
}
.FieldTitleLG
{
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: bold;
	color: #29568f;
	background-color: transparent;
}

/* style for Inverted TopLine text */
.NormalI
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: white;
	line-height: 110%;
}
.ulDiscI
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	list-style-color: white;
	color: white;
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px;
	margin-left: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
}
.olNumI
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: white;
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0px;
	margin-left: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	vertical-align: top;
}
.ulDisc
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #29568f;
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: top;
}
.olNum
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #29568f;
	list-style-type: decimal;
	list-style-position: outside;
	vertical-align: top;
}


/* Main Menu 2*/

.MainMenu2_MenuContainer
{
	background-color: transparent;
}
.MainMenu2_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 15px;
	background-color: Transparent;
}
.MainMenu2_MenuItem
{
	border-left: #cad5ea 0px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 1px solid;
	border-right: #cad5ea 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #2b4573;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
	font: Arial;
}
.MainMenu2_MenuIcon
{
	background-color: #cad5ea;
	border-left: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 1px solid;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	height: 19px;
}
.MainMenu2_SubMenu
{
	background-color: #cad5ea;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=  '#696969' , Direction=135, Strength=3);
}
.MainMenu2_MenuBreak
{
	height: 1px;
}
.MainMenu2_MenuItemSel
{
	background-color: #8da4d3;
	cursor: pointer;
	cursor: hand;
	color: #2b4573;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	height: 19px;
}
.MainMenu2_MenuArrow
{
	border-right: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 0px solid;
	font-family: webdings;
	font-size: 8pt;
	cursor: pointer;
	cursor: hand;
}
.MainMenu2_RootMenuArrow
{
	font-family: webdings;
	font-size: 8pt;
	cursor: pointer;
	cursor: hand;
}

/* EmptyDataRowStyle */
.EmptyDataRowStyle
{
	vertical-align: top;
	color: #2b4573;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
}
.GridViewHeader
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: black;
	height: 1px;
}
.GridViewRow
{
	background: #EFF3FB;
	font-family: Arial;
	font-size: 8pt;
	letter-spacing: 0;
	font-weight: normal;
	color: black;
	height: 1px;
}
.GridViewAlertnating
{
	background: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	letter-spacing: 0;
	font-weight: normal;
	color: black;
	height: 1px;
}
.GridViewPager
{
	font-family: Arial;
	font-size: 8pt;
	letter-spacing: 0;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D1DDF1;
}


.GridViewPager2
{
	width: 100%;
	text-align: right;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: .5px;
    font-weight: normal;
    color: black;
    background-color: transparent;
}

.GridViewSelectedRow
{
	background: #D1DDF1;
	font-family: Arial;
	font-size: 8pt;
	letter-spacing: 0;
	font-weight: bold;
	color: #333333;
	height: 1px;
}
div.GridView
{
	height: 250px;
}
.View
{
	height: 18px;
	text-align: left;
	padding: 2px, 5px, 2px, 5px;
}
.Label
{
	background-color: #f1f6fc;
	height: 18px;
	text-align: left;
	padding: 2px, 5px, 2px, 5px;
	width: 90px;
}

/* Calendar styles */
.calCalendar
{
	height: 20px;
	width: 104px;
	border-color: transparent;
}
.calWeekday
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	color: Black;
	background-color: White;
}
.calMonthHeader
{
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
	color: White;
	background-color: #69a9e0;
}

.calOffMonth
{
	font-size: 8pt;
	font-names: Tahoma, Verdana, Helvetica, Arial;
	color: Black;
	background-color: #CFCFBE;
}

.calButton
{
	border-style: solid;
	border-color: Red;
}

.calGotoToday
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	color: Black;
	background-color: White;
}

.calToday
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	background-color: #7E9CB8;
}
.calDayHeader
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	color: Black;
	background-color: #CFCFBE;
}
.calWeekend
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	color: Black;
	background-color: White;
}
.calSelectedDate
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	border-color: #275AC4;
	background-color: White;
}
.calclearDate
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	color: White;
	background-color: White;
}
.calHoliday
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	color: Black;
	background-color: White;
}
.rateNormal
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	color: Black;
	background-color: Transparent;
}
.rateNormalBold
{
	font-size: 8pt;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	color: Black;
	background-color: Transparent;
}
th.rateHeaderShaded
{
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;
	background-color: #BCBCBC;
}
td.rateHeaderShaded
{
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;
	background-color: #BCBCBC;
}
table.rateCensus
{
	border: black 1px solid;
	width: 100%;
	padding: 5px 5px 5px 5px;
}
/* end of file */