#content div#validation_errors,
div#validation_errors
{
	background-color: #ffbebe;
	/*border: 1px solid #bf9392;	*/
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
	padding: 10px;
	margin-bottom: 20px;
	color: #5c4746;
}

#content div#validation_errors h4,
div#validation_errors h4
{
	color: #5c4746;	
	text-shadow: #fde2e1 1px 1px 1px;
}

label.validation_error
{
	background-color: #ffbebe;
	padding: 3px 5px;
	/*border: 1px solid #bf9392;	*/
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;	
}

span.validation_status
{
	font-style: italic;
	color: #666;
	font-size: 0.9em;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	margin: 0; 
	padding: 0;
	height: 0;
	clear: both;
}

.hidden
{
	display: none;
}

table td.devider
{
	padding: 20px 0;
}

table td.devider p
{
	border: 1px dashed #CCC;
	border-width: 1px 0 0 0;
	height: 1px;
	margin: 0;
	width: 100%;
}

div#backdrop
{
	z-index: 1;
	position: fixed;
	top: 0;
	bottom: 0;	
	left: 0;
	right: 0;	
	background-color: #ECECEC;
}

div#fade
{
	z-index: 3;	
	position: fixed;
	top: 0;	
	left: 0;
	right: 0;
	height: 600px;
	background-image: url('/img/fade_top.png');
	background-position: bottom;	
	background-repeat: repeat-x;
}

div#container
{
	z-index: 4;	
	position: absolute;
	height: 100%;
	width : 100%;
}

div#outer_wrapper
{
	width: 1000px;	
	min-height: 100%;
	margin: 0 auto;
}

div#inner_wrapper
{
	padding: 30px 0;	 /* Make room for top and bottom bar */	
}

.hide_top_bar div#inner_wrapper
{
	padding: 0;
}


div#content
{
	padding: 20px 0;
}
div#notices
{
	z-index: 9;	
	position: fixed;
	top: 0; 
	left: 0;
	right: 0;
	text-align: center;
	filter: alpha(opacity=95);
	opacity: 0.95;
	font-size: 1.1em;
	display: none;	
}

div.notices_wrapper .notice
{
	padding: 15px;	
	color: #FFF;
}

div#info_notices .notice
{
	background-color: #496ec3;
	border-bottom: 1px solid #375494;
	text-shadow: #375494 1px 1px 1px;
}

div#confirm_notices .notice
{
	background-color: #62a55a;
	border-bottom: 1px solid #44723e;
	text-shadow: #44723e 1px 1px 1px;
}

div#error_notices .notice
{
	background-color: #c31b2f;
	border-bottom: 1px solid #991525;
	text-shadow: #991525 1px 1px 1px;
}

.error_splash
{
	text-align: center;
	margin-bottom: 30px;
}

.error_splash h3
{
	text-shadow: #fde2e1 1px 1px 1px;
	color: #4e3a3a;
	background-color: #ffd2d0;
	border: 1px solid #bf9392;	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
	padding: 15px;
}

.error_splash h3.icon:before
{
	font-size: 0.8em;
	color: #96706f;
	padding-right: 10px;
}

p#language_toggle,
p#site_chooser
{
	text-align: center;
}

form .unit
{
	font-style: italic;
	font-size: 0.8em;
	color: #999;
}

div#browser_warning
{
	background-color: #ECECEC;
	border: 10px solid #ECECEC;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
	text-align: center;
	padding: 10px;
	margin: 30px 0;
	color: #666;
	font-size: 0.8em;
}

p.devider
{
	border: 1px dashed #CCC;
	border-width: 1px 0 0 0;
	height: 20px;
	margin: 20px 0 0 0;
	width: 100%;
}

/*
 * Bubbles
 */

.bubble
{
	display: inline-block;
	padding: 15px;
	position: absolute;
	z-index: 9;
	vertical-align: top;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#e8e8e8));
	background: -moz-linear-gradient(top, #FFFFFF, #e8e8e8); 
    background: -o-linear-gradient(#FFFFFF, #e8e8e8);  
    background: linear-gradient(#FFFFFF, #e8e8e8);  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#e8e8e8');	
	box-shadow:0 0 6px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);	
}

.bubble.small
{
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;	
	padding: 9px;
}

.bubble:before
{
	position: absolute;
	content: "\00a0";
	display: block;
	height: 15px;
	width:  15px;	
	box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, .2);	
	overflow: hidden;
}

.bubble.small:before
{
	height: 10px;
	width:  10px;	
}

.bubble.top:before 
{
	top: -7px;	
	left: 20px;
	transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-o-transform:rotate(135deg);	
	background: #FFF;	
}

.bubble.top.small:before 
{
	top: -4px;
}

.bubble.left:before 
{
	top: 15px;
	left: -7px;	
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);	
	background: #FFF;	
}

.bubble.left.small:before 
{
	left: -5px;
}

.bubble.bottom:before 
{
	bottom: -7px;
	left: 20px;
	transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-webkit-transform:rotate(315deg);
	-o-transform:rotate(315deg);	
	background: #e8e8e8;	
}

.bubble.bottom.small:before 
{
	bottom: -4px;
}

.bubble.right:before 
{
	top: 15px;
	right: -7px;
	transform:rotate(225deg);
	-ms-transform:rotate(225deg);
	-moz-transform:rotate(225deg);
	-webkit-transform:rotate(225deg);
	-o-transform:rotate(225deg);	
	background: #FFF;	
}

.bubble.right.small:before 
{
	right: -5px;
}

/*
 * Tips
 */

img.tip
{
	display: none;
	position: fixed;
	z-index: 11;
}

img.tip#share_tip
{
	bottom: -10px;
	left: 50%;
	margin-left: -295px;
}

img.tip#search_tip
{
	top: 10px;
	left: 50%;
	margin-left: -470px;
}

img.tip#my_pages_tip
{
	top: 10px;
	left: 50%;
	margin-left: 260px;
}

/*
 * Misc
 */

div#mobile_bar,
div#mobile_menu
{
	display: none;
}

table#reservation_details
{
	margin-bottom: 30px;
}

p#site_updated
{
	text-align: right;
	margin-bottom: 0;
	font-size: 0.9em;
	color: #666;
}