@charset "utf-8";
/* CSS Document */

#SalesReports .span12{
	width:960px;
	margin:30px auto 0 auto;
        margin-left: 30px;
}

#SalesReports .innerdiv table.innertable{
	border-radius:3px;
	padding:10px;
}

#SalesReports .report-controls,
#SalesReports .statement-controls{
	width:75%;
	float:left;
	display:block;
}
#SalesReports .exportdiv{
	width:22%;
	float:left;
	margin:10px !important;
}

#SalesReports .ReportOptions{
	text-align:left;
	width:100%;
}

#SalesReports .rgMasterTable thead > tr{
	height:30px;
}

#SalesReports .num-of-rows{
	display:inline-block;
	float:right;
}


#SalesReports .exportlabel{
    border-radius: 3px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 10px;
    width: 50px;
}