#calendar_left {
	float: left;
	width: 185px;
	padding-top: 25px;
}


#calendar_actions {
	width: 166px;
	height: 58px;
	padding-left: 12px;
	padding-top: 20px;
	padding-bottom: 5px;
}

#calendar_right {
	float: left;
	padding-top: 5px;
	width: 80%;
}

#calendar_right_content {
	width: 99%;
	font-family: arial;
	font-size: 11px;
	padding-left: 10px;

}


#calendar_data {
	width: 99%;
	background-color: #FFFFFF;
	padding: 0px;
	border-top: 1px solid #72c365;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #72c365;
	border-right: 1px solid #72c365;
	min-height:300px;
 	height:auto !important;
 	height:300px;
 	color: #000000;
}

#calendar_header {
	clear: both;
	width: 99%;
	padding: 3px;
	padding-bottom: 0px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding-left: 15px;
}

#calendar_sub_header {
	clear: both;
	width: 99%;
	padding: 3px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-family: arial;
	font-size: 13px;
	padding-left: 15px;
}

#calendar_sub_header a {
	color: #72c365;
	font-family: arial;
	font-size: 13px;
}

.edit_area {
	width: 650px;
}

.calendar_label {
	float: left;	
	width: 180px;
	clear: none;
	height: 19px;
}

.calendar_field {
	float: left;	
	width: 455px;
	clear: none;
	font-weight: bold;

}

.calendar_clear {
	float: left;	
	clear: both;
	width: 630px;	
	height: 10px;
}

.calendar_select {
	float: left;
}

.calendar_checkbox {
	float: left;
}

.calendar_text_field {
	width: 446px;
}

.calendar_text_field_short {
	width: 266px;
	clear: none;
}

.calendar_text_field_state {
	width: 22px;
	clear: none;
}

.calendar_text_field_zip {
	width: 41px;
	clear: none;
}

.calendar_text_inside_label {
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
}

.calendar_time_field {
	float: left;
	width: 76px;
	clear: none;
	margin-right: 10px;
}
.calendar_to {
	float: left;
	font-weight: normal;
	margin-right: 10px;
	text-align: center;
}

.calendar_textarea {
	float: left;
	clear: none;
	width: 445px;
	height: 100px;
}

#calendar_website_text {
	float: left;
	font-weight: normal;
	font-size: 13px;
	font-family: arial;
	padding-right: 5px;
	padding-top: 2px;
}


.event_title {
	height: 30px;
	width: 446px;
	clear: both;	
}

.event_name_wrapper {
	float: left;
	width: 450px;
	clear: none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.event_time_wrapper {
	float: left;
	width: 450px;
	clear: none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

.calendar_all_day {
	float: left;
	font-weight: normal;
	font-size: 13px;
	font-family: arial;
	padding-right: 5px;
	padding-top: 2px;
}

#errors {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -170px;
	margin-top: -50px;
	padding: 5px;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	z-index: 10001;
	
}

#errors_body {
	position: fixed;
	background-color: #EFEFEF;
	width: 390px;
	height: 140px;
	padding: 5px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}


#errors_title {
	padding: 5px;
	padding-bottom: 10px;	
}

#errors_close {
	float: left;	 
	text-align: right; 
	width: 80px; 
	font-size: 10px; 
	font-weight: normal; 
	font-family: verdana,arial,sans-serif;
	cursor: pointer;
}

#errors_text {
	float: left;	
	width: 380px;
	height: 9px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.error_icon {
	width: 16px;
	height: 16px;
	padding-left: 5px;
	
}

.error_span {
	width: 350px;
	padding-left: 9px;
	
}

.error_clear {
	height: 3px;
	width: 380px;
	clear: both;
}


.event_time_container {
	position: fixed;
	display: none;
	width: 80px;
	height: 143px;
	font-size: 11px;
	overflow: auto;
	z-index: 10000;
	border: solid 1px #EFEFEF;
}


.event_time {
	padding: 1px;
	font-size: 11px;
	width: 60px;
	background-color: #FFFFFF;
	display: block;
	cursor: pointer;
	z-index: 1;
}

.event_time a {
	padding: 1px;
	font-size: 11px;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;	
	cursor: pointer;
}

.event_time a:hover {
	padding: 1px;
	font-size: 11px;
	background-color: #E6E6E6;
	text-decoration: none;
	display: block;	
	cursor: pointer;
}




/* Day Display */

.calendar_row_time {
	font-size: 11px;
	width: 35px;
	color: #000000;
	height: 30px;
	text-align: right;
	background-color: E8EFE0;
	float: left;
	padding-right: 10px;
	padding-top: 2px;
}


.calendar_row_event {
	font-size: 11px;
	width: 100%;
	height: 30px;
	background-color: #FFFFFF;
	padding-top: 2px;
	color: #000000;
}

.calendar_row_clear {
	clear: both;
	width: 100%;
	height: 1px;
	background-color: #DDDDDD;
}




.calendar_event_actions {
	float: left;
	width: 60px;
	min-height: 20px;
 	height: auto !important;
 	height: 20px;
	border-right: 1px solid #DDDDDD;
	padding-left: 3px;

}


.calendar_event_status {
	float: left;
	width: 30px;
	text-align: center;
	min-height: 20px;
 	height: auto !important;
 	height: 20px;
 	border-right: 1px solid #DDDDDD;
}
.calendar_event_title {
	width: 100%;
	min-height: 20px;
 	height: auto !important;
 	height: 20px;
 	padding-left: 150px;
}






.calendar_event_actions_empty {
	float: left;
	width: 60px;
	min-height: 30px;
 	height: auto !important;
 	height: 30px;
	border-right: 1px solid #DDDDDD;
	padding-left: 3px;

}

.calendar_event_status_empty {
	float: left;
	width: 30px;
	text-align: center;
	min-height: 30px;
 	height: auto !important;
 	height: 30px;
 	border-right: 1px solid #DDDDDD;
}
.calendar_event_title_empty {
	width: 100%;
	min-height: 30px;
 	height: auto !important;
 	height: 30px;
 	padding-left: 150px;
}




/* Pending Events Notice */

#calendar_pending_approval_header {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 13px;
	padding-bottom: 3px;
	font-weight: bold;
}


#calendar_pending_approval_container {
	width: 170px;
	background-color: white;
	margin-left: 10px;
	padding: 3px;
	padding-top: 6px;
	border-top: 1px solid #72c365;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #72c365;
	border-right: 1px solid #72c365;
}

.calendar_pending_approval_title {
	font-family: arial;
	font-size: 11px;
	color: black;
	padding-left: 3px;
	padding-bottom: 5px;
}

.calendar_pending_approval_event {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	padding-bottom: 15px;
	padding-left: 18px;
	padding-top: 5px;
}



/* Admin Rounded Corners */

.roundcont {
	float: left;
	width: 100%;
	background-color: #D1E7B6;
	color: #ffffff;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

.roundtop2 {
	background-color: #D1E7B6;
}

.roundbottom2 {
	background-color: #D1E7B6;
}


img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


.modal_box_extra {
	float: left;
	margin: 5px;
	padding: 10px;
	font-face: Arial, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #efefef;
	}


/* 
###########################################
###########################################
		Front Side CSS
###########################################
###########################################
*/


#calendar {
	width: 774px;
}

#calendar_header2 {
	width: 774px;
}


#calender_time_select {
	float: left;
	width: 270px;
	padding: 5px;
	padding-left: 10px;
}


#calendar_time_select_month {
	float: left;
	width: 110px;
}

#calendar_time_select_year {
	float: left;
	width: 70px;
}

.calendar_input {
	font-family: arial;
	font-size: 15px;	
}

#calendar_time_submit {
}

#calendar_header_text {
	display: -moz-inline-box;
	display: inline-block;
	width: 464px;
	font-family: arial;
	font-size: 11px;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}


#calendar_body {
	width: 754px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	border-top: 1px solid #72c365;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #72c365;
	border-right: 1px solid #72c365;
}

.calendar_column_header {
	display: -moz-inline-box;
	display: inline-block;
	font-family: arial;
	font-size: 12px;
	padding: 5px;
	padding-right: 3px;
	background-color: #D1E7B6;
	color: #000000;
	font-weight: bold;
	zoom: 1;
	*display: inline;
}

.calendar_column_cell {
	float: left;
	font-family: arial;
	font-size: 11px;
	padding: 10px;
	padding-right: 3px;
	padding-left: 5px;
	height: 15px;
	color: #000000;
	border-right: 1px solid #DDDDDD;
}

.px40 {
	padding-top: 13px;
	height: 18px;
}

.edit {
	height: 25px;
	padding-top: 6px;
}

.col_1 {
	padding-left: 7px;
	width: 48px;
}

.col_2 {
	width: 50px;	
}

.col_3 {
	width: 265px;	
}

.col_4 {
	width: 120px;	
}

.col_5 {
	width: 174px;	
}

.col_6 {
	width: 40px;
	border-right: 1px none #DDDDDD;
}

.col_row_color {
	background-color: #E8EFE0;	
}

.row_color_1 {
	background-color: #FFFFFF;
}

.row_color_2 {
	background-color: #E8EFE0;	
}

#calendar_column_header_wrapper {
	padding-left: 10px;
}


#calendar_no_events {
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
	color: #000000;
	text-align: center;
	font-size: 13px;	
}

.bold_label {
	text-align: right;
	padding-right: 10px;
	background-color: #E8EFE0;
	padding-bottom: 5px;
	padding-top: 5px;
}

.calendar_display_text {
	float: left;	
	width: 430px;
	clear: none;
	font-weight: normal;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left: 1px solid #DDDDDD;
	height: 19px;
}

.calendar_clear_display {
	float: left;	
	clear: both;
	width: 552px;
	height: 1px;
	background-color: #DDDDDD;
}

.display_area {
	float: left;
	background-color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;	
}


.calendar_min_height {
	min-height:100px;
 	height:auto !important;
 	height:100px;	
}

.calendar_display_link {
	padding-left: 15px;
}

.calendar_display_link a {
	color: #4D7933;
	cursor: hand;
}

.calendar_display_link a:hover {
	color: #4D7933;
	cursor: hand;
}


#calendar_login_box {
	float: left;
	padding-top: 10px;
}

#calendar_action_result {
	float: left;
	background-color: #E8EFE0;
	padding: 10px;
	width: 754px;
	margin-bottom: 10px;
	border: solid 1px #DDDDDD;
}


.calendar_result_image {
	float: left;
}

.calendar_result_text {
	float: left;
	padding-left: 15px;
	padding-top: 5px;
}

#calendar_post_event {
	float: left;
	padding-left: 52px;
	padding-top: 5px;
}

#calendar_show_text {
	float: left;
	padding-top: 10px;
	color: #4D7933;
}


#calendar_top {
	float: left;
	width: 760px;
	height: 190px;
	background-image: url(/layout/calendar_header.jpg);
	background-repeat:no-repeat;
	border: 2px solid #E2E2E2;
	padding: 5px;
	margin-bottom: 10px;
}

#calendar_toptext {
	float: left;
	padding-top: 65px;
	padding-left: 108px;
	width: 524px;
}

#breaker_calendar {
	float: left;
	width: 774px;
	height: 28px;
	padding-bottom: 7px;
}
