﻿/* Grid View */
.table_housing {border:solid 1px #e4e4e4; padding:1px;}
.table_header {border:solid 1px #fff;}
.table_header, .table_header a {background:#efefef; color:#cc0000; font-family:arial, verdana, helvetica, sans-serif; font-weight:bold; font-size:12px; padding:4px 2px;}
.table_header a {width:100%; display:inline-block; color:#cc0000; background-color:Transparent; outline:none;}
.table_footer, .table_footer a {background:#fff; color:#cc0000; font-family:arial, verdana, helvetica, sans-serif; font-weight:bold; font-size:12px; padding:0 2px;}
.table_footer label {width:auto;}
.table_header_sort_asc {background:#efefef url('../img/tbls/up.gif') no-repeat right center;}
.table_header_sort_desc {background:#efefef url('../img/tbls/down.gif') no-repeat right center;}
.table_row, .table_row a {border:solid 1px #fff; background-color:#f4f4f4; color:#333;}
.table_altrow, .table_altrow a {border:solid 1px #fff; background-color:#f7f7f7; color:#333;} 
.table_row a, .table_altrow a {border:none;}
.table_highlight {color:#44f;}
.table_cell {border:solid 1px #fff; padding:5px 10px; font-family:arial, verdana, helvetica, sans-serif; font-size:12px;}

.table_ctrls {width:100%;}
.table_pager {width:88%;}
.table_pager table {width:100%; text-align:left;}
.table_rows_per_page {width:5%;}
.table_select_rows {margin-right:8px;}
.table_num_recs {width:15%; white-space:nowrap; font-family:arial, verdana, helvetica, sans-serif; font-size:12px; padding-right:10px;}
.table_link_page, .table_current_page, .table_link_page {font-family:arial, verdana, helvetica, sans-serif; font-size:12px; padding:0;}
.table_link_page, .table_current_page {background-color:transparent; border-style:none; cursor:hand; cursor:pointer; outline:none;}
.table_link_page, .table_link_seperator {background-color:Transparent; color:#00f; text-decoration:none;}
.table_current_page {font-weight:bold; background-color:Transparent; color:#00f;}
.table_link_page:hover {text-decoration:underline;}
.table_drag .table_row, .table_drag .table_cell {cursor:move; background-color:#f88;}
.table_drag_src {background-color:#fee; color:#aaa; outline:#000 dashed 1px;}
.table_drag_dst {background-color:#fcc; padding:2px 4px;}

.table_print {width:12%;}
.table_print table {width:100%; text-align:right;}
.table_print img {text-decoration:none;}
.table_print a {text-decoration:none; font-family:arial, verdana, helvetica, sans-serif; font-size:12px; color:#00f;}
