/*
* Please note all URL references should take into account the site structure
* The CSS style in stored in the themes sub folder in the reservation folder
* The site theme images are in the images folder of the main root foler
* All other images are stored in the images folder in the reservation folder
* Hence all reference to images should take into account the difference in paths
*/

body {
	background: #040401 url("../../images/bodybg.gif") repeat-x;
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #34204d;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#linksty {
	background-color: #5579ce;
	background: url("../../images/contentbgl.gif") repeat-y;
	width: 785px;
}

#linkins {
	padding: 10px 10px 10px 20px;
	position: relative;
	float: left;
	display: inline;
	width: 750px;
}

#header ul {
	margin: 20px 25px 25px 620px;
	padding: 0px;
	display: block;
	width: 110px;
	position: absolute;
}

#header li {
	background-color:#5579ce;
	width: 136px;
	text-align:left;
	padding: 0px 0px 1px 10px;
	list-style-type: none;
}

.link,#last {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	padding:0px;
	margin:0px;
	width: 120px;
	display:block;
	color: #c1d3f7;
	font-weight: bold;
	position:relative;
	text-align:center;
}

.link:hover, #last:hover {
	color: #e1e8f8;
}

.link {
	border-bottom: 1px dashed #3f5faf;
}

#last {
	border-bottom: 0px none #3f5faf;
}

#navtop {
	background-image: url("../../images/navtop.gif");
	background-repeat: no-repeat;
	display: block;
	width: 146px;
	height: 20px;
}

#navbottom {
	background-image: url("../../images/navbottom.gif");
	display: block;
	width: 146px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

p a { 
	color: #594376;
	font-size: 13px;
	text-decoration: underline;
}
	
p a:hover { 
	color: #8d75ac;
	text-decoration: none;
}

p {
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #34204d;
	text-align: justify;
}

#status {
	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #34204d;
	text-align: center;
}

#container {
	margin: 30px auto;
	text-align: left;
	width: 785px;
	display: block;
	position: relative;
}

#header {
	width: 785px;
	height: 351px;
	margin: 0px;
	display: block;
	background-image: url("../../images/header.jpg");
	background-repeat: no-repeat;
	position: relative;
}

#content {
	background: url("../../images/contentbgl.gif") repeat-y;
	width: 785px;
	padding-top: 1px;
}

h3{
	font-family: Arial;
	font-size: 15px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #755a98;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 20px;
}

hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
}

/*Reservation system*/
#reservation_content {
	padding: 0px 10px 10px 15px;
	position: relative;
	float: left;
	display: inline;
	width: 745px;
	margin-left: 5px;
	margin-top: 5px;
}

* {
	margin:0px;padding:0px;
}

img {
	border: 0px;
}

.gallery {
	border: 3px solid #3c3054;
}

a { 
	color: #594376;
	font-size: 13px;
	text-decoration: underline;
}
	
a:hover { 
	color: #8d75ac;
	text-decoration: none;
}

h4{
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	font-variant: normal;
	color: #755a98;
	text-decoration: none;
	margin-top: 12px;
	margin-bottom: 12px;
}

table {
	margin-top: 10px;
}

.reservationDisplay {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: auto;
}

.reservationDisplay a {
	display: block;
}

.reservation {
	background-color: #3c3054;
	width: 149px;
	height:55px;
	color: #ffffff;
}

.reservation a { 
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}

.centeredTable {
	margin-left: auto;
	margin-right: auto;
}

.rsTable {
	border-style: solid;
	border-color: #000000;
	border-width: 1px 1px 0 0;
	margin-left: auto;
	margin-right: auto;		
}

.rsTableHead {
	background-color: #3c3054;
	color: #ffffff;
	text-align: center;
	border-style: solid;
	border-color: #000000;
	border-width: 0 0 1px 1px;
	padding: 3px 5px 3px 5px;
}

.viewHead {
	background-color: #2c2143;
	color: #ffffff;
	text-align: left;
	border-style: solid;
	border-color: #000000;
	border-width: 0 0 1px 1px;
	padding: 3px 5px 3px 5px;
}

.rsRow {
	background-color: #c8cfef;
	color: #34204d;
}

.rsRowAlt {
	background-color: #eaeefd;
	color: #34204d;
}

.rsCellItem {
	text-align: left;
	width: 270px;
	border-style: solid;
	border-color: #000000;
	border-width: 0 0 1px 1px;
	padding: 3px 5px 3px 5px;
}

.rsCellItem a { 
	color: #594376;
	font-size: 13px;
	text-decoration: none;
}

.rsCellDate {
	text-align: center;
	width: 140px;
	border-style: solid;
	border-color: #000000;
	border-width: 0 0 1px 1px;
	padding: 3px 5px 3px 5px;
}

.rsCellPrice {
	text-align: right;
	width: 110px;
	border-style: solid;
	border-color: #000000;
	border-width: 0 0 1px 1px;
	padding: 3px 5px 3px 5px;
}

.rsCellNumber {
	text-align: center;
	width: 86px;
	border-style: solid;
	border-color: #000000;
	border-width: 0 0 1px 1px;
	padding: 3px 5px 3px 5px;
}

.rsCellTotal {
	text-align: right;
	width: 115px;
	border-style: solid;
	border-color: #000000;
	border-width: 0 0 1px 1px;
	padding: 3px 5px 3px 5px;
}

.rsCellGrandTotal {
	text-align: right;
	border-style: solid;
	border-color: #000000;
	border-width: 0 0 1px 1px;
	padding: 3px 5px 3px 5px;
}

.rsPayment {
	text-align: center;
	padding: 3px 5px 3px 5px;
}

.rsGrandTotal {
	background-color: #40394f;
	color: #ffffff;
}

.rsCellLabel {
	text-align: left;
	width: 200px;
	padding: 5px 0px 5px 0px;
}

.rsCellLabelSmall {
	text-align: left;
	width: 130px;
	padding: 3px 0px 3px 0px;
}

.rsCellControl {
	text-align: left;
	width: 210px;
	padding: 5px 0px 5px 0px;	
}

.rsError {
	color: #b63636;
	font-weight: bold;
}

.rsError a {
	color: #b63636;
	font-weight: bold;
	text-decoration: none;
}

.rsError a:hover {
	color: #b80606;
	font-weight: bold;
	text-decoration: underline;
}

.rsCellButton {
	text-align: right;
	padding: 5px 7px 5px 0px;	
}

.rsButton {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 70px;
	height: 25px;	
}

.rsTextInput {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 200px;
}

.rsComboInput {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 202px;
}

.rsDate {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 181px;
}
/*Reservation system styles end here*/

.clear{
	clear: both;
}

#footerBig {
	margin-left: 5px;
	display: block;
	background: url("../../images/footerbgbig.gif") repeat-x;
	width: 775px;
	height: 80px;
}

#footerBig table {
	margin-top: 0px;
}

#footerBig p, #footerBig p a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #c1d3f7;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
}

#footer {
	margin-left: 5px;
	display: block;
	background: url("../../images/footerbgbig.gif") repeat-x;
	width: 775px;
	height: 67px;
}

#footer table {
	margin-top: 0px;
}

#footer p, #footer p a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #c1d3f7;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
}
