.label, .sig td, .sig th, span.pagebanner, span.pagelinks, div.exportlinks, select, input, div#header {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size:80%;
}

textarea {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:90%;   
	border: solid;
	border-width: 1px;	
	margin: 0px;
	padding: 0px;		
}

.label {
		font-weight: bold;
}

.sig th {
	text-align: center;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #dddddd;
	padding: 5px 5px 0px 5px;
}

.sig td {
	vertical-align: top;
	padding: 5px 5px 0px 0px;	
}

*.line {
	border-bottom-color: #aaaaaa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* Result Table ============================ */

table#resultTable {
	border: 1px solid #666;

	width: 90%;
	margin: 20px 0 20px 0;
}
th, td {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}
thead tr {
  background-color: #fc0;
}
th.sorted {
    background-color: orange;
}
th a, th a:visited {
  color: black;
}
th a:hover {
  text-decoration: underline;
  color: black;
}
th.sorted a, th.sortable a {
	display: block;
	width: 100%;
}
/*th.sortable a {
	background-image: url(/images/icons/arrow_off.png);
}
th.order1 a {
	background-image: url(/images/icons/arrow_down.png);
}
th.order2 a {
	background-image: url(/images/icons/arrow_up.png);
}*/
tr.odd {
  background-color: #fff
}
tr.tableRowEven, tr.even {
  background-color: #fea
}

/* Paging header ============================ */

span.pagebanner {
	padding: 0 0 0 0;
	width: 79%;
	margin-top: 10px;
	display:block;
	border-bottom: none;
}

span.pagelinks {
	padding: 2px 4px 2px 4px;
	width: 79%;
	display:block;
	border-top: none;
	margin-bottom: -15px;
}

/* Export footer ============================= */
div.exportlinks {
	padding: 0px 0px 0px 0px;
	margin: -15px 0 10px 0;
	width: 79%;
}

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);
}*/

