/* Style sheet file "The Maria Callas experience" */

* {
	margin: 0;
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #02153D;
}

pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

main_wrapper {
	width: 100%;
}

#placeholder {
	margin: 50px auto;
	margin-bottom: 10px;
	width: 800px;
	height: 600px;
	padding: 0;
}

#left_border {
	display: block;
}

#inner {
	width: 722px;
	padding: 0;
	vertical-align: top;
	overflow: hidden;
}

.innerRes {
	width: 722px;
	padding: 0;
	vertical-align: top;
	overflow: hidden;
	background: transparent url(../img/reservations_back.jpg) no-repeat center top;	
}

#main_content {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

.experience {
	background: transparent url(../img/experience_back.jpg) no-repeat center top;	
}

.itinerary {
	background: transparent url(../img/itinerary_back.jpg) no-repeat center top;	
}

.dates {
	background: transparent url(../img/dates_back.jpg) no-repeat center top;	
}

.dining {
	background: transparent url(../img/dinning_back.jpg) no-repeat center top;	
}

.perform {
	background: transparent url(../img/performance_back.jpg) no-repeat center top;	
}

.reservation {
	background: transparent url(../img/reservations_back.jpg) no-repeat center top;	
}

.resalt {
	background: transparent url(../img/resalt_back.jpg) no-repeat center top;	
}

.terms {
	background: #FFFFFF;
}

.gallery {
	background: #fff;
}

.galleryB {
	background: #000;
}


#footer {
	background: transparent url(../img/background_bottom.jpg) no-repeat center top;
	height: 40px;
	width: 800px;
	padding: 0;
	text-align: center;
}

#footer .gal_lnk {
	height: 30px;
	margin: 0 auto;
	padding-top: 13px;
}

#footer .gal_lnk a:link, #footer .gal_lnk a:visited, #footer .gal_lnk a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#footer .gal_lnk a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}

.header_lnk {
	border: none;
	text-decoration: none;
}

#header_img {
	display: block;
	border: none;
}

#main_table {
	padding: 0;
}

#main_table td {
	padding: 0;
}

#content_box {
	width: 270px;
	height: 380px;
	float:left;
	margin: 0 0 0 20px;
	padding: 12px;
	background-color: #ffffff;
	opacity: .80;
    filter: alpha(opacity=80);
}

#videoContent {
	width: 510px;
	height: 381px;
	margin: 0 0 0 20px;
	padding: 12px;
	background-color: #ffffff;
/*	opacity: .90;
   filter: alpha(opacity=90);  */
}

#gallery_img {
	display: block;
	padding: 0;
	margin: 0;
}

#gallery_img img {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
}

#content_boxSop {
	width: 270px;
	height: 380px;
	overflow: hidden;
	margin: 0 0 0 20px;
	padding: 12px;
	background-color: #ffffff;
	opacity: .80;
    filter: alpha(opacity=80);
}

#sopImg {
	float: right;
	margin: 50px 90px 0 0;
}

#formcontent_box {
	width: 520px;
	height: 405px;
	margin: 0 0 0 39px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	opacity: .90;
    filter: alpha(opacity=90);
}

#formcontent_box iframe {
	margin: 0 auto;
}

#terms_box {
	width: 721px;
	margin: 10px 0 0 0;
	height: 390px;
	background-color: #FFFFFF;
}

#content_box p, #content_boxSop p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color:#000000;
}

#infoBox {
	float:right;
	width:200px;
	margin: 20px 20px 0 0;
	background:#FFFFFF;
	padding:7px;opacity:.80;
	filter:alpha(opacity=80);
	border:1px solid #000000;
}

#infoBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	color:#000000;
}

#infoBox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#infoBox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
}

#next_page {
	margin: 10px auto;
	width: 100%;
	text-align: center;
	font-size: 11px;
}

#next_page a:link, #next_page a:visited, #next_page a:active {
	font-size: 11px;
	font-weight: bold;	
	color: #000000;
	text-align: center;
	text-decoration: none;
}

#next_page a:hover {
	font-size: 11px;
	font-weight: bold;	
	color: #000000;
	text-decoration: underline;
}

#content_box h3.date, #content_boxSop h3.date {
	font-size: 11px;
	width: 99%;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

a.sops:link, a.sops:visited, a.sops:active {
	color:#000000;
	text-decoration: none;
}

a.sops:hover {
	color:#000000;
	text-decoration: underline;
}

#content_box_gallery {
	margin: 0;
	margin-top: 3px;
	width: 100%;
	height: 402px;
	text-align: center;
	background-color: #000;
}
/* Navigation Elements */

#nav_box {
	width: 100%;
	text-align: center;
}

#nav_table {
	margin: 10px auto 0 auto;
	
}

#nav_table td {
	padding: 0 4px 2px 4px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

#nav_table td#first {
	border-left: none;
	padding-left: 0;
}

#nav_table td#last {
	padding-right: 0;
}

.lnk_pic {
	display: block;
	border: none;
	border: 0;
}

a.gallnk:link, a.gallnk:visited, a.gallnk:active {
} 

a.gallnk:hover {
}

.gallnk_pic {
	display: block;
	border: 1px solid #FFFFFF;
}

.gallnk_pic:hover {
	display: block;
	border: 1px solid #000000;
}

#CoRight {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	color:#02153D;
}

#CoRight p {
	color: #02153D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

#CoRight p a:link, #CoRight p a:visited, #CoRight p a:active {
	color: #02153D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

#CoRight p a:hover {
	color: #02153D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}

#legals {
	margin: 0 auto;
	height: 30px;
	padding: 3px;
	padding-top: 13px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
}

#legals a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#legals a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#legals a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#legals a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}
/* Booking Form */

h4.bookinghead {
	margin-top: 15px;
	font-size: 13px;
	border-bottom: 1px solid #000;
}

h5.bookingstate {
	margin: 15px 0px;;
	font-size: 12px;
	border-bottom: 1px solid #000;
	text-align: center;
}

h5.bookingstate font.grey {
	color: #B9B9B9;
}

#form_container {
	margin: 5px auto;
	width: auto;
}

table.bookingform {
	margin: 0 auto;
	width: 90%;
}

table.contactform {
	width: 512px;
}

td.fLable {
	
	font-size: 11px;
	vertical-align: bottom;
	padding: 11px 5px 0 5px;
	border-bottom: solid 1px #000;
}

td.fField {
	vertical-align: bottom;
	padding-top: 4px;
	border-bottom: solid 1px #000;
}

td.fFieldB {
	font-size: 11px;
	vertical-align: bottom;
	padding-top: 4px;
	border-bottom: solid 1px #000;
}

td.fField input, td.fField select, td.fField textarea {
	border: none;
	background: #E3E3E3;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 4px 0px 4px;
}

td.fFieldB input, td.fFieldB select,td.fFieldB textarea {
	border: none;
	background: #E3E3E3;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 4px 0px 4px;
}

td.fButton {
	height: 30px;
	text-align: right;
	vertical-align: bottom;
}

/* TERMS & CONDITIONS STYLES */

.condheading {
	width: 100%;
	margin: 20px 0 30px 0;
	text-align: center;
}
.listheading {
	margin: 30px 0 10px 0;
	border-bottom: 1px solid #000000;
	font-size:14px;
}

ol.termspara
{
	list-style:outside lower-alpha;
	margin-left: 20px;
	font-size:11px;
}

ol.termspara li {
	margin: 7px 5px;
}

.termstext {
	margin-left: 20px;
	font-size:11px;
}

table.termstable {
	width: 500px;
	margin: 20px auto;
	margin-bottom: 40px;
}

table.termstable td {
	width: 50%;
	padding: 7px;
	font-size:11px;
}

#minitext {
	font-size: 8px;
}
