#tabs {
	font-size: 12px;
}
#tabs .clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
#loading_icon {
	max-width: 100%;
}
#contentwrapper #tabs ul,
#contentwrapper #tabs ul li {
	margin: 0 !important;
}
#contentwrapper #tabs ul {
	height: 22px;
}
#tabs .prices {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #DEDEDE;
	border: 1px solid #CCCCCC;
	margin: 0 0 10px 0;
	text-align: center;
	padding: 2px 0;
}
#tabs .prices .price {
	font-weight: bold;
	font-size: 9px;
	display: inline-block;
	z-index: 1000;
	position: relative;
	float: none;
	zoom: 1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 1px 6px;
}
#tabs .prices .price strong {
	font-weight: normal;
	display: none;
}
#tabs .prices .price:hover strong {
	position: absolute;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #ffffcc;
	padding: 4px 8px;
	white-space: nowrap;
	color: #333333 !important;
	
}
#tabs .prices .price_0 {
	background: #006699;
	color: #FFFFFF;
}
#tabs .prices .price_1 {
	background: #3399cc;
	color: #FFFFFF;
}
#tabs .prices .price_2 {
	background: #66cccc;
	color: #333333;
}
#tabs .prices .price_3 {
	background: #009900;
	color: #FFFFFF;
}
#tabs .prices .price_4 {
	background: #99ff00;
	color: #333333;
}
#tabs .prices .price_5 {
	background: #ffff00;
	color: #333333;
}
#tabs .prices .price_6 {
	background: #ff9900;
	color: #333333;
}
#tabs .prices .price_7 {
	background: #ff6699;
	color: #333333;
}
#tabs h2 {
	text-align: center;
	color: #666666;
	font-size: 15px;
	margin: 14px 0 10px 0;
	font-weight: bold;
	text-shadow: 2px 2px 2px #FFFFFF;
}
#tabs.ui-tabs .ui-tabs-panel {
	padding: 10px 0 0 10px !important;
}
#tabs .acronyms {
	padding: 0 0 5px 0;
}
#tabs .acronyms table span.day_hold {
	background: #7d7d7d;
}
#tabs .acronyms table span.day_booked {
	background: #CC0000;
}
#tabs .acronyms table span.day_changed {
	background: #FEEEEE url( images/line.png) 0 0 no-repeat;
}
#tabs .acronyms table span {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #CCCCCC;
}
#tabs .acronyms table td strong {
	line-height: 12px !important;
	font-size: 12px !important;
	display: inline-block;
	height: 16px;
	margin: 0 20px 0 0;
}
#tabs .acronyms table {
	margin: 0 auto;
}
#tabs .tab {
	background: #FFFFFF;
}
#tabs ul a {
	outline: none;
}
#tabs.ui-tabs {
	background: #efefef;
}
#tabs .callendar {
	float: left;
	width: 152px;
	background: #DDDDDD;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin: 0 9px 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#tabs .callendar th {
	
	font-size: 9px;
	padding: 0;
	font-weight: normal;
	color: #AAAAAA;
}
#tabs .callendar td.day_type_1 {
	background: #006699;
	color: #FFFFFF;
}
#tabs .callendar td span {
	display: none;
}
#tabs .callendar td:hover span {
	
	position: absolute;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #ffffcc;
	padding: 4px 8px;
	white-space: nowrap;
	color: #333333 !important;
}
#tabs .callendar td.day_type_0 {
	background: #FFFFFF;
}
#tabs .callendar td.day_type_2 {
	background: #3399cc;
	color: #FFFFFF;
}
#tabs .callendar td.day_type_3 {
	background: #66cccc;
}
#tabs .callendar td.day_type_4 {
	background: #009900;
	color: #FFFFFF;
}
#tabs .callendar td.day_type_5 {
	background: #99ff00;
}
#tabs .callendar td.day_type_6 {
	background: #ffff00;
}
#tabs .callendar td.day_type_7 {
	background: #ff9900;
}
#tabs .callendar td.day_type_8 {
	background: #ff6699;
}



#tabs .callendar td.day_changed {
	background: #FEEEEE url( images/line.png) 0 0 no-repeat;
}
#tabs .callendar td.day_current {
	font-weight: bold;
}
#tabs .callendar td.day_hold {
	background: #7d7d7d;
	color: #FFFFFF;
}
#tabs .callendar td.day_booked {
	background: #CC0000;
	color: #FFFFFF;
}
#tabs .callendar td {
	border: 1px solid #CCCCCC;
	padding: 0;
	background: #f6f4f4;
	background: #e6e6e6 url(smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	text-align: center;
	width: 13%;
	font-size: 9px;
	color: #666666;
	height: 20px;
}
#tabs .callendar table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
#tabs .callendar .month {
	font-size: 13px;
	padding: 0 0 2px 0;
	display: block;
	color: #555555;
	text-align: center;
	
	letter-spacing: 2px;
}