table {
	width: 100%;
}
thead tr {
	border-width: 5px;
    border-bottom-color: #d4d0c8;
    border-top-color: white;
    border-right-color: #d4d0c8;
    text-align: left;
    border-left-color: white;
    vertical-align: middle;
	font-size:11px;
	background-color:#C3D840;
	height:22px;
	text-align:center;	
}

th.sorted {
	text-align: left;
	text-decoration: none;
	font-family: verdana;
	font-size: 10;	
}

th a,th a:visited {
	color: green;
	text-decoration: underline;
	font-family: verdana;
	font-size: 10;
}

th a:hover {
	text-decoration: underline;
	color: green;
	text-decoration: none;
	font-family: verdana;
	font-size: 10;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font-family: verdana;
	font-size: 10;
}

th.sortable a {
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: verdana;
	font-size: 10;
	vertical-align: middle;
	text-align:center;
}

th.order1 a {
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	font-family: verdana;
	font-size: 10;
}

th.order2 a {
	background-image: url(../images/arrow_up.png);
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
	font-family: verdana;
}

tr.odd {
	background-color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: x-small;
	font-size:11px;
}

tr.tableRowEven,tr.even {
	background-color: #F5F5F5;
	text-align: left;
	text-decoration: none;
	font-size: x-small;
	font-size:11px;
	height: 25px;
}
tfoot tr {
	border-width: 5px;
    border-bottom-color: #d4d0c8;
    border-top-color: white;
    border-right-color: #d4d0c8;
    font-weight:bold;
    text-align: left;
    border-left-color: white;
    vertical-align: middle;
	font-size:11px;
	background-color:#C3D840;
	height:22px;
	text-align:center;
	font-family: verdana;
	color: green;
}
div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font-family: verdana;
	font-size: 10;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	font-family: verdana;
	font-size: 10;
}

span.excel {
	background-image: url(../img/ico_file_excel.png);
}

span.csv {
	background-image: url(../img/ico_file_csv.png);
}

span.xml {
	background-image: url(../img/ico_file_xml.png);
}

span.pdf {
	background-image: url(../img/ico_file_pdf.png);
}

span.rtf {
	background-image: url(../img/ico_file_rtf.png);
}

span.pagebanner {
	border: 1px;
	width: 100%;
	display: block;
	border-top: none;
	text-align: center;
	text-decoration: none;
	font-family: verdana;
	font-size: 10;
}

span.pagelinks {
	border: 1px;
	width: 100%;
	display: block;
	border-top: none;
	text-align: center;
	text-decoration: none;
	font-family: verdana;
	font-size: 10;
	margin-top:10px;
}
