body{ 
	background-color: #fff; 
}
body, input, select, td, textarea{ 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6, p, strong, div, form, acronym, label, table, td, th, span, a, hr, code, pre, hr {
	font-size: 1em;
	background-repeat:no-repeat;
	list-style-type:none;
}
a, a:visited, a:hover { 
	color:#666; text-decoration:none; 
}
a:hover {
	text-decoration: underline;
}
img{ 
	border:none;
}
hr {
	height: 1px;
	color: #000;
	clear:both;
}
textarea {
	width:60%;
	height:80px;
}
dt {
	font-weight: bold;
}
.clear {
	clear: both;
}
h1 {
	font-size: 2em;
}
h1 a{
	color: #000;
}
th.invisibleHeader{
	display:none;
}
div#header {
	background-color: #fea;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	
}
div#header ul{
	margin: 0px 0 0 0;
}
div#header ul li{
	list-style-type: none;
	float: left;
	font-weight: bold;
}
div#header ul li a{
	display: block;
	color: #f00;
	border-left: 1px solid red;
	}
div#header ul li a:hover{
	border-left: 1px solid #000;
}

h2 {
	font-size: 1.2em;	
}

h2 {
	font-size: 1.1em;	
}

p {
	margin: 0 0 0px 0;
}

acronym {
	border-bottom: 1px dashed #000;
	cursor: help;
}

div#body {
	border: 1px dashed #666;
}

div#validxhtml {
	float: right;
	background-color: #eee;
	border: 1px dotted #999;
	width:100px;
	text-align: center;
}
div#footer {
	border-top: 1px solid #666;
	text-align:right;
}

div#footer span {
	float: left;
}

/*.changed {
	background-color: #ee0;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}*/
ul#stylelist {
	margin:0 0 0px 0;
}

ul#stylelist li {
	list-style-type: none;
	float:left;
	width:100px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding:2px;
	margin-right: 2px;
}
table {
	width: 100%;	
	margin: 0px;
	padding:0px;
}
td {

	text-align: left;
	vertical-align: top;
	}
th {
   background-image: url('../images/listTop2.png') !important;
	background-color: none !important;
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top:1px;
	padding-bottom:3px;
	color:black;
	}
thead tr {
    background-image: url('../images/listTop2.png') !important;
	background-color: none !important;
	background-repeat: repeat-x;
	background-position: center bottom;

}
th.sorted {
    background-image: url('../images/listTop.png') !important;
	background-color: none !important;
	background-repeat: repeat-x;
	background-position: center bottom;

}
th a, th a:visited {
  color: black;
}
th a:hover {
  text-decoration: underline;
  color: black;
}
th.sorted a, th.sortable a {
	background-repeat: repeat-x;
	display: block;
	width: 95%;

}
/*
th.sortable a {
	background-image: url(../img/arrow_off.png);
}
th.order1 a {
	background-image: url(../img/arrow_down.png);
	
}
th.order2 a {
	background-image: url(../img/arrow_up.png);
}*/
tr.odd {
  	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-style: normal;
	background-color: #eeeeee;
	margin-left: 0px;
	padding-left: 0px;
	cursor:hand;
	border-color:#F6F6F6;

}
tr.oddHigh {
  background-color: #094777;
  color:#FFFFFF;
  cursor:hand;  
}
tr.evenHigh {
	background-color: #094777;
  color:#FFFFFF;
  cursor:hand;    
}
tr.tableRowEven, tr.even {
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00000;
	text-decoration: none;
	text-align: left;
	font-style: normal;
	background-color: #cccccc;
	margin-left: 0px;
	padding-left: 0px;
	cursor:hand;
	border-color:#F6F6F6;

}

#selected {
  background-color: #9c9;
}

ul#showsource {
	float: right;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 5px;
	width:100px;
	list-style-type: none;
}


/* test styles */
table.its thead tr {
  background-color: #69c;
}
table.its tr.even {
  background-color: #def;
}

table.mars thead tr {
  background-color: #9c9;
}
table.mars tr.even {
  background-color: #ccb;
}
table.mars tr.odd {
  background-color: #eec;
}
table.simple thead tr {
  background-color: #eee;
}
table.simple tr.even {
  background-color: #fff;
}
table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.simple td,table.simple th{
	border: 1px solid #ccc;
}

table.nocol tbody td,table.nocol tbody th{
	border-left: none;
	border-right: none;
}
table.report td, table.report th{
	font:         menu;
}
table.report th{
	background:   buttonface;
	border-width: 1px;
	border-style: solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	cursor:       hand;
}
table.report idcol {
	background: buttonface;
}

table.report tr.even{
	background-color: #399;
}
table.report tbody {
	height: 100px;
	overflow: auto;
}

table.report {
	height: 120px;
	overflow: auto;
}

table.report tbody tr{
	height: 10px;
}
table.mark td.tableCellError {
	background-color: #d00;
	color: #fff;
}

table.sublist {
	margin: 0 0 0 0;
	width: 95%;
}
table.sublist td, table.sublist th {
	width: 95%;
}

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.rtf {
	background-image: url(../images/ico_file_rtf.png);
}
span.viewer {
	background-image: url(../images/toplink_aktif.gif);
}
span.pagebanner {
	border: none;
	padding: 2px 4px 2px 4px;
	width: 95%;
	margin-top: 10px;
	display:block;
	border-bottom: none;
	text-align:center;
}

span.pagelinks {
	border: none;
	padding: 2px 4px 2px 4px;
	width: 95%;
	display:block;
	border-top: none;
	margin-bottom: -5px;
	text-align:center;
}

table.simple td.textRed {color: #b11;}

table.smallTable{
	width:500px;
}

table.rolTable{
	width:300px;
}