/* Stats CSS */

#stats {font-size:11px;}
div#stats .write_access {text-align:left}
div#stats p.stats {margin:0; padding:0; font-size:11px;}
div#stats h2 {padding:15px 0 5px 0;}
div#stats h2.stats_card {margin:0; padding:5px 0; font-weight:bold;}

div#stats table.stats {margin:0; padding:0; margin-bottom:30px; width:100%;}
div#stats table.stats th, div#stats table.stats td {margin:0; padding:0;}
div#stats table.stats th {padding:2px 2px; text-align:center; font-weight:bold;
  vertical-align:bottom; border-bottom:2px solid gray; line-height:14px; white-space:nowrap;}
div#stats table.stats td {padding:1px 3px; text-align:center; vertical-align:top; line-height:normal;
  border-left:1px solid silver; border-right:1px solid silver; border-bottom:1px solid silver;}

div#stats table.stats td.date {width:66px; padding-left:2px; padding-right:2px;}
div#stats table.stats td.time {width:50px; padding-left:2px; padding-right:2px;}
div#stats table.stats td.comments {width:160px;}
div#stats table.stats td.action {width:50px; padding-left:2px; padding-right:2px;}
div#stats table.stats td.total {border:0; padding-right:5px; font-weight:bold; text-align:right;}
div#stats table.stats td.totals {border-top:1px solid silver; font-weight:bold;}

/* STAT ENTRY PAGES */
#section-stats {clear:both; width:865px; margin-bottom:15px; overflow:hidden;}
div#section-stats .main_top {width:865px; padding:3px 0 0 10px; height:22px;
  background:url(/themes/handshakes/gfx/boxes/header_bcg.png) no-repeat; font-weight:bold; color:#FFF;}
div#section-stats .main_content {width:845px; margin:10px;}
div#section-stats table.stats-entry {width:100%; margin:0; padding:0; border-collapse:collapse;}

h4.stats-links {margin-top:25px;}

div#stats table.stats td.col2 {width:50px; border:1px solid red;}
div#stats table.stats td.col3 {width:130px; padding:2px 4px; border:1px solid blue;}
div#stats table.stats td.col4 {width:100px; border:1px solid red;}
div#stats table.stats td.col5 {width:auto; padding-left:10px; border:1px solid blue;}
div#stats table.stats td.col6 {width:20px; border:1px solid red;}
div#stats table.stats td.col7 {width:20px; border:1px solid blue;}
div#stats table.stats td.col8 {width:20px; border:1px solid red;}
div#stats table.stats td.col9 {width:60px; border:1px solid blue;}
div#stats table.stats td.col10 {width:130px; border:1px solid red;}

/* TO BE USED WHEN STAT TABLES ARE EDITABLE WITH AJAX -- MAYBE */
/*
div#stats table.stats td a {color:#444; text-decoration:none; display:block;}
div#stats table.stats td a:hover {text-decoration:none;}
div#stats table.stats tr.edit:hover {background-color:#FFFFCC; cursor:pointer; border:1px solid #980000;}
*/	