
/*
colors used in this css
#31A5F7 - blue from logo
*/


/* CSS Reset */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

body {
	font-family: Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11pt;
}

body.main {
	margin:0;
	padding:0;
	background-color:#B2BDC4;
}

img {
	border:0;
}

h1, h2, h3, h4, h5, h6 {
	margin:10px 0 5px 10px;
	font-family: Arial,Helvetica,sans-serif;
}
h1 {
	font-size:15pt;
	font-weight:bold;
}
h2 {
	font-size:13pt;
	font-weight:bold;
}
h3 {
	font-size:11pt;
	font-weight:bold;
}
h4 {
	font-size:10pt;
	font-weight:bold;
}
h5 {
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
}
h6 {
	font-size:10pt;
	font-style:italic;
}

p {
	margin:10px;
}
table {
	margin:0;
	padding:0;
}

select {
	line-height: 1em;
	padding: 2px;
}

input,select {
	line-height: 1em;
	padding: 2px;
}

blockquote {
	padding:10px 30px;
}

textarea {
	font-family: Arial,Helvetica,sans-serif;
	color: #5B5B5B;
	font-size:10pt;
	width:540px;
}

ol{
	list-style: decimal;
	margin:0 0 0 30px;
}

ul{
	list-style: disc outside;
	margin-left:1em;
}

li {
	margin:5px 0 5px 1em;
}

hr {
	color:#527E8B;
	background-color:#527E8B;
	height:2px;
	border:0;
	width:100%;
}

strong {
	font-weight:bold;
}

strong.red {
	font-weight:bold;
	color:#630003;
}

em {
	font-style:italic;
}

legend {
	color: #31A5F7;
	padding:0 2px; 
	margin:0 2px;
	font-weight:bold;
	/*font-size:11px;*/
}

.highlight {
	color: #31A5F7;
}

fieldset {
	padding:5px;
	margin:10px;	
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a {
	color:blue;
	text-decoration: underline;
	/*border-bottom:1px dotted blue;*/
}
a.plain {
	border-bottom:none;
}
a:visited {
	color:blue;
}
a:active {
	color:blue;
/*	text-decoration: underline;*/
}
a:hover {
	color:blue;
	text-decoration: underline;
	/*font-weight:bold;*/
}

.rating {
	color:#31A5F7;
	font-size:36pt;
}

.featureWrapper {
	position:absolute;
	top: 50%;
	left: 50%;
	width:910px;
	height: 518px;  /*510px+70 for ads;*/
	margin-left: -455px;
	margin-top: -259px;   /* -255px-35 for ads;  this is height/2 */
	/*background-color: #d3d3d3;*/
	background-color: #AAB9C1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*border:2px #D0D9DD solid;*/
}

.feature {
	position:relative;
	margin:auto;
	width:900px;
	height:510px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:1px #F8F8F8 solid;  
	top:3px;
}

.featureMenuWrapper {
	opacity:0.5;
	filter:alpha(opacity=50);
	float:left;
	margin:10px;
	padding:5px 5px 5px 0;
	width:160px;
	height:480px;
	background-color:#000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.featureMenu {
	position:absolute;
	left:15px;
	top:15px;
	font-weight:bold;
	font-size:13pt;
	color:#FFFFFF;
}

.headerLogoArea {
	position:relative;
}

.headerLogo {
	color:#FFFFFF;
	position:absolute;
	left:10px;
	top:10px;
}

.headerLogoWrapper {
	opacity:0.5;
	filter:alpha(opacity=50);
	margin:10px 30px 10px 0;
	padding:5px;
	width:170px;
	height:82px;
	background-color:#000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.featuredItemWrapper {
	opacity:0.5;
	filter:alpha(opacity=50);
	float:right;
	margin:80px 30px 10px 0;
	padding:5px;
	width:200px;
	height:320px;
	background-color:#000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.featuredItems {
	width:180x;
	position:absolute;
	left:680px;
	top:90px;
	font-weight:bold;
	font-size:10pt;
	color:#FFFFFF;
	z-index:1000;
}

.featuredItem {
	color:#FFFFFF;
	font-size:10pt;
	padding-bottom:7px;
}

.featuredItem a {
	color:#FFFFFF;
	text-decoration:none;
}

.featuredItem a:active {
	color:#FFFFFF;
}

.featuredItem a:hover {
	color:#FFFFFF; /*#31A5F7;*/
	text-decoration:underline;
}

.featuredItem a:visited {
	color: #FFFFFF;
}

.featureMenu div {
	padding:3px 0;
}

.featureMenu a {
	font-weight:bold;
	background-color:transparent;
	display:block;
	text-decoration:none;
	padding:5px;
	color: #FFFFFF; 
}

.featureMenu a:active {
	color:#31A5F7;
	background-color:#000000;
}

.featureMenu a:hover {
	color:#FFFFFF; /*#31A5F7;*/
	background-color:#31A5F7;
}

.featureMenu a:visited {
	color: #FFFFFF;
}

.featureSearch {
	position:absolute;
	top:30px;
	left:250px;
	/*margin-top:30px;
	margin-left:100px;*/
}

.badges {
	position:absolute;
	top:20px;
	left:800px;
	width:100px;
}

.openx {
	margin:8px 10px;
	/*margin-bottom:8px;
	margin-top:8px;*/
}

.searchInput {
	background:url( /images/search.png ) no-repeat; 
	background-position:right;
	background-color:#FFFFFF;
	color:gray;
	height: 24px;
	width:280px;
	font-size:14pt;
	padding:2px 5px;
/*	vertical-align:middle;*/
}
.required {
	margin:15px 0 0 5px;
	font-size:12pt;
	color:red;
}

.requiredNote {
	text-align:right;
	margin:0;
	padding:0;
	font-size:8pt;
}

.callout{
	position:absolute;
	left:810px;
	/*float:right;*/
	width:180px;
}

.pod{
	/*float:right;*/
	width:228px;
	background-color:#FFFFFF;
	color:black;
	padding:0;
	margin:10px;
	border:2px solid #31A5F7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.inactive {
	color:gray;
}

.pod h3 {
	text-align:center;
	color:white;
	background-color:#31A5F7;
	margin:0;
	padding:10px;
}

.pod div {
	padding:10px;
}

.searchResultTitle {
	font-size:12pt;
	margin:10px 10px 0 10px;
	font-weight:bold;
}

.searchResultSummary {
	font-size:10pt;
	margin-left:10px;
	width:95%px;
}

.small{font-size:9pt!important;}

a.nobold {font-weight:normal;}

a.red {color: red;}

.formTable {
}
.formTable td {
	padding:3px 2px;
}
.formButtons {
	margin-top:5px;
}

.avatarContainer {
	float:left;
	margin:0 10px 10px 5px;
}

.avatarContainer img {
	width:50px;
	height:50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px #000;
}

.avatarContainerSmall img {
	width:40px;
	height:40px;
}

.comment {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-height:60px;
	/*width:95%;*/
	clear:both;
	padding:5px;
	margin:5px;
}

.comment.odd {
	background:#EEF8FD;
}

.comment.even {
	background:#FAFAFA;
}

/* STYLES TARGETED TO SPECIFIC IDs ON THE PAGE */
#header {
	width: 100%;
	height: 110px;
	/*height:100px;*/
	margin:0;
	/*padding:10px 10px 10px 10px;*/
	background-color:#000000;
}

.adAreaTop {
	background-color: #d3d3d3;   /*#B2BDC4 !important;*/
	/*border:1px gray solid;*/
	/*padding-left:5px;
	padding-right:5px;*/
	margin:auto;
	/*margin-left:5px;
	margin-right:5px;*/
	width: 900px;
}

.adAreaTop td  {
	clear:both;
	min-height:60px;
}

.headerTable {
	/*padding:20px 20px;
	vertical-align:bottom;*/
	margin:0;
	padding:0;
}

.headerTable td {
	margin:0;
	padding:0;
}

div#slideshowWrapper {
	width:980px;
	height:220px		
}

div#slideshow {
	float:left;
	width:680px;
	height:220px
}

#page {
	min-height:400px;
	margin: 0 auto;
	padding:0 0 0 0;
	width: 90%;
	background-color:#FFFFFF;
	min-width:900px;
}

.home {
	min-height:400px !important;
	background-color:#B2BDC4 !important;
}

#homeHeaderWrapper {
	background-color: transparent;
	background-image: url(/images/home-top-bg.png);
	background-repeat: repeat;
	background-attachment: scroll;
	position: absolute;
	width: 100%;
	height: 35px;
	min-width: 700px;

}

#homeHeader {
	font-size: 9pt;
	color:white;
	/*position: absolute;
	top: 0pt;
	left: 0pt;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bac3c8;
	width: 50%;
	/*min-width: 700px;*/
	z-index: 5;
	text-align: right;
	height:18px;
	margin-top: 5px;
	float:right;
	
	
	/*color:white;
	font-size: 93%;
	line-height: 130%;
	min-height: 14px;
	padding-top: 0.35em;
	padding-right: 0pt;
	padding-bottom: 0.35em;
	padding-left: 8px;*/
}



#homeHeader a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin:10px;
}
#homeHeader a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#homeHeader a:active {
	color:#FFFFFF;
	text-decoration: underline;
}
#homeHeader a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}


#homeHeaderLeft{
	font-size: 9pt;
	color:white;
	/*position: absolute;
	top: 0pt;
	left: 0pt;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bac3c8;
	width: 50%;
	/*min-width: 700px;*/
	z-index: 5;
	text-align: left;
	height:18px;
	margin-top: 5px;
	float:left;
	/*padding-left:5px;*/
	text-indent:5px;
	}
	
	
#homeHeaderLeft a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin:10px;
}
#homeHeaderLeft a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#homeHeaderLeft a:active {
	color:#FFFFFF;
	text-decoration: underline;
}
#homeHeaderLeft a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}	
	

.marketName {
	/*margin:0;
	padding:0 10px;
	text-align: justify;
	align:justify;*/
	/*position:absolute;
	top:20px;
	left:-200px;*/
	color:white;
	width:100%;
	margin:0;
	padding:0;
	/*font-size:14pt;*/
	text-align: center;
	text-transform: uppercase;
}

.tightTable {
	margin:0;
	padding:0;
}

/*#content {
	width:930px;
	_height:300px;
	min-height:300px;
	padding:0 10px;
	background-color:white;
	margin:0 auto;
}*/

.content {
	width:640px;
}

#pageTop {
	background:transparent url(/images/bg-top.gif) no-repeat top center;
	height:15px;
}

#pageBottom {
	background:transparent url(/images/bg-bottom.gif) no-repeat bottom center;
	height:25px;
}

#footer {
	color:#878787;
	background-color:#B2BDC4;
	margin: 0 auto;
	text-align: center;
	/*max-width:920px;*/
	clear:both;
	font-size:9pt;
	padding:5px 0 0 0;
}

.footerWide {
	/*width:1080px !important;
	padding:5px 80px 0 0 !important;*/
}

.footerHome {
	width:920px !important;
}

#footer a {
	color: #f76120; /*#878787;*/
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color:#f76120;
	text-decoration: none;
}
#footer a:active {
	color:#f76120;
	text-decoration: underline;
}
#footer a:hover {
	color:#f76120;
	text-decoration: underline;
}

#adAreaBottom {
	margin: 0 auto 0 auto;
	padding:0;
	text-align: center;
	/*width:940px;*/
	width: 100%;
	clear:both;
	font-size:9pt;
	min-height:80px;
}

#copyright {
	margin: 10px auto 0 auto;
	padding:5px 0 5px 0;
	text-align: center;
	width: 980px;
	clear:both;
}

#navbox {
	padding:0;
	height:37px;
	/*width:954px;*/
	width:100%;
	margin:0 0 10px 0;
	background-color:#000000; /*#FFAC1F;*/
	/*background:url('/images/menubg.jpg') repeat 0 0;*/
}

#nav {
	list-style:none;
	margin:0;
	padding:0;
}

#nav li {
	height:100%;
	float:left;
	text-align:center;
	color: #FFFFFF;
	margin:0;
	padding:0;
}

#nav a {
	font-weight:bold;
	background-color:#000000;
	display:block;
	text-decoration:none;
	padding:10px; /*5px 12px 5px 12px;*/
	color: #FFFFFF; 
	font-size:10pt;
}

#nav a:active {
	color:#FFFFFF;
	background-color:#31A5F7;
}

#nav a:hover {
	color:#FFFFFF;
	background-color:#31A5F7;
}

#nav a:visited {
	color: #FFFFFF;
}

#nav .selected a {
	/*background-position:82px 0;*/
	color:#FFFFFF;
	background-color:#31A5F7;
}

#nav2 {
	width:98%;
	text-align: right;
	padding-right: 20px;
	padding-left: 10px;
	font-size: 9pt;
}

#nav2 a {
	color: #f76120; /*#878787;*/
	text-decoration: none;
	font-weight: bold;
}
#nav2 a:visited {
	color:#f76120;
	text-decoration: none;
}
#nav2 a:active {
	color:#f76120;
	text-decoration: underline;
}
#nav2 a:hover {
	color:#f76120;
	text-decoration: underline;
}

.greeting {
	color: #f76120; /*#878787;*/
	font-weight: bold;
	font-size: 9pt;
}

.right {
	float:right;
}
.left {
	float:left;
}

.shaded {
	background-color:#ffab24;
}

.reportTable {
	border-top:1px dotted #666666;
	border-right:1px dotted #666666;
}

.reportTable th {
	background-color:#EAEFF3;
	color:black;
	border-left:1px dotted #666666;
	border-bottom:1px dotted #666666;
	vertical-align:bottom;
	padding:5px;
	font-weight:bold;
}

.reportTable td {
	border-left:1px dotted #666666;
	border-bottom:1px dotted #666666;
	padding:5px;
}

/*div.pod {
	background-color:#FFFFFF;
	border:1px solid #B7B7B7;
	padding:10px;
	margin:5px;
	text-align:left;
	position:relative;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}*/

button {
	font-size:12pt;
	height:25px;
	padding-left:20px;
	padding-right:20px;
	margin-left:0;
	margin-right:5px;
	background:#3FA6F5;
	color:white;
	font-weight:bold;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* jquery dialogs */
.ui-dialog-titlebar {
	background:#3FA6F5 !important;
	color:white !important;
}

.ui-dialog-content a {
	color:blue;
	text-decoration: none;
}
.ui-dialog-content a:visited {
	color:blue;
}
.ui-dialog-content a:active {
	color:blue;
}
.ui-dialog-content a:hover {
	color:blue;
	text-decoration: underline;
	/*font-weight:bold;*/
}

.messageAdmin {
	border:1px black solid;
}
button.large {
	width:200px;
	height:80px;
	font-size:12pt;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
	margin-left:10px;
	margin-right:10px;
}

.buttonIcon {
	width:24px;
	height:24px;
	margin-right:10px;
	vertical-align:middle;
}

.label{
	text-align:right;
	font-weight:bold;
}

a.undecorated {
	text-decoration:none;
}

a.undecorated:active {
	text-decoration:none;
}

a.undecorated:hover {
	text-decoration:none;
}

a.undecorated:visited {
	text-decoration:none;
}

.itemPhotoThumb {
	float:left;
	padding:0 10px 10px 0;
}


	/* Tree colums start */


#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	/*background:#ffd8b7;		/* Left column background colour */
	background-color:#FFF
}
#colmid {
	float:left;
	width:187%;
	position:relative;
	left:200px;
	/* border-left:1px solid #CCCCCC; */
	/*background:#fff;    	/* Centre column background colour */
	background-color:#FFF
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	/*background:#ff9;    	/* Right column background colour */
	background-color:#FFF
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
	padding-top:2px;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:210px;
	height:100%;
	position:relative;
	margin-left:-50%;
	left:200px;
	overflow:hidden;
	padding-top:10px;
}
#col3 {
	float:left;
	width:260px;
	position:relative;
	left:0px;
	overflow:hidden;
}
	/* Tree colums end */
	
	
	/*Menu left column Start*/
#leftColumContent{
	border-right:1px solid #CCCCCC;
	height:auto;
	background-color:#F6F7FC;
}

.menuLeftItem{
	font-size:16px;
	padding-left:5px;
}

.menuLeftItem a {
	text-decoration:none;
	font-weight:bold;
	color: #06C;
}

.menuLeftItem2{
	font-size:12px;
	padding-left:10px;
	vertical-align:middle;
}

.menuLeftItem2 a {
	text-decoration:none;
}

.menuLeftColumnTitle{
	background:#31A5F7;
	padding-left:10px;
	font-size:larger;
	color:#FFF;
	height:26px;
	padding-top:6px;
	font-weight:bolder;
}

.menuLeftColumnTitle2{
	font-size:large;
	color:#31A5F7;
	height:30px;
	padding-top:7px;
	text-transform:capitalize;
	padding-left:10px;
}

/*Menu left column END*/


/* START FAVORITES MENU */
.favoriteItem{
	width:128px;
	height:80px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	text-align:left;
	-moz-border-radius:10px 10px;
}

.favoriteItemText{
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	text-align:left;
	background:#FFF;
}

.favoriteItemStar{
	margin-right:3px;
	margin-top:3px;
}

a.favoriteItem {
	text-decoration:none;
	color:#FFF
	}


#favoriteMenu{
	padding-top:13px;
	display:none;
	text-decoration:none;
}

/* END FAVORITES MENU */


/* START LAST ACTIVITIES */

#newCity{
	color:#C00;
	font-size:12px;
	font-weight:bold;
	}
#newCityName{
	color:#03C;
	font-size:12px;
	}

#newReview{
	color:#036;
	font-size:12px;
	font-weight:bold;
	}
#newReviewNormal{
	color:#036;
	font-size:12px;
	font-weight:normal;
	}	
#newReviewName{
	color:#036;
	font-size:12px;
	font-weight:bold;
	}
#newReviewContent{
	font-size:12px;
}


#newCoolSpot{
	font-family:Arial, Helvetica, sans-serif;
	color:#0CF;
	font-size:12px;
	font-weight:bold;
	}
#newCoolSpotName{
	font-family:Arial, Helvetica, sans-serif;
	color:#06C;
	font-size:12px;
	}
#newCoolSpotContent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* END LAST ACTIVITIES */