/* alternative styles */
table.its
{
	border-right: #d6d6dd 1px solid;
	border-top: #d6d6dd 1px solid;
	border-left: #d6d6dd 1px solid;
	width: 100%;
	border-bottom: #d6d6dd 1px solid;
	border-collapse: collapse;
	margin: 5px 0 5px 0 !important;
}

table.its thead tr,.table.its tfoot tr
{
	font-weight: bold;
	background: #d6e5f8;
	vertical-align: middle;
	text-align: center;
}

table.its tr,table.its td,table.its th
{
	border-right: #d6d6dd 1px solid;
	border-top: #d6d6dd 1px solid;
	border-left: #d6d6dd 1px solid;
	border-bottom: #d6d6dd 1px solid;
	border-collapse: collapse;
	padding: 2px 4px 2px 4px !important;
}

table.its tr.even {
	background-color: #edeffa;
}

table.its tr.odd {
	background-color: #ffffff;
}

table.its tr.hover {
	background-color: #dee891;
	cursor: pointer;
}

table.its tr.selected {
	background-color: #f5dcb1;
}

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 th {
	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.simple td.textRed {
	color: #b11;
}

td a, td a:link, td a:visited {
	color: #00f;
}

td a:hover {
	color: #f00;
	text-decoration: underline;
}