html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#ebebeb;
	
	font-family:arial,sans-serif;
	font-size:9.5pt;
	color:#130b62;
	background-image:url('./images/bg.jpg');
}
body {
	overflow: -moz-scrollbars-vertical;
}

.startsHidden {
	visibility:hidden;
}

img {
	vertical-align:top;
}

h1 { 
	font-weight:bold;
	margin:0.5em 0;
}

h2 {
	line-height:1.5; 
	font-weight:bold;
	margin:0;
	padding:0 1em;
	font-size:9.5pt;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
	padding:0 1em;
	font-size:9.5pt;
}

th {
	font-weight:normal;
	text-align:left;
}

td {
	line-height:1.5;
	font-size:9.5pt;
}

.price {
	text-align:right;
	white-space:nowrap;
	padding-left:0.2em;
	vertical-align:top;
}

.price_desc {
	padding-left:0.2em;
	vertical-align:top;
}

div#star_topLeft {
	position:absolute;
}
/* would have been code for FF
div#star_topLeft {
	position:absolute;
	left:50%;
	margin-left:-498px;
}*/

div#ff_bgHelp {
	/* when there is content to scroll, FF does not show
	container's background image out of initialized viewport */
	position:fixed;
	left: 50%;
	height:100%;
	margin-left:-374px;
	width:749px;
	background-image:url('./images/container_bg.png');
	/*background-color:#fff;*/
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto;
	width:749px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/

	min-height:100%; /* real browsers */
	/*background-color:#fff;*/
	background-image:url('./images/container_bg.png');
	background-repeat:repeat-y;
}

div#header { }
	div#header p {
		font-style:italic;
		font-size:12pt;
		margin:0;
	}

div .topMargins {
	margin-top:237px;
	height:200px; /* height to keep content container centered since IE messes with margin */
}

div #content_container {
	width:719px;
	background-image:url('./images/bg_text.jpg');
	background-repeat:no-repeat;
}

div #content {
	padding:1em 1em; /* bottom padding for footer */
	display:block;
}

	/*div#content p {
		padding:0 1em;
	}*/

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	border-top:6px double gray;
}
	div#footer p {
		padding:1em;
		margin:0;
	}

.dialog {
	width:600px;
}

.dialog table {
	border:1px solid #130b62;
	margin:0 auto;
	margin-bottom:6pt;
}

.dialog table th {
	background-color:#130b62;
	color:#fff;
}
.dialog table th, .dialog table td {
	padding:2px 2px;
}

.dialog .dijitSpinner {
	width:50px;
}

.dialog .dijitValidationIcon {
	display:none;
}
.dialog .dijitTextBox, .dialog .dijitComboBox, .dialog .dijitDateTextBox {
	width:100px;
}

.float_right {
	float:right;
}
.float_left {
	float:left;
}

.right {
	text-align:right;
}
.top {
	vertical-align:top;
}
.dialog .long {
	width:150px;
}
.dialog .verylong {
	width:200px;
}

.dialog .short {
	width:65px;
}

.italic {
	font-style:italic;
}
.border_top {
	border-top:1px solid #130b62;
}
.border_top_dashed {
	border-top:1px dashed #130b62;
}
.border_left {
	border-left:1px solid #130b62;
}
.bold {
	font-weight:bold;
}
.bottom {
	vertical-align:bottom;
}
.help {
	cursor:help;
}

.dialog table {
	width:100%;
}

div#dialog_reservation_3 td {
	vertical-align:top;
}

div.center_container {
	text-align:center;
}