/*-------------------- general HTML elements --------------------*/

body {
	background-color:	#FFFFFF;
	font-family: Verdana, Arial;
	font-size: 70%;
	color: #333333;
}

p { 
	line-height: 1.3em;
	margin: 0;
	margin-bottom: 0.6em;	
}

h1 {
	font-family: 'Trebuchet MS', Arial;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0.7em;
	margin-top: 12px;
	line-height: 1.2em;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover, a:active {
	color: #767676;
}
a img {
	border: none;
}

table {
	width:	100%;
}

/*-------------------- Class selctors --------------------*/

.centerText {
	text-align:	center;
	margin-top:	30px;	
}

.introText {
	margin-top:	10px;
	margin-bottom:	10px;	
}

.boldText {
	font-weight:	bold;
}

.introductionText {
	color: #666666;
	font-weight:	bold;
}

.reservationText
{
	color:		red;
}

.underlineText {
	text-decoration: underline;
}

div.fullWidth {
	width:	730px;
	margin-bottom:		14px;
}

div.fullWidthRecInfo {
	width:	730px;
	margin-bottom:		14px;
	vertical-align:	middle;
}

div.formBox
{
	margin-top:		14px;
	margin-bottom:		14px;
	background-color: 	#CFD9E1;
	width:				730px;
	height:			auto;
	padding:		8px;
}

div.formBoxCenter
{
	margin-top:		14px;
	margin-bottom:		14px;
	background-color: 	#CFD9E1;
	width:				730px;
	height:		auto;
	padding:		8px;
	text-align:center;
}

div.thumbnailTextBox
{
	width:				130px;
	height: 			auto;
	text-align:			left;
	padding-left: 		20px;
	padding-right: 		10px;
}

img.thumbnailImage {
	padding:		10px;
}

img.recordInfo {
	margin-bottom:		14px;
	margin-right:		24px;
}

table.recordInfo {
	margin-top:		30px;
}

td.resultTable {
	height:	auto;
	vertical-align:	top;
	text-align:	center;
	font-size: 80%;
}

td.recordInfo {
	height:	auto;
	vertical-align:	top;
	text-align:	left;
}

td.navigationBar {
	height:	auto;
	text-align:	left;
}

td.navigationBarRight {
	height:	auto;
	text-align:	right;
}

/*-------------------- ID selctors --------------------*/

input#quickSearchQuery {
	color: #9B9B9B;
	font-family: Verdana, Arial;
	font-size: 1em;
	width: 200px;
}

