table.forPrinter td {
	font-size: 11px;
	padding:1px;
}

	table.forPrinter td p {
		font-size: 11px;
	}

table.display {
}

table.display thead th {
	padding: 5px 5px 5px 5px !important;
	text-align: center;
	color: white;
	vertical-align: top;
}

table.display thead th a , table.display thead th a:active , table.display thead th a:visited {
	font-weight: bold;
	color: white;
}

table.display tbody td {
	padding: 5px 5px 5px 5px !important;
	text-align: left;
	vertical-align: top;
}

table.display tbody td.display_label {
	background-color: #E6E6E6;
	width:180px;
}

table.display tbody td.display_label2 {
	background-color: #E6E6E6;
	width:180px;
}

table.display tbody td.display_space {
	background-color: white;
}

table.display tbody td.display_value {
	font-weight: bold;	
	background-color: #E6E6E6;
}

table.display tbody td.display_value2 {
	font-weight: bold;	
	background-color: #E6E6E6;
}

table.display tbody td.display_button {
	text-align: center;
	vertical-align: middle;
	background-color: white;
	height: 36px;	
}

table.display thead tr {
	background-color: #69c;
}


/* alternative styles */

table.its {
	border: 1px solid #ccc;
	/* width: 80%; */
	margin: 5px 0 5px 0; /* !important; */
	background: url(../../img/secretclient/table_bg.gif) left top #F4F4F4 repeat-x;
	width:100%;
	
}

table.its thead th {
	padding: 3px 4px 3px 4px; /* !important; */
	text-align: center;
	color: white;
	vertical-align: top;
}

table.its thead th a , table.its thead th a:active , table.its thead th a:visited {
	font-weight: bold;
	color: white;
}

table.its thead th a:hover {
	color: white;
	text-decoration: none;
}

table.its tbody td {
	padding: 3px 4px 3px 4px; /* !important; */
	text-align: left;
	vertical-align: top;
}

table.its thead tr {
	background-color: #69c;
}

table.its tr.even {
	background-color: #def;
}

table.its tr.odd {
	background-color: white;
}

table.its tr.notFilled td{
	font-size: 14px;
}

table.its tr.rankingHighlight {
	background-color: rgb(126,240,128);
	text-color:blue;
	font-weight:bold;
}

table.its tr.observationGreen td {
	background-color: #dfd;
	text-color: #282;
}

table.its tr.observationRed td {
	background-color: #fdd;
	text-color: #822;
}

/* ITS2 */

table.its2 {
	border: 1px solid #ccc;
	/* width: 80%; */
	margin: 5px 0 5px 0; /* !important; */
}

table.its2 thead th {
	padding: 3px 3px 3px 3px; /* !important; */
	text-align: center;
	font-size: 11px;
	color: white;
	vertical-align: top;
}

table.its2 thead th a , table.its2 thead th a:active , table.its2 thead th a:visited {
	font-weight: bold;
	font-size: 11px;
	color: white;
}

table.its2 thead th a:hover {
	color: white;
	text-decoration: none;
}

table.its2 tbody td {
	padding: 3px 3px 3px 3px; /* !important; */
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

table.its2 thead tr {
	background-color: #69c;
}

table.its2 tr.even {
	background-color: #def;
}

table.its2 tr.odd {
	background-color: white;
}

table.its2 tr.rankingHighlight {
	background-color: rgb(126,240,128);
	text-color:blue;
	font-weight:bold;
}

table.its2 tr.observationGreen td {
	background-color: #dfd;
	text-color: #282;
}

table.its2 tr.observationRed td {
	background-color: #fdd;
	text-color: #822;
}

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;
}

.pagebanner {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #444;
}

table.action {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px; 
	text-align: center;
	border-spacing: 0px;
}

table.action tbody tr {
	padding: 0px;
	text-align: center;
}

table.action tbody tr td {
	padding: 0px 2px 0px 4px;
	margin: 100px;
	text-align: center;
}

table.action tbody tr td img {
	padding: 0px;
	margin: 0px;
}

table.action tbody tr td a, table.action tbody tr td a:active,  table.action tbody tr td a:visited {
	font-size: 11px;
}