@charset "UTF-8";
.btn_devider {
	background-image: url(../images/btn_devider.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
.border_right {
	background-image: url(../images/border_right.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.border_left {
	background-image: url(../images/border_left.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.calendar {
	background-image: url(../images/calendar.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.listing_horizontal_line {
	background-image: url(../images/line_horizontal.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.title_horizontal_line {
	background-image: url(../images/line_horizontal.png);
	background-repeat: repeat-x;
	background-position: center;
}
.text_arial_12_regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.text_arial_12_bold_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	font-weight: bold;
}
.text_arial_12_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.text_arial_10_regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
}
.text_arial_10_regular_higher {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 38px;
}
.text_calendar_month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.text_calendar_date {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 55px;
	letter-spacing: -3px;
	position:absolute;
	padding:0px 0px 0px 23px;
}
.text_calendar_day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position:absolute;
}

.text_calendar_state {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 6px;
}
#text_in_table {
	padding: 10px;
}
.testimonial_table {
	background-image: url(../images/border_testimonial1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.event_banner_bg {
	background-image: url(../images/banner-event_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px;
}
