﻿HTML {
	direction: ltr;
	}

BODY {
    font-family: Verdana, Geneva, ms sans serif;
    margin: 0px;
    }

TD {
    text-align: left;
    vertical-align: top;
    font-size: 10px;
    }   

    
/**********************************************************************
 * Button Styles                                                      *
 **********************************************************************/    
a.button_link {
    color: #eeeeee;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
    }

a.button_link:hover {
    color: #ffffff;
    font-weight: bold;
    }

.button-TL-white {
    background-image:url(../Images/buttonTL.gif);
    background-repeat: no-repeat;
    background-position: top right;
    width: 10px;
    height: 4px;
    }
.button-T-white {
    background-image:url(../Images/buttonT.gif);
    height: 4px;
    }
.button-TR-white {
    background-image:url(../Images/buttonTR.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 15px;
    height: 4px;
    }
.button-L-white {
    background-image:url(../Images/buttonL.gif);
    background-repeat: no-repeat;
    background-position: center right;
    width: 10px;
    height: 12px;
    }
.button-white {
    background-image:url(../Images/buttonC.gif); 
    height: 12px; 
    white-space: nowrap;
    }
.button-R-white {
    background-image:url(../Images/buttonR.gif);
    background-repeat: no-repeat;
    background-position: center left;
    width: 15px;
    height: 12px;
    }
.button-BL-white {
    background-image:url(../Images/buttonBL.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 10px;
    height: 7px;
    }
.button-B-white {
    background-image:url(../Images/buttonB.gif);
    height: 7px;
    }
.button-BR-white {
    background-image:url(../Images/buttonBR.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 15px;
    height: 7px;
    } 
 

/**********************************************************************
 * Menu Styles                                                        *
 **********************************************************************/
.menu {
    color: #ffffff;
    font-family: Verdana, Geneva, ms sans serif;
    }
    
a.menu {
    color: #eeeeee; 
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    }

a.menu:hover {
    color: #ffffff;
    font-weight: bold;
}

.menu_on-TL {
    background-image:url(../Images/menuTL.gif);
    width: 2px;
    height: 8px;
    }
.menu_on-T {
    background-image:url(../Images/menuT.gif);
    height: 8px;
    }
.menu_on-TR {
    background-image:url(../Images/menuTR.gif);
    width: 2px;
    height: 8px;
    }
.menu_on-L {
    background-image:url(../Images/menuL.gif);
    width: 2px;
    height: 15px;
    }
.menu_on {
    background-image:url(../Images/menuC.gif);
    height: 15px;
    white-space: nowrap;
    width: 100%;
    }
.menu_on-R {
    background-image:url(../Images/menuR.gif);
    width: 2px;
    height: 15px;
    }
.menu_on-BL {
    background-image:url(../Images/menuBL.gif);
    width: 2px;
    height: 13px;
    }
.menu_on-B {
    background-image:url(../Images/menuB.gif);
    height: 13px;
    }
.menu_on-BR {
    background-image:url(../Images/menuBR.gif);
    width: 2px;
    height: 13px;
    }

.menu_on a {
    color: #ffffff;
    font-weight: bold;
    }

.menu_off-TL {
    background-image:url(../Images/menuOverTL.gif);
    width:2;
    height:8;
    }
.menu_off-T {
    background-image:url(../Images/menuOverT.gif);
    height:8;
    }
.menu_off-TR {
    background-image:url(../Images/menuOverTR.gif);
    width:2;
    height:8;
    }
.menu_off-L {
	background-image:url(../Images/menuOverL.gif);
	width:2;
	height:15;
	}
.menu_off {
    background-image:url(../Images/menuOverC.gif);
    height:15;
    white-space: nowrap;    
    width: 100%;
    }
.menu_off-R {
    background-image:url(../Images/menuOverR.gif);
    width: 2px;
    height: 15px;
    }
.menu_off-BL {
    background-image:url(../Images/menuOverBL.gif);
    width: 2px;
    height: 13px;
    }
.menu_off-B {
    background-image:url(../Images/menuOverB.gif);
    height: 13px;
    }
.menu_off-BR {
    background-image:url(../Images/menuOverBR.gif);
    width: 2px; 
    height: 13px;
    }

.menuEdgeL {
    background-image:url(../Images/menuEdgeL.gif);
    width: 15px;
    height: 36px;
    }

.menuEdgeR {
    background-image:url(../Images/menuEdgeR.gif); 
    width: 15px; 
    height: 36px;
    }

.menuVerticalOverTL {
    background-image: url(../Images/menuTL.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
    width: 7px;
    height: 4px;
    }
.menuVerticalOverT {
    background-image: url(../Images/menuT.gif);
    background-repeat: repeat-x;
    background-position: bottom center;
    width: 100%;
    height: 4px; 
    }
.menuVerticalOverTR {
    background-image: url(../Images/menuTR.gif);
    background-repeat: repeat-x;
    background-position: bottom right;
    width: 7px;
    height: 4px;
    }
.menuVerticalOverL {
    background-image: url(../Images/menuL.gif);
    background-repeat: repeat-x;
    background-position: center left;
    width: 7px;
    height: 10px;
    }
.menuVerticalOverC {
    background-image: url(../Images/menuC.gif);
    vertical-align: middle;
    width: 100%;
    height: 10px;
    }
.menuVerticalOverR {
    background-image: url(../Images/menuR.gif);
    background-repeat: repeat-x;
    background-position: center right;
    width: 7px;
    height: 10px;
    }
.menuVerticalOverBL {
    background-image: url(../Images/menuBL.gif);
    background-repeat: repeat-x;
    background-position: top left;
    width: 7px;
    height: 6px;
    }
.menuVerticalOverB {
    background-image: url(../Images/menuB.gif);
    background-repeat: repeat-x;
    background-position: top center;
    width: 100%;
    height: 6px; 
    }
.menuVerticalOverBR {
    background-image: url(../Images/menuBR.gif);
    background-repeat: repeat-x;
    background-position: top right;
    width: 7px;
    height: 6px;
    }

.menuVerticalOverC a {
    color: #ffffff;
    background-image: url(../Images/menuC.gif);
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    }

.menuVerticalTL {
    background-image: url(../Images/menuOverTL.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
    width: 7px;
    height: 4px;
    }
.menuVerticalT {
    background-image: url(../Images/menuOverT.gif);
    background-repeat: repeat-x;
    background-position: bottom center;
    width: 100%;
    height: 4px; 
    }
.menuVerticalTR {
    background-image: url(../Images/menuOverTR.gif);
    background-repeat: repeat-x;
    background-position: bottom right;
    width: 7px;
    height: 4px;
    }
.menuVerticalL {
    background-image: url(../Images/menuOverL.gif);
    background-repeat: repeat-x;
    background-position: center left;
    width: 7px;
    height: 10px;
    }
.menuVerticalC {
    background-image: url(../Images/menuOverC.gif);
    vertical-align: middle;
    width: 100%;
    height: 10px;
    }
.menuVerticalR {
    background-image: url(../Images/menuOverR.gif);
    background-repeat: repeat-x;
    background-position: center right;
    width: 7px;
    height: 10px;
    }
.menuVerticalBL {
    background-image: url(../Images/menuOverBL.gif);
    background-repeat: repeat-x;
    background-position: top left;
    width: 7px;
    height: 6px;
    }
.menuVerticalB {
    background-image: url(../Images/menuOverB.gif);
    background-repeat: repeat-x;
    background-position: top center;
    width: 100%;
    height: 6px; 
    }
.menuVerticalBR {
    background-image: url(../Images/menuOverBR.gif);
    background-repeat: repeat-x;
    background-position: top right;
    width: 7px;
    height: 6px;
    }

.menuVerticalEdgeTL {
    background-image: url(../Images/menuVerticalEdgeTL.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 7px;
    height: 7px;
    }
.menuVerticalEdgeT {
    background-image: url(../Images/menuVerticalEdgeT.gif);
    background-repeat: repeat-x;
    background-position: bottom center;
    width: 100%;
    height: 7px;
    }
.menuVerticalEdgeTR {
    background-image: url(../Images/menuVerticalEdgeTR.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 7px;
    height: 7px;
    }
.menuVerticalEdgeBL {
    background-image: url(../Images/menuVerticalEdgeBL.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 7px;
    height: 15px;
    }
.menuVerticalEdgeB {
    background-image: url(../Images/menuVerticalEdgeB.gif);
    background-repeat: repeat-x;
    background-position: top center;
    width: 100%;
    height: 15px;
    }
.menuVerticalEdgeBR {
    background-image: url(../Images/menuVerticalEdgeBR.gif);
    background-repeat: no-repeat;
    background-position: top right;
    width: 7px;
    height: 15px;
    }

.menu_bot_bg { 
    } 


/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground {
    background-color: #999999;
    width: 96%;
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    }

.pageBorderTL {
    background-image: url(../Images/pageBorderTL.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 14px;
    height: 10px;
    }
.pageBorderT {
    background-image: url(../Images/pageBorderT.gif);
    background-repeat: repeat-x;
    background-position: top center;
    height: 10px;
    }
.pageBorderTR {
    background-image: url(../Images/pageBorderTR.gif);
    background-repeat: no-repeat;
    background-position: top right;
    width: 14px;
    height: 10px;
    }
.pageBorderL {
    background-image: url(../Images/pageBorderL.gif);
    background-repeat: repeat-y;
    background-position: center left;
    width: 14px;
    }
.pageBorderC {
    background-image: url(../Images/pageBorderC.gif);
    }
.pageBorderR {
    background-image: url(../Images/pageBorderR.gif);
    background-repeat: repeat-y;
    background-position: center right;
    width: 14px;
    }
.pageBorderBL {
    background-image: url(../Images/pageBorderBL.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 14px;
    height: 16px;
    }
.pageBorderB {
    background-image: url(../Images/pageBorderB.gif);
    background-repeat: repeat-x;
    background-position: bottom center;
    height: 16px;
    }
.pageBorderBR {
    background-image: url(../Images/pageBorderBR.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 14px;
    height: 16px;
    }

.page_yellow {
    color: #003366; 
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 8px;
    text-align: left;
    }

.pageAlignment {
    }

.borderTable {
    }

.divider { 
    bottom-border:1px #FFFFFF ridge 3em;
    }

.footer {
    color: #444444;
    padding-left: 20px;
    }

.logoBG {
    background: #ffffff;
    } 


/**********************************************************************
 * Panel Body Styles                                                  *
 **********************************************************************/
.dialog_body {
    background-color: #ffffff;
    color: #003366;
    border-right: 1px #aaaaaa solid;
    border-left: 1px #aaaaaa solid;
    border-bottom: 1px #aaaaaa solid;
    padding: 4px;
    padding-left: 10px;
    padding-right: 20px;
    }

.dialog_field_value {
    color: #999999;
    font-weight: bold;
    padding: 3px;
    }

.dialog_header {
    background-color: #999999;
    }

.dialog_header_text {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding-left: 4px;
    vertical-align: middle;
    }

.dialogHeaderEdgeL {
    background-image:url(../Images/dialogHeaderEdgeL.gif);
    background-repeat: repeat-y;
    width: 30px;
    height: 30px;
    }

.dialogHeaderEdgeR {
    background-image:url(../Images/dialogHeaderEdgeR.gif);
    background-repeat: repeat-y;
    width: 30px;
    height: 30px;
    }

.dialogHeaderIcon {
    width:16px;
    vertical-align: middle;
    }

.dialogHeaderExpandCollapseIcon {
    background-image:url(../Images/dialogHeaderT.gif);
    width:20px;
    height:14px;
    vertical-align:middle;
    }
  
.dialogHeaderTotalRecordCount {
    background-image: url(../Images/dialogHeaderT.gif);
    text-align: right;
    vertical-align: middle;
    padding-left: 20px;
    }

.dialogHeaderTotalRecordCountText {
    color: #ffffff;
    vertical-align: middle;
    }

.dialog_view {
    }

.category {
    color: #444444;
    padding: 5px;
    }

.category_area {
    vertical-align: middle;
    white-space: nowrap;    
    padding-bottom: 4px;
    }

.category_area A {
    color: #666666;
    text-decoration: underline;
    }

.category_area A:hover {
    color: #444444;
    text-decoration: underline;
    }


.subcategory_label {
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    padding-left: 4px;
    white-space: nowrap;    
    vertical-align: middle;
    }

.subcategory 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 {
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 100px;
        }
  
.field_label {
    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 {
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    white-space: nowrap;    
    vertical-align: middle;
    text-align: right;
    padding: 3px 6px 3px 6px;
    }

.field_value {
    padding: 0px;
    }

.field_input {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    background-color: #ffffff;
    border-top: 1px #555555 solid;
    border-left: 1px #555555 solid;
    border-right: 1px #eeeeee solid;
    border-bottom: 1px #eeeeee solid;
    }

.filter_value {
    font-weight: bold;
    padding: 2px;
    }

.filter_button_cell {
    padding-left: 8px;
    padding-bottom: 3px;
    vertical-align:bottom;
    }

.Filter_Input {
    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;
    margin: 2px;
    margin-top: 0px;
    }

.filter_area {
    color: #666666;
    text-align: right;
    font-weight: bold;
    padding: 3px 6px 3px 6px;
    vertical-align: middle;
    white-space: nowrap;    
    }
    
.search_area {
    padding-top: 5px;
    padding-bottom: 2px;
    }

.search_label {
    color: #003366;
    font-weight: normal;
    vertical-align: middle;
    white-space: nowrap;    
    padding: 5px;
    }

.Search_Input {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    background-color: #ffffff;
    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 {
    background-color: #dfdfdf;
    padding-top: 13px;
    padding-right: 4px;
}

.pagination_area {
    background-color: #dfdfdf;
    color: #003366;
    text-align: left;
    white-space: nowrap;    
    vertical-align: bottom;
    }

.pagination_label {
    color: #003366;
    font-weight: normal;
    vertical-align: middle;
    white-space: nowrap;    
    padding: 2px;
    }

.pagination_value {
    color: #003366;
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;    
    padding: 2px;
    padding-right: 5px;
    padding-left: 5px;
    }

.Pagination_Input {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    background-color: #ffffff;
    border-top: 1px #555555 solid;
    border-left: 1px #555555 solid;
    border-right: 1px #eeeeee solid;
    border-bottom: 1px #eeeeee solid;
    }

.pagination_row {
    background-color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    }

.paginationRowEdgeL {
    background-image:url(../Images/paginationRowEdgeL.gif); 
    width: 20px;
    height: 40px;
    }

.paginationRowEdgeR {
    background-image:url(../Images/paginationRowEdgeR.gif);
    width: 20px;
    height: 40px;
    }

.paginationButtonFirst {
    background-image:url(../Images/arrow_beg.gif);
    background-repeat: no-repeat;
    width: 33px;
    height: 25px;
    }

.paginationButtonPrevious {
    background-image:url(../Images/arrow_left.gif);
    background-repeat: no-repeat;
    width: 33px;
    height: 25px;
    }

.paginationButtonNext {
    background-image:url(../Images/arrow_right.gif);
    background-repeat: no-repeat;
    width: 33px;
    height: 25px;
    }

.paginationButtonLast {
    background-image:url(../Images/arrow_end.gif);
    background-repeat: no-repeat;
    width: 33px;
    height: 25px;
    } 
 
 
/**********************************************************************
 * Table Rows Styles                                                  *
 **********************************************************************/
.header_cell {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    background-color: #999999;
    background-repeat: repeat-y;
    padding: 5px;
    border-left: 1px #cccccc solid;
    border-right: 1px #cccccc solid;
    border-bottom: 1px #aaaaaa solid;
    color: #ffffff;
    vertical-align: top;
    }

.column_header {
    font-weight: bold;
    }

.column_header A, .column_header_scrolling A {
    color: #eeeeee; 
    text-decoration: underline;
    } 
    
.column_header A:hover, .column_header_scrolling A:hover {
    color: #ffffff;
    text-decoration: underline;
    }

.columnHeaderFilterPadding {
    padding-top: 4px;
    text-align: center;
    }

.columnHeaderFilterPadding A {
    text-decoration: none;
    color: #eeeeee;
    }

.columnHeaderFilterPadding A:hover {
    text-decoration: none;
    color: #ffffff;
    }

.icon_cell, .alt_icon_cell {
    padding: 1px;
    color: #444444;
    vertical-align: middle;
    background-color: #ffffff;
    border-left: 1px #eeeeee solid;
    border-right: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    width: 16px;
    }

.icon_cell_highlighted, .alt_icon_cell_highlighted {
    padding: 1px;
    color: #444444;
    vertical-align: middle;
    background-color: #dfdfdf;
    border-left: 1px #eeeeee solid;
    border-right: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    width: 16px;
    }
        
.table_cell, .alt_table_cell {
    padding: 5px;
    color: #666666;
    vertical-align: top;
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    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 {
    padding: 5px;
    color: #666666;
    vertical-align: top;
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    text-align: left;
    border-left: 1px #cccccc solid;
    border-right: 1px #eeeeee solid;
    border-bottom: 1px #cccccc solid;
    background-color: #dfdfdf;
    }

.totals_cell {
    padding: 5px;
    color: #666666;
    vertical-align: top;
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    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 {
    padding: 5px;
    color: #666666;
    vertical-align: top;
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    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 {
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    padding-left: 20px;
    white-space: nowrap;    
    vertical-align: middle;
    }

.page_total_value {
    font-weight: normal;
    padding: 3px;
    }

.grand_total_label {
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    padding-left: 20px;
    white-space: nowrap;    
    vertical-align: middle;
    }

.grand_total_value {
    font-weight: normal;
    padding: 3px;
    }

.tableRowsEdge {
    border-left: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    }
 
 
/**********************************************************************
 * Scrolling Table Styles                                             *
 **********************************************************************/
div.tableContainer {
    clear: both;
    height: 285px;
    overflow: auto;
    }

html>body div.tableContainer {
    overflow: hidden;
    width: 100%;
    }

div.tableContainer table {
    width: 98%;
    }

html>body div.tableContainer table {
    width: 100%;
    }

thead.fixedHeader tr {
    position: relative;
    }

html>body thead.fixedHeader tr {
    display: block;
    width: 100%;
    }

.scrollContent {
    display: block;
    }

html>body tbody.scrollContent {
    display: block;
    height: 262px;
    overflow: auto;
    width: 100%
    }

thead.fixedHeader td.button-white {
	white-space: nowrap;
	width: 0%;
	}


/**********************************************************************
 * Date Selector Styles                                               *
 **********************************************************************/
.dsTodayDay {
	background-color: #999999;
	}

.dsDayHeader {
	color: #ffffff;
	background-color: #999999;
	font-size: 10px;
	padding: 6px;
	}

.dsSelectedDay {
	padding: 6px;
	}

.dsTitle {
	color: #666666;
	background-color: #dfdfdf;
	font-weight: bold;
	}

.dsWeekendDay {
	background-color: #dfdfdf;
	padding: 6px;
	}

.dsOtherMonthDay {
	background-color: #dfdfdf;
	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: #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 */
	}


/**********************************************************************
 * Third Party Controls Styles                                        *
 **********************************************************************/
.thirdparty_button {
	font-family: Verdana, Geneva, ms sans serif;
	background-color: #C00000;
	vertical-align:middle;
	color: #eeeeee;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border:none;
	}

.Tmenu_off {
    color: #eeeeee; 
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: none;
    background-color: #B7B7B7;
    }
    
.Tmenu_on {
    color: #ffffff;
    font-weight: bold;
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    border: none;
    background-color: #BE0000; 
    }    
    
/**********************************************************************
 * Web Interface Styles                                       *
 **********************************************************************/
    
.menubar {
    background-image:url(../images/menubar.gif);
    }
.sidem {
    background-image:url(../images/sidem.gif);
    }
.rentallistingbold {
	background-color: #fda562;
    color: #000000; 
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 11px;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    }
.rentallisting {
	background-color: #fbcda9;
    color: #000000; 
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    }
    
    
.text14 { font-size: 14pt; font-family: verdana, Arial, sans-serif }
.text13 { font-size: 13pt; font-family: verdana, Arial, sans-serif }
.text12 { font-size: 12pt; font-family: Helvetica, Arial, sans-serif }
.text11 { font-size: 11pt; font-family: Helvetica, Arial, sans-serif }
.text10 { font-size: 10pt; font-family: Helvetica, Arial, sans-serif }
.text9 { font-size: 9pt; font-family: Helvetica, Arial, sans-serif }
.text8 { font-size: 8pt; font-family: Helvetica, Arial, sans-serif }
.text7 { font-size: 7.5pt; font-family: Helvetica, Arial, sans-serif }
.text12 { font-size: 11.5pt; font-family: Helvetica, Arial, sans-serif }
.standard {font-size: 10pt; font-family: verdana, helvetica, sans-serif}
.midd {font-size: 8pt; font-family: verdana, helvetica, sans-serif}

.smallwhite {font-size: 8pt; font-family: helvetica, sans-serif; 
color: #ffffff; font-weight: bold;}

.smallblack {font-size: 8pt; font-family: helvetica, sans-serif;
color: #000000;}

.small {font-size: 8pt; font-family: helvetica, sans-serif; 
color: #000000;}

    
/**********************************************************************
 * Legacy Styles                                                      *
 **********************************************************************/
/* 
TD.login {
    text-align: right;
    padding-right: 27px;
    }   

TD.logo {
    padding: 20px;  
    }
    
TD.menus {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    }   

.menusVertical {
    }

.button_page {
    font-weight: bold;
    font-size: 8px;
    padding: 3px;
    padding-top: 0px;
    padding-bottom: 2px;
    }
    
.button_page A {
    color: #000000; 
    text-decoration:none;
    white-space: nowrap;    
    } 
    
.button_page A:hover {
    color: #990000;
    text-decoration: none;
    }   

.button_action {
    font-weight: bold;
    padding: 12px;
    padding-top: 0px;
    padding-bottom: 2px;
    }
    
.button_action A {
    color: #000000; 
    text-decoration:none;
    white-space: nowrap;    
    } 
    
.button_action A:hover {
    color: #990000;
    text-decoration: none;
    }   
    
.button_bar {
    background:#cccccc; 
    padding-left: 16px;
    padding-right: 16px;
    }

TABLE.category_row {
    color: #333333;
    background-color: #ffffff;
    font-weight: bold;
    padding: 5px;
    width: 100%;
    }

TABLE.category_row TD {
    }

TD.category_row {
    background-color: #ffffff;
    padding: 0px;
    }

TD.pagination_row  {
    }
    
.column_header_scrolling {
    font-weight: bold;
    border-left: 1px #cccccc solid;
    border-right: 1px #cccccc solid;
    border-bottom: 1px #aaaaaa solid;
    }

.dashboard_body {
    background-color: #ffffff;
    color: #003366;
    border-top: 1px #bbbb99 solid;
    padding: 4px;
    padding-left: 10px;
    padding-right: 20px;
    }
    
.dashboard_header {
    background-color: #999999;
    font-weight: bold;
    font-size: 12px;
    color: #003366;
    border-bottom: 1px #888866 solid;
    padding: 3px;
    padding-top: 6px;
    padding-left: 10px;
    }
    
.dashboard_label {
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    padding-left: 20px;
    white-space: nowrap;    
    vertical-align: middle;
    }

.dashboard_page {
    color: #003366;
    background:#ffffff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    }   

.dashboard_value {
    font-weight:bold;
    padding: 3px;
    text-align: left;
    }

.dashboard_view {
    border-top: 1px #888866 solid;
    border-right: 1px #888866 solid;
    border-left: 1px #888866 solid;
    border-bottom: 1px #888866 solid;
    }


.edit_label {
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    padding-left: 20px;
    white-space: nowrap;    
    vertical-align: middle;
    }
    
.edit_input {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    background-color: #ffffff;
    border-top: 1px #555555 solid;
    border-left: 1px #555555 solid;
    border-right: 1px #eeeeee solid;
    border-bottom: 1px #eeeeee solid;

    }

SPAN.field_input {
	background-color: transparent;
	border: ;
	}

SPAN.field_input INPUT {
    vertical-align: middle;
    }

.header_cell_scrolling {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    background-color: #999999;
    background-repeat: repeat-y;
    padding: 5px;
    color: #ffffff;
    vertical-align: top;
    }

.dslink {
    }

.dslink IMG {
    vertical-align: bottom;
    }

.input_box {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    background-color: #ffffff;
    border-top: 1px #555555 solid;
    border-left: 1px #555555 solid;
    border-right: 1px #eeeeee solid;
    border-bottom: 1px #eeeeee solid;
    }

.image {
    }

.import {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 10px;
    background-color: #ffffff;
    padding: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    }

.label {
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    white-space: nowrap;    
    vertical-align: middle;
    }
    
.master_table {
    }

.table_embedded .button_bar
    {
    background: #eeeeee;
    padding-bottom: 0px;
    }   
.table_embedded .master_table
    {
    padding: 4px;
    background: #eeeeee;
    }

.spacer {
    padding-bottom: 4px;
    padding-left: 2px;
    }

.scrollingTable {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 250px;
    border: 1px #cccccc solid;
    overflow: auto;
    background-color: #ffffff;
    }

.table_embedded {
    padding-bottom: 8px;
    }
        
.table_view {
    text-align: center;
    }




*/
