﻿@charset "utf-8";
/* These are the elements you need to modify for each tour. */
body {
	background-image: url(../images/backgrounds/bg-generic-tour-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#errorMessages {
	margin:0px auto 0px auto;
	width:550px;
}
.tourmain-reviews {
	top: 450px;
	text-align: left;
	position: relative;
	z-index: 1;
	min-height: 865px;
}
/* Used on ViewTour */
table.viewTourTable {
	margin: 0px auto 0px auto;
	width: 550px;
	border-collapse: collapse;
	color: white;
	font-weight: bold;
}
table.viewTourTable td {
	padding: 4px;
}
table.viewTourTable td.updateHeader {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	padding: 1px 4px;
	text-align: center;
}
table.viewTourTable td.updateHeader p {
	font-size:xx-small;
	text-transform:uppercase;
	font-weight:normal;
}
table.viewTourTable td.monthHeader {
	border: 1px FF9933 solid;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
table.viewTourTable th {
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: bold;
	color: black;
	text-align: left;
}
table.viewTourTable td a {
	color: #CC3300;
	font-weight: bold;
}
table.viewTourTable tr.daterow:hover {
	background-color: #F2DE95;
	color:navy;
	cursor:pointer;
	cursor:hand;
}
/* Used on ViewReviews */
table.reviewsTable {
	margin: 0px auto 0px auto;
	width: 550px;
	border-collapse: collapse;
	color: #000033;
	font-weight: bold;
}
table.reviewsTable td {
	padding: 1px;
	color: white;
	background-color: black;
}
table.reviewsTable tr th {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	padding: 1px 4px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}
table.reviewsTable tr th p {
	margin-top:10px;
}
table.reviewsTable tr th a {
	color:white;
	text-transform:uppercase;
	font-size:xx-small;
}
table.reviewsTable tr th a:hover {
	color:#CB6100;
}
table.reviewsTable td.reviewsFooter {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	padding: 10px 4px;
	text-align: center;
	border: 0;
	background-color: transparent;
	border-top: 1px solid white;
}
table.reviewsTable td.noreviews {
	text-align: center;
	border-left:1px solid white;
	border-right:1px solid white;
	padding:10px;
}
.center {
	text-align: center;
}
.updown {
	background-image: url('../images/arrow_down.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	border-left: 1px solid white;
	cursor:pointer;
	cursor:hand;
}
.updown:hover {
	background-color:#FFA52D;
}
.downup {
	background-image: url('../images/arrow_up.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	border-left: 1px solid white;
	cursor:pointer;
	cursor:hand;
}
.downup:hover {
	background-color:#FFA52D;
}

.revtitle {
	width: 250px;
	cursor:pointer;
	cursor:hand;
}
.deleted {
	text-decoration:line-through;
}
.toolbox {
	width: 35px;
	border-right: 1px solid white;
	text-transform:uppercase;
	font-size: xx-small;
	cursor:pointer;
	cursor:hand;
	white-space:nowrap;
}
.toolbox span:hover {
	color:red;
}
table.reviewsTable td.reviewbody {
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-image: url('../images/revbkg.jpg');
	padding: 8px 10px 10px 10px;
	border-bottom:1px silver dotted;
	cursor:pointer;
	cursor:hand;
}
.hid {
	display: none;
}
#flagbox {
	background-color: #F60D4C;
	width: 350px;
	height: 250px;
	color: white;
	z-index: 50;
	border: 4px double white;
	padding: 10px;
	position: fixed;
}
#flagbox p {
	margin-bottom: 8px;
}
#flagbox form input#flagComment {
	width: 345px;
	margin-bottom: 15px;
}
#flagbox form fieldset {
	margin-bottom: 10px;
}

#delbox {
	background-color: #FF0000;
	width: 220px;
	height: 60px;
	color: white;
	z-index: 60;
	border: 4px double white;
	padding: 10px;
	position: fixed;
	text-align:center;
}
#delbox p {
	margin-bottom: 8px;
}
#delbox form fieldset {
	margin-bottom: 10px;
}

form#reviewSubmit table
{
	background-color:black;
	margin:0 auto 0 auto;
	width:550px;
	border-collapse:collapse;
}
form#reviewSubmit table th {
	padding:8px;
	border-top:4px solid white;
}
form#reviewSubmit table tr
{
	border-left:4px solid white;
	border-right:4px solid white;
}
form#reviewSubmit table tr.footer {
	border-bottom:4px solid white;
}
form#reviewSubmit table tr.footer td {
	text-align:center;
	padding-top:20px;
}
form#reviewSubmit table td {
	padding:4px 8px 4px 8px;
}
form#reviewSubmit label
{
	text-transform:capitalize;
}
#submitBody
{
	width:100%;
}