caption {
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-weight: bold;
	text-align: left;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

table {
	border-width: 0;
	border-style: solid;
	border-color: black;
}

th {
	background-color: #CCCCFF;
	vertical-align: bottom;
}

thead {
	border-bottom-style: solid;
	border-bottom-width: thin;
}

tfoot { /*
  background-color: #66FFFF;
*/
	border-top-style: solid;
	border-top-width: thin;
}

td {
	vertical-align: top;
}

td.rowHeading {
	background-color: #CCCCFF;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	width: 1%;
}

textarea {
	width: 100%;
}

tr {
	border-width: 1;
	border-style: solid;
	border-color: black;
}

tr.even {
	background-color: #E9E9E9;
}

tr.odd {
	background-color: #F4F4F4;
}

table,td,th,a {
	margin: 0;
	padding: 0;
	font-size: 1em;
	background-repeat: no-repeat;
	list-style-type: none;
}

th.sorted {
	background-color: #99CCFF;
}

th a,th a:visited {
	color: black;
}

th a:hover {
	text-decoration: underline;
	color: black;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(../images/arrow_off.png);
}

th.order1 a {
	background-image: url(../images/arrow_down.png);
}

th.order2 a {
	background-image: url(../images/arrow_up.png);
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: -10px 0 10px 0;
	width: 100%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../images/ico_file_excel.png);
}

span.csv {
	background-image: url(../images/ico_file_csv.png);
}

span.xml {
	background-image: url(../images/ico_file_xml.png);
}

span.pdf {
	background-image: url(../images/ico_file_pdf.png);
}
/*
span.pagebanner
{
  background-color: #eee;
  border: 1px dotted #999;
  padding: 2px 4px 2px 4px;
  width: 100%;
  margin-top: 10px;
  display:block;
  border-bottom: none;
}
*/
