img {
	border: 0px;
}

a {
	color: #1f1a69;
}

ol ol li {
	list-style-type: lower-alpha;
}

ol ol ol li {
	list-style-type: lower-roman;
}

.listing a {
	color: black;
	text-decoration: none;
}

.error {
	color: red;
	font-weight: bold;
}

.even {
	background: #E7F3FF;
}
.odd {
	background: #c1e1ff;
}

.preferred {
	background: #ffff63;
}

#reservation_items {
	border-collapse: collapse;
}

#reservation_items td {
	border: 1px solid #c1e1ff;
}

#reservation_items tr.edge td {
	border-top: 2px solid red;
}

td.pagination {
	background: white;
}

td.pagination .disabled {
	color: white;
}

td.pagination a {
	color: #333399;
}
/*
.button {
	background: url(/images/button_bg.gif) bottom left;
	color: black;
	font-size: 12px;
	font-family: 'Verdana';
	font-weight: bold;
	padding: 3px 10px 5px 10px;
	border: 0px;
	
}*/
.button {
	background: #2E5B89;
	color: white;
	font-weight: bold;
	border: 2px solid black;
	padding: 2px;
}

label.status {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
}

fieldset {
	margin-top: 1em;
	border: 1px solid black;
}

fieldset table {
	font-size: 0.9em;
}

legend {
	font-weight: bold;
	color: #164c92;
}

#promotional_sidebar {
	float: right;
	width: 250px;
	margin-left: 10px;
}



/* Side Bar Box styles */

.sbb {
	border: 1px solid #216b00;
	margin-bottom: 12px;
	overflow: hidden;
	padding-top: 0.6em;
}

.sbb a {
	text-decoration: none;
}


.sbb div {
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 0.6em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.sbb ol {
	font-size: 0.85em;
	font-weight: bold;
	margin: 0px;
	padding: 0em;
	margin-left: 2.5em;
}

.sbb ol li {
	padding: 0.3em;
	padding-left: 0em;
}

.sbb .plain {
	font-weight: 300;
}

.sbb_container h3 {
	color: white;
	padding-left: 0.7em;
	margin: 0px;
	font-size: 1em;
	line-height: 1.8em;
	height: 1.8em;
	background: url(/images/client_services/sidebar_bg.gif);
}

.sbb_container h3.warning {
	background: url(/images/client_services/sidebar_warn_bg.gif);
}

.sbb div.big {
	background: #42b500;
	color: white;
	line-height: 1.8em;
	text-align: right;
	padding-bottom: 0px;
}

.sbb div.big a, table.pwrs_data_view th a  {
	color: white;
}

/* Warning Styles */

.warning .sbb div.big {
	background: #b50800;
}

.warning h3 {
	background: url(/images/client_services/sidebar_warn_bg.gif);
}

.warning .sbb {
	border: 1px solid #6b0000;
}

/* Reservation Listing Styles */

/*width="100%" bgcolor="#61B3FF" cellspacing="1" cellpadding="4"  */

table.reservation_nav, table.reservation_nav table {
	border-collapse: collapse;
}

table.reservation_nav table {
	width: 100%;
}

table.reservation_nav td {
	border: 1px solid #083963;
	padding: 4px;
	background: #E6F3FC;
}

table.reservation_nav table td {
	padding: 4px;
	background: #E6F3FC;
	border: 3px solid #C8E4F8;
}

table.reservation_nav td table td.label {
	text-align: right;
	vertical-align: top;
	width: 130px;
	color: #1B1D68;
	font-weight: bold;
}

.reservation_nav a {
	color: red;
	font-weight: bold;
}

.reservation_nav a.go_link, .go_link {
	color: green;
}

.reservation_nav a.maybe_link, .maybe_link {
	color: blue;
}


table.reservation_listing, table.pwrs_data_view {
	border-collapse: collapse;
	font-size: 1em;
}

table.reservation_listing th, table.pwrs_data_view th {
	text-align: left;
	color: white;
	background:url(/images/table_header.gif) top;
	vertical-align: top;
}

table.reservation_listing th.last, table.pwrs_data_view th.last {
	background:url(/images/table_header_right.gif) no-repeat right top;
}

table.reservation_listing thead th.first, table.pwrs_data_view th.first {
	background:url(/images/table_header_left.gif) no-repeat left top;
}

table.reservation_listing td, table.reservation_listing th, table.pwrs_data_view td, table.pwrs_data_view th {
	padding: 5px;
}

.pwrs_data_view .even {
    background: #E6F3FC;
}

.pwrs_data_view .odd {
	background: #C8E4F8;
}

.pwrs_data_view tr.edge td, .pwrs_data_view td.edge {
	border-bottom: 2px solid red;
}

table.pwrs_data_view tr td img.thumbnail {
	border: 1px solid #266493;
}

h3 .small {
	font-size: 0.75em;
}

#login_container, #registration_container {
	float: left;
	padding: 0px 20px;
}
#login_container h3, #registration_container h3 {
	margin-top: 15px;
}

 #login_container {
 	background: #96F120;
 	width: 200px;
 	border: 2px solid black;
 	border-right: 0px;
 }
 html>body #login_container {
 	width: 160px;
 }
 
 #registration_container {
  	background: #BAE8F1;
  	width: 360px;
  	border: 2px solid black;
 }
 html>body #registration_container {
 	width: 320px;
 }

#testimonial_container {
	float: right;
	width: 240px;
	padding: 0px 10px;
	background: url(/images/right_column_background.png) repeat-y;
	margin-left: 10px;
}

.testimonial {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 4em;
}

.testimonial .open_quote {
	float: left;
	position: relative;
	top: -1px;
}

.testimonial .text {
	margin-left: 25px;
}

.testimonial .author {
	font-style: italic;
	font-weight: bold;
}

.porters_title {
	font-style: italic;
	font-family: 'Verdana';
}

.porters_title h1 {
	margin: 0px;
	font-size: 35px;
	
}

.porters_title .definition {
	font-size: 12px;
	font-weight: bold;
}
.reservationPagination{
	height:40px;
	text-align:center;	
}
.reservationPagination input{
	background-color:green;	
	font-size:14px;
}

.reservationPaginationLink{
	display:inline;
	text-align:center;
	margin-right:15px;
}

.advanceSearch .button{
	background-color: #FA1813;
	border: 2px solid #8f0000;
}