/* style3 */

/* td */
#style3_main {
	width: 773px;
}
	#style3_main_wrap {
		padding: 0px 17px 0px 0px;
	}


#style3_test {
	background-color: red;
}

.cal_wrapper {
	width: 650px;
	margin: 0px 0px 40px 27px;
}
.cal_month_nav_table{
	width: 705px;
	height: 34px;
	margin: 0px 0px 8px 0px;
}

.cal_list_month_nav_table{
	width: 700px;
	margin: 4px 0px 45px 0px;
}
	.nav_change_month {
		font-size: 12px;
		color: #737b7f;
		text-transform: uppercase;
	}
	.nav_change_month a {
		color: #737b7f;
		text-decoration: none;
		width: 45px;
		display: block;
	}
	.nav_change_month a:hover {
		color: #d25827;
		text-decoration: none;
	}

	.nav_change_month img {
		border: 0px;
	}
	#nav_change_month_back {
		background: url(images/month_nav_vsep.gif) repeat-y right top;
	}
		.month_back {
			float: right;
			padding-top: 10px;
			padding-right: 37px;
		}
		.month_back a {
			background: url(images/month_nav_prev_arrow.gif) no-repeat left 1px;
			text-align: right;
		}
		.month_back a:hover {
			background: url(images/month_nav_prev_arrow_on.gif) no-repeat left 1px;
		}
	#nav_change_month_forward {
		background: url(images/month_nav_vsep.gif) repeat-y left top;
	}
		.month_forward {
			float: left;
			padding-top: 10px;
			padding-left: 37px;
		}
		.month_forward a {
			background: url(images/month_nav_next_arrow.gif) no-repeat right 1px;
		}
		.month_forward a:hover {
			background: url(images/month_nav_next_arrow_on.gif) no-repeat right 1px;
		}

	.nav_month{
		width: 295px;
		text-align: center;
	}
		#nav_month_name_year {
			font-size: 16px;
			margin-bottom: 4px;
			padding-top: 2px;
		}
		#nav_month_name_year a:hover {text-decoration:none;}
			#nav_month_name {
				font-weight: bold;
				text-transform: uppercase;
				color: #d25827;
			}
			#nav_month_year{
				color: #737b7f;
			}
		#nav_month_views {
			color: #b7b7b7;
			text-transform: uppercase;
			font-size: 10px;
		}
		#nav_month_views a {
			color: #737b7f;
		}
		#nav_month_views a:hover {
			color: #d25827;
		}
		#nav_month_views span {
			color: #737b7f;
		}
.cal_month_table {
	width: 650px;
	
	table-layout: fixed;
	border-collapse: collapse;
}

	#calendar_table_1 td.days_of_week {
		vertical-align: middle;
	}
	
	.cal_month_table .days_of_week {
		width: 100px;
		height: 30px;
		overflow: hidden;
		
		color:#ffffff;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		
		background-color: #737b7f;
	}
	
	.blank_row {
		height: 10px;
		/*border: 0px solid white;*/
	}
	
	#calendar_table_1 td.day_squares {
		padding: 2px 0px 0px 4px;
		height: 100px;
		width: 100px;
		overflow: hidden;
		
		border: 1px dotted #c0c0c0;
	}
	.day_squares {
	}
	.day_squares.today_on {
	}
	.today_on .day_number {
		font-weight: bold;
		display: block;
	}
	.today_on_marker {
		color: #999999;
		display: inline;
		padding-left: 15%;
		font-size: 10px;
		font-weight: bold;
	}
		.day_event_wrapper {
			height: 85px;
			width: 95px;
			padding: 4px 0px 2px 0px;
			position: relative;
	
		}
			.day_event {
				padding: 0px 2px 0px 2px;
				margin: 0px 0px 4px 0px;
				text-indent: -2px;
			}
			
			.day_event a {
				color: #d25928;
			}
			
			.day_event a:hover {
				color: #362f2d;
				background-color: #ffffff;
				text-decoration: none;
			}
			.day_event.day_event_more {
				color: #737b7f;
				position: absolute;
				right: 6px;
				bottom: 0px;
				text-transform: lowercase;
			}
			.day_event.day_event_more a{
				color: #737b7f;
			}
			.day_event.day_event_more a:hover {
				color: #d25827;
			}
	.day_blanks_begin {
	}
	.day_blanks_end{
	}
	.day_blanks{
		background-color: #fafafa;
	}
	.day_blanks .day_number {
		color: #737b7f;
		font-size: 10px;
	}
	
	.day_number {
		color: #d05827;
		font-size: 12px;
	}
	
.datepicker_div {
	width: 121px;
	height: 19px;
	margin: 0px 0px 25px 4px;
	cursor: pointer;
	background: url(images/calendar_datepicker.gif) no-repeat 0px 0px;
}

#ui-datepicker-div {
	z-index: 99;
	position: absolute;
	left: -100px;
	top: -100px;
}

/*event list view a month*/
#event_block_wrapper_id {
	margin: 0px 160px 0px 27px;
	
}

#event_block_1 {
	margin-top: 38px;
}

.event_block {
	margin: 0px 0px 50px 0px;
	background: transparent url('images/style2_event_list_hr.gif') repeat-x left top;
	padding-top: 15px;
}

.event_block.first_item {
	background: none;
	padding: 0px;
}

.event_block_wrap_left {
	float: left;
}
.event_block_wrap_left span {
	font-size: 13px;
	color: #d25827;
}

.event_block_wrap_right {
	margin-left: 35px;
}

.event_block_title {
	font-size: 13px;
	text-transform: uppercase;
	color: #d25827;
	margin-bottom: 6px;
}

.event_block_info {
	font-size: 13px;
	font-weight: normal;
	color: #737b7f;
	margin-bottom: 4px;
}

.event_block_info a {
	color: #d25827;

}

.event_block_body {
	color: #737b7f;
	font-size: 12px;
	line-height: 18px;
	margin-top: 15px;
}

	.event_block_body_iframe {
		width: 690px;
		
		margin-left: -8px;
		
		
		border: 0px solid #000000;

	}

#calendar_calpick {
	margin-bottom: 24px;
	
	margin-left: 11px;
	
	color: #737b7f;
}

	#calpick_title {
		margin-bottom: 3px;
	}

	.calpick_row {
		margin-bottom: 3px;
	}

	.calpick_row label {
		position: relative;
		top: -2px;
	}

.event_tooltip {
	background: transparent url(images/event_popup_bg.png) no-repeat left top;
	width: 232px;
	height: 162px;
	position: absolute;
	z-index: 1000;
}
	.event_tooltip a:hover{
		text-decoration: none;
	}
	.event_tooltip_eventlink {
		text-decoration: none;
	}
	.event_tooltip_content {
		width: 210px;
		height: 108px;
		margin: 7px 7px 0px 7px;
		font-size: 11px;
		color: #444b4c;
		position: relative;
	}
	.etc_name {
		font-size: 12px;
		color: #d25827;
		text-transform: uppercase;
		margin: 23px 20px 4px 15px;
	}
	.etc_desc {
		margin: 0px 20px 4px 15px;
	}
	.etc_time {
		position: absolute;
		left: 15px;
		bottom: 25px;
	}
	.etc_more {
		position: absolute;
		right: 13px;
		bottom: 25px;
	}
