.event_manage_heading {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 32px;
	background-color: #99cc66;
	text-align: left;
	width: 1035px;
}


.form_cells {
	font-family: verdana;
	font-size: 11px;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	padding-right: 8px;
}

#error {
	font-family: Verdana, Tahoma;
	font-size:11px;
	width: 750px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#2e6b80;
	font-weight: bold;
	background-color: #ffd5d5;
	border-bottom:1px solid #fa2f2f;
}

#success {
	font-family: Verdana, Tahoma;
	font-size:11px;
	width: 750px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#000;
	font-weight: bold;
	background-color: #afe7fb;
	border-bottom:1px solid #1386b0;
}

/* CALENDAR CSS */
.calendar {
	width: 200px;
	height: 150px;
	font-size:10px;
	font-family: Verdana;
	color:#666666;
}

.calendar th {
	font-size: 10px;
	color:#999999;
}

.calendar td {
	text-align:center;
	font-size:10px;
	font-weight: bold;
	background-color:#f3f3f3;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.calendar #empty {
	background-color: #FFFFFF;
}

.active-day {
	background-color:#CCCCCC !important;
}

.active-day a {
	color:#333333 !important;
	text-decoration: none !important;
}

.calendar-month table {
	width: 200px;
	height: 20px;
	font-size:10px;
	font-family: Verdana;
	color:#40413f;
	font-weight: bold;
}

.calendar-month table td {
	border:none;
	background-color: #FFFFFF;
}

.calendar-month table td a {
	text-decoration: none;
	color:#40413f;
}

.heading {
	color:#000;
}

.events {
	width:100%;
	padding:2px;
	font:normal 11px Verdana;
	text-align: left; 
}

#even {
	background-color: #EEE;
}

#event_listings_form {
	text-align: left;
	margin:0px;
	padding:0px;
	width: 350px;
	font: bold 11px Verdana;
	margin-bottom: 20px;
}

#event_listings {
	text-align: left;
	margin:0px;
	padding:0px;
	width: 100%;
	font: normal 11px Verdana;
	border:1px solid #CCC;
	border-collapse: collapse;
}

#event_listings_mcsr {
	text-align: left;
	margin:0px;
	padding:0px;
	width: 318px;
	font: normal 11px Verdana;
	border:1px solid #CCC;
	border-collapse: collapse;
}

#event_listings_full {
	text-align: left;
	margin:0px;
	padding:0px;
	width: 400px;
	font: normal 11px Verdana;
	border:1px solid #CCC;
	border-collapse: collapse;
}

#event_listings th, #event_listings_mcsr th, #event_listings_full th {
	text-align: center;
	background-color: #99cc66;
	font-weight: bold;
	padding:6px;
	color:#FFF;
}

#event_listings td, #event_listings_mcsr td, #event_listings_full td {
	text-align: left;
	padding:4px;
	border:1px solid #CCC;
}

.manage_main_content {
	padding-top: 12px;
	padding-bottom: 20px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	width: 100%;
	text-align: left;
}

#btn-form {
	padding:2px 4px;
	background-color:#c65535;
	border-left:1px solid #EEE;
	border-top:1px solid #EEE;
	border-right:1px solid #aa4a2f;
	border-bottom:1px solid #aa4a2f;
	color:#FFF;
	font-size: 11px;
	margin-bottom:2px;
	margin-right:2px;
}

/* PAGINATION */
.pagination {
	text-align: right;
	padding:4px 0px;
	font-size: 10px;
	margin-bottom: 5px;
}

.pagination span {
	margin: 0px 1px;
	padding-bottom: 2px;
	border:1px solid #CCC;
}

.pagination span a {
	text-decoration: none;
	padding: 2px 4px;
	font-weight: normal;
	color: #000;
}
