/* form::date::calendar popup styling */
tr.calendar_day_view_header {
	background-color:#3366cc;
}
td.calendar_day_view_title {
	font-weight:bold;
	color:white;
	text-align:center;
}
tr.calendar_day_view_event_row {
	background-color:#6699cc;
}
span.calendar_day_view_event_name {
	font-size:1.3em;
	font-weight:bold;
	color:white;
}
p.calendar_day_view_event_body {
	
}
.calendar_day_view_no_event {
	font-size:1em;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}
.calendar_month_view_pre_day {
	background-color:#b0cadd;
}
.calendar_month_view_pre_day_text {
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
	color:#eeeeee;
}
.calendar_month_view_day_text {
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
}
.calendar_month_view_day_name_text {
	font-size:0.85em;
	font-weight:bold;
	text-align:center;
}
.calendar_month_view_col_colr_one {
	background-color:#6699cc;
}
.calendar_month_view_col_colr_two {
	background-color:#6699ff;
}
.calendar_month_view_text {
	font-size:0.8em;
}
.calendar_bubble_anchor {
	
}

.calendar {
	/* for ie
	table-layout:fixed;
	width:150px;
	*/
	background-color:#ffffff;
	/* border:1px solid #ccd6e3; */
	border:none;
}
.calendar_title_row,.calendar_footer_row {
	background-color:#203553;
	height:18px;
	padding:4px 0 3px 0;
	border:1px solid #bebebe;
}
.calendar_title_row_box,.calendar_footer_row_box {
	float:left;
	text-align:center;
}
.calendar_title {
	text-align:center;
	font-weight:bold;
	color:#ffffff;
}
.calendar_day_box {
	float:left;
	border-left:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
}
.calendar_day_boxed {
	float:left;
	border-left:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	border-right:1px solid #bebebe;
}
.calendar_day_name_row {
	
}
.calendar_day_name {
	background-color:#4d79aa;
	color:#ffffff;
	text-align:center;
	height:16px;
	font-size:11px;
	font-weight:bold;
	padding-top:3px;
}
.calendar_day_empty {
	width:20px;
	height:20px;
	color:#707070;
	background-color:#90a2bc;
}
.calendar_day {
	width:20px;
	height:20px;
	background-color:#8896AD;
	text-align:center;
	/* color:#707070; */
	color:#203553;
}
.calendar_day_date {
	text-align:right;
	padding:3px 4px 0 0;
}
.calendar_day:hover {
	background-color:#bccbd4;
}
.calendar_day_selected {
	width:20px;
	height:20px;
	/* background-color:#9db6d4; */
	background-color:#798497;
	font-weight:inherit;
	color:#203553;
}
.calendar_day_today {
	/* background-color:#798497; */
	background-color:#8896AD;
	font-weight:inherit;
	color:#cc0000;
}
a.calendar_link, a.calendar_link:link, a.calendar_link:visited {
	text-decoration:none;
	color:inherit;
}
a.calendar_link:hover, a.calendar_link:active {
	text-decoration:none;
	color:#003399;
}
.calendar_day_events {
	text-align:left;
	font-size:0.9em;
}
ul.calendar_day_events_list {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
ul.calendar_day_events_list li {
	padding:0;
	margin:0 3px;
}
.calendar_day_events {
	/* background-color:#8896AD; */
}
.calendar_day_event {
	background-color:#8896AD;
}
ul.calendar_day_event_list {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
ul.calendar_day_event_list li {
	font-size:1.1em;
}
div.calendar_day_event {
	padding:0.5em 0.5em 1em 0.5em;
	color:#203553;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #bebebe;
}
.calendar_day_event_empty {
	font-size:1.4em;
}
.calendar_day_event_name,.calendar_day_event_organisation,.calendar_day_event_location,.calendar_day_event_description,.calendar_day_event_time,.calendar_day_event_contact,.calendar_day_event_telephone,.calendar_day_event_email,.calendar_day_event_website {
	font-size:1.2em;
}
.calendar_day_event_description {
	margin:0.5em 0 0.5em 0;
	text-align:justify;
}
.calendar_day_event_email a,.calendar_day_event_email a:link,.calendar_day_event_email a:visited {
	color:#203553;
	text-decoration:none;
}
.calendar_day_event_email a:hover,.calendar_day_event_email a:active {
	text-decoration:underline;
}
.calendar_footer_row a,.calendar_footer_row a:link,.calendar_footer_row a:visited {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.calendar_footer_row a:hover,.calendar_footer_row a:active {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

/* edit area styling */
div.calendar_edit_box {
	clear:both;
	position:relative;
	margin:10px 0 0 0;
	border:1px solid #bebebe;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:0.5em;
	font-size:0.8em;
}
div.calendar_edit_box_column_left {
	position:relative;
	float:left;
	width:120px;
	font-weight:bold;
	text-align:right;
	padding:0.35em 5px 0.35em 0;
}
div.calendar_edit_box_column_right {
	position:relative;
	float:left;
	width:350px;
	padding:0 0 0.35em 0;
}
.calendar_edit_box_title {
	font-size:1.4em;
	font-weight:bold;
}

div.calendar_edit_box_column_right_only {
	position:relative;
	float:left;
	margin-left:145px;
	width:340px;
}
div.calendar_edit_box_column_invalid {
	position:relative;
	float:left;
	width:20px;
}
div.calendar_edit_box_column_span {
	position:relative;
	float:left;
	width:300px;
}
.calendar_form_name,.calendar_form_organisation,.calendar_form_location,.calendar_form_name_contact,.calendar_form_telephone,.calendar_form_email_address,.calendar_form_url {
	width:330px;
}
.calendar_form_description {
	width:335px;
}
div.calendar_item_tags {
	margin-top:0.5em;
	font-size:0.9em;
	color:#999999;
}
div.calendar_item_tags a, div.calendar_item_tags a:link, div.calendar_item_tags a:visited {
	color:#999999;
	text-decoration:none;
}
div.calendar_item_tags a:hover, div.calendar_item_tags a:active {
	color:#003399;
}
