﻿HTML {
	direction: ltr;
	}

BODY {
	font-family: Verdana, Geneva, ms sans serif;
	margin: 0px;
	}

TD {
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	}

.note
{
	font-weight:normal;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
}

/**********************************************************************
 * Page Center Styles                                                 *
 **********************************************************************/
.pcTable {
	}
.pcTL {
	}
.pcT {
	}
.pcTR {
	}
.pcL {
	padding-left: 1px;
	padding-top: 36px;
	width: 1px;
	}
.pcC {
	}
.pcR {
	}
.pcBL {
	}
.pcB {
	padding-bottom: 150px;
	}
.pcBR {
	}


/**********************************************************************
 * Button Styles                                                      *
 **********************************************************************/
a.button_link, .thc a.button_link {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 2px;
}

input.button_link {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 2px;
	cursor: pointer;
}

input.button_link:disabled {
	color: #666666; 
	cursor: not-allowed;
}


a.button_link:hover, .thc a.button_link:hover {
	color: #666622;
	}

.button-TL-white, .bTL {
	background-image:url(../Images/wht_button_tl.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 4px;
	height: 4px;
	}
.button-T-white, .bT {
	background-image:url(../Images/wht_button_top.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 4px;
	}
.button-TR-white, .bTR {
	background-image:url(../Images/wht_button_tr.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 4px;
	height: 4px;
	}
.button-L-white, .bL {
	background-image:url(../Images/wht_button_left.gif);
	background-repeat: repeat-y;
	background-position: center right;
	width: 4px;
	height: 4px;
	}
.button-white, .bC {
	background-color: #f0f0f0;
	white-space: nowrap;	
	}
.button-R-white, .bR {
	background-image:url(../Images/wht_button_right.gif);
	background-repeat: repeat-y;
	background-position: center left;
	width: 4px;
	height: 4px;
	}
.button-BL-white, .bBL {
	background-image:url(../Images/wht_button_bl.gif); 
	background-repeat: no-repeat;
	background-position: top right;
	width: 4px;
	height: 4px;
	}
.button-B-white, .bB {
	background-image:url(../Images/wht_button_bottom.gif);
	background-repeat: repeat-x;
	background-position: top center;
	height:4;
	}
.button-BR-white, .bBR {
	background-image:url(../Images/wht_button_br.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 4px;
	height: 4px;
	}
 

/**********************************************************************
 * Menu Styles                                                        *
 **********************************************************************/
.menus {
	width: 10px;
	}
	
.menusV {
	padding-left: 10px;
	padding-right: 10px;
	}

.menu {
	color: #ffffff;
	font-family: Verdana, Geneva, ms sans serif;
	}
	
a.menu {
	color: #777777; 
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	width: 100%;
	padding-bottom:3px;
	}

a.menu:hover {
	color: #99956a;
}

.menu_on-TL, .moTL {
	background-color: #ffffff;
	width: 2px;
	height: 6px;
	} 
.menu_on-T, .moT {
	background-color: #ffffff;
	height: 6px;
	}
.menu_on-TR, .moTR {
	background-color: #ffffff;
	width: 40px;
	height: 6px;
	}
.menu_on-L, .moL {
	background-color: #ffffff;
	width: 2px;
	height: 15px;
	}
.menu_on, .moC {
	background-color: #ffffff;
	height: 15px;
	white-space: nowrap;
	width: 100%;
	}
.menu_on-R, .moR {
	background-color: #ffffff;
	width: 40px;
	height: 15px;
	}
.menu_on-BL, .moBL {
	background-color: #ffffff;
	width: 2px;
	height: 7px;
	}
.menu_on-B, .moB {
	background-color: #dcbb4a;
	height: 7px;
	}
.menu_on-BR, .moBR {
	background-color: #dcbb4a;
	width: 40px;
	height: 7px;
	}

.menu_on a, .moC a {
	color: #99956a;
	}

.menu_off-TL, .mTL {
	background-color: #ffffff;
	width: 2px;
	height: 6px;
	} 
.menu_off-T, .mT {
	background-color: #ffffff;
	height: 6px;
	}
.menu_off-TR, .mTR {
	background-color: #ffffff;
	width: 40px;
	height: 6px;
	}
.menu_off-L, .mL {
	background-color: #ffffff;
	width: 2px;
	height: 15px;
	}
.menu_off, .mC {
	background-color: #ffffff;
	height: 15px;
	white-space: nowrap;
	width: 100%;
	}
.menu_off-R, .mR {
	background-color: #ffffff;
	width: 40px;
	height: 15px;
	}
.menu_off-BL, .mBL {
	background-color: #ffffff;
	width: 2px;
	height: 7px;
	}
.menu_off-B, .mB {
	background-color: #ccccaa;
	height: 7px;
	}
.menu_off-BR, .mBR {
	background-color: #ccccaa;
	width: 40px;
	height: 7px;
	}

.menuEdgeL, .mel {
	}

.menuEdgeR, .mer {
	}

.menu_bot_bg, .mbbg { 
	}


/**********************************************************************
 * Panel Body Styles                                                  *
 **********************************************************************/
.dialog_body, .dBody {
	background-color: #ffffff;
	background-image:url(../Images/bg_page_white.gif); 
	color: #003366;
	border-top: 1px #bbbb99 solid;
	}

.dialog_field_value, .dfv {
	font-weight: bold;
	padding: 3px;
	}

.dialog_header, .dh {
	background-color: #ccccaa;
	border-bottom: 1px #888866 solid;
	}

.dialog_header_text, .dht {
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	padding-bottom: 5px;
	padding-top: 4px;
	vertical-align: middle;
	}

.dialogHeaderEdgeL, .dhel {
	width: 10px;
	}

.dialogHeaderEdgeR, .dher {
	width: 20px;
	}

.dialogHeaderIcon, .dhi {
	width:20px;
	padding-top: 1px;
	vertical-align: middle;
	}

.dialogHeaderExpandCollapseIcon, .dheci {
	background-image:url(../Images/dialogHeaderT.gif);
	width:20px;
	height:14px;
	vertical-align: middle;
	}

.dialogHeaderPrintEmailIcon, .dhpei {
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	width: 100%;
	}

.dialogHeaderTotalRecordCount, .dhtrc {
	background-image: url(../Images/dialogHeaderT.gif);
	text-align: right;
	vertical-align: middle;
	padding-top: 1px;
	padding-left: 20px;
	}

.dialogHeaderTotalRecordCountText, .dhtrct {
	}

.dialog_view, .dv {
	border-top: 1px #888866 solid;
	border-right: 1px #888866 solid;
	border-left: 1px #888866 solid;
	border-bottom: 1px #888866 solid;
	}

.category, .c {
	color: #666622;
	padding: 5px;
	}

.category_area, .ca {
	vertical-align: middle;
	white-space: nowrap;	
	padding-bottom: 4px;
	}

.category_area A, .ca A {
	color: #80802a;
	text-decoration: underline;
	}

.category_area A:hover, .ca A:hover {
	color: #666622;
	text-decoration: underline;
	}

.subcategory_label, .scl {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-left: 4px;
	white-space: nowrap;	
	vertical-align: middle;
	}

.subcategory SELECT, .sc SELECT {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	}

.recordPanelButtonsAlignment, .rpbAlign {
    	padding-top: 10px;
    	padding-bottom: 5px;
    	padding-left: 100px;
    	}
    
.field_label, .fl {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: left;
	padding: 3px 6px 3px 6px;
	}

.field_label_on_side, .fls {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;	
	vertical-align: top;
	text-align: right;
	padding: 3px 6px 3px 6px;
	}

.field_value, .fv {
	padding: 0px;
	}

.field_input, .fi {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #eeeeff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;

	}

.filter_value, .filv {
	font-weight: bold;
	padding: 2px;
	}

.filter_button_cell, .filbc {
	padding-left: 8px;
	padding-bottom: 3px;
	vertical-align:bottom;
	}

.Filter_Input, .fili {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #eeeeff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	margin: 2px;
	margin-top: 0px;
	}

.filter_area, .fila {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
	padding: 3px 6px 3px 6px;
	}
	
.search_area, .sa {
	padding-top: 5px;
	padding-bottom: 2px;
	}

.search_label, .sl {
	color: #003366;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;	
	padding: 5px;
	}

.Search_Input, .si {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #eeeeff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	margin-left: 2px;
	} 


/**********************************************************************
 * Pagination Styles                                                  *
 **********************************************************************/
.button_bar_cell, .prbbc {
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 3px;
	}

.pagination_area, .pra {
	color: #003366;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	white-space: nowrap;	
	vertical-align: middle;
	}

.pagination_label, .prl {
	color: #003366;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;	
	padding: 2px;
	}

.pagination_value, .prv {
	color: #003366;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;	
	padding: 2px;
	padding-right: 5px;
	padding-left: 5px;
	}

.Pagination_Input, .pri {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #eeeeff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	}

.pagination_row, .pr {
	background-color: #ccccaa;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 3px;
	}

.paginationRowEdgeL, .prel {
	}

.paginationRowEdgeR, .prer {
	}

.paginationButtonFirst, .prbf {
	background-image:url(../Images/arrow_beg.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 21px;
	}

.paginationButtonPrevious, .prbp {
	background-image:url(../Images/arrow_left.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 21px;
	}

.paginationButtonNext, .prbn {
	background-image:url(../Images/arrow_right.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 21px;
	}

.paginationButtonLast, .prbl {
	background-image:url(../Images/arrow_end.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 21px;
	} 


/**********************************************************************
 * Table Rows Styles                                                  *
 **********************************************************************/
.header_cell, .header_cell_scrolling, .thc, .thcs {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #ccccaa;
	padding: 5px;
	border-right: 1px #eeeecc solid;
	border-left: 1px #888866 solid;
	color: #666622;
	vertical-align: top;
	}

.column_header, .tch {
	font-weight: bold;
	}

.column_header A, .column_header_scrolling A, .tch A, .tchs A {
	color: #80802a; 
	text-decoration: underline;
	} 
	
.column_header A:hover, .column_header_scrolling A:hover, .tch A:hover, .tchs A:hover {
	color: #666622;
	text-decoration: underline;
	}

.columnHeaderFilterPadding, .tchfilp {
	padding-top: 4px;
	text-align: center;
	}

.columnHeaderFilterPadding A, .tchfilp A {
	text-decoration: none;
	color: #003399;
	}

.columnHeaderFilterPadding A:hover, .tchfilp A:hover {
	text-decoration: none;
	color: #666622;
	}

.icon_cell, .alt_icon_cell, .tic, .taic {
	padding: 0px;
	color: #444444;
	vertical-align: middle;
	border-left: 1px #eeeeee solid;
	background-color: #ffffff;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	width: 16px;
	}

.icon_cell_highlighted, .alt_icon_cell_highlighted, .tich, .taich {
	padding: 0px;
	color: #444444;
	vertical-align: middle;
	border-left: 1px #eeeeee solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	width: 16px;
	background-color: #ccccaa;
	}

.icon_cell_selected, .tics {
	padding: 0px;
	color: #444444;
	vertical-align: middle;
	border-left: 1px #eeeeee solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	width: 16px;
	background-color: #f2f2c9;
	}
			
.table_cell, .alt_table_cell, .ttc, .tatc {
	padding: 5px;
	color: #444444;
	vertical-align: top;
	text-align: left;
	border-left: 1px #cccccc solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	}

.table_cell_highlighted, .alt_table_cell_highlighted, .ttch, .tatch {
	padding: 5px;
	color: #444444;
	vertical-align: top;
	text-align: left;
	border-left: 1px #cccccc solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ccccaa;
	}

.table_cell_selected, .ttcs {
	padding: 5px;
	color: #444444;
	vertical-align: top;
	text-align: left;
	border-left: 1px #cccccc solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #cccccc solid;
	background-color: #f2f2c9;
	}

.totals_cell, .tpttc {
	padding: 5px;
	color: #444444;
	vertical-align: top;
	text-align: left;
	border-left: 1px #cccccc solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	width: 48px;
	}

.totals_cell_value, .tpttcv {
	padding: 5px;
	color: #444444;
	vertical-align: top;
	text-align: right;
	border-left: 1px #cccccc solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	}

.page_total_label, .tptl {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
	white-space: nowrap;	
	vertical-align: middle;
	}

.page_total_value, .tptv {
	font-weight: normal;
	padding: 3px;
	}

.grand_total_label, .tgtl {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
	white-space: nowrap;	
	vertical-align: middle;
	}

.grand_total_value, .tgtv {
	font-weight: normal;
	padding: 3px;
	}

.tableRowsEdge, .tre {
	border-left: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	}
 

/**********************************************************************
 * Scrolling Table Styles                                             *
 **********************************************************************/
div.tableContainer {
	clear: both;
	height: 285px;  /* defines scrolling region height */
	overflow: auto; /* enables scroll bar */
	}

div.tableContainer table {
	width: 97%; /* defines data region width (provide room for scroll bar) */
	}

thead.fixedHeader tr {
	background-color: #ccccaa; /* obscures data behind headers */
	position: relative; 	   /* fixes headers in place */
	}

.scrollContent {
	display: block;
	}

thead.fixedHeader td.button-white {
	white-space: nowrap;
	width: 0%;
	}

thead.fixedHeader table {
	width: 0%;
	}


/**********************************************************************
 * Date Selector Styles                                               *
 **********************************************************************/
.dsTodayDay {
	background-color: #5d9bff; 
	}

.dsDayHeader {
	color: #ffffff;
	background-color: #115fdb; 
	font-size: 10px;
	padding: 6px;
	}

.dsSelectedDay {
	background-color: #ff0000;
	padding: 6px;
	}

.dsTitle {
	color: #666666;
	background-color: #ccccaa;
	font-weight: bold;
	}

.dsWeekendDay {
	background-image:url(../Images/bg_page_yellow.gif);
	padding: 6px;
	}

.dsOtherMonthDay {
	background-image:url(../Images/bg_page_yellow.gif);
	padding: 6px;
	}


/**********************************************************************
 * Info Panel Styles                                                  *
 **********************************************************************/	
.panelInformationDisplayWithImage {
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	}

.panelInformationDisplayWithImage_ImageArea {
	padding: 10px 10px 10px 16px;
	}

.panelInformationDisplayWithImage_InfoArea {
	vertical-align: middle;
	}

.panelInformationDisplayWithImage_InfoTitle {
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	white-space: nowrap;	
	}

.panelInformationDisplayWithImage_InfoDetails {
	padding-right: 16px;
	white-space: nowrap;
	}

.panelInformationDisplay {
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	}

.panelInformationDisplay_InfoArea {
	padding: 10px;
	}

.panelInformationDisplay_InfoTitle {
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	white-space: nowrap;	
	text-align: center;
	}

.panelInformationDisplay_InfoDetails {
	white-space: nowrap;
	text-align: center;
	} 
 

/**********************************************************************
 * Configuration/Error Page Styles                                    *
 **********************************************************************/
.configureErrorPagesText {
	font-size: 11px;
	color: #444444;
	}
	

/**********************************************************************
 * Section 508 Compliance Styles                                      *
 **********************************************************************/
.skipNavigationLinks {
	/* font-size: 10px; */ /* uncomment out to enable 508 */
	/* color: #444444;  */ /* uncomment out to enable 508 */ 
	font-size: 1px;        /* comment out to enable 508 */
	color: #ffffff;        /* comment out to enable 508 */
	}


/**********************************************************************
 * Detail Rollover Popup Styles                                       *
 **********************************************************************/
.detailRolloverTitle {
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	padding-bottom: 5px;
	padding-top: 4px;
	vertical-align: middle;
	width: 100%;
	}

.detailRolloverTL {
	background-image:url(../Images/detailRolloverTL.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 57px;
	width: 65px;
	}

.detailRolloverTL_noPNG {
	height: 57px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='../Images/detailRolloverTL.png');
	}

.detailRolloverT {
	background-image:url(../Images/detailRolloverT.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 57px;
	}

.detailRolloverT_noPNG {
	height: 57px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverT.png');
	}

.detailRolloverTR {
	background-image:url(../Images/detailRolloverTR.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 57px;
	width: 65px;
	}

.detailRolloverTR_noPNG {
	height: 57px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='../Images/detailRolloverTR.png');
	}

.detailRolloverL {
	background-image:url(../Images/detailRolloverL.png);
	background-position: center right;
	background-repeat: repeat-y;
	width: 65px;
	}

.detailRolloverL_noPNG {
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverL.png');
	}

.detailRolloverC {
	background-image:url(../Images/detailRolloverC.png);
	height: 200px;
	width: 300px;
	}

.detailRolloverR {
	background-image:url(../Images/detailRolloverR.png);
	background-position: center left;
	background-repeat: repeat-y;
	width: 65px;
	}

.detailRolloverR_noPNG {
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverR.png');
	}

.detailRolloverBL {
	background-image:url(../Images/detailRolloverBL.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 29px;
	width: 65px;
	}

.detailRolloverBL_noPNG {
	height: 29px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='../Images/detailRolloverBL.png');
	}

.detailRolloverB {
	background-image:url(../Images/detailRolloverB.png);
	background-postiion: top center;
	background-repeat: repeat-x;
	height: 29px;
	}

.detailRolloverB_noPNG {
	height: 29px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverB.png');
	}

.detailRolloverBR {
	background-image:url(../Images/detailRolloverBR.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
	width: 65px;
	}

.detailRolloverBR_noPNG {
	height: 29px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='../Images/detailRolloverBR.png');
	}


/**********************************************************************
 * JavaScript Date Selector Styles                                    *
 **********************************************************************/
.dpTable {
	background-image:url(../Images/bg_page_yellow.gif); 
	border: 1px solid #aaaaaa;
	color: #333333;
	}

.dpTD {
	background-color: #ffffff;
	border: 1px #eeeeee solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpDayHighlightTD {
	background-color: #115fdb;
	border: 1px #cccccc solid;
	color: #ffffff;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpTDHover {
	background-color: #115fdb;
	border: 1px #eeeeee solid;
	color: #ccffff;
	cursor: pointer;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpDayTD {
	background-color: #ccccaa;
	border: 1px #aaaaaa solid;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpTitleText {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	}

.dpDiv {
	}

.dpTR {
	}

.dpTitleTR {
	}

.dpDayTR {
	}

/**********************************************************************
 * Password Strength Styles                                    *
 **********************************************************************/
.TextIndicator_TextBox1_Strength1
{
     background-color:Gray;
     color:White;
     font-family:Verdana;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength2
{
     background-color:Gray;
     color:Yellow;
     font-family:Verdana;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength3
{
     background-color:Gray;
     color: #FFCAAF;
     font-family:Verdana;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength4
{
     background-color:Gray;
     color:Aqua;
     font-family:Verdana;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength5
{
     background-color:Gray;
     color: #93FF9E;
     font-family:Verdana;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
/*
Customize
*/
#pswd_info {
  
    right:55px;
    width:250px;
    padding:15px;
  
}


#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

.invalid {
    background:url(../images/invalid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../images/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

#pswd_info {
    display:none;
}
