﻿/*Revision History:	
VSS           DATE      INITIALS  PILOT ITEM #
09.03.25.0000	03/25/2009	  gio     11676      
*/


/* asp:Button */
.aspbutton
{
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	color: #000;
	background-color: #E4EAF1;
	cursor: cursor;
	border-right: #B0C4DE 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	margin-left:0px;
	margin-right:0px;
	border-top: #B0C4DE 1px solid;
	border-bottom: #B0C4DE 1px solid;	
	border-left: #B0C4DE 1px solid;
}

.aspbutton_light
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #505050;
	background-color: #E4EAF1;
	cursor: cursor;
	border-right: #B0C4DE 1px solid;
	padding-right: 0px;
	border-top: #B0C4DE 1px solid;
	border-bottom: #B0C4DE 1px solid;
	padding-left: 0px;
	border-left: #B0C4DE 1px solid;
}

.aspbutton_logout
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #f00;
	background-color: #E4EAF1;
	cursor: #B0C4DE;
	border-right: #B0C4DE 1px solid;
	padding-right: 0px;
	border-top: #B0C4DE 1px solid;
	border-bottom: #B0C4DE 1px solid;
	padding-left: 0px;
	border-left: #B0C4DE 1px solid;
}

.aspbutton_cancel
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #f00;
	background-color: #E4EAF1;
	cursor: #B0C4DE;
	border-right: #B0C4DE 1px solid;
	padding-right: 0px;
	border-top: #B0C4DE 1px solid;
	border-bottom: #B0C4DE 1px solid;
	padding-left: 0px;
	border-left: #B0C4DE 1px solid;
}

.aspbutton_cancellong
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #f00;
	background-color: #E4EAF1;
	cursor: cursor;
	width: 120px;
	border-right: #B0C4DE 1px solid;
	padding-right: 0px;
	border-top: #B0C4DE 1px solid;
	border-bottom: #B0C4DE 1px solid;
	padding-left: 0px;
	border-left: #B0C4DE 1px solid;
}

.aspbutton_long
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	background-color: #E4EAF1;
	cursor: cursor;
	width: 120px;
	border-right: #B0C4DE 1px solid;
	padding-right: 0px;
	border-top: #B0C4DE 1px solid;
	border-bottom: #B0C4DE 1px solid;
	padding-left: 0px;
	border-left: #B0C4DE 1px solid;
}

.aspbutton_verticalgraytab
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	background-color: #2E4D7B;
	border-color: #B0C4DE;
	border-style:solid;
	border-width: 1px;
	border-collapse:collapse;
	cursor: hand;
	width: 200px;
	padding: 1px 3px 1px 3px;
	text-align: left;
}

.aspbutton_verticalgraytab_selected
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	background-color: #B0C4DE;
	border-color: #B0C4DE;
	border-style:solid;
	border-width: 1px;
	border-collapse:collapse;
	cursor: hand;
	width: 200px;
	padding: 1px 3px 1px 3px;
	text-align: left;
}

.aspbutton_inactive
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #e0e0e0;
	background-color: Silver;
	cursor: cursor;
}

.aspbutton_inactive_long
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #e0e0e0;
	background-color: Silver;
	cursor: cursor;
	width: 120px;
}

/* asp:TextBox */
.asptextbox
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #FFFFFF;
	color: #000;
	border-width: 1;
	border-color: #B0C4DE;
	border-style: solid;
}

.asptextbox_numeric
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #FFFFFF;
	color: #000;
	border-width: 1;
	border-color: #B0C4DE;
	border-style: solid;
	text-align: right;
}

.asptextbox_numeric_highlighted
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #FFFFFF;
	color: #000;
	border-width: 1;
	border-color: #F00;
	border-style: solid;
	text-align: right;
}

.asptextbox_numeric_inactive
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #FFFFFF;
	color: Silver;
	border-width: 1;
	border-color: Silver;
	border-style: solid;
	text-align: right;
}

.asptextbox_inactive
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #FFFFFF;
	color: Silver;
	border-width: 1;
	border-color: Silver;
	border-style: solid;
}
.asptextbox_readonly
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #FFFFFF;
	color: #000;
	border-width: 0;
}

/* asp:DropDownList */
.aspdropdownlist
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #FFFFFF;
	color: #000;
	border-width: 1;
	border-color: #B0C4DE;
	border-style: solid;
}
.aspdropdownlist_inactive
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #FFFFFF;
	color: Silver;
	border-width: 1;
	border-color: Silver;
	border-style: solid;
}
.aspdropdownlist_readonly
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #FFFFFF;
	color: #000;
	border-width: 0;
}

/* asp:CheckBox */
.aspcheckbox
{
	color: #000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}


/* asp:CheckBoxList */
.aspcheckboxlist
{
	color: #000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	line-height: normal;
}


/* asp:HyperLink */
a.asphyperlink:link
{
	color: #000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}


a.asphyperlink:hover
{
	color: #F00;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.asphyperlink:visited
{
	color: #000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.asphyperlink:active
{
	color: #000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}



a.asphyperlink_small:link
{
	color: Navy !important;
	font-family: Arial !important;
	font-size: 7pt !important;
	font-weight: bold !important;
	text-decoration:underline;
}

a.asphyperlink_small:hover
{
	color: #F00 !important;
	font-family: Arial !important;
	font-size: 7pt !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

a.asphyperlink_small:visited
{
	color: Navy;
	font-family: Arial important;
	font-size: 7pt !important;
	font-weight: bold;
	text-decoration:underline;
}

a.asphyperlink_small:active
{
	color: Navy !important;
	font-family: Arial !important;
	font-size: 7pt !important;
	font-weight: bold !important;
	text-decoration:underline;
}


/* asp:FileUpload */
.aspfileupload
{
	color: #000;
	font-family: Arial;
	font-size: 8pt;
}

/* asp:Label */
.asplabel
{
	color: inherit;
	font-family: Arial;
	font-size: 8pt;
}

.asplabelbolded
{
	color: inherit;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
}

.asplabelcolored
{
	color: inherit;
	font-family: Arial;
	color: Navy;
}

.asplabelnocolor
{
	color: inherit;
	font-family: Arial;
	font-size: 8pt;
}

.asplabelnocolor_big
{
	color: inherit;
	font-family: Arial;
	font-size: 9pt;
}

.asplabelhighlighted
{
	color: #f00;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}
.asplabeltitle
{
	color: inherit;
	font-family: Arial;
	width: 100%;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 30px;
}

.asplabelapplicationtitle
{
	color: Navy;
	font-family: Arial;
	font-weight: bold;
	font-size: 13pt;
}

.asplabelnumeric
{
	color: inherit;
	font-family: Arial;
	font-size: 8pt;
	text-align: right;
}

/* asp:LinkButton */
a.asplinkbutton:link
{
	padding: 5pt;
	color: #000;
	background-color: #E4EAF1;
	height: 19px;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
}

a.asplinkbutton:visited
{
	padding: 5pt;
	color: #000;
	background-color: #E4EAF1;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
}

a.asplinkbutton:hover
{
	padding: 5pt;
	color: #000;
	background-color: #E4EAF1;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: underline;
}

.asplinkbuttontransparent
{
	padding: 0pt;
	color: #000;
	background-color: Transparent;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	height: 19px;
}

/* asp:ListBox */
.asplistbox
{
	color: #000;
	background-color: White;
	font-family: Arial;
	font-size: 8pt;
	border-width: 1;
	border-color: #B0C4DE;
	border-style: solid;	
}

/* asp:RadioButton */
.aspradiobutton
{
	color: #000;
	font-family: Arial;
	font-size: 8pt;
}

/* asp:RadioButtonList */
.aspradiobuttonList
{
	color: #000;
	font-family: Arial;
	font-size: 8pt;
	line-height: normal;
}

/* asp:Table */
.asptable
{
	background: #FFFFFF;
	background-color: #FFFFFF;	
	color: #000;
	font-family: Arial;
	font-size: 8pt;
	border: solid 2px #4682B4;
}

.asptable tr td
{
	padding: 5px;
	border-bottom-color: #B0C4DE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
	font-family: Arial;
	font-size: 8pt;
}



.asptable tr th
{
	background-color: #B0C4DE;
	background-image:url(./images/DarkTabCtLarge.PNG);
	background:url(./images/DarkTabCtLarge.PNG);
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
	color:#000;
	font-weight:bold;
	font-family: Arial;
	font-size: 8pt;
}


.asptable tr.asptablefooterrow th
{
	background: #fff;
	background-color: #fff;
	color:#000;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
}

.asptable tr.asptablefooterrow td
{
	background: #c0c0c0;
	background-color: #c0c0c0;
	color:#000;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
}

/* asp:Table2 */
.asptable2
{
	background: #FFFFFF;
	background-color: #FFFFFF;	
	color: #000;
	font-family: Arial;
	font-size: 8pt;
}

.asptable2 tr td
{
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-color: Navy;
	border-bottom-style:dashed;
	border-bottom-width: 1px;
	font-family: Arial;
	font-size: 8pt;
}

.asptable2 tr th
{
	background-color: #fff;
	background-image:url(./images/DarkButtonCt.PNG);
	background:url(./images/DarkButtonCt.PNG);
	border-color: #fff;
	border-style: solid;
	border-width: 5px;	
	color:#000;
	font-weight:bold;
	font-family: Arial;
	font-size: 8pt;
}


.asptable2 tr.asptablefooterrow th
{
	background: #fff;
	background-color: #fff;
	color:#000;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
}

.asptable2 tr.asptablefooterrow td
{
	background: #fff;
	background-color: #fff;
	color:#000;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
}

/* asp:Calendar */
.aspCalendar
{
	width: 100%;
	background: #e4eaf1 !important;
	background-color: #e4eaf1 !important;
	background-image: url(./images/aspcalendar_bg.jpg) !important;
	background-position: left !important;
	background-repeat: repeat-x !important;
	border-color: #95B8E6 !important;
	border-spacing: 0 !important;
	border-style: solid !important;
	border-width: 1px !important;
	color: navy !important;
	font-family: Arial !important;
	font-size: 9pt !important;
	margin-top: 4px !important;
}

.aspCalendar_DayHeaderStyle
{
	background: none !important;
	height: 22px;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial;
	color: Navy !important;
}

.aspCalendar_DayStyle
{
	font-size: 9pt;
	font-weight: normal;
	font-family: Arial;
}

.aspCalendar_DayStyle A:link
{
	color: navy !important;
	font-size: 9pt;
	font-family: Arial;
}

.aspCalendar_DayStyle A:visited
{
	color: navy;
	font-size: 9pt;
	font-family: Arial;
}

.aspCalendar_OtherMonthDayStyle A:link
{
	font-size: 9pt;
	font-family: Arial;
	color: #909090 !important;
}

.aspCalendar_OtherMonthDayStyle A:visited
{
	font-size: 9pt;
	font-family: Arial;
	color: #909090 !important;
}

.aspCalendar_SelectedDayStyle
{
	background: #FFFFFF;
	background-color: #fff;
	color: #6c90c0;
	font-size: 9pt;
	font-family: Arial;
}

.aspCalendar_SelectedDayStyle A:link
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
}

.aspCalendar_SelectedDayStyle A:visited
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
}

.aspCalendar_TitleStyle
{
	background: url(./images/DarkTabCtMedium.png);
	background-image: url(./images/DarkTabCtMedium.png);
	background-position: top;
	background-repeat: repeat;
	background-color: #e4eaf1;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	height: 28px;
}

.aspCalendar_TodayDayStyle
{
	font-weight: bold;
	color: #FFFFFF !important;
	background-color: #b0c4de !important;
}

.aspCalendar_TodayDayStyle A:link
{
	color: #FFFFFF !important;
	background-color: #b0c4de !important;
}

.aspCalendar_TodayDayStyle A:visited
{
	color: #FFFFFF !important;
	background-color: #b0c4de !important;
}

.aspCalendar_WeekendDayStyle
{
	color: #909090 !important;
}

.aspCalendar_WeekendDayStyle A:link
{
	color: #909090 !important;
}

.aspCalendar_WeekendDayStyle A:visited
{
	color: #909090 !important;
}

/* asp:Wizard */
.aspWizard
{
	background: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

.aspWizard_HeaderStyle
{
	padding-left: 5px;
	padding-right: 5px;
	background: #E4EAF1 url(./images/DarkTabCt.PNG) repeat-x;
	background-image: url(./images/DarkTabCt.PNG);
	background-position: top left;
	background-repeat: repeat-x;
	color: #000 ;
	font-weight: bold ;
	font-size: 8pt;
	height: 38px;
	padding-left: 5px;
	padding-right: 5px;
}

.aspWizard_NavigationStyle
{
	background: #fff;
	background-color: #fff;
	border-color: #95B8E6;
	border-style: solid;
	border-width: 1px;
}

.aspWizard_NavigationStyle A
{
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.aspWizard_NavigationStyle A:hover
{
	text-decoration: underline;
}

.aspWizard_SideBarButtonStyle{
	color: #000;
	display: block;
	font-size: 8pt;
	line-height: normal;
	padding: 5px;
	text-decoration: none;
	width: 100%;
}


.aspWizard_CancelButtonStyle,
.aspWizard_FinishCompleteButtonStyle,
.aspWizard_FinishPreviousButtonStyle,
.aspWizard_NavigationButtonStyle,
.aspWizard_NavigationButtonStyle,
.aspWizard_StartNextButtonStyle,
.aspWizard_StepNextButtonStyle,
.aspWizard_StepPreviousButtonStyle
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	background-color: #E4EAF1;
	cursor: cursor;
	border-right: #95B8E6 1px solid;
	padding-right: 5px;
	border-top: #95B8E6 1px solid;
	border-bottom: #95B8E6 1px solid;
	padding-left: 5px;
	border-left: #95B8E6 1px solid;
}

.aspWizard_SideBarStyle
{
	padding: 2px;
	background: none;
	background: #fff;
}

.aspWizard_SideBarStyle A
{
	font-size: 8pt;
	text-decoration: none;
}

.aspWizard_StepStyle
{
	padding: 2px;
	background: #E4EAF1;
	border-left-color: #95B8E6;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #95B8E6;
	border-right-style: solid;
	border-right-width: 1px;	
	border-top-color: #95B8E6;
	border-top-style: solid;
	border-top-width: 1px;	
	vertical-align: top;
}

