/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica","Arial",sans-serif;
	font-size: 15px;
	background: #f0f0f0;

}

#filters {
	background-color: #2a3848;
	font-face: Arial;
	font-size: 11px;
	height: 100%;
	float: left;
	padding: 20px 10px 10px 20px;
	color: #BDC3C7;
}

#calendar {
	float: right;
}

#filtersstatus, 
#filterscontenttype,
#filtersoutlet,
#filtersstore,
#filtersprofitcenter,
#filtersbrand,
#filterscampaign {
	display: block;
}

.filterheader, .filterheader a {
	padding: 8px 8px 8px 0;
	color: #ECF0F1;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.fc-event-container {
padding: 0 1px;
white-space: wrap;
}

table, tr, td {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

	#calendar {
		max-width: 100%;
		margin: 0 auto;
		background-color: #f0f0f0;
		line-height: 1.2;
	}
	
	h1 {
		color: #74b300;
	}
	
	h2 {
	color: #74b300;
	font-weight: bold;
	}
	
	h3 {
		font-size: 16px;
		font-weight: bold;
	}
	
	#popup {
    display: none;
}

.compliance, .offers {
	padding: 25px;
	margin: 25px;
}

.compliancetitle, .offertitle {
	background-color: #4D4D4D;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}

.complianceinfo, .offerinfo {
	padding: 8px;
	text-align: center;
	font-size: 12px;
}

.campaigninfo {
	padding: 10px;
	text-align: left;
}