/* 
http://www.webreference.com/authoring/style/sheets/multiclass/3.html
http://web.tampabay.rr.com/bmerkey/examples/nonscroll-table-header.html
*/

A{text-decoration:none;color:blue;}
/*A:visited{text-decoration:none;color:purple;} */
A:hover{text-decoration:none;color:red;}


body {
 padding:0;
 border:0;
 margin:10px;
 font-size:11px;
 line-height:16px;
 font-family: Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
 color:#444;
/* background:#fff url(/media/gradient-e5e5e5-ffffff.gif) repeat-x 0 0; */
 background:#fff;
}

span.important {
 color: #dd0000;
 font-size:3em;
 font-style:italic;
 font-weight:bold;
}

table {
 text-align:right;
 font-size:1em;
}
table.sortable {
 border-spacing: 0px;
 empty-cells:show;
/* margin:0 auto 1em auto;  */
 text-align:left;
 padding:0;
 border-left:1px solid #C1DAD7;
}
td.sorted {
 background: #AEDAB1;
 color:#000;
}
td {
 text-align:left;
 white-space: nowrap;
}
td.stdht {
 height:2.4ex;
}
td.s {
 height:2.7ex;
 text-align:right;
 border-right: 1px solid #C1DAD7;
 border-bottom: 1px solid #C1DAD7;
/* top,right,bot,left */
 padding:2px 2px 2px 2px;
}
th.s {
 height:3ex;
 border-right: 1px solid #C1DAD7;
 border-bottom: 1px solid #C1DAD7;
 padding:2px 2px 2px 2px;
}
td.dummy {
 height:0ex;
 border-right: 1px solid #C1DAD7;
 border-bottom: 1px solid #C1DAD7;
 padding:0px 2px 0px 2px;
}
th.dummy {
 height:0ex;
 border-right: 1px solid #C1DAD7;
 border-bottom: 1px solid #C1DAD7;
 padding:0px 2px 0px 2px;
}
td.lch {
 font-weight:bold;
 text-align: center;
 color: #4f6b72;
 background: #CDC0B0;
}
td a {
 color:#239;
}
td.noright {
 border-right: 0px solid #C1DAD7;
}
td.l {
 text-align:left;
}
td.c {
 text-align:center;
}
td.r {
 text-align:right;
}
td.red {
 color:#F00;
}
td.bred {
 color:#F00;
 font-weight:bold;
}
td.bblue {
 color:#005;
 font-weight:bold;
}
td.green {
 color:#050;
}
td.purple {
 color:#2E0854;
}
td.gold {
 color:#8B7500;
}
th {
 padding: 2px;
 height:2.4ex;
 line-height:1;
 white-space: nowrap;
 font-size:1.2em;
 font-weight:bold;
 color: #4f6b72;
 border-right: 1px solid #dcdcdc;
 border-bottom: 1px solid #dcdcdc;
 border-top: 1px solid #dcdcdc;
 text-align: center;
 vertical-align:middle;
 background: #CDC0B0;
}
th.sorted {
 background: #5555ff;
/* background: #216ac5; */
}
th.sorted a {
 color:#fff;
}
th a {
 padding:0;
 margin:0;
 text-decoration:none;
 color:#444;
}
th a:focus {
 color:#bb0000;
 outline:none;
}
td a:focus {
 text-decoration:underline;
 outline:none;
}

table.sortable thead tr	{
 position:relative; 
}

table.givewidth {
 width:100px;
}
div.floatleft {
 float:left;
 margin-right:3px;
 overflow:hidden;
}
div.floatheader {
}
div.floatbody {
 display:inline-block;
 padding-right:7px;
}
div.floatfooter {
 overflow:hidden;
 margin-top:5px;
}
div.floatclear { 
 clear: both;
}

div.pagediv {
 display: none;
}
div.tablediv {
}

tr.tr0 {
 background:#fff;
}
tr.tr1 {
 background:#f5fafa;
}

/*
tbody.scrollit td:last-child {padding-right: 20px;} 
*/

