/*
* Column layout
*/
.one_col_c1 {
	width: 100%;
	clear: left;
}

.two_col_c1 {
	width: 525px;
	float: left;
	margin-right: 15px;
	clear: left;
}
.two_col_c2 {
	width: 300px;
	float: left;
}
.two_col_c1_alt {
	width: 570px;
	float: left;
	margin-right: 15px;
	clear: left;
}
.two_col_c2_alt {
	width: 255px;
	float: left;
}
.two_col_c1r {
	width: 525px;
	float: left;
	
}
.two_col_c2r {
	width: 300px;
	float: left;
	clear: left;
	margin-right: 15px;
}

.three_col_c1, .three_col_c2 {
	width: 255px;
	float: left;
	margin-right: 15px;
}
.three_col_c1 {
	clear: left;
}
.three_col_c3 {
	width: 300px;
	float: left;
}
.three_col_c1r {
	width: 300px;
	float: left;
	margin-right: 15px;
}
.three_col_c3r {
	width: 255px;
	float: left;
}


/*
* Block content style
*/
#sitepage-content-wrapper {
	width: 900px;
	margin: auto;
}
.top_block {
	background-color: #fff;
	padding-top: 10px;
	position: relative;
	z-index: 1;
	min-height: 281px;
}
.top_block h1 {
	/*background-color: #ddd;*/
	font-size: 22px;
	padding: 6px;
	margin-bottom: 15px;
}
/*
.content_block {
	background-color: #fff;
	border: 1px solid #ddd;
}
*/
.content_block h2 {
	background-color: #333;
	padding: 8px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}




/* DEFAULT BUTTON STYLES */
.dflt_button {
	display: block;
	color: #bbb !important;
	text-align: center;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px !important;
	text-decoration: none !important;
}
.dflt_button:hover {
	color: #ddd !important;
}
.dflt_button span {
	position: relative;
}
.button_size1 {
	width: 98px;
	height: 23px;
	background: url(/images/default/round_btn_1.png) no-repeat;
}
.button_size1:hover {
	background-position: 0 -23px;
}
.button_size1 span {
	top: 2px;
}
.size1_short {
	width: 72px;
	background: url(/images/default/round_btn_72px.png) no-repeat;
}
.button_size2 {
	width: 107px;
	height: 29px;
	background: url(/images/default/round_btn_106px.png) no-repeat;
}
.button_size2:hover {
	background-position: 0 -29px;
}
.button_size2 span {
	top: 6px;
}





#calendar_container {
	width: 242px;
	height: 203px;
	background: url(/images/default/events_calendar_bg.jpg) no-repeat;
	padding-top: 9px;
	padding-left: 9px;
}
table.month {
	border-collapse: collapse;
	/*margin: 9px 0 0 9px;*/
}
	table.month td {
		
	}
	table.month td a {
		display: block;
		background-color: #b3b3b3;
		color: #333;
		border: 1px solid #d5d5d5;
		text-align: right;
		padding: 2px 3px;
		width: 22px;
		text-decoration: none;
		margin: 1px;
	}
	table.month td.monthname {
		background-color: #8c8c8c;
		border: none;
		color: #fff;
		font-weight: bold;
		text-align: center;
		font-size: 14px;
		border-top: 2px solid #242424;
	}
	table.month td.dayname {
		background-color: #242424;
		color: #fff;
		border: none;
		padding: 4px 0;
		text-align: center;
	}
	td.nomonthday a, td.today a, td.monthday a, td.weekend_day a, td.selectedday a {
		cursor: default;
	}
	table.month td.nomonthday {
		background-color: #666;
		border-color: #aaa;
	}
	table.month td.weekend_day a {
		background-color: #c3c3c3;
	}
	table.month td.highlight_day a, table.month td.todayhighlight_day a {
		background-color: #c00;
		color: #fff;
		cursor: pointer;
	}
	table.month td.today a, table.month td.todayhighlight_day a {
		font-weight: bold;
		border-color: yellow;
	}
	
	table.month td.highlight_day a:hover {
		background-color: #e00;
	}
	table.month td.monthnavigation {
		background-color: #8c8c8c;
		padding: 5px 0;
		border-top: 2px solid #242424;
		text-align: center;
	}
		table.month td.monthnavigation a {
			background: transparent;
			border: none;
			display: inline;
		}
		
		
.ui-dialog-titlebar {
	padding: 6px;
}
.ui-dialog-content {
	padding: 6px;
}