HTML {
	direction: ltr;
	}

BODY {
	font-family: Arial, ms sans serif;
	margin: 0px;
	padding: 20px;	
	padding-top: 0px;	
	background: #ffffff;
	}

TD {
	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: #eeeeee;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	width: 0%;
	}

a.button_link:hover, .thc a.button_link:hover {
	color: #ffffff;
	} 

.button-TL-white, .bTL {
	background-image:url(../Images/buttonTL.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 11px;
	height: 2px;
	}
.button-T-white, .bT {
	background-image:url(../Images/buttonT.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 2px;
	}
.button-TR-white, .bTR {
	background-image:url(../Images/buttonTR.gif); 
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 13px; 
	height: 2px;
	}
.button-L-white, .bL {
	background-image:url(../Images/buttonL.gif);
	background-repeat: no-repeat;
	background-position: center right;
	width: 11px; 
	height: 16px;
	}
.button-white, .bC {
	background-image:url(../Images/buttonC.gif);
	height: 15px; 
	white-space: nowrap;
	}
.button-R-white, .bR {
	background-image:url(../Images/buttonR.gif); 
	background-repeat: no-repeat;
	background-position: center left;
	width: 13px; 
	height: 16px;
	}
.button-BL-white, .bBL {
	background-image:url(../Images/buttonBL.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 11px;
	height: 4px;
	}
.button-B-white, .bB {
	background-image:url(../Images/buttonB.gif);
	background-repeat: repeat-x;
	background-position: top center;
	height: 4px;
	}
.button-BR-white, .bBR {
	background-image:url(../Images/buttonBR.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 13px; 
	height: 4px;
	}


/**********************************************************************
 * Menu Styles                                                        *
 **********************************************************************/
.menus {
	width: 10px;	
	}

.menusV {
	padding-left: 10px;
	padding-right: 10px;
	}

.menu_off, .mC { 
	font-weight: normal;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 23px;
	padding-bottom: 2px;
	padding-right: 20px;
	background: #ffffff url('../Images/menuBG.gif') repeat-y top left;
	border-bottom: 1px #aaaaaa solid;
	width: 100%;
	text-transform: uppercase;
	white-space: nowrap;
	}

.menu_on, .moC { 
	font-weight: normal;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 23px;
	padding-bottom: 2px;
	padding-right: 20px;
	background: #ffffff url('../Images/menuBG.gif') repeat-y top left;
	border-bottom: 1px #aaaaaa solid;
	width: 100%;
	text-transform: uppercase;
	white-space: nowrap;
	}

.menu_off a, .mC a { 
	color: #888888;
	text-decoration: none;
	}

.menu_off a:hover, .mC a:hover { 
	color: #000000;
	}

.menu_on a, .moC a { 
	color:#000000;
	text-decoration: none;
	}

.menu_bot_bg, .mbbg {
    }


/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground, .pBack {
	background-color: #8595a6;
	width: 96%;
	height: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	}

.pageBorderTL, .pbTL {
	background-image: url(../Images/pageBorderTL.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 14px;
	height: 10px;
	}
.pageBorderT, .pbT {
	background-image: url(../Images/pageBorderT.gif);
	background-repeat: repeat-x;
	background-position: top center;
	height: 10px;
	}
.pageBorderTR, .pbTR {
	background-image: url(../Images/pageBorderTR.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 14px;
	height: 10px;
	}
.pageBorderL, .pbL {
	background-image: url(../Images/pageBorderL.gif);
	background-repeat: repeat-y;
	background-position: center left;
	width: 14px;
	}
.pageBorderC, .pbC {
	background-image: url(../Images/pageBorderC.gif);
	}
.pageBorderR, .pbR {
	background-image: url(../Images/pageBorderR.gif);
	background-repeat: repeat-y;
	background-position: center right;
	width: 14px;
	}
.pageBorderBL, .pbBL {
	background-image: url(../Images/pageBorderBL.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 14px;
	height: 16px;
	}
.pageBorderB, .pbB {
	background-image: url(../Images/pageBorderB.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 16px;
	}
.pageBorderBR, .pbBR {
	background-image: url(../Images/pageBorderBR.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 14px;
	height: 16px;
	}

.page_yellow, .pContent { 
	background: #ffffff;
	height: 30px;
	width: 100%;
	padding-top: 8px;
	padding-left: 10px;
	}

.pageAlignment, .pAlign {
	}

.borderTable, .pbTable {
	}

.divider { 
	padding-left:25px;
	}

.footer {
	color: #444444;
	padding-left: 30px;
	}

.logoBG {
	background-color: #ffffff;
	} 


/**********************************************************************
 * Panel Body Styles                                                  *
 **********************************************************************/
.dialog_body, .dBody {
	background: #ffffff;
	padding: 10px;
	}

.dialog_field_value, .dfv {
	}
    
.dialog_header, .dh {
	background-color: #d9e3eb;
	border-bottom: 1px solid #aaaaaa;
	height: 26px;
	}

.dialog_header_text, .dht {
	color: #444444;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, ms sans serif;
	padding-left: 3px;
	padding-top: 5px;
	text-align: left;
	}

.dialogHeaderEdgeL, .dhel {
	background: #d9e3eb url('../Images/dialogHeaderEdgeL.gif') no-repeat top left; 
	width: 20px;
	}

.dialogHeaderEdgeR, .dher {
	width: 10px;
	}

.dialogHeaderIcon, .dhi {
	width: 16px;
	vertical-align: middle;
	padding-top: 6px;
	}

.dialogHeaderExpandCollapseIcon, .dheci {
	background-image:url(../Images/dialogHeaderT.gif);
	width:20px;
	height:14px;
	padding-top: 5px;
	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: 7px;
	padding-left: 20px;
	}

.dialogHeaderTotalRecordCountText, .dhtrct {
	}

.dialog_view, .dv {
	}
	
.category, .c {
	color: #000000;
	padding: 5px;
	}

.category_area, .ca { 
	vertical-align: middle;
	white-space: nowrap;	
	padding-bottom: 4px;
	}

.category_area A, .ca A { 
	color: #888888;
	text-decoration: underline;
	}	

.category_area A:hover, .ca A:hover { 
	color: #000000;
	text-decoration: underline;
	}	

.subcategory_label, .scl {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	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;
	padding-left: 1px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: left;
	font-weight:  bold;
	color: #444444;
	white-space: nowrap;	
	}

.field_label_on_side, .fls {
	font-size: 10px;
	padding-left: 1px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: right;
	font-weight:  bold;
	color: #444444;
	white-space: nowrap;	
	}

.field_value, .fv {
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
	}

.field_input, .fi {
	background: #ffffff;
	color: #222222;
	font-size: 10px;
	font-family: Verdana, Geneva, ms sans serif;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	}

.filter_value, .filv {
	}
    
.filter_button_cell, .filbc {
	}
    
.Filter_Input, .fili {
	font-family: Arial, 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;	
	}

.filter_area, .fila {
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
	}	
	
.search_area, .sa {
	background: #99cccc;
	vertical-align: bottom;
	text-align:left;
	padding: 2px 10px 0px 10px;
	border: 0px;
	}

.search_label, .sl {
	}
    
.Search_Input, .si {
	font-family: Arial, 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;
	} 


/**********************************************************************
 * Pagination Styles                                                  *
 **********************************************************************/
.button_bar_cell, .prbbc {
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
	}

.pagination_area, .pra {
   	text-align: left;
   	padding: 6px 40px 2px 10px;
   	vertical-align: middle;
	background: #d9e3eb;
  	}

.pagination_label, .prl {
	vertical-align: middle;
	padding: 0px 2px 4px 2px;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	white-space: nowrap;
 	}

.pagination_value, .prv {
	}
    
.Pagination_Input, .pri {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	background: #ffffff;
   	}

.pagination_row, .pr {
	vertical-align: middle;
	background: #d9e3eb;
	width: 100%;
	padding: 0px;
	}

.paginationRowEdgeL, .prel {
	background: #d9e3eb url('../Images/paginationRowEdgeL.gif') no-repeat top left; 
	width: 20px;
	}

.paginationRowEdgeR, .prer {
	width: 0px;
	}

.paginationButtonFirst, .prbf {
	background-image:url(../Images/arrow_beg.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	}

.paginationButtonPrevious, .prbp {
	background-image:url(../Images/arrow_left.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	}

.paginationButtonNext, .prbn {
	background-image:url(../Images/arrow_right.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	}

.paginationButtonLast, .prbl {
	background-image:url(../Images/arrow_end.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	} 


/**********************************************************************
 * Table Rows Styles                                                  *
 **********************************************************************/
.header_cell, .header_cell_scrolling, .thc, thcs { 
	color: #ffffff;
	padding: 6px 4px 6px 2px;
	background: #8595a6;
	border-bottom: 1px #a89fa9 solid;
	vertical-align:middle;
	font-size: 11px;
	}

.column_header, .tch { 
	padding: 2px 10px 2px 10px;
	}

.column_header A, .column_header_scrolling A, .tch A, .tchs A {
	text-decoration: underline;
	color: #eeeeee;
	font-size: 11px;
	white-space: nowrap;
	}

.column_header A:hover, .column_header_scrolling A:hover, .tch A:hover, .tchs A:hover {
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
	}

.columnHeaderFilterPadding, .tchfilp {
	padding-top: 4px;
	text-align: center;
	}

.columnHeaderFilterPadding A, .tchfilp A {
	text-decoration: none;
	}

.columnHeaderFilterPadding A:hover, .tchfilp A:hover {
	text-decoration: none;
	}

.icon_cell, .alt_icon_cell, .tic, .taic {
	padding-top: 3px;
	background: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	vertical-align: middle;
	width: 16px;
	}

.icon_cell_highlighted, .alt_icon_cell_highlighted, .tich, .taich {
	color: #ffffff;
	padding-top: 3px;
	border-bottom: 1px #a89fa9 solid;
	vertical-align: middle;
	width: 16px;
	background-color: #8595a6;
	}

.icon_cell_selected, .tics {
	padding-top: 3px;
	border-bottom: 1px #a89fa9 solid;
	vertical-align: middle;
	width: 16px;
	background-color: #d9e3eb;
	}

.table_cell, .alt_table_cell, .ttc, .tatc {
	border-bottom: 1px #a89fa9 solid;
	padding: 5px 4px 5px 4px;
	background: #ffffff;
	vertical-align: middle;
	text-align:left;
	}

.table_cell_highlighted, .alt_table_cell_highlighted, .ttch, .tatch {
	color: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	padding: 5px 4px 5px 4px;
	vertical-align: middle;
	text-align:left;
	background-color: #8595a6;
	}

.table_cell_selected, .ttcs {
	border-bottom: 1px #a89fa9 solid;
	padding: 5px 4px 5px 4px;
	vertical-align: middle;
	text-align:left;
	background-color: #d9e3eb;
	}

.totals_cell, .tpttc {
	padding: 3px 5px 3px 5px;
	color: #444444;
	text-align: left;
	background: #dddddd;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	width: 48px;
	}
      
.totals_cell_value, .tpttcv {
	padding: 3px 5px 3px 5px;
	color: #444444;
	text-align: right;
	background: #dddddd;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	}	      

.page_total_label, .tptl {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	white-space: nowrap;
	vertical-align: middle;
	}

.page_total_value, .tptv {
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}

.grand_total_label, .tgtl {
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
	}

.grand_total_value, .tgtv {
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}

.tableRowsEdge, .tre {
	padding: 0px;
	}


/**********************************************************************
 * 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: #8595a6; /* 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: #8595a6;
	}

.dsDayHeader {
	color: #ffffff;
	background-color: #8595a6;
	font-size: 10px;
	padding: 6px;
	}

.dsSelectedDay {
	padding: 6px;
	}

.dsTitle {
	color: #666666;
	background: #d9e3eb;
	font-weight: bold;
	}

.dsWeekendDay {
	background-color: #a3b7cc;
	padding: 6px;
	}

.dsOtherMonthDay {
	background-color: #a3b7cc;
	padding: 6px;
	}


/**********************************************************************
 * Info Panel Styles                                                  *
 **********************************************************************/
.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: #666666;
	}
	

/**********************************************************************
 * Section 508 Compliance Styles                                      *
 **********************************************************************/
.skipNavigationLinks {
	/* font-size: 10px; */ /* uncomment out to enable 508 */
	/* color: #666666;  */ /* 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 {
	color: #444444;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, ms sans serif;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 6px;
	text-align: left;
	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-color: #d9e3eb;
	border: 1px solid #aaaaaa;
	color: #333333;
	}

.dpTD {
	background-color: #ffffff;
	border: 1px #a89fa9 solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpDayHighlightTD {
	background-color: #8595a6;
	border: 1px #a89fa9 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: #8595a6;
	border: 1px #a89fa9 solid;
	color: #ffffff;
	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: #8595a6;
	border: 1px #a89fa9 solid;
	color: #ffffff;
	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 {
	}



                .Infragistics_WebTabItemOff {
                    color: #888888; 
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    text-transform: uppercase;
                    text-decoration: none;
                    padding-top: 3px;
                    padding-right: 20px;
                    padding-bottom: 3px;
                    padding-left: 20px;
                    }
                
                .Infragistics_WebTabItemOn {
                    color: #000000; 
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    text-transform: uppercase;
                    text-decoration: none;
                    padding-top: 3px;
                    padding-right: 20px;
                    padding-bottom: 3px;
                    padding-left: 20px;
                    }
            

                .Infragistics_WebTreeItemOff {
                    color: #888888; 
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    text-transform: uppercase;
                    text-decoration: none;
                    background: #ffffff url('../Images/menuBG.gif') repeat-y top left;
                    border-bottom: 1px #aaaaaa solid;
                    padding-right: 20px;
                    padding-left: 20px;
                    }
                
                .Infragistics_WebTreeItemOn {
                    color: #000000;
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    text-transform: uppercase;
                    text-decoration: none;
                    background: #ffffff url('../Images/menuBG.gif') repeat-y top left;
                    border-bottom: 1px #aaaaaa solid;
                    padding-right: 20px;
                    padding-left: 20px;
                    }
            
