@charset "UTF-8";
/* CSS Document */

@import url("master.css");

body {
	padding: 20px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	padding-left: 20px;
	font-size: .7em;
}

a 
{
	color: #a5559c;
}

.buAnc
{
    font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: .7em;
    color: #a5559c;
    font-weight:bold;
    cursor:pointer;
    background-color: #ececec; 
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ac5d9f;
	padding-bottom: 2px;
	font-weight: bold;
	font-size:2em;
}

table.search {
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
	width: 700px;
	border-left: solid 5px #CCCCCC;	
}

table.search td, table.search th {
	border: solid 1px #CCCCCC;
	padding: 5px;
}

table.search td.unavailable {
	background-image: url(../images/icon_unavailable.gif);
	background-repeat: no-repeat;
	background-position: center;
}

table.search td.available {
	background-image: url(../images/icon_available.gif); 
	background-repeat: no-repeat;
	background-position: center;
	padding-top:0px; 
	vertical-align:top;    
	color:Red; 
}

form.search, div.search{
	background-color: #f5e5f2;
	display: block;
	padding: 10px;
	margin: 10px;	
}

form.search label, .lbl{
	float: left;
	display: block;
	width: 300px;
	padding: 4px;
}

form.search .button_select, div.search .button_select{
	float:right;		
}

table.search td.available_highlight {	
	background-color: #feff99;
}

form.room_plan {
	width: 400px;
	background-color: #ececec;
	height: 300px;
	display: block;
	padding: 20px;
}

form.booking {
	text-align: left;
}

div.box_grey {
	background-image: url(../images/bg_head_grey_box.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ececec;
	width: 627px;
	padding: 15px;
	font-size: 1.2em;
}

div.box_grey_footer {
	background-image: url(../images/bg_footer_grey_box.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 20px;
	width: 657px;
}

form.booking label {
	display: block;
	width: 135px;
	text-align: left;
	font-weight: bold;
	padding-right: 20px;
	float: left;
}

form.booking br {
	clear: both;
}

form.booking span.top_inline {
	font-weight: bold;
}

form.booking span.top_inline_pad {
	padding-left: 20px;
	font-weight: bold;
}

form.booking .inline {
	display: inline;
}

form.booking select {
	font-size: .9em;
	font-family: Tahoma, Arial, Verdana;
	margin-bottom: 3px;
}

strong.purple {
	color: #ab5ea2;
}

form.booking input {
	font-size: .9em;
	margin-bottom: 3px;	
}

a.calendar {
	display: block;
	width: 20px;
	height: 19px;
	float: left;
	background-image: url(../images/icon_calendar.gif);
	background-repeat: no-repeat;
	
}

div.form_footer {
	height: 40px;
	width: 646px;
	padding: 10px;
	padding-right: 0px;
	clear: both;	
}

input.button_next {
	display: block;
	float: right;
	border: solid 1px #000000; 
}

.left_float {
	float: left;
}

div.box_price {
	border: solid 3px #9ac0e6;
	padding: 8px;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	width: 80px;
}

div.box_price_total {
	border: solid 3px #9ac0e6;
	padding: 8px;
	background-color: #FFFFFF;
	font-weight: bold;
	width: 250px;
	font-size: 1.2em;
}

strong.red {
	color: #FF0000;
}

th {
	text-align: left;
}

form.booking input.title {
	width: 20px;
}

textarea.special_requests, .special_requests {
	width: 70%;
	height: 60px;
}

div.box_grey label.wide, input.wide {
	width: 170px;
}

form.booking input.security_code {
	width: 40px;
}

table.search#confirmation {
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
	width: 650px;
	border-left: solid 5px #CCCCCC;
	margin-left: 5px;
}

div.confirmation_box {
	border: solid 3px #9ac0e6;
	text-align: center;
	background-color: #f5e5f3;
	width: 220px;
	margin-left: 50px;
	float: left;
}

div.confirmation_box h1 {
	background-color: #da9ad2;
	background-image: url(../images/bg_confirmation_box.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	margin: 0px;
}

div.confirmation_box h2 {
	color: #a5559b;
	font-size: 2em;
	font-weight: bold;
}

div#disney_tabs_container
{
	position:relative;  
	left: 44px;
	top: 54px;
	width : 400px;	
}

div#disney_form_container {
	background-image: url(../images/bg_disney_form.jpg);
	background-repeat: no-repeat;
	height: 230px;
	padding-left: 60px;
	padding-top: 80px;
}

div#disney_form_container label, div#disney_form label { 
	color: #FFFFFF;
	width: 190px;
	text-align: right;
	padding-right: 10px;
	display: block;
	float: left;
	padding-top: 3px;
	 	
}

div#disney_form_container input, div#disney_form_container select, form#disney_form input, form#disney_form select {
	font-size: 11px;
	margin-bottom: 5px;	
}

form#disney_form br {
	clear: both;
}

form#disney_form input.promo_code {
	width: 60px;
}

form#disney_form p {
	width: 400px;
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
}

.pink_star {
	color: #FF99CC;
}

