table {
	border: 0px solid #B18D03;
	width: 99%;
	margin: 0px 0 0px 0 !important;
}

th,td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

thead tr {
	background-color: #E8E0BC;
}

th.sorted {
	background-color: #F1ECD6;
}


th.sortable a {
	padding-left:12px;
	background-image: url(../img/arrow_off.png);
	font-family: Verdana;
	font-size: 11px;
	color: #B18D03;
	
}

th.order1 a {
	background-image: url(../img/arrow_down.png);
}

th.order2 a {
	background-image: url(../img/arrow_up.png);
}

tr.odd {
	background-color: #fff
}

tr.tableRowEven,tr.even {
	background-color: #eee
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #B18D03;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 98%;
}

.exportlinks a {
	font-family: Verdana;
	font-size: 10px;
	color: #B18D03;
  	text-decoration: none;
}

.exportlinks a:hover {
  	text-decoration: underline;

}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

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 {
	background-color: #E8E0BC;
	border: 1px dotted #B18D03;
	padding: 2px 4px 2px 4px;
	width: 98%;
	margin-top: 5px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #E8E0BC;
	border: 1px dotted #B18D03;
	padding: 2px 4px 2px 4px;
	width: 98%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}


body,input,select,td,textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h4,h5,h6,p,strong,div,form,acronym,label,table,td,th,span,a,hr,code,pre,hr
	{
	margin: 0;
	padding: 0;
	font-size: 1em;
	background-repeat: no-repeat;
	list-style-type: none;
}

a {
	color: #B18D03;
  	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

table hr {
	height: 1px;
	clear: both;
	margin: none;
	width: 100%;
}


