@charset "UTF-8";
/* CSS Document */

body {
	font-size: .85em;
	font-family: 'DroidSerifRegular', serif;
	color:#808080;
	margin:20px;
	padding:0;
}
a:link, a:visited {
	margin: 0;
	padding: 0;
	outline:none;
	text-decoration: none;
	color: #3b79ae;
}
a:hover, a:active {
	text-decoration:underline;
}

thead tr th {
	background-color: #CCC;
	/*background-image: url(../images/bg.gif);*/
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	color:#000;
	padding-right:16px;
	padding-left:10px;
	text-align:left;
	height:55px;
	border-left: 1px solid #FFF;
	border-bottom: 2px solid #675757;
}
thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
thead tr  .headerSortDown {
	background-image: url(../images/desc.gif);
}
thead tr .headerSortUp, thead tr .headerSortDown {
	background-color: #B6B6B6;
}

tbody tr:nth-child(odd) {
	background-color: #eeeeee;
}
tbody tr:nth-child(even) {
	background-color: #FFF;
}
tbody tr:hover {
	background-color:#D3E8F4;
	color: #000;
}
td {
	padding-right:16px;
	padding-left:10px;
	height:35px;
}
.hidden {
	display: none;
}