HuTML {
	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;
	}	

/**********************************************************************
 * Button Styles                                                      *
 **********************************************************************/
a.button_link { 
	color: #eeeeee;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	width: 0%;
	}

a.button_link:hover {
	color: #ffffff;
	} 

.button-TL-white {
	background-image:url(../Images/buttonTL.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 11px;
	height: 2px;
	}
.button-T-white {
	background-image:url(../Images/buttonT.gif);
	height: 2px;
	}
.button-TR-white {
	background-image:url(../Images/buttonTR.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 13px; 
	height: 2px;
	}
.button-L-white {
	background-image:url(../Images/buttonL.gif);
	background-repeat: no-repeat;
	background-position: center right;
	width: 11px; 
	height: 16px;
	}
.button-white {
	background-image:url(../Images/buttonC.gif);
	height: 15px; 
	white-space: nowrap;
	}
.button-R-white {
	background-image:url(../Images/buttonR.gif); 
	background-repeat: no-repeat;
	background-position: center left;
	width: 13px; 
	height: 16px;
	}
.button-BL-white {
	background-image:url(../Images/buttonBL.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 11px;
	height: 4px;
	}
.button-B-white {
	background-image:url(../Images/buttonB.gif);
	height: 4px;
	}
.button-BR-white {
	background-image:url(../Images/buttonBR.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 13px; 
	height: 4px;
	}


/**********************************************************************
 * Menu Styles                                                        *
 **********************************************************************/
.menu_off { 
	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: no-wrap;
	}

.menu_on { 
	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: no-wrap;
	}

.menu_off a { 
	color: #888888;
	text-decoration: none;
	}

.menu_off a:hover { 
	color: #000000;
	}

.menu_on a { 
	color:#000000;
	text-decoration: none;
	}

.menu_bot_bg {
    }


/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground {
	background-color: #8595a6;
	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 { 
	background: #ffffff;
	width: 100%;
	padding-top: 8px;
	padding-left: 10px;
	}

.pageAlignment {
	}

.borderTable {
	}

.divider { 
	padding-left:25px;
	}

.footer {
	color: #444444;
	padding-left: 30px;
	}

.logoBG {
	background-color: #ffffff;
	} 


/**********************************************************************
 * Panel Body Styles                                                  *
 **********************************************************************/
.dialog_body {
	background: #ffffff;
	padding: 10px;
	}

.dialog_field_value {
	}
    
.dialog_header {
	background-color: #d9e3eb;
	border-bottom: 1px solid #aaaaaa;
	height: 26px;
	}

.dialog_header_text {
	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 {
	background: #d9e3eb url('../Images/dialogHeaderEdgeL.gif') no-repeat top left; 
	width: 20px;
	}

.dialogHeaderEdgeR {
	width: 10px;
	}

.dialogHeaderIcon {
	width: 16px;
	vertical-align: middle;
	padding-top: 6px;
	}

.dialogHeaderExpandCollapseIcon {
	background-image:url(../Images/dialogHeaderT.gif);
	width:20px;
	height:14px;
	padding-top: 5px;
	vertical-align: middle;
	}
  
.dialogHeaderTotalRecordCount {
	background-image: url(../Images/dialogHeaderT.gif);
	text-align: right;
	vertical-align: middle;
	padding-top: 7px;
	padding-left: 20px;
	}

.dialogHeaderTotalRecordCountText {
	}

.dialog_view {
	}
	
.category {
	color: #000000;
	padding: 5px;
	}

.category_area { 
	vertical-align: middle;
	white-space: nowrap;	
	padding-bottom: 4px;
	}

.category_area A { 
	color: #888888;
	text-decoration: underline;
	}	

.category_area A:hover { 
	color: #000000;
	text-decoration: underline;
	}	

.subcategory_label {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	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;
	padding-left: 1px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: left;
	font-weight:  bold;
	color: #444444;
	white-space: nowrap;	
	}

.field_label_on_side {
	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 {
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
	}

.field_input {
	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 {
	}
    
.filter_button_cell {
	}
    
.Filter_Input {
	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 {
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
	}	
	
.search_area {
	background: #99cccc;
	vertical-align: bottom;
	text-align:left;
	padding: 2px 10px 0px 10px;
	border: 0px;
	}

.search_label {
	}
    
.Search_Input {
	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 {
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
	}

.pagination_area {
   	text-align: left;
   	padding: 6px 40px 2px 10px;
   	vertical-align: middle;
	background: #d9e3eb;
  	}

.pagination_label {
	vertical-align: middle;
	padding: 0px 2px 4px 2px;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	white-space: nowrap;
 	}

.pagination_value {
	}
    
.Pagination_Input {
	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 {
	vertical-align: middle;
	background: #d9e3eb;
	width: 100%;
	padding: 0px;
	}

.paginationRowEdgeL {
	background: #d9e3eb url('../Images/paginationRowEdgeL.gif') no-repeat top left; 
	width: 20px;
	}

.paginationRowEdgeR {
	width: 0px;
	}

.paginationButtonFirst {
	background-image:url(../Images/arrow_beg.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	}

.paginationButtonPrevious {
	background-image:url(../Images/arrow_left.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	}

.paginationButtonNext {
	background-image:url(../Images/arrow_right.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	}

.paginationButtonLast {
	background-image:url(../Images/arrow_end.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	} 


/**********************************************************************
 * Table Rows Styles                                                  *
 **********************************************************************/
.header_cell { 
	color: #ffffff;
	padding: 6px 4px 6px 2px;
	background: #8595a6;
	border-bottom: 1px #a89fa9 solid;
	vertical-align:middle;
	font-size: 11px;
	}

.column_header { 
	padding: 2px 10px 2px 10px;
	}

.column_header A, .column_header_scrolling A {
	text-decoration: underline;
	color: #eeeeee;
	font-size: 11px;
	white-space: nowrap;
	}

.column_header A:hover, .column_header_scrolling A:hover {
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
	}

.columnHeaderFilterPadding {
	padding-top: 4px;
	text-align: center;
	}

.columnHeaderFilterPadding A {
	text-decoration: none;
	}

.columnHeaderFilterPadding A:hover {
	text-decoration: none;
	}

.icon_cell, .alt_icon_cell {
	padding-top: 3px;
	background: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	vertical-align: middle;
	width: 16px;
	}

.icon_cell_highlighted, .alt_icon_cell_highlighted {
	padding-top: 3px;
	background-color: #a3b7cc;
	border-bottom: 1px #a89fa9 solid;
	vertical-align: middle;
	width: 16px;
	}

.table_cell, .alt_table_cell {
	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 {
	border-bottom: 1px #a89fa9 solid;
	padding: 5px 4px 5px 4px;
	background-color: #a3b7cc;
	vertical-align: middle;
	text-align:left;
	}

.totals_cell {
	padding: 3px 5px 3px 5px;
	color: #444444;
	text-align: left;
	background: #dddddd;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	}
      
.totals_cell_value {
	padding: 3px 5px 3px 5px;
	color: #444444;
	text-align: right;
	background: #dddddd;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	}	      

.page_total_label {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	white-space: nowrap;
	vertical-align: middle;
	}

.page_total_value {
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}

.grand_total_label {
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
	}

.grand_total_value {
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}

.tableRowsEdge {
	padding: 0px;
	}


/**********************************************************************
 * 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: #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 */
	}


/**********************************************************************
 * Legacy Styles                                                      *
 **********************************************************************/
/*	
H1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}

Select {
	font-size: 10px;
	}


input {
	font-size: 10px;
	font-family: verdana;
	}


.nav {
	padding-top: 6px;
	padding-bottom: 8px;
	}


.master_table {
	width: 100%;
	}
	
TD.login {
	background: #ffffff;
	text-align: right;
	padding-right: 5px;
	border-bottom: 1px #666F8F solid;
	}	

.menus { 
	}

.menusVertical {
	}

TD.button_bar { 
	background: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	width: 100%;
	}

TD.top_nav {
	background: none;
	}

TD.body {
	background: #ffffff;
	width: 100%;
	padding: 0px;
	border: 1px #999999 solid;
	}

.table_view {
	padding-top: 10px;
	margin-bottom: 10px;
	}	

.label_cells {
	padding: 5px;
	padding-left: 1px;
	vertical-align: middle;
	text-align: right;
	width: 150px;
	color: #999955;
	white-space: nowrap;	
	}

.header_cell_scrolling { 
	color: #ffffff;
	padding: 6px 4px 6px 2px;
	background: #8595a6;
	vertical-align:middle;
	font-size: 11px;
	}

.column_header_scrolling { 
	padding: 2px 10px 2px 10px;
	border-bottom: 1px #a89fa9 solid;
	}

.category_area TD {
	vertical-align: bottom;
	padding-right: 10px;
    	}

.scrollingTable {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 250px;
	border: 1px #cccccc solid;
	overflow: auto;
	background-color: #ffffff;
	}

.table_cells {
	border-bottom: 1px #a89fa9 solid;
	padding: 5px 4px 5px 4px;
	background: #ffffff;
	vertical-align: middle;
	}

.image {
	}

TR.rows_odd {
	border-right: 1px #a89fa9 solid;
	background: #eeeeee;
	}
TR.rows_even {
	border-right: 1px #a89fa9 solid;
	background: #e0e6e8;
	}
TR.rows_selected {
	border-right: 1px #a89fa9 solid;
	background: #BEE3B0;
	font-weight: bold;
	}

TD.page_nav_left {
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	}	

TD.page_nav_right {
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	}	

TD.page_nav_middle {
	vertical-align: middle;
	}	

TD.search {
	text-align: right;
	}	

TD.search_cell {
	vertical-align: middle;
	}
	
TD.title {
	vertical-align: middle;
	text-align: left;
	}	

TD.pagination_left {
	text-align: left;
	vertical-align: middle;
	}	

TD.pagination_right {
	text-align: right;
	vertical-align: middle;
	}	
	}	
	
.pagination_left {
	padding: 0px 3px 0px 3px; 
	}

.pagination_right {
	padding: 0px 3px 0px 3px; 
	}

.input_box {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background: #ffffff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	}

.input_box_disabled {
	background: #ffffff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	}

SPAN.field_input {
	background-color: transparent;
	}

SPAN.field_input INPUT {
	vertical-align: middle;
	}

.ok A { 
	background: #ffffff url('../Images/textGo.gif') no-repeat top right; 
	padding: 1px 27px 1px 5px;
	width: 100%;
	color: #333333;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	}


.ok A:hover { 
	background: #ffffff url('../Images/textGoOver.gif') no-repeat top right; 
	}

.okcancel A:hover {
	background: #ffffff url('../Images/textGoOver.gif') no-repeat top right; 
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-left: 1px #666666 solid;
	border-top: 1px #666666 solid;
	}

td.pagination_label A { 
	color: #eeeeee;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	}

td.pagination_label A:hover {
	color: #ffffff;
	}

.pagination_left .button_link {
	background: #ffffff url('../Images/buttonPaginationFirst.gif') no-repeat top left; 
	padding: 1px 5px 1px 12px;
	width: 100%;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px #999999 solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	border-left: 1px #cccccc solid;
	border-top: 1px #cccccc solid;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	}

.pagination_left .button_link:hover {
	background: #000000 url('../Images/buttonPaginationFirst.gif') no-repeat top left; 
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-left: 1px #666666 solid;
	border-top: 1px #666666 solid;
	}

.pagination_right .button_link {
	background: #ffffff url('../Images/buttonPaginationLast.gif') no-repeat top right; 
	padding: 1px 12px 1px 5px;
	color: #333333;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px #999999 solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	border-left: 1px #cccccc solid;
	border-top: 1px #cccccc solid;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	}

.pagination_right .button_link:hover {
	background: #ffffff url('../Images/buttonPaginationLast.gif') no-repeat top right; 
	border-right: 1px #cccccc solid;
	border-bottom: 2px #cccccc solid;
	border-left: 1px #666666 solid;
	border-top: 1px #666666 solid;
	}

.category_area SELECT {
    	margin-top: 2px;
	margin-bottom: 2px;
	}	
	
TABLE.category_row {
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
	width: 100%;
	}

TABLE.category_row TD {
	}
	
TD.category_row {
	background-color: #ffffff;
	padding: 0px;
	}

TD.pagination_row  {
	}
		
.filter_button {
   	padding-left: 250px;
   	text-align: center;
   	width: 50px;
   	}

.search_button {
   	padding-left: 250px;
   	text-align: center;
   	width: 70px;
   	}

TD.left_top {
	background: #666666;
	width: 148px;
	vertical-align: bottom;
	text-align:left;
	}

A.left_top {
	color: #ffffff;
	text-decoration: none;	
	padding: 0px 0px 4px 13px;
	display: block;
	}

.button_bar_cell .button_link {
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #eeeeee;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	}

.button_bar_cell .button_link:hover {
	padding: 0px 0px 0px 0px;
	color:#ffffff;
	}

.bottom {
	vertical-align:bottom;
	padding-bottom: 4px;
	}	

.bottom_select {
	vertical-align:bottom;
	padding: 1px 1px 2px 4px;
	}	
	
.right_top {
	background: #99cccc;
	vertical-align: bottom;
	text-align:left;
	padding: 2px 10px 0px 10px;
	}

.pagination_left .button_image {
    	margin: 4px 5px 0px 0px;
	}

.pagination_right .button_image {
    	margin: 4px 0px 0px 5px;
	}

SELECT.filter_input {
	border-bottom: 1px #877718 solid;
	border-right: 1px #877718 solid;
	border-left: 1px #ffff99 solid;
	border-top: 1px #ffff99 solid;
	background: #00000;
	}

.spacer {
	background-color: #ffffff;
	height: 10px;
	}


*/
