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;
	}	


/**********************************************************************
 * Button Styles                                                      *
 **********************************************************************/
a.button_link {
	background: #ffffff url('../Images/text_go.gif') no-repeat top right; 
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left:10px;
	padding-right:30px;
	padding-top:1px;
	padding-bottom:2px;
	border-bottom: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-left: 1px #cccccc solid;
	border-top: 1px #cccccc solid;
	white-space: nowrap;
	}

a.button_link:hover {
	background: #ffffff url('../Images/text_go_over.gif') no-repeat top right; 
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-left: 1px #666666 solid;
	border-top: 1px #666666 solid;
	} 

.button-white {
	height: 15px; 
	white-space: nowrap;
	}

.button_bar_cell .button_link {
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #aaaaaa;
	font-size: 11px;
	color: #003333;
	text-decoration: none;
	width: 10px;
	height: 19px;
	vertical-align: middle;
	font-weight: bold;
	background: url('../Images/function_bg_off.gif') repeat-x top left;
	}

.button_bar_cell .button_link:hover {
	padding: 1px 20px 0px 20px;
	color:#000000;
	background: url('../Images/function_bg_on.gif') repeat-x top left;
	}

.search_area A {
	background: #ffffff url('../Images/text_go.gif') no-repeat top right; 
	padding: 1px 27px 1px 5px;
	width: 100%;
	color: #333333;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	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;
	} 

.search_area A:hover {
	background: #ffffff url('../Images/text_go_over.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;
	}

A.text_button {
	background: #ffffff url('../Images/text.gif') no-repeat top left;	
	color: #333333;
	margin: 0px 0px 0px 0px;
	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;
	padding: 1px 5px 1px 26px;
	}

A.text_button:hover {
	background: #ffffff url('../Images/text_over.gif') no-repeat top left;	
	border-left: 1px #666666 solid;
	border-top: 1px #666666 solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	}


/**********************************************************************
 * Menu Styles                                                        *
 **********************************************************************/
.menu_off {
	font-weight: bold;
	font-size: 10px;
	padding-top: 2px;
	padding-left: 13px;
	padding-bottom: 2px;
	padding-right: 30px;
	background: #336666 url('../Images/menu_bg.gif') repeat-y top left;
	border: 1px #999999 solid;
	width: 100%;
	white-space: nowrap;
	}

.menu_off a {
	color:#cccccc;
	text-decoration:none;
	}

.menu_off a:hover {
	color:#ffffff;
	}

.menu_on {
	font-weight: bold;
	font-size: 10px;
	padding-top: 2px;
	padding-left: 13px;
	padding-bottom: 2px;
	padding-right: 30px;
	background: #ffffff url('../Images/menu_bg.gif') repeat-y top left;
	border: 1px #999999 solid;
	width: 100%;
	white-space: nowrap;
	}

.menu_on a {
	color:#000000;
	text-decoration:none;
	} 


/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground {
	background-color: #ffffff; 
	width: 96%;
	height: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	}

.pageBorderTL {
	}
.pageBorderT {
	}
.pageBorderTR {
	}
.pageBorderL {
	}
.pageBorderC {
	}
.pageBorderR {
	}
.pageBorderBL {
	}
.pageBorderB {
	}
.pageBorderBR {
	}

.page_yellow {
	background: #ffffff;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	}

.pageAlignment {
	}

.borderTable {
	}

.divider { 
	padding-left:25px;
	}

.footer {
	color: #444444;
	padding-left: 6px;
	}

.logoBG {
	background-color: #ffffff;
	}
 

/**********************************************************************
 * Panel Body Styles                                                  *
 **********************************************************************/
.dialog_body {
	background: #eeeeee;
	padding: 10px;  
	border-top: 1px solid #799c9c;
	}

.dialog_field_value {
	vertical-align: middle;
	text-align: left;
	color: #000000;
	font-weight: bold;
	}

.dialog_header {
	background: #557777;
	border-bottom: 1px solid #c6e2e2;
	}

.dialog_header_text {
	padding: 3px; 
	color: #ffffff; 
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, ms sans serif;
	padding-bottom: 5px;
	text-align: left;
	}

.dialogHeaderEdgeL {
	width: 10px;
	}

.dialogHeaderEdgeR {
	width: 10px;
	}

.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;
	}

.dialog_view {
	border-top: 1px solid #799c9c;
	border-bottom: 1px solid #799c9c;
	border-left: 1px solid #799c9c;
	border-right: 1px solid #799c9c;
	}

.category {
	color: #111111;
	padding: 5px;
	}
	
.category_area {
	vertical-align: middle;
	white-space: nowrap;
	padding-bottom: 2px;
	}

.category_area A { 
	color: #444444;
	text-decoration: underline;
	}	

.category_area A:hover { 
	color: #111111;
	text-decoration: underline;
	}	

.subcategory_label {
	font-size: 10px;
	font-weight: normal;
	color: #111111;
	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 {
	padding-left: 1px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: left;
	font-weight:  bold;
	color: #444444;
	white-space: nowrap;	
	}

.field_label_on_side {
	padding-left: 1px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: right;
	font-weight:  bold;
	color: #444444;
	white-space: nowrap;	
	}

.field_value {
	padding: 0px;
	}

.field_input {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background: #ffffff;
	color: #222222;
	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;	
	}

.filter_area {
	text-align: right;
	vertical-align: middle;
	}	
	
.search_area {
	background: #99cccc;
	vertical-align: bottom;
	text-align:left;
	padding: 2px 10px 0px 10px;
	border: 0px;
	}

.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;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	}


/**********************************************************************
 * Pagination Styles                                                  *
 **********************************************************************/
TD.button_bar {
	background: #ffffff url('../Images/function_bg.gif') repeat-x top left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
	}

.button_bar_cell {
	padding-top: 3px;
	}

.pagination_area {
   	text-align: left;
   	padding: 2px 10px 0px 10px;
   	vertical-align: middle;
	background: #99cccc;
	border-bottom: 1px solid #c6e2e2;
  	}

.pagination_label {
	vertical-align: middle;
	padding: 0px 2px 4px 2px;
	font-family: Arial, ms sans serif;
	white-space: nowrap;
 	}

.pagination_value {
	color: #003366;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;	
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
.Pagination_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;
	background: #ffffff;
   	}

.pagination_row {
	vertical-align: middle;
	background: #99cccc;
	width: 100%;
	}

.paginationRowEdgeL {
	}

.paginationRowEdgeR {
	}

.paginationButtonFirst {
	background-image:url(../Images/text_first.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	}

.paginationButtonPrevious {
	background-image:url(../Images/text_prev.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	}

.paginationButtonNext {
	background-image:url(../Images/text_next.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	}

.paginationButtonLast {
	background-image:url(../Images/text_last.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	} 


/**********************************************************************
 * Table Rows Styles                                                  *
 **********************************************************************/
.header_cell {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	color: #ffffff;
	padding: 2px 4px 2px 2px;
	background: #999999;
	border-bottom: 1px #a89fa9 solid;
	vertical-align: middle;
	}

.column_header A, .column_header_scrolling A {
	text-decoration: underline;
	color: #eeeeee;
	}

.column_header A:hover, .column_header_scrolling A:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.columnHeaderFilterPadding {
	padding-top: 4px;
	}

.columnHeaderFilterPadding A {
	text-decoration: none;
	color: #333333;
	}

.columnHeaderFilterPadding A:hover {
	text-decoration: none;
	color: #333333;
	}

.icon_cell, .alt_icon_cell {
	padding-top: 3px;
	border-bottom: 1px #a89fa9 solid;
	vertical-align: top;
	background-color: #ffffff;
	width: 16px;
	}

.icon_cell_highlighted, .alt_icon_cell_highlighted {
	padding-top: 3px;
	border-bottom: 1px #a89fa9 solid;
	vertical-align: top;
	background-color: #c3e5e5;
	width: 16px;
	}

.table_cell, .alt_table_cell {
	border-bottom: 1px #a89fa9 solid;
	padding: 5px 4px 5px 4px;
	background-color: #ffffff;
	vertical-align: top;
	text-align:left;
	}

.table_cell_highlighted, .alt_table_cell_highlighted {
	border-bottom: 1px #a89fa9 solid;
	padding: 5px 4px 5px 4px;
	background-color: #c3e5e5;
	vertical-align: top;
	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;
	width: 48px;
	}
      
.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 {
	}


/**********************************************************************
 * Date Selector Styles                                               *
 **********************************************************************/
.dsTodayDay {
	background: #999999;
	}

.dsDayHeader {
	color: #ffffff;
	background-color: #557777;
	font-size: 10px;
	padding: 6px;
	}

.dsSelectedDay {
	padding: 6px;
	}

.dsTitle {
	color: #000000;
	background-color: #99cccc;
	font-weight: bold;
	}

.dsWeekendDay {
	background-color: #eeeeee;
	padding: 6px;
	}

.dsOtherMonthDay {
	background-color: #eeeeee;
	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: #333333;
	}
	

/**********************************************************************
 * 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;
	}	

TD.footer {
	color: #444444;
	padding-left: 6px;
	}

.menus {
	}

.menusVertical {
	}

TD.top_nav {
	background: none;
	}

TD.body {
	background: #ffffff;
	width: 100%;
	padding: 0px;
	border: 1px #999999 solid;
	}

.head_box  {
	background: #cccccc;
	color: #333333;
	width: 146px;
	margin: 0px 0px 0px 0px;
	border: 1px #999999 solid;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 13px;
	padding-bottom: 2px;
	}
	
.subnav {
	background: #ffffee;
	color: #122970;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 140px;
	border-bottom: 1px #ffffff dotted;
	border-right: 1px #877718 solid;
	border-left: 5px #666F8F solid;
	}

a.subnav:hover {
	background: #BBFFFF;
	color: #122970;
	}

.table_view {
	margin-bottom: 10px;
	}	

.label_cells {
	padding: 5px;
	padding-left: 1px;
	vertical-align: middle;
	text-align: right;
	width: 150px;
	color: #999955;
	white-space: nowrap;	
	}

.dashboard_body {
	color: #003366;
	border-top: 1px #aaaaaa solid;
	padding: 4px;
	padding-left: 10px;
	padding-right: 20px;
	}
	
.dashboard_header {
	font-weight: bold;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	color: #000000;
	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;
	width=100%;
	background: #fffee1;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	}	

.dashboard_value {
	font-weight: bold;
	padding: 3px;
	text-align: left;
	}

.dashboard_view {
	border-bottom: 1px #aaaaaa solid;
	}

.dash_cells {
	padding: 5px;
	padding-left: 25px;
	vertical-align: middle;
	text-align: left;
	width: 150px;
	color: #999955;
	}

.data_cells {
	padding: 5px;
	padding-left: 1px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	color: #000000;
	}

.header_cells {
	color: #ffffff;
	padding: 2px 4px 2px 2px;
	background: #999999;
	border-bottom: 1px #a89fa9 solid;
	vertical-align: middle;
	}

.header_cell_scrolling {
	color: #ffffff;
	padding: 2px 4px 2px 2px;
	background: #999999;
	vertical-align: middle;
	}

.column_header_scrolling {
	border-bottom: 1px #a89fa9 solid;
	}

.columnHeaderFilterPadding {
	padding-top: 4px;
	}

.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: top;
	}

.dslink {
	}

.dslink IMG {
	vertical-align: bottom;
	}

.icon_cells {
	padding-top: 3px;
	border-bottom: 1px #a89fa9 solid;
	vertical-align: top;
	background-color: #ffffff;
	}

.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;
	}	
	}	

.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;
	}

a.page_button{
	background: #d7c768;
	color: #122970;
	text-decoration: none;
	text-align: center; 
	vertical-align: middle; 
	padding: 5px;
	padding-top: 1px;
	width=100%;
	padding-bottom: 2px;
	border-bottom: 1px #877718 solid;
	border-right: 1px #877718 solid;
	border-left: 1px #ffff99 solid;
	border-top: 1px #ffff99 solid;
	}

a.Page_button:hover {
	background: #f7e798;
	color: #122970;
	border-bottom: 1px #877718 solid;
	border-right: 1px #877718 solid;
	border-left: 1px #ffff99 solid;
	border-top: 1px #ffff99 solid;
	}

SPAN.field_input {
	background-color: transparent;
	}

SPAN.field_input INPUT {
	vertical-align: middle;
	}

.category_area SELECT {
    	margin-top: 2px;
	margin-bottom: 2px;
	}	
	
TABLE.category_row {
	color: #111111;
	background-color: #99cccc;
	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;
	}

.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;
	}

INPUT.filter_input {
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;	
	}

.spacer {
	background-color: #99cccc;
	}



*/
