/* Style Sheet */

/* COLORS... 

	site bg dark blue	ced7e2
	site bg fade blue	e9ecf1
	site lite gray near logo	f5f6f8
	

	light blue: 		007bc1
	dark blue:			053c8c
	very light blue:	e5ecf9
	orange:				fc7e12
	light orange: 		fdb141
*/

body {
	background: url('http://www.tourvista.com/images/player/bg-tile.png') repeat-y top #e9ecf1;
	margin:0;
	padding:0;
	color: #232323;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

form {
	display: inline;
}


/* Links Style */
/* a { outline: none; }/* gets rid of dashes around links in firefox */
a:link { text-decoration: none; color: #007bc1; }
a:visited { text-decoration: none; color: #007bc1; }
a:active { text-decoration: none; color: #007bc1; } 
a:hover	{ text-decoration: none; background-color:#007bc1; color: #ffffff; }

a.nav:link { font-size: 14px; text-decoration: none; color: #B54235; font-weight:bold; } 
a.nav:visited { font-size: 14px; text-decoration: none; color: #B54235; font-weight:bold; }
a.nav:active { font-size: 14px; text-decoration: none; color: #B54235; font-weight:bold; }
a.nav:hover	{ font-size: 14px; text-decoration: underline; color: #B54235; font-weight:bold;  }

a.sign:link { font-size: 11px; text-decoration: none; color: #232323; } 
a.sign:visited { font-size: 11px; text-decoration: none; color: #232323; }
a.sign:active { font-size: 11px; text-decoration: none; color: #232323; }
a.sign:hover	{ font-size: 11px; text-decoration: underline; color: #232323; }

a.footer:link { font-size: 11px; text-decoration: none; color: #ffffff; } 
a.footer:visited { font-size: 11px; text-decoration: none; color: #ffffff; }
a.footer:active { font-size: 11px; text-decoration: none; color: #ffffff; }
a.footer:hover	{ font-size: 11px; text-decoration: underline; color: #ffffff; }

a img {
	border:0;
}
a.logoLink:hover {
	background-color:transparent;
}

button, submit {
	font-size: 20px;
}

h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
h2 { font-size: 16px; }
h2.features { 
	border-bottom:1px solid #fc7e12;
	margin: 15px 0 -15px 0;
}
h3 { font-size: 14px; } 

li {
	padding-bottom: 15px;
}

li.less {
	padding-bottom: 5px;
}

li.listing_details {
	padding-bottom: 5px;
}

#bodyContent {
	background-color: #ffffff;
	border: 1px solid #454545;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: auto;
	padding: 15px;
}
.bold_text {
	font-weight: bold;
}

.boss-links{
	float:left;
}
.blue-tile{
	background:url('/images/free-tour/blue-tile.png') repeat-x #fff;
	margin: 0 7px;
	position: relative;
	top:-7px;
}
.bottom_nav {
	color: #ffffff;
}
.bottom_nav_small {
	font-size: 11px;
}
.button{
	height: 25px;
	padding: 2px 20px;
	cursor:pointer;
	color:#fefefe;
	font-size:11pt;
	font-weight:900;
	text-align:center;
	background: url('http://www.tourvista.com/images/player/bg-button.png') repeat-x;
}
.button-save {
	color: #053c8c;
	font-size: 16px;
}

.caption {
	font-style: italic;
}
.center{
	margin: 0 auto;
}
.clear {
	clear: both;
}
.column{
	float:left;
}
.corners{
	height:7px;
}
	.corners .w{
		float:left;
	}
	.corners .e{
		float:right;
	}
.disabled_text {
	color: #888888;
}

#featureCheckbox {
	margin-bottom: -10px;
}
.form_header {
	font-weight: bold;
	padding-bottom: 10px;
}
#free-trial-big a:hover{
	background-color:transparent;
}
.home-tabs {
	height:39px;
	background:url('/images/free-tour/white-tr.png') no-repeat top right #fff;
	color:#fff;
	font-size:16px;
}
	.home-tabs a{
		display:block;
		height:28px;
		margin-top:-7px;
		padding-top:7px;
	}
	.home-tabs a:hover{
		background:transparent;
		text-decoration:underline;
	}
	.home-tabs img{
		border:0;
	}
	.home-tabs .tab {
		float:left;
		height:36px;
		text-align:center;
		width:244px;
	}
	.home-tabs .on {
		background:url('/images/tab-tile-on.png') repeat-x;
		color:#000;
	}
	.home-tabs .off {
		background:url('/images/tab-tile.png') repeat-x;
		color:#fff;
	}
	.home-tabs .off a {
		color:#fff;
	}
	
.main-boss-links{
	float:right;
	width: 700px;
	text-align:right;
}
.main-logo{
	float:left;
}
.main-login{
	float:right;
	margin:5px 20px 0 0;
	text-align:right;
	width:600px;
}
.main-top-pad{
	height:20px;
}
.signed-in-header{
	
}
/* COLORS */
.dark-blue { color: #053c8c; }
.light-blue { color: #007bc1; }
.orange { color: #fc7e12; }

.highlighter {
	background-color:#FFFFCC;
}

.highlighted_copy {
	font-style: italic;
	font-size: 13px;
}

.hotspot {
	border: 1px solid #007bc1;
	position:absolute;
	cursor:pointer;
	background-image:url('http://www.tourvista.com/images/transparent.gif');
}

.line_through {
	text-decoration: line-through;
	color: #888888;
}

.line_through_red {
	text-decoration: line-through;
	color: #B54235;
	font-size: 15px;
}

.linkOn{
	font-weight: 900;
	color: #fc7e12;
}

.linkOff{
	font-weight: 100;
	color: #007bc1;
}

.medium_text {
	font-size: 12px;
}

.medium_text_sm {
	font-size: 11px;
}

/*
.message {
	font-weight: bold;
}*/


.error { 
	background-color: #f5f6f8;
	border:2px dotted #fc7e12; 
	color: #333333; 
	float: left;
	margin-bottom: 5px;
	margin-top:5px;
	padding:10px; 
}

.large-text {
	font-size: 14px;
}

.message { 
	background-color: #f5f6f8;
	border:2px dotted #053c8c; 
	color: #333333; 
	float: left;
	margin-bottom: 5px;
	margin-top:5px;
	padding:10px; 
}


.profileTable {
	border:1px solid #333333;
}

.profileTableInner {
	border:1px solid #cccccc;
}

.rowHeader {
	/*background-image: url(http://www.tourvista.com/images/bg-row-header.gif);
	background-repeat: repeat-x;*/
	background-color: #FFFF99;
	color: #232323;
	font-weight: bold;

	
}

#signIn {
	border: 1px solid #ccc;
}

#signUp {
	border: 1px solid #ccc;
}

.site-box {
	border: 1px solid #e5ecf9;
	background-color: #007bc1;
	color: #ffffff;
}

#site-content {
	background-color: #fff;
	border: 1px solid #232323;
	margin-left: auto;
	margin-right: auto;
	max-width: 945px;
	padding: 10px;
}

.site-list {
	margin: 0 0 10px 0;
	padding: 0;
}

#site-wrapper {
	background-color: #e5ecf9;
	padding: 15px;
	
}

.site-footer {
	color: #999;
	font-size: 10px;
}

.subtitle {
	color: #787878;
	padding: 0 0 0 15px;
}


#tour-player-nav {
	background-color:#FFFFCC;
	height:15px;
	padding:5px;
	padding-right:35px;
}
#tour-player-nav ul{
	float: left;
	list-style:none;
	margin:0;
	padding:0;
}
#tour-player-nav li{
	display:inline;
	margin:0;
	padding:0 5px 0 5px;
}

#nextPrev {
	float:right;
	padding:5px;
	margin:0px;
	width:70px;
	position:relative; /* makes it in front of footer in IE */
}
#nextPrevTop {
	margin-right:320px;
	float:right;
}


#tour-player-main-photo {
	background:#fff;
	/*border:1px solid #333;*/
	float:left;
	/*height:420px;*/
	/*margin-left:15px;*/
	text-align:center;
	width:500px;
}

#tour-player-photo-caption {
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	text-align:left;
	width:465px;
	position:relative; /* makes it in front of footer in IE */
	display:block;
	z-index:0;
}

#tour-player-sidebar {
	background-color:#fff;
	border:1px solid #aaa;
	float:right;
	height:375px;
	/*margin-right:15px;*/
	overflow:auto; /* no vertical scrollbar in IE... */
	padding:3px;
	width:320px;
	display:block;
}

.tour-player-thumb-container {
	position:relative;
	left:5px;
	top:5px;
	float:left; 
	text-align:center;
	width:105px;
	height:85px;
	padding:0px;
	margin:0px;
	cursor:pointer;
}


tr.profile-header {
	background-image: url(http://www.tourvista.com/pro/images/bg-gray.gif);
	background-repeat: repeat-x;
}

tr.profile-header-edit {
	background-image: url(http://www.tourvista.com/pro/images/bg-light-blue.gif);
	background-repeat: repeat-x;
}

.required-field-highlighted { background-color: #FFFF33; }

.required-form-notice {
	color: #ff0000;
	font-size:12px;
}

.rounded {
	background: #e1e6ec;
}

.select-faded {
	color: #999;
}

.signUpFormLabel {  }
.signUpFormLabelRequired { color:#ff0000; }

.small-text {
	font-size: 11px;
}

.small_text_spaced {
	font-size: 11px;
	padding-bottom: 5px;
}

.small-text-gray {
	font-size: 11px;
	color: #888888;
}

.small-text-red {
	font-size: 11px;
	color: red;
}

.super_small_text {
	font-size: 9px;
}

.super-small-text-gray {
	font-size: 9px;
	color: #888888;
}

.text-gray {
	color: #888888;
}

.warning {
	color: #ff0000;
	font-weight: bold;
}

#wrapper {
	background-color: #e5ecf9;
}

.quote {
	font-style: italic;
}


/* Image Style */
.img {
  border: 1px solid #000000;
}

.img-lite {
  border: 1px solid #aaaaaa;
}

.img-off {
  border: 1px solid #ababab;
}

.img-sort {
  border: 1px dashed #fc7e12;
}

/* TEMPLATE(BG) STYLES */
.bg-alert{
	float:left;
}
.bg-content{
	width:975px;
	padding: 0 10px;
}
.bg-footer{
	text-align:center;
	width:995px;
	margin: 0 auto;
	position:relative;
	top:-55px;
}
.bg-header{
	width:985px;
	margin: 0 auto;
	position:relative;
	height:50px;
}
.bg-top-mid{
	height:152px;
	width:100%;
	margin: 0 auto;
	background: url('http://www.tourvista.com/images/bg-header.png') no-repeat top;
}
.bg-white{
	margin: 0 auto;
	width:995px;
	top:-65px;
	position:relative;
}
.bg-white-bottom{
	background: url('http://www.tourvista.com/images/player/bg-white-bottom.png') no-repeat;
	width:995px;
	height:15px;
}
.bg-white-tile{
	background: url('http://www.tourvista.com/images/player/bg-white-tile.png') repeat-y;
	width:995px;
	position:relative;
}
.bg-white-top{
	background: url('http://www.tourvista.com/images/player/bg-white-top.png') no-repeat;
	width:995px;
	height:15px;
}
/* END TEMPLATE(BG) STYLES */
