﻿body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*margin-top: 5px;*/
}

body.bookingframe {
	background-color: #F2F2E5;
	margin: 0px 0px 0px 0px;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border-width: 0px;
}

pre {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/*quick search*/
table.quicksearchbox {
	background-color: #F2F2E5;
	color: black;
	/*border: 1px solid silver;*/
	margin-bottom: 8px;
}

table.quicksearchbox th {
	background-color: #061153; 
	height: 20px; 
	color: #FFFFFF; 
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;	
}

table.quicksearchbox th input {
	vertical-align: baseline;
}

table.quicksearchbox th img {
	margin-left: 15px;
	margin-right: 5px;
	vertical-align: middle;
}

table.quicksearchbox td {
	padding: 2px;
	font-size: 9px;
}

table.quicksearchbox td input {
	font-size: 9px;
}

table.quicksearchbox td select {
	font-size: 9px;
}

/*result navi*/
table.resultnavi td.navibar {
	height: 27px;
	vertical-align: middle;	
}

table.resultnavi td.navibar div.resulttitle{

}

table.resultnavi td.navibar span {
	font-size: 10px;
	height: 13px;
}

table.resultnavi td.navibar span.pagelink {
	border: silver 1px solid;
	padding: 1px 3px 1px 3px;
	background-color: #F5F5F5;
}

table.resultnavi td.navibar span.pagelinklast {
	border: silver 1px solid;
	padding: 1px 3px 1px 3px;
	background-color: #f0f5fa;
}

table.resultnavi td.navibar span.pagecurrent {
	border: silver 1px solid;
	padding: 1px 3px 1px 3px;
	background-color: #DCDCDC;
}

table.resultnavi td.navibar a {
	text-decoration: none;	
}

table.resultnavi td.navibar a:hover {
	color: #CC0000;	
}

/*booking info box*/
table.infobox {
	background-color: #FFFFFF;
	font-size: 10px;
	border: 1px solid silver;
	text-align: left;
	margin-bottom: 8px; 
}

table.infobox th {
	background-color: #061153;/*#66A2D4; /*#4682B4;*/
	color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
	height: 22px;
	padding-left: 3px;
	padding-right: 3px;
}

table.infobox th img {
	vertical-align: middle;
	margin-right: 3px;
}

table.infobox td {
	background-color: #F5F5F5;
	font-size: 10px;
	height: 20px;
	padding-left: 3px;
	padding-right: 3px;		
}

table.infobox td img {
	vertical-align: middle;
}

table.infobox td input {
	font-size: 10px;
}

table.infobox td select {
	font-size: 10px;
}

table.infobox tr.title {
	font-size: 10px;
	font-weight: bold;
	color: #990000;	
}

table.infobox tr.title td {
	background-color: #DCDCDC;/*#DEECF4;*/
}

table.infobox tr.title td a {
	text-decoration: underline;
	color: #990000;		
}

table.infobox tr.title td a:hover {
	color: #FF0000;
}

/*error info box*/
table.errorbox {
	font-size:10px;
}

input.bookingbutton {
/*
  color: #FFFFFF;
  background-color: Darkblue;
  font-weight: bold;
  text-decoration: none;
  border-left: 2px solid #CCCCCC;
  border-top: 2px solid #CCCCCC;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
*/
  font-size: 10px;
}

input.bookingbutton2 {
  color: #000000;
  background-color: #EEEEEE;
  font-weight: normal;
  text-decoration: none;
  border-left: 2px solid #CCCCCC;
  border-top: 2px solid #CCCCCC;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  font-size: 10px;
}

.displayEndbled {
	display: inherit;
}

.displayDisabled {
	display: none;
	/*display: inherit;*/
}

table.indicator {
	margin-bottom: 10px;
}

table.indicator tr.line td {
	background-image: url(../../images/dot.gif);
	background-repeat: repeat-x;
	height: 9px;
}

table.indicator tr td.other {
	color: gray;
	font-size: 10px;
	font-weight: normal;	
}

table.indicator tr td.current {
	color: black;
	font-size: 10px;
	font-weight: normal;	
}