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;
}

.reservationPagination {
	float: left;
}

.filter, .soundSelection, .dccSelection {
	float: right;
	margin-right: 5px;
}

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, a.button {
	background: #2E5B89;
	color: white !important;
	font-weight: bold;
	border: 2px solid black;
	padding: 2px;
	text-decoration: none;
	font-size: 12px;
}

a.button.small {
	font-size: 10px;
	border:none;
	padding: 2px 7px;
}

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;
}



#reservation_update span a {
	
	text-decoration: none;
	color: #000;
	padding: 0px 9px 2px 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 1px 1px #222;
	border-top: 2px solid #bac6e4;
	font-size: 13px;
	
	background: #4b81ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #3a70df 0%, #93b8ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a70df), color-stop(100%,#93b8ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a70df 0%,#93b8ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a70df 0%,#93b8ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a70df 0%,#93b8ff 100%); /* IE10+ */
	background: linear-gradient(top,  #3a70df 0%,#93b8ff 100%); /* W3C */
	
}

#reservation_update span:nth-of-type(2) a {
	border-top: 2px solid #ccdccc;
	
	background: #4b81ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #3c9f3c 0%, #83e883 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c9f3c), color-stop(100%,#83e883)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3c9f3c 0%,#83e883 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3c9f3c 0%,#83e883 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3c9f3c 0%,#83e883 100%); /* IE10+ */
	background: linear-gradient(top,  #3c9f3c 0%,#83e883 100%); /* W3C */	
}

#reservation_update span:nth-of-type(3) a {
	border-top: 2px solid #e7c4c4;
	
	background: #4b81ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #d63131 0%, #ff7373 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d63131), color-stop(100%,#ff7373)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d63131 0%,#ff7373 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d63131 0%,#ff7373 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d63131 0%,#ff7373 100%); /* IE10+ */
	background: linear-gradient(top,  #d63131 0%,#ff7373 100%); /* W3C */	
}

#reservation_update span:nth-of-type(4) a {
	border-top: 2px solid #e6e0bd;
	
	background: #4b81ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #ceb52a 0%, #ffee94 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ceb52a), color-stop(100%,#ffee94)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ceb52a 0%,#ffee94 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ceb52a 0%,#ffee94 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ceb52a 0%,#ffee94 100%); /* IE10+ */
	background: linear-gradient(top,  #ceb52a 0%,#ffee94 100%); /* W3C */	
}


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;
}




.mfg_sold_out_warning {
	background-color: #d82d2d;
	background: -webkit-linear-gradient(#d42a2a, #ff8f8f); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#d42a2a, #ff8f8f); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#d42a2a, #ff8f8f); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#d42a2a, #ff8f8f); /* Standard syntax */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border-top: 2px solid #d29898;
	padding: 2px 5px;
	box-shadow: 0 0 1px 1px #6f2323;
}

.low_stock_warning {
	background-color: #d82d2d;
	background: -webkit-linear-gradient(#d42a2a, #ff8f8f); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#d42a2a, #ff8f8f); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#d42a2a, #ff8f8f); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#d42a2a, #ff8f8f); /* Standard syntax */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	border-top: 2px solid #d29898;
	padding: 2px 5px;
	box-shadow: 0 0 1px 1px #6f2323;
}

.number a, .phone_info a {
	text-decoration: none;
}

.number a {
	color: red;
}
.number a:hover {
	color: #1f1a69;
}
