#calendar_wrapper{
	width:780px;
	float:left;	
	margin_top:10px;
}

#calendar_box {
	float:none;
	position:relative;
	/*border:1px solid lightgrey;*/
	margin:auto;
	padding-left:5px;
	z-index: 5;
	color:#678192;
}

calendar_box a{
	color:#678192;	
}

#calendar_list_table td {
	height:30px;
}

#calendar_content_list {
	float:left;
	display:none;
}

.calendar_day_box {
	background-color:white;
	float:left;
	position:relative;
	font-size:10px;
	border-bottom:1px solid lightgrey;
	overflow:hidden;
}

.calendar_day_header {
	height:18px;
	float:left;
	position:relative;
	padding-left:5px;
	font-size:10px;
	border-bottom:1px solid lightgrey;
	background-color:#fff;
}

#calendar_month_menu {
	position:absolute;
	z-index:2;
	border:1px solid lightgrey;
	background-color:white;
	width:150px;
	padding-top:5px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	top:30px;
	text-align:left;
}

#filter_list{
	width: 780px;
	min-height:25px;
	position: relative;
	float:left;
	margin-top:15px;
}

/* Calendar Popup */
#event_content{
	width:500px;	
}

#event_viewer {
	height:500px;
	overflow:hidden;
	text-align:left;
	padding:2px;
}

#event_viewer p{
	margin-bottom: 10px;
}

#event_viewer ul{
	margin-left: 60px;
	margin-bottom: 5px;
}

#event_viewer li{
	margin-bottom: 0px;
}

#event_menu {
	position:absolute;
	left:50%;
	margin-left:-300px;
	top:50%;
	margin-top:-300px;
	height:520px;
	width:600px;
	background-color:white;
	padding:10px;
	padding-top:30px;
	text-align:center;
	z-index:5;
	border:5px solid black;
}

#close_button {
	cursor:pointer;
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
}

#body_cover {
	background-image:url('../_img/black-70.png');
	background-repeat:repeat;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.calendar_title_header {
	position:relative;
	text-align:center;
	font-weight:bold;
	height:30px;
	width:539px;
	font-size:16px;
	line-height:30px;	
	background-color:#ffffff;
}

h2{
	color: #d49122;
}

#media_photos.event_media{
	position: relative;
	float: right;
}

.thumb_box{
	clear: both;
}

#media_photos img{
	width:150px;
}

.register_button img{
	margin-top: 10px;
}

.pay_now{
	margin-bottom: 10px;
	margin-left: 10px;
}

.pay_now form input{
	color: #FFF;
	font-size: 10px;
	height: 20px;
	width: 86px;
	border: none;
	background: url(../../_img/buttons/blank.png) no-repeat;
	cursor: pointer;
}

#calendar_left_arrow {
	width:50px;
	float:left;
	cursor:pointer;
}

#calendar_right_arrow {
	width:50px;
	float:left;
	cursor:pointer;
}

#calendar_month_title {
	width:150px;
	float:left;
	cursor:pointer;
}

#calendar_nav {
	width:250px;
	margin:auto;
}

#month_menu_item {
	line-height:20px;
	padding-left:10px;
	cursor:pointer;
}

#this_month_link {
	position:absolute;
	font-size:10px;
	line-height:8px;
	left:3px;
	bottom:5px;
	cursor:pointer;
}

#this_month_link:hover {
	text-decoration:underline;
}

.single_event_note{
	clear:both;
	height:14px;
	width:100%;
	margin: auto auto;
	cursor:pointer;
	line-height:14px;
}

.all_event_note {
	clear:both;
	height:14px;
	width:100%;
	margin: auto auto;
	cursor:pointer;
	line-height:14px;	
}

.span_event_start {
	clear:both;
	position:relative;
	float:left;
	height:12px;
	background-color:white;
	color:white;
	width:100%;
	border-right:0px;
	cursor:pointer;
	line-height:14px;
	padding-top:2px;
}

.span_event_note {
	clear:both;
	position:relative;
	float:left;
	height:14px;
	line-height:14px;
	background-color:white;
	width:100%;
	cursor:pointer;	
}

.span_event_empty {
	clear:both;
	position:relative;
	float:left;
	height:14px;
	background-color:transparent;
	width:100%;
}

.span_event_end {
	clear:both;
	position:relative;
	float:left;
	height:14px;
	border-left:0px;
	background-color:white;
	width:100%;
	cursor:pointer;	
}

