body {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	background-image: url('/img/background.gif');
	background-repeat: repeat-y;
	margin: 0px;
}

A:link, A:visited, A:active {
	font-family: Tahoma;
	font-size : 11px;
	color : #d70000;
	text-decoration : underline;
}
A:hover {
	font-family: Tahoma;
	font-size : 11px;
	color : #333333;
	text-decoration : none;
}

A.menu:link, A.menu:visited, A.menu:active {
	font-size : 10px;
	color : #FFFFFF;
	font-weight: bold;
	text-decoration : none;
}
A.menu:hover {
	font-size : 10px;
	color : #f2f2f2;
	font-weight: bold;
	text-decoration : underline;
}

A.menu-selected:link, A.menu-selected:visited, A.menu-selected:active {
	font-size : 10px;
	color : #f2f2f2;
	font-weight: bold;
	text-decoration : underline;
}
A.menu-selected:hover {
	font-size : 10px;
	color : #ffffff;
	font-weight: bold;
	text-decoration : none;
}

A.menu2:link, A.menu2:visited, A.menu2:active {
	color : #FFFFFF;
	text-decoration : none;
}
A.menu2:hover {
	color : #FFFFFF;
	text-decoration : underline;
}
A.day:link, A.day:visited, A.day:active {
	font-size : 10px;
	display: block;
	color : #FFFFFF;
	text-decoration : none;
	margin-right: 5px;
}
A.day:hover {
	font-size : 10px;
	display: block;
	color : #FFFFFF;
	text-decoration : underline;
	margin-right: 5px;
}

A.day2:link, A.day2:visited, A.day2:active {
	font-size : 10px;
	display: block;
	color : #d70000;
	text-decoration : none;
	margin-right: 5px;
}
A.day2:hover {
	font-size : 10px;
	display: block;
	color : #d70000;
	text-decoration : underline;
	margin-right: 5px;
}
A.white:link, A.white:visited, A.white:active {
	color : #FFFFFF;
	text-decoration : underline;
}
A.white:hover {
	color : #FFFFFF;
	text-decoration : none;
}

A.grey:link, A.grey:visited, A.grey:active {
	color : #444444;
	text-decoration : underline;
}
A.grey:hover {
	color : #d70000;
	text-decoration : none;
}

A.reservation:link, A.reservation:visited, A.reservation:active {
	font-weight: bold;
	background-color: #d70000;
	color : #FFFFFF;
	text-decoration : none;
	display: block;
	padding: 4px 8px 4px 8px;
}
A.reservation:hover {
	font-weight: bold;
	background-color: #333333;
	color : #FFFFFF;
	text-decoration : none;
	display: block;
	padding: 4px 8px 4px 8px;
}
A.request:link, A.request:visited, A.request:active {
	font-weight: bold;
	background-color: #d70000;
	color : #FFFFFF;
	text-decoration : none;
	padding: 4px 8px 4px 8px;
}
A.request:hover {
	font-weight: bold;
	background-color: #333333;
	color : #FFFFFF;
	text-decoration : none;
	padding: 4px 8px 4px 8px;
}

.menu-selected {
	font-size : 10px;
	color : #e2e2e2;
	font-weight: bold;
	text-decoration : underline;
}

.menubar {
	font-size : 10px;
	background-color : #666666;
	color : #ffffff;
	padding : 6px;
}

.title {
	font-family: Trebuchet MS, Tahoma;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.titlename {
	font-family: Tahoma;
	color: #D70000;
	font-size: 24px;
	font-weight: bold;
}
.titledesc {
	font-family: Tahoma;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
.small {
	font-size : 10px;
}
.highlight {
	padding : 10px;
	line-height : 16px;
}
.footer {
	font-size : 10px;
	color : #ffffff;
	padding : 6px;
	line-height : 16px;
}

.imgarea {
	width: 160px;
	font-size : 10px;
	color: #333333;
	background-color : #f2f2f2;
	padding : 14px;
}

.smallgrey {
	font-size : 10px;
	color : #333333;
}
.red {
	color : #d70000;
}
.underline {
	text-decoration: underline;
}
.grey {
	color : #333333;
}
.white {
	color : #ffffff;
}
table {
	border-collapse: collapse;
}
table td {
	padding: 0px;
}
table.list2 td {
	width: 33%;
	padding: 4px 0px 4px 0px;
	border-color: #dadada;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	vertical-align: top;
}
table.list td {
	padding: 4px 0px 4px 0px;
	border-color: #dadada;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	vertical-align: top;
}
table.listair td {
	padding: 4px 0px 4px 0px;
	padding-left: 10px
	border-color: #dadada;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	vertical-align: top;
}
table.calendar td {
	border-color: #eb8080;
	border-style: solid;
	border-width: 1px;
	height: 20px;
	text-align: right;
}
table.calendar2 td {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	height: 20px;
	text-align: right;
}
table.padded td {
	padding: 16px;
}
table.padded2 td {
	padding: 8px;
}
.panorama {
	width: 420px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}
.error {
	color : #CC0000;
	font-weight: bold;
}
.ok {
	color : #009900;
	font-weight: bold;
}
input, textarea, select {
	font-family: Tahoma;
	font-size: 11px;
}
input.q {
	background-color: #f2f2f2;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	width: 140px;
	padding: 2px;
}
img {
	border: 0px;
}
label {
	cursor: pointer;
	cursor: hand;
}

.vtop {
	vertical-align: top;
}
#livesearch{
	background-color:#ffffff;
  	margin:0px;
  	width:165px;
}
#txt1{
  	margin:0px;
}