/* 
	@breif Reports CSS.
	@author Jiri Plachy
	@date 26-09-2007
*/

div#right div.report .reportCaption {
	font-size: 1.3em;
	font-weight: bold;
	color: #99B826;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#right div.report div.filters table {
	margin: 0px;
	display: inline;	
}

div#right div.report div.filters table td {
	padding-left: 0px;
	padding-right: 4px;	
}

div#right div.report .reportTable {
	width: 700px;
	margin-top: 4px;
	margin-bottom: 6px;
	border-collapse: collapse;
	border: 1px solid #808080;
}

div#right div.report .reportTable thead th {
	background: url('../image/menubg.jpg') 0% -2px repeat-x #FFF;
}

div#right div.report .reportTable td, 
div#right div.report .reportTable th {
	border: 1px solid #808080;
}

div#right div.report .reportTable .leftAlign {
	text-align: left!important;
}

div#right div.report .reportTable .centerAlign {
	text-align: center!important;
}

div#right div.report .reportTable .rightAlign {
	text-align: right!important;
}

div#right div.report .reportTable .minWidth {
	width: 1px;
}

div#right div.report .reportTable .noBackground {
	background: none;
}

div#right div.report .reportTable a.srtUp {
	padding-right: 15px;
	background: url('../image/srt_up.gif') 100% 50% no-repeat;
}

div#right div.report .reportTable a.srtDn {
	padding-right: 15px;
	background: url('../image/srt_dn.gif') 100% 50% no-repeat;
}

div#right div.report .reportTable .colItem {
	width: 400px;
}

div#right div.report .reportTable .highlighted {
	background-color: rgb(200, 200, 255);
	font-weight: bold!important;
}

div#right div.report .reportTable tr.even td,
div#right div.report .reportTable tr.even th {
	background-color: #e6ece6;
}

/* TOOLTIP REPORT */

div#right div.tooltip div.report .reportCaption {
	font-size: 11px;
	margin-left: 3px;
}

div#right div.tooltip div.report .reportTable {
	width: 400px;
	margin: 0px;
}

div#right div.tooltip div.report .reportTable th {
	text-align: left;
}

div#right div.tooltip div.report .reportTable td,
div#right div.tooltip div.report .reportTable th {
	background: none;
	border: none;
	font-size: 10px;	
}

div#right div.tooltip div.report .reportTable a {
	color: #606060;
}

div#right div.tooltip div.report .reportTable a.srtDn,
div#right div.tooltip div.report .reportTable a.srtUp {
	padding-right: 0px;
	background: none;
}

/* CUSTOM FILTERS */

div.filters table.filter_case_no input {
	width: 60px;
}
