#booking_layout {
	background: #224f7b;
}

#bookaroom {
	position: relative;
	float: left;
	width: 217px;
	height: auto;
	margin: 0 0 0 9px;
	padding: 0 0 4px 24px;
	background: url("http://www.palmarealparadisus.com/img/bracket.gif") 0 13px no-repeat;
}

#bookaroom img {
	position: absolute;
	z-index: 9999;
	top: 3px;
	right: -9px;
}

#bookaroom h4 {
	margin: 12px 0 3px 0;
	font-weight: normal;
}

#bookaroom h5 a {
	font-weight: normal;
}

/* ------------------------- General Formatting ------------------------------------------*/

#content_main p {
	margin: 15px 50px 15px 0;
	color: #666666;
	font-size: 1.1em;
	line-height: 1.4em;
}

#content_main a {
	color: #224f7b;
}

#content_main img {
	border: none;
}

#content_main h2 {
	height: auto !important;
	text-indent: 0px !important;
	font-size: 12px !important;
	margin: 0 !important;
	color: #75653d !important;
}

/*----------------------------------------------------Book Now-------------------------------------------------*/

div#book-now {
	margin: 0 auto 0.2em auto;
	width: 758px;
	height: 54px;
	padding-bottom: 11px;
	background: url("/images/book_now.gif") no-repeat 0 6px;
}

/*---------------------------------------------------Booking Content----------------------------------------- */

#booking-content {
	width: 752px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	text-align: left;
	position: relative;
	font-size: 12px;
}

/*--------------------------------------------------Cancel Reservation Content----------------------------------*/

#cancel-content {
	width: 752px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
	position: relative;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#cancel-content strong, #cancel-content h3 {
	color: #75653d;
}

/*---------------------------------------------------Confirmation Content----------------------------------------- */

#interior-content {
	width: 752px;
	margin: 15px auto 15px auto;
	padding: 0 0 20px 0;
	background: white url('/images/confirmation-background.jpg') center top no-repeat;
	text-align: left;
	position: relative;
}

#interior-content strong {
	color: black;
}

#interior-content .leftcolumn {
	padding: 20px 30px 0 60px;
	float: left;
}

#interior-content .leftcolumn, #interior-content .rightcolumn {
	margin: 165px 0 0 0;
	font-size: 12px;
}

#interior-content .print_link, #interior-content .cancel_link {
	display: block;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 250px;
	height: 13px;
	padding-left: 10px;
}

#interior-content .cancel_link {
	background: url('/images/icon_cancel.gif') right no-repeat;
}

#interior-content .print_link {
	background: url('/images/icon_print.gif') right no-repeat;
}

#interior-content .rightcolumn {
	float: left;
	margin: 185px 0 0 80px;
	width: 200px;
}

/*----------------------Form/Table Styles------------------------------*/

#booking-content table.date {
	background: none;
	margin: 0 0 5px 5px;
}

#booking-content table.date td {
	padding-bottom: 3px;
	margin: 0;
}

#booking-content table td.label {
	color: #333;
	font-weight: bold;
	text-align: right;
}

#booking-content table td.field-label {
	font-weight: bold;
	text-align: left;
}

#booking-content table input, #booking-content table textarea {
	background: #fff url("/images/text_field_fade.gif") repeat-y;
}

#booking-content table select {
	
}

#booking-content table input.date {
	width: 100px;
	padding-left: 3px;
	font-size: 12px;
	color: #000;
	border: 1px solid #ccc;
	height: 15px;
}

#booking-content table input.guest-info {
	width: 115px;
	padding-left: 1px;
	font-size: 12px;
	color: #000;
	border: 1px solid #ccc;
	height: 15px;
}

#booking-content table.card {
	background: none;
	margin: 0 0 5px 5px;
}

#booking-content table.card td {
	padding-bottom: 3px;
	margin: 0;
}

#booking-content table input.card-info {
	width: 115px;
	padding-left: 1px;
	font-size: 12px;
	color: #000;
	border: 1px solid #ccc;
	height: 15px;
}

#booking-content table select.card {
	width: 118px;
	padding-left: 1px;
	font-size: 12px;
	color: #000;
	height: 16px;
}

#booking-content table textarea {
	padding-left: 1px;
	font-size: 12px;
	color: #000;
	border: 1px solid #ccc;
}

#booking-content p {
	margin: 0;
	padding: 1px 0 5px 8px;
}

.grayborder {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.gray {
	color: #666;
}

/*----------------------Tabs------------------------------*/

.tabs {
	width: 754px;
	position: relative;
	height: 35px;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
}

.tabs ul {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}

.tabs li {
	display: block;
	float: left;
	height: 25px;
	margin: 10px 5px 0 0;
	padding: 7px 10px 0 30px;
}

.tabs li#booking-trip_details-tab {
	background: #c2b9a4 url("/images/tab1/tab-number1_off.gif") no-repeat 5px 7px;
}

.tabs li#booking-rooms-tab {
	background: #c2b9a4 url("/images/tab2/tab-number2_off.gif") no-repeat 5px 7px;
}

.tabs li#booking-reserve-tab {
	background: #c2b9a4 url("/images/tab3/tab-number3_off.gif") no-repeat 5px 7px;
}

.tabs a {
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, arial, verdana;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff !important;
}

.tabs a:link, .tabs a:visited {
	color: #fff;
}

.tabs a:active, .tabs a:hover {
	color: #fff;
}

.tabs li#booking-trip_details-tab.current {
	background: #75653d url("/images/tab1/tab-number1.gif") no-repeat 5px 7px;
}

.tabs li#booking-rooms-tab.current {
	background: #75653d url("/images/tab2/tab-number2.gif") no-repeat 5px 7px;
}

.tabs li#booking-reserve-tab.current {
	background: #75653d url("/images/tab3/tab-number3.gif") no-repeat 5px 7px;
}

.tabs li.current a:link, .tabs li.current a:visited,

.tabs li.current a:active, .tabs li.current a:hover {
	color: #fff !important;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------Main Booking Content Layout------------------------------------------------------------ */

div#booking-trip_details-description, div#booking-rooms-description, div#booking-reserve-description {
	background: url("/images/sol_melia.gif") no-repeat 613px 0;
	margin-bottom: 0.5em;
	font-size: 10px;
}

div#booking-trip_details-description p, div#booking-rooms-description p, div#booking-reserve-description p {
	margin: 0;
	padding: 1em 0 0.5em 1.4em;
	width: 78%;
	color: #847248;
	height: 50px;
}

div#booking-trip_details-description span, div#booking-rooms-description span, div#booking-reserve-description span {
	display: block;
	text-align: right;
	margin: 0;
	padding: 0 1.5em 0 0;
}

div#booking-trip_details-description p span, div#booking-rooms-description p span, div#booking-reserve-description p span {
	color: #75653d;
	font-weight: bold;
	font-size: 12px;
	display: block;
	text-align: left;
}

/* ------------------------------------3 Column Layout--------------------------------------*/

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}

/*-------------------Tab 1 Layout Styles------------------------*/

.t1-left-col {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: 220px;
	overflow: hidden;
	background-color: #fff;
}

.t1-mid-col {
	float: left;
	margin: 0 5px 0 5px;
	padding: 0;
	width: 270px;
	height: 269px;
	overflow: hidden;
}

#travel-dates {
	background-color: #e9ead9;
	width: 269px;
	border-right: 1px solid #d6d7b6;
	border-bottom: 1px solid #d6d7b6;
	margin-bottom: 18px;
}

#travel-dates h2, #rooms-guests h2 {
	margin: 0;
	font-size: 12px;
}

#rooms-guests {
	background-color: #e9ead9;
	width: 269px;
	border-right: 1px solid #d6d7b6;
	border-bottom: 1px solid #d6d7b6;
	padding-bottom: 12px;
}

.t1-right-col {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px;
	width: 220px;
	height: 267px;
	overflow: hidden;
	background-color: #eaf0d7;
	border-bottom: 1px solid #d6d7b6;
	border-right: 1px solid #d6d7b6;
}

.t1-right-col p {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

div.sep {
	background: #fff;
	height: 5px;
	border-top: 1px solid #d6d7b6;
	margin: 0;
	padding: 0;
}

/*------------Tab 1 (MaS Rewards) right column List----------------*/

.t1-right-col ul {
	margin: 3px 5px 5px 9px;
	padding: 0;
	font-size: 10px;
}

.t1-right-col li {
	background: url("/images/bullets/brown-square.gif") no-repeat 0 5px;
	list-style: none;
	padding: 0 0 3px 10px;
	color: #4a373d;
}

.t1-right-col img {
	padding-left: 8px;
}

.t1-right-col a:link, .t1-right-col a:visited {
	color: #847248
}

/*----------------------------Tab 3(right-col list)------------------------*/

.t3-right-col ul {
	margin: 3px 5px 5px 9px;
	padding: 0;
	font-size: 12px;
}

.t3-right-col li {
	list-style: none;
	padding: 0 0 3px 10px;
	color: #555;
	font-size: 13px;
}

/*----------------------------Tab 2 Layout Styles------------------------*/

.t2-left-col {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: 190px;
	height: 317px;
	overflow: hidden;
	background-color: #fff;
}

.t2-left-col a {
	color: #fff !important;
	line-height: 20px !important;
}

.t2-mid-col {
	float: left;
	margin: 0 5px 0 0;
	padding: 2px;
	width: 300px;
	height: 317px;
	overflow: auto;
	background-color: #fff;
	border-top: 1px solid #224f7b;
	border-right: 1px solid #224f7b;
}

.t2-right-col {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	width: 225px;
	height: 325px;
	overflow: hidden;
	background-color: #eaf0d7;
	border-bottom: 1px solid #d6d7b6;
}

.t2-right-col img {
	width: 100%;
	padding: 0;
}

.t2-right-col span {
	background: #fff;
	height: 110px;
	overflow: auto;
	display: block;
}

div.s-room {
	margin: 0;
	padding: 0;
	border-right: 1px solid #d6d7b6;
}

.t2-right-col span.h2 {
	font-size: 14px;
	margin: 0;
	padding: 10px 5px 10px 8px;
	color: #193077;
	font-family: Arial, Verdana, Times New Roman;
}

/*-----------------------Tab 3 Layout Styles-------------------------*/

.t3-left-col {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: 250px;
	height: 300px;
	overflow: hidden;
	background-color: #e9ead9;
	border-bottom: 1px solid #d6d7b6;
}

.t3-mid-col {
	float: left;
	margin: 0 5px 0 5px;
	padding: 0;
	width: 244px;
	height: 300px;
	overflow: hidden;
	background-color: #e9ead9;
	border-bottom: 1px solid #d6d7b6;
}

.t3-right-col {
	float: left;
	margin: 0 5px 8px 0;
	padding: 0;
	width: 225px;
	height: 151px;
	overflow: hidden;
	background-color: #eaf0d7;
	border-bottom: 1px solid #d6d7b6;
	border-right: 1px solid #d6d7b6;
}

.t3-right-form {
	float: left;
	margin: 5px 5px 0 0;
	padding: 0;
	width: 223px;
	height: 162px;
	background-color: #fff;
}

.t3-right-col img {
	width: 100%;
	padding: 0;
}

.t3-right-col span.form {
	background: #fff;
	height: 100px;
	display: block;
	padding: 2px;
}

/*----------------------Banner------------------------------*/

.banner {
	width: 758px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 0;
	border: none;
}

/*-------------------Tab Headers------------------------*/

.t1-mid-col h2, .t3-left-col h2, .t3-mid-col h2 {
	font-size: 14px;
	margin: 0;
	padding: 10px 5px 10px 8px;
	color: #75653d;
	font-family: Arial, Verdana, Times New Roman;
}

.t1-right-col h2, .t2-right-col h2, .t3-right-col h2 {
	font-size: 14px;
	margin: 0;
	padding: 10px 5px 0 6px;
	color: #847248;
	font-family: Arial, Verdana, Times New Roman;
}

.t1-right-col h3 {
	font-size: 12px;
	margin: 0;
	padding: 5px 5px 0 8px;
	color: #000;
	font-family: Arial, Verdana, Times New Roman;
}

.t2-right-col h2 {
	font-size: 14px;
	margin: 0;
	padding: 10px 5px 0 6px;
	color: #75653d;
	font-family: Arial, Verdana, Times New Roman;
}

.t2-right-col h3 {
	font-size: 13px;
	margin: 0 0 0 5px;
	padding: 2px 5px 0 6px;
	color: #75653d;
	font-family: Arial, Verdana, Times New Roman;
}

.t2-right-col h4, .t2-right-col h5 {
	font-size: 10px;
	margin: 0 0 0 5px;
	padding: 2px 2px 0 8px;
	color: #444;
	font-family: Helvetica, Verdana, Times New Roman;
}

.t2-right-col h5 {
	font-size: 13px;
	margin: 0 0 0 5px;
	padding: 2px 2px 0 8px;
	color: #333;
	font-family: Helvetica, Verdana, Times New Roman;
}

/* ------------Next Step-------------------*/

div.next-step {
	margin: 0;
	height: 40px;
	text-align: center;
	padding: 1em 0 0 0;
	clear: both;
}

div.next-step img {
	cursor: pointer;
}

/*-------------Room Menu (Tab 2-Left-column)-------------------*/

ul.rooms {
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.rooms li {
	display: block;
	margin: 0 5px 5px 0;
	background-color: #c2b9a4;
}

ul.rooms li a {
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, arial, verdana;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	/* Fi

x for IE */

	_height: 1em;
}

ul.rooms li a:link, ul.rooms li a:visited {
	color: #75653d;
	padding: 0px 7px 0 7px;
}

ul.rooms li a:active, ul.rooms li a:hover {
	color: #75653d;
	background-color: #75653d;
}

ul.rooms li.selected {
	background-color: #75653d;
	margin: 0 0 5px 0;
	color: #fff;
	font-weight: bold;
}

ul.rooms li.selected a:link, ul.rooms li.selected a:visited,

ul.rooms li.selected a:active {
	color: #fff;
	font-weight: bold;
}

ul.rooms li.selected a:hover {
	font-weight: bold;
	color: #fff;
}

/*-------------Room Information Menu (tab2 - Mid-column)-------------------*/

.t2-mid-col table {
	width: 100%
}

.t2-mid-col tr.clicked {
	background-color: #d6d7b6;
}

.t2-mid-col tr.over {
	background-color: #d6d7b6;
}

.t2-mid-col tr.off {
	background-color: #fff;
}

.t2-mid-col table td {
	border: 1px solid #999;
}

.t2-mid-col table td.left {
	padding: 5px;
	margin: 0px;
	border-right: none;
}

.t2-mid-col table td.right {
	padding: 5px;
	margin: 0px;
	border-left: none;
}

.t2-mid-col table td a {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, arial, verdana;
	text-decoration: none;
	display: block;
	_width: 100%;
}

.t2-mid-col table td a:link, .t2-mid-col table td a:visited {
	color: #003366;
}

.t2-mid-col table td a:active, .t2-mid-col table td a:hover {
	color: #003366;
}

.t2-mid-col table td a span.beds {
	color: #444;
	font-size: 12px;
	font-weight: normal !important;
}

.t2-mid-col table td img {
	border: 1px solid #999;
}

/* ------------------------------------------------------PopUP Loaders------------------------------------------------------------ */

span#indicator {
	width: 60%;
	height: 100px;
	position: absolute;
	top: 110px;
	left: 135px;
	z-index: 5000;
	background-color: white;
	border: 2px solid #d6d7b6;
	text-align: center;
	padding: 5px;
	background: #fff url("/images/l_gradient.gif") repeat-x bottom left;
}

div#info {
	font-size: 10px;
	width: 53%;
	height: 35px;
	position: absolute;
	top: 280px;
	left: 180px;
	z-index: 5000;
	background-color: white;
	border: 2px solid #d6d7b6;
	text-align: center;
	padding: 5px;
	background: #fff url("/images/l_gradient.gif") repeat-x bottom left;
}

div#info2 {
	font-size: 10px;
	width: 56%;
	height: 62px;
	position: absolute;
	top: 20px;
	left: 180px;
	z-index: 5000;
	background-color: white;
	border: 2px solid #d8b266;
	text-align: left;
	padding: 5px;
	background: #fff url("/images/l_gradient.gif") repeat-x bottom left;
}

div#reserve_room_response {
	width: 60%;
	height: 100px;
	position: absolute;
	top: 245px;
	left: 135px;
	z-index: 5000;
	background-color: white;
	border: 2px solid #d6d7b6;
	text-align: center;
	padding: 5px;
	background: #fff url("/images/l_gradient.gif") repeat-x bottom left;
}

span#indicator p span, div#reserve_room_response p span {
	padding: 0;
	margin: 0;
	font-size: 22px;
	color: #000;
}

span#indicator p, div#reserve_room_response p {
	padding-top: 0.2em

margin:0;
	font-weight: normal !important;
	font-size: 14px;
	font-family: Tahoma, Trebuchet MS, Arial, verdana;
}

span#indicator p.fail, div#reserve_room_response p.fail {
	padding-top: 20px;
	font-size: 20px;
	color: #990000;
}

/* ------------------------------------------------------RoundedCalendar------------------------------------------------------------ */

/* NiftyCorners */

.rtop,.artop {
	display: block
}

.rtop *,.artop * {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: 1px
}

.artop * {
	border-style: solid;
	border-width: 0 1px
}

.r1,.rl1,.re1,.rel1 {
	margin-left: 5px
}

.r1,.rr1,.re1,.rer1 {
	margin-right: 5px
}

.r2,.rl2,.re2,.rel2,.ra1,.ral1 {
	margin-left: 3px
}

.r2,.rr2,.re2,.rer2,.ra1,.rar1 {
	margin-right: 3px
}

.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1 {
	margin-left: 2px
}

.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1 {
	margin-right: 2px
}

.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2 {
	margin-left: 1px
}

.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2 {
	margin-right: 1px
}

.rx1,.rxl1 {
	border-left-width: 5px
}

.rx1,.rxr1 {
	border-right-width: 5px
}

.rx2,.rxl2 {
	border-left-width: 3px
}

.rx2,.rxr2 {
	border-right-width: 3px
}

.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1 {
	border-left-width: 2px
}

.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1 {
	border-right-width: 2px
}

.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2 {
	border-right-width: 0
}

.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2 {
	border-left-width: 0
}

.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4 {
	height: 2px
}

.rer1,.rel1,.re1,.res1,.resl1,.resr1 {
	border-width: 1px 0 0;
	height: 0px !important;

height /**/: 1px
}

.TESTcpYearNavigation,

	.TESTcpMonthNavigation {
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	color: #CF612E;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	padding-bottom: 4px;
}

.TESTcpDayColumnHeader,

	.TESTcpYearNavigation,

	.TESTcpCurrentMonthDate,

	.TESTcpCurrentMonthDateDisabled,

	.TESTcpOtherMonthDate,

	.TESTcpOtherMonthDateDisabled,

	.TESTcpCurrentDate,

	.TESTcpCurrentDateDisabled,

	.TESTcpTodayText,

	.TESTcpTodayTextDisabled,

	.TESTcpText {
	font-family: arial;
	font-size: 11px;
}

TD.TESTcpDayColumnHeader {
	text-align: center;
	border: solid thin #6677DD;
	border-width: 0 0 0 0;
	color: #707070;
	font-weight: bold;
}

.TESTcpCurrentMonthDate,

	.TESTcpOtherMonthDate,

	.TESTcpCurrentDate {
	text-align: center;
	text-decoration: none;
}

.TESTcpCurrentMonthDateDisabled,

	.TESTcpOtherMonthDateDisabled,

	.TESTcpCurrentDateDisabled {
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}

.TESTcpCurrentMonthDate {
	color: #FFFFFF;
	font-weight: bold;
	border-left: 0px solid red;
}

TD.TESTcpOtherMonthDate,

	TD.TESTcpCurrentMonthDate {
	color: #6677DD;
	background-color: #CCCCCC;
	font-weight: bold;
	border-bottom: 2px solid #EEEEEE;
	text-align: center;
	padding: 3px;
	padding-left: 4px;
	padding-right: 4px;
}

TD.TESTcpOtherMonthDate:Hover,

	TD.TESTcpCurrentDate:Hover,

	TD.TESTcpCurrentMonthDate:Hover {
	background-color: #CF612E;
	cursor: pointer;
}

a.TESTcpOtherMonthDate:Hover {
	color: #999999;
	text-decoration: none;
}

a.TESTcpCurrentDate:Hover,

	a.TESTcpCurrentMonthDate:Hover {
	color: #FFFFFF;
	text-decoration: none;
}

.TESTcpCurrentDate {
	color: #FFFFFF;
	font-weight: bold;
}

.TESTcpOtherMonthDate {
	color: #999999;
}

TD.TESTcpCurrentDate {
	color: #EEEEEE;
	background-color: #999999;
	border-bottom: 2px solid #EEEEEE;
}

TD.TESTcpCurrentDateDisabled {
	border-width: 1;
	border: solid thin #FFAAAA;
}

TD.TESTcpTodayText,

	TD.TESTcpTodayTextDisabled {
	border: solid thin #6677DD;
	border-width: 0 0 0 0;
	display: none;
}

A.TESTcpTodayText,

	SPAN.TESTcpTodayTextDisabled {
	height: 20px;
}

A.TESTcpTodayText {
	color: #6677DD;
	font-weight: bold;
}

SPAN.TESTcpTodayTextDisabled {
	color: #D0D0D0;
}

.TESTcpBorder {
	border-left: 7px solid #EEEEEE;
	border-right: 7px solid #EEEEEE;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #EEEEEE;
}

.testLeft {
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	background-color: #CCCCCC;
	border-bottom: 2px solid #EEE;
	font-size: 8px;
}

.testRight {
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	background-color: #CCCCCC;
	border-bottom: 2px solid #EEE;
	font-size: 8px;
}

.calendarDivStyle {
	position: absolute;
	visibility: hidden;
	width: 166px;
	z-index: 100;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .cf {
	height: 1%;
}