﻿* {margin:0; padding:0; outline:0}
body {
	background:#000000 ;
}
#tablewrapper {
	width:900px;
	 margin:0 auto;
	}
#tableheader {
	height:5px;
}
.search {float:left; padding:6px; border:1px solid #c6d5e1; background:#fff}
#tableheader select {
	float:left;
	padding:2px 4px 4px
}
#tableheader input {
	float:left; 
	padding:2px 4px 4px; 
	margin-left:4px
}
.details {float:right; padding-top:12px}
.details div {float:left; margin-left:15px; font-size:12px}
.tinytable {
	border-left:1px solid #c6d5e1; 
	border-top:1px solid #c6d5e1; 
	border-bottom:none;
}
.tinytable th {
	background:url(images/header-bgs.gif); 
	text-align:left; 
	color:#FFFFFF; 
	border:1px solid #fff; 
	border-right:none;
}
.tinytable th h7 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	padding:4px 4px 4x
}
.tinytable td {
	border-bottom:1px solid #c6d5e1; 
	border-right:1px solid #c6d5e1;
}
.tinytable .head h7 {
	background:url(images/sort.gif) 7px center no-repeat; 
	cursor:pointer; 
	padding-left:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
}
.tinytable .desc, .sortable .asc {
	background:url(images/header-selected-bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
}
.tinytable .desc h7 {
	background:url(images/desc.gif) 7px center no-repeat; 
	cursor:pointer; 
	padding-left:18px;
}
.tinytable .asc h7 {
	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:#e0e0e0}
.tinytable td.evenselected {background:#e0e0e0}
.tinytable td.oddselected {background:#d0d0d0}
.tinytable tfoot {
	background:#fff; 
	font-weight:bold;
}
.tinytable tfoot td {
	padding:0px 0px 0px;
}
#tablefooter {
	margin-top:0px;
}
#tablenav {float:left}
#tablenav img {cursor:pointer}
#tablenav div {float:left; margin-right:15px}
#tablelocation {float:right; font-size:12px}
#tablelocation select {margin-right:3px}
#tablelocation div {float:left; margin-left:15px}
.page {margin-top:2px; font-style:italic}
#selectedrow td {background:#c6d5e1}