#month_calendar {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
	width: 178px;
	cursor: default;
	float: left;
	margin: 8px;
}
#month_calendar .title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#month_calendar .subtitle {
	text-align: center;
	padding-bottom: 0;
}
#month_calendar .subtitle a {
	text-decoration: none;
	color: #636363;
}
#month_calendar .subtitle a:hover {
	text-decoration: underline;
	color: #165A9F;
}
#month_calendar .calheader {
	font-weight: bold;
}
#month_calendar .day_vacant {
	background-color: #94B9E2;
}
#month_calendar .day_occupied {
	background-color: #0079C2;
	font-weight: bold;
}
#month_calendar .day_occupied a {
	text-decoration: none;
	color: #fff;
}
#month_calendar .day_occupied a:hover {
	text-decoration: underline;
	color: #FCA218;
}
#month_calendar .day_out_of_month {
	color: #636363;
}

#full_month_calendar {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: black;
	width: 95%;
	cursor: default;
	margin:0 0 0 15px;
}
#full_month_calendar td {
	width: 12.5%;
	height: 55px;
	padding: 0px;
	line-height:normal;
}
#full_month_calendar .title {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #0079C2;
}
#full_month_calendar .subtitle {
	text-align: center;
	padding-bottom: 0;
}
#full_month_calendar .subtitle a {
	text-decoration: none;
	color: #0079C2;
	font-weight:bold;
	font-size:13px;
}
#full_month_calendar .subtitle a:hover {
	text-decoration: underline;
	color: #165A9F;
}
#full_month_calendar .header {
	text-align: center;
	font-weight: bold;
}
#full_month_calendar .day_vacant {
	background-color: white;
}
#full_month_calendar .day_occupied {
	background-color: #C3D5DF;
	text-align: right;
}
#full_month_calendar .day_occupied a {
	text-decoration: none;
	color: #fff;
	display: block;
}
#full_month_calendar .day_occupied a:hover {
	text-decoration: underline;
	color: #51002B;
}
#full_month_calendar .date_num {
	width: 14px;
	float: left;
	border-right: 1px solid #636363;
	border-bottom: 1px solid #636363;
	padding: 1px;
	text-align: center;
	color: #636363;
}
#full_month_calendar .date_num a {
	color: #000000;
}
#full_month_calendar .day_out_of_month {
	color: #636363;
}

#calendar_listings {
	font-family: Arial, sans-serif;
	font-size: 13px;
}
#calendar_listings h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 4px;
}
#calendar_listings .event_details {
	border: 1px solid #0079C2;
	background-color: #B3D0EF;
	padding: 4px;
	margin-left: 25px;
	margin-bottom: 10px;
}
#calendar_listings .event_details .title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
#calendar_listings .event_details .time {
}
#calendar_listings .event_details .subtitle {
}
#calendar_listings .event_details .description {
	margin-left: 10px;
}

/*promote*/
.color-specialevents{
color:blue;
}
.color-economicsummit{
color:blue;
}
.color-golftournament{
color:blue;
}
.color-showcase{
color:blue;
}

/*inform*/
.color-ambassadors{
color:green;
}
.color-boardofdirectors{
color:green;
}
.color-governmentalaffairs{
color:green;
}
.color-resourceteam{
color:green;
}
.color-memberorientation{
color:green;
}

/*network*/
.color-ams{
color:red;
}
.color-afterhours{
color:red;
}
.color-speednetworking{
color:red;
}