/* Start
 * General styles
 */

BODY	{
	background-color: white;
}

/* Heading */
H1
{
	color: #008080;
}

/* Links */
a:link,
a:active,
a:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: red;
}

/*
 * Start of menu bar style
 */
.menubar {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 100%;
}

.footer,
.menubar {
	background-color: #000055;
}

span.barlink {
	color:white;
}

a.barlink:link,
a.barlink:active,
a.barlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.barlink:hover {
	color: #cccccc;
}
/* 
 * End of menu bar style
 */

/*
 Book Now Demo styles
 */
TABLE.booknow {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;

}

TABLE.booknow TH {
	border-width: 1px 1px 4px 1px;
	padding: 3px;
	border-style: solid solid double solid;
	border-color: black black black black;
	font-weight:bold;
	background-color: gray;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 90%;
}

TABLE.booknow TD {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	font-size:80%;
}

TABLE.booknow TD.inactive {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	color:gray;
	font-size:60%;
	font-family: verdana, Helvetica, sans-serif;
}


.bn_input {
	border: 0px solid black;
	margin: 2px 0px 0px 20px;
	padding-left:12px;
	background-color: #dddddd;
}


/*
.book {
	position:relative;
	float:left;
	width:580px;
	margin:45px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 150%;
	color: #111111;
	text-align:justify;	
}


TABLE.booknow {
	font-size: 90%;
	width:240px;
	border:thin dotted black;
}



TABLE.booknow TD DIV,

TABLE.booknow {
	background-color: white;
	font-size:90%;
}
.booknow A {
	text-decoration:none;
}

.booknow div {
	font-size:90%;
}

.bn_input {
	border: 0px solid black;
	margin: 2px 0px 0px 20px;
	padding-left:12px;
	background-color: #dddddd;
}
/*
 End of book now demo styles
 */

