
/*.changed {
	background-color: #ee0;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}*/
ul#stylelist {
	margin:0 0 30px 0;
}

ul#stylelist li {
	list-style-type: none;
	float:left;
	width:100px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding:2px;
	margin-right: 2px;
}
.mars {
	width: 98%;
}
.mars td {
	text-align: left;
	font-size: 12px;
	font-weight: normal; 
	vertical-align: middle; 
	height: 25px;
}
thead tr {
  background-color: #FFFFFF;
  height: 28px; 
  text-align:left;      
}
th.sortable {
    border-bottom: 1px #000000 solid;
	border-top: 1px #000000 solid;
}
th.sortable a {
    font-size: 14px;
	font-weight: bold;
}
th a, th a:visited {
	color: black;
	text-decoration: none;
}
th a:hover {
	color: black;
	text-decoration: none;
}
th.sorted a, th.sortable a {
    font:12px;
	text-decoration: none;
}

td a, td a:visited {
	color: black;
	text-decoration: none;
}
td a:hover {
	color: black;
	text-decoration: underline;
}
td.sorted a, td.sortable a {
    font:12px;
	text-decoration: none;
}

th.sorted 
{
	font-size: 12px;
	font-weight: bold;
    background-color: #EFEFEF;
    border-bottom: 1px #000000 solid;
}
th.nosort { 
	font-size: 12px;
	cursor:default;
	font-weight: normal;
	border-bottom: 1px #000000 solid;
}
th.sortable {
	background-image: url(/images/arrow_off.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}
th.order1 {
	background-image: url(/images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: right;
}
th.order2 {
	background-image: url(/images/arrow_up.png);
	background-repeat: no-repeat;
	background-position: right;
}
tr.odd {
  background-color: #FFFFFF;
  height: 25px;
}
.odd td {
	padding-left:5px
}
tr.tableRowEven, tr.even {
  background-color: #F3F3F3;
  height: 25px;
}
.even td {
	padding-left:5px
}
ul#showsource {
	float: right;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 5px;
	width:100px;
	list-style-type: none;
}
/*table.mars thead tr {
  background-color: #EDEDDF;
}
table.mars tr.even {
  background-color: #f1f1f1;
}
table.mars tr.odd {
  background-color: #dddddd;
}*/


table.nocol tbody td,table.nocol tbody th{
	border-left: none;
	border-right: none;
}

table.mark td.tableCellError {
	background-color: #d00;
	color: #fff;
}

table.sublist {
	margin: 0 0 0 0;
	width: 100%;
}
table.sublist td, table.sublist th {
	width: 50%;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: -10px 0 10px 0;
	width: 79%;
}

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: #EEEEEE;
	border: 0px dotted #999;
	padding: 0px 0px 0px 0px;
	width: 100%;
	margin-top: 10px;
	display:block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #FFFFFF;
	padding: 3px;
	width: 100%;
	border-top: none;
	text-align: center;
}
span.pagelinks.a:link {
	text-decoration: none;
	color: #006699;
}
span.pagelinks.a:visited {
	text-decoration: none;
	color: #003366;
}
span.pagelinks.a:active {
	text-decoration: none;
	color: #000000;
}
mars.a:link {
	text-decoration: none;
	color: #006699;
}
mars.a:visited {
	text-decoration: none;
	color: #003366;
}
mars.a:hover {
	text-decoration: underline;
	color: #FF0000;
}
mars.a:active {
	text-decoration: none;
	color: #FF0000;
}
 
