.content {
	overflow:scroll;
}
.innerContent{
	float:left;
	width: 100%;
	height: 100%;
	background: #fff;
}
.quickMenu{
	margin: 0 10px 0 0px;
	background: #fff;
	padding: 0 10px 10px 10px;
	padding: 5px 0px;
	border-bottom: 1px solid #d7d7d7;
	background: #fff;
	margin-top: 10px;
}

.dataTables_wrapper {
	margin: 10px auto;
	position: relative;
	min-height: 302px;
	_height: 302px;
	background: white;
	zoom: 1;
	width: 100%;
	padding-bottom: 23px;
}

.innerContent h3{
	background: white;
	padding: 5px
}

.innerContent ul h3{
	padding:0;
}

#ReportsPage{
	width:99%;
	padding:5px;
}
#ReportsPage #export,
#ReportsPage #mode,
#ReportsPage #view {
	position: absolute;
	right:25px;
	padding:3px;
	background:#fff;
}

#ReportsPage #export strong {
	font-weight: bold;
}
#ReportsPage #view {
	margin-top:25px;
}
#ReportsPage h2 {
	padding:5px;
}
#ReportsPage ul.list {
	margin:0;
}
#ReportsPage ul.list li {
	float:left;
}

.ReportBlock{
	width: 30%;
	margin: 10px;
	height: 175px;
	background: white;
	float: left;
	border-radius: 10px;
	min-width: 325px;
}

.ReportBlockImage{
width: 36%;
height: 75%;
float: left;
padding: 5% 2%;
}
.ReportBlockInfo{
width: 56%;
height: 75%;
float: left;
padding: 5% 2%;
}

.ReportBlockInfo h2{
font-size: 20px;
color: #000;
}
.ReportBlockInfo p{
color: #8a8a8a;
padding-top: 5px;
}

#filter {
	display:none;
	position: absolute;
	padding:5px;
	background:#f5f5f5;
	margin-left:50px;
	top:30px;
	z-index:1;
}
	#filter.alt {
		display:block;
		position: inherit;
		background:none;
		margin:5px;
	}

	#filter span.label{
		float:left;
		width:70px;
		font-size:14px;
		margin-left:5px;
	}
	#filter form#filterpickerform{
		width:auto;
		float:left;
		margin-right:5px;
	}
	#filter label{
		float:left;
		margin:3px 5px 0 0;
		width:auto;
	}
	#filter .middleColumn{
		float:left;
		margin:0;
	}

	#filter  select {
		width:230px;
	}
	#filter .date input {
		width:150px;
	}

#CompanyFilter,
#RegionFilter,
#BranchFilter,
#CompanyGroupFilter,
#MemberTypeFilter,
#BranchOwnerFilter {
	float:left;
	margin:0 10px 10px 0;
}

div.product {
	float:left;
	margin:0 10px 10px 0;
}


#ProductFilter span.date {
	float:left;
	margin-top:20px;
	margin-right: 5px;
	font-weight: bold;
	display: block;
}
#ProductFilter #Form_DateFilter {
	width:auto;
	float:left;
	margin-right: 10px
}
#ProductFilter fieldset {
	width:auto;
	float:left;
}
#ProductFilter span.filtering {
	position: absolute;
	top:7px;
	color:#fff;
	font-size:12px;
}
#ProductFilter.alt span.filtering {
	margin-top: -30px;
    width: 300px;
}
#ProductFilter .Actions {
	width:auto;
	float:left;
}
#ProductFilter .field.date {
	clear:none;
	float:left;
	margin-right:5px;
	width:auto;
}
#ProductFilter .field.date input {
	width:110px;
}
#ProductFilter .field.date label {
	margin: 3px 10px 0 0;
	font-size:12px;
	color:#000;
	width:auto;
	float:left;
}
#ProductFilter .field.date .middleColumn {
	width: auto;
	float: left;
	margin: 0;
	padding:0;
}

ul#Block {
	margin-top: 20px
}
ul#Block li {
	float:left;
	margin:10px 10px 10px 0;
}
ul#Block li a {
	padding:20px 30px;
	border:1px solid #d9d9d9;
}

span#filter #dateFilter {
	clear: left
}
#filter span.label {
	width:230px;
}
#filter #filterpickerform {
	display: none
}

ol#CustomReports li {
	list-style: decimal;
}


.addFlagHolder{
	width: 400px;
	display: block;
	float: right;
	margin-top: 6px;
	text-align: right;
	margin-right: 13px;
}

.addFlagHolder a{
	color: #fff!important;
	text-decoration: none;
	margin:0 0 0 10px;
}
.addFlagHolder a:hover{
	text-decoration: underline;
}
