/* alternative styles */
table.its thead tr {
	background-color: #69c;
}

table.its tr.even {
	background-color: #def;
}

.tab1selected {
  border-top: 0.1em solid rgb(0,0,0);
  background-color:#CCE6E6;
}

table.mars thead tr {
	background-color: #9c9;
}

table.mars tr.even {
	background-color: #ccb;
}

table.simple tr.even{
	background-color: #EAE28C;
}
table.simple tr.odd{
	background-color: #EAE28C;
}

table.mars tr.odd {
	background-color: #eec;
}

table.simple thead tr th {
	background-color: #cce6e6;
}

table.simple tr.even {
	background-color: #fff;
}

table.bordes {
	border: 2px solid #000;
	border-collapse: collapse;
	border-collapse: separate;
}
table.bordes tr.even{
	background-color: #EAE28C;
}
table.bordes tr.odd{
	background-color: #EAE28C;
}

table.bordes thead tr th {
	background-color: #cce6e6;
}

table.bordes tr.even {
	background-color: #fff;
}

table.bordes {
	border: 0px solid #000;
	border-collapse: separate;
}
table.bordes th {
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
}

table.bordes th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
}

table.bordes td,table.bordes th {
	border: 0px solid #000;
	border-collapse: separate;
}

table.simple {
	border: 0px solid #000;
	#border-collapse: collapse;
	border-collapse: separate;
	#border-spacing: 2px;
	#border-color: gray;
}
table.simple th {
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
}

table.simple th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
}

table.simple td,table.simple th {
	border: 0px solid #000;
}

table.nocol tbody td,table.nocol tbody th {
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
}

table.report td,table.report th {
	font: menu;
}

table.report th {
	background: buttonface;
	border-width: 0px;
	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. !important {
	background-color: #d00 !important;
	color: #fff;
}

table.simple td.textRed {
	color: #b11;
}

.sortable a {
	background-image: url(../img/displaytag/arrow_off.png);
}

.order1 a {
	background-image: url(../img/displaytag/arrow_down.png);
}

.order2 a {
	background-image: url(../img/displaytag/arrow_up.png);
}

.exportlinks {
	position: relative;
	margin-top: 5px;
	height: 18px;
	text-align: center;
	text-decoration: none;
}

.export {
	padding: 0 3px 2px 20px;
	display: inline;
	cursor: pointer;
	background-repeat: no-repeat;
}
.excel {
	background-image: url(../img/displaytag/ico_file_excel.png);
}

.csv {
	background-image: url(../img/displaytag/ico_file_csv.png);
}

.xml {
	background-image: url(../img/displaytag/ico_file_xml.png);
}

.pdf {
	background-image: url(../img/displaytag/ico_file_pdf.png);
		
}

.rtf {
	background-image: url(../img/displaytag/ico_file_rtf.png);
}

.txt {
	background-image: url(../img/displaytag/ico_file_txt.png);
}

table.simple td ul{
	-webkit-padding-start:15px;
}