#event_calendar
{
	position: absolute;
	margin-top: 164px;
	margin-left: 640px;
	width: 179px;
}

#calendar_main
{
	padding: 2px 0 0 10px;
	background-color: #811788;
	height: 208px;
}

#calendar_head
{
	width: 169px;
	background-color: #9E49A1;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
}

#calendar_base
{
	float:left;
	margin-top:2px;
	font-size:9px;
}



#calendar_month_year
{
	line-height: 12px;
	font-size: 10px;
	background-color: #811788;
	margin-bottom: 2px;
	text-align:center;
	margin-right:10px;
	
}

a.calendar_day,
a.calendar_day:hover,
a.day_outside
{
	color: #ffffff;
	display: block;
	float: left;
	clear: none;
	width: 20px;
	height: 20px;
	padding-left: 1px;
	background-color: #9E49A1;
	/*border: 1px solid #9E49A1;*/
	margin-right: 2px;
	margin-top: 2px;
	font-size: 9px;
	text-decoration: none;
	overflow:hidden;
}

a.calendar_day:hover
{

background-color: #B365B5;
}

span.calendar_digits
{
	margin-top:8px;
	display:block;
}

a.day_outside 
{ 
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter: alpha(opacity=35);

}

a.day_event,
a.day_event:hover
{
	background-color: #ff6699;
	border: 1px solid #ff6699;
}

a.event_job,
a.event_job:hover
{
	background-color: #3090D0;
	border: 1px solid #3090D0;
}


a.today,
a.today:hover
{
	/*color: #ffcc00;*/
}




div.weekday
{
	float: left;
	width: 23px;
	font-size: 9px;
	line-height: 9px;
}



a.day_selected,a.day_selected:hover 
{ 
	/*width:18px;
	height:10px;
	line-height:10px;
	border: 1px solid #ffcc00 !important;*/
	background-color:#FF3366;
}

.event_icon_group
{
	float:right;
}


.event_icon,.legend_icon
{
	display:block;
	width:8px;
	height:3px;
	font-size:0px;
	clear:right;
	border-right:1px solid #5A105F;
	border-bottom:1px solid #5A105F;
}

.legend_icon
{
	width:8px;
	height:3px;
	float:left;
	margin:6px 1px 0 0;
	border-bottom:1px solid #5A105F !important;
}


.general_events
{
	background-color:#00ccf0;
}

.employment_postings
{
	background-color:#FFdd00;
}
.deadlines
{
	background-color:#ff7777;
}
.city_related
{
	background-color:#33d000;
}
.announcements
{
	background-color:#ffffff;
}



.general_events_title,.general_events_title:hover
{
	color:#00ccf0 !important;
}
.employment_postings_title,.employment_postings_title:hover
{
	color:#FFCC00 !important;
}
.meetings_title,.meetings_title:hover
{
	color:#ff9900 !important;
}
.deadlines_title,.deadlines_title:hover
{
	color:#ff7777 !important;
}
.city_related_title,.city_related_title:hover
{
	color:#33d000 !important;
}
.announcements_title,.announcements_title:hover
{
	color:#ffffff !important;
}










#event_side
{
	line-height:12px;
	position:absolute;
	width:179px;
	margin-left: 640px;
	margin-top: 404px;
	font-size:10px;
}

#event_side_head
{
	font-size:0px;
	background-color: #811788;
	width:179px;
	height:8px;
}
#event_side_body
{
	background-color: #811788;
	height:182px;
	width:179px;


}

p.event_side_time
{
	margin:0 !important;
	padding:2px 5px 0 5px;
}

a.event_side_title,a.event_side_title:hover
{
	display:block;
	padding:0px 10px 5px 5px;
	color:#ffcc00;
}







a.tab,a.tab:hover
{
	position:absolute;
	display:block;
	float:left;
	line-height:22px;
	text-align:center;
	width:89px;
	color:white;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;

}
a.photos_tab,
a.photos_tab:hover
{
	background-color: #3090D0;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	margin-left:90px;
}

a.photos_tab:hover
{
	background-color: #53ACEE;

}
a.events_tab,
a.events_tab:hover
{
	background-color: #9E49A1;
	border-right:1px solid #5A105F !important;


}
a.events_tab:hover
{
	background-color: #BA63BC;
}


#events_pane
{
	position:absolute;
	margin-top:22px;

}
#photos_pane
{
	position:absolute;
	margin-top:22px;
	width:179px;
	visibility:hidden;
	
	
}

#photo_pane_background
{
	z-index:10;
	position:absolute;
	width:179px;
	height:190px;
	background-color: #3090D0;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	
}


#photo_pane_body
{
	z-index:20;
	padding-top:8px;
	position:absolute;
	width:100%;
	text-align:center;
}
