/* Reporter layout Stylesheet */

.iwTFtoolbaritem {
color:#707781;
font-family:Arial Black,Tahoma,Verdana,Microsoft Sans Serif;
font-size:8px;
letter-spacing:normal;
line-height:1.2em;
margin:0;

text-indent:0;
word-spacing:normal;
}

thead, #detailData th{
		background: #004d8c;
}
tr.odd {
	background: #e6e6e6;
}

tr.even {
	background: #fff;
}

tr.notselected {
	
}

tr.selected {
	/* background: #ff8a33; */
	background: #999999; 
}


.selected td {
		font-weight:bold;
}

#overviewData td, #detailData td {
	font: 85%/1.0em Verdana, Serif;
}


#rapportSearch,#rapportSearchResultFooterContainer {
	margin: 0px;
	padding: 0px;
}

#overviewData, #detailData {
	width: 100%;
	overflow:	auto;
}
#rapportSearchResultContainer,#rapportSearchResultFooterContainer {

}
#rapportSearchResultOverview, #rapportSearchResultOverviewFooter, #overviewTitle {
	width: 49%;
	float: left;
}

#rapportSearchResultDetail, #rapportSearchResultDetailFooter, #detailTitle {
	width: 49%;
	float: right;
}

#rapportSearchResultOverview, #rapportSearchResultDetail {
	/*overflow:	auto;*/
	margin-top:8px;
}

#rapportSearchResultOverviewFooter div, 
#rapportSearchResultDetailFooter div {
	margin: 	10px;
}

#reportOverviewResults {

}

#reportDetailsResults {

}

.clear {
	clear: both;
}

thead	{display: table-header-group;	}

.reportdayname {
	width: 20px;
}
.reportdate {
	width: 100px;
	white-space: nowrap;
}

.reportfulldateheader {
	width:180px;
}

th.reportactivity {
	text-align:center;
}

.reportactivity {
	width:50px;	
}

.reporttime {
	width:50px;
}


thead.tr.oddInfringement, th.oddInfringement {
	background: #E1F0FC;
	color: #000;
	border-style: none none; 
	border-width: 0px 0px 0px 0px;
}
td.oddInfringement {
	background: #FAD8D8;
}
thead.tr.evenInfringement, th.evenInfringement {
	background: #BAD5EA;
	color: #000000;
	border-style: none none; 
	border-width: 0px 0px 0px 0px;
}
td.evenInfringement {
	background: #F4B5B5;
}


th.socialreportCell, td.socialreportCell {
	padding: 2px 10px 2px 2px !important;
}
th.socialreportFulldateheader, td.socialreportFulldateheader  {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	white-space: nowrap;
}
td.socialreportDate {
	padding: 2px 1px 2px 1px !important;
	text-align: left;
	white-space: nowrap;
	 width: 70px; 
}
td.socialreportDayname {
	padding: 2px 1px 2px 2px !important;
	text-align: left;
    width: 10px; 
}
td.socialreportTime {
	padding: 2px 10px 2px 1px !important;
	text-align: left;
	width: 40px; 
}

