
/*body {font:11px Verdana,Arial; margin:25px; background:#fff url(images/bg.gif) repeat-x}
#tablewrapper {width:980px; margin:0 auto}*/
@media screen {
.search {text-align: left;}
.details {text-align: right;}
.tinytable {border-left:1px solid #c6d5e1; border-top:1px solid #c6d5e1; border-bottom:none}
.tinytable th {background:url(images/header-bg.gif); text-align:left; color:#cfdce7; border:1px solid #fff; border-right:none}
.tinytable th h3 {font-size:10px; padding:6px 8px 8px}
.tinytable td {padding:4px 6px 6px; border-bottom:1px solid #c6d5e1; font:11px Verdana,Arial; border-right:1px solid #c6d5e1}
.tinytable .head h3 {background:url(images/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .desc, .sortable .asc {background:url(images/header-selected-bg.gif)}
.tinytable .desc h3 {background:url(images/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .asc h3 {background:url(images/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .head:hover, .tinytable .desc:hover, .tinytable .asc:hover {color:#fff}
.tinytable .evenrow td {background:#fff}
.tinytable .oddrow td {background:#ecf2f6}
.tinytable td.evenselected {background:#ecf2f6}
.tinytable td.oddselected {background:#dce6ee}
.tinytable tfoot {background:#fff; font-weight:bold}
.tinytable tfoot td {padding:6px 8px 8px}
.tablelocation {text-align: right;}
#selectedrow td {background:#c6d5e1}
}
@media print {
.search {display:none;}
.details {display:none;}
	.tinytable {
		border:1px solid black;
		width:100% !important;
	}
	.tinytable th,td,tr {
		border:1px solid black;
		padding:5px;
	}
.tablefooter{display:none;}
}