body{
	font:10pt Verdana, Helvetica, sans-serif;
	background:#242f36;
	height:100%;
}

img{
	border:0;
}

a{color:#242f36;}

a:visited{color:#242f36;}

a.info{
    position:relative; /*this is the key*/
    z-index:24;
}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-2em; left:2em; width:15em;
    padding:2px;
    border:1px solid #F0A800;
    border-left:4px solid #F0A800;
    background-color:#FEFECC; 
    color:#000;
}

#tabbar{
	width:900px;
	margin:0 auto;
	background:#242f36;
}

#tabbar div{
	float:left;
	margin:15px 2px 0 2px;
}

#tabbar div a{
	
}

.actions{
	float:right;
	margin:15px 10px 0 2px;
}

.actions dt{
	padding:3px 20px;
	margin:0 2px;
	background:#F2A02D url(../images/tab_action.gif) top left no-repeat;
}

.actions a{
	text-decoration:none;
}

.actions dd {
	margin:0 0 0 -71px;
	padding:0;
	position:absolute; 
	overflow:hidden; 
	display:none; 
	z-index:200; 
	opacity:0;
}

.actions ul {
	padding:0;
	margin:0;
	list-style:none;
	background:#F2A02D;
}

.actions li {
	display:block
	margin:0;
	width:150px;
	padding:3px 10px;
}

.actions li a{
	margin:0;
	padding:0;
	text-decoration:none;
}

.actions li form, .actions li input{
	margin:0;
	padding:0;
	border:0;
	color:#242f36;
	background:inherit;
}

.logo{
	margin:40px 10px -618px -52px;
	float:left;
	text-decoration:none;
}

.highestRated{
	background:url(../images/bgRating.gif) top left no-repeat;
	padding:30px 0 0 0;
	margin:0 0 20px 0;
}

.mostRecent{
	background:url(../images/bgRecent.gif) top left no-repeat;
	padding:30px 0 0 0;
	margin:0 0 20px 0;
}

.active{
	padding:3px 20px;
	background:#FFF url(../images/tab_on.gif) top left no-repeat;
}

.tab{
	padding:3px 20px;
	background:#CBCDCF url(../images/tab.gif) top left no-repeat;
}

.clear{
	clear:both;
}

.clearleft{
	clear:left;
}

.search{
	background:#DDE6EF;
	float:right;
	padding:0;
}

#searchbutton{
	padding:0 3px;
}

#searchtext{
	color:#999;
	padding:1px 3px;
	margin-right:4px;
}

#maptop{
	background:#DDE6EF url(../images/ctll.gif) top left no-repeat;
	height:22px;
	padding:4px;
}

#maplinks{
	float:right;
}

input{
	border:1px solid #999;
	font-size:10pt;
}

textarea{
	border:1px solid #999;
	font-size:10pt;
}

select{
	border:1px solid #CCC;
	font-size:10pt;
	margin:0 2px;
	text-decoration:none;
	background:#FFFFFF;
}

#buttonbar{
	background:#FFF;
	clear:both;
	height:0;
	padding:0;
}

.button{
	border:1px solid #CCC;
	padding:0 10px;
	margin:2px;
	text-decoration:none;
	background:#FFFFFF;
}

.highlighted{
	background:#F0A800;
}

.highlightxt{
	color:#a06800;
}

.error{
	color:#FF0000;
}

.required{
	background:#F0A800;
}

.optional{
	background:#DDE6EF;
}

.action{
	float:right;
	margin-top:-2px;
	background:#588AB2;
}

.whitetext{
	color:#FFF;
}

#content{
	background:#FFFFFF;
	opacity:.85;
	width:884px;
	margin:0 auto;
	padding:8px;
}

#searchResults{
}

#searchResults p{
	padding-left:20px;
}

#userimg{
	float:left;
	margin-right:5px;
}

.label{
	color:#BBB;
}

#searchTable{
	width:884px;
}

.resultExpl{
	margin:10px 0;
	color:#999;
}

.result{
	padding:10px 0;
}

.resultTitle{
	font-weight:bold;
	font-size:12pt;
}

.resultTypes{
	color:#999;
}

.resultRating{
	clear:left;
	color:#FFF;
}

.rating{
	color:#FFF;
}

.ratingTripLabel{
	float:right;
	padding-right:10px;
}

.resultSummary{
	color:#444;
	padding-bottom:10px;
}

.resultrow{
	background:#EEEEEE;
}

.order{
	background:#DDE6EF;
	border-left:2px solid #FFF;
	cursor:pointer;
}
.orderby{
	background:#DDE6EF url(../images/orderby.png) left no-repeat;
	border-left:2px solid #FFF;
	cursor:pointer;
	padding-left:23px;
}
.myorderby{
	background:#FAE2BA;
	border-left:2px solid #FFF;
	cursor:pointer;
}
.orderingby{
	background:#F0A800;
	border-left:2px solid #FFF;
	cursor:pointer;
}
.orderingbydown{
	background:#588AB2 url(../images/orderbyDown.png) left no-repeat;
	border-left:2px solid #FFF;
	cursor:pointer;
	padding-left:23px;
}
.orderingbyup{
	background:#588AB2 url(../images/orderbyUp.png) left no-repeat;
	border-left:2px solid #FFF;
	cursor:pointer;
	padding-left:23px;
}

.orderby a, .orderingbyup a, .orderingbydown a{
	font-weight:bold;
	color:#242F36;
}

.boldtitle{
	font-size:20pt;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}

.title{
	font-size:20pt;
	text-decoration:none;
	color:#FFF;
}

.fullheading{
	font-size:18pt;
	margin-top:-18pt;
	font-family:Georgia, serif;
}

.heading{
	font-size:14pt;
	font-family:Georgia, serif;
}

.fadedheading{
	font-size:14pt;
	color:#242f36;
	font-family:Georgia, serif;
}


.subheading{
	font-size:11pt;
	font-weight:bold;
}

.smallheading{
	font-size:11pt;
	font-weight:normal;
}

.nodeco{
	text-decoration:none;
}

.author{
	font-size:80%;
	color:#999;
	font-style:italic;
}

#summary{
	padding:5px 15px 5px 15px;
}

.plus{
	padding:0;
	width:20px;
	height:18px;
	text-align:center;
	font:bold 13pt Arial, Helvetica, sans-serif;
	color:#4E6C5A;
	background:#EEE;
}

.minus{
	padding:0;
	width:20px;
	height:18px;
	text-align:center;
	font:bold 13pt Arial, Helvetica, sans-serif;
	color:#F0A800;
	background:#EEE;
}

.loader{
	text-align:center;
	padding:130px 0 130px 0;
}

.load{
	background:#FFF;
	padding:12px;
	text-align:center;
	border:1px solid #CCC;
}

.mainbox{
	padding:10px 20px;
	width:420px;
	background:url(../images/bgResult.gif) top left no-repeat;
}

#placetitle{
	width:470px;
	padding:10px 0 0 0;
	clear:left;
}

#triptitle{
	float:left;
	padding:0 10px 0 10px;
	margin-top:-3px;
	clear:left;
}

#placedesc{
	margin:0 400px 0 200px;
}

#column3{
	width:400px;
	margin:0 -8px 10px 10px;
	float:right;
}

.c3box{
	margin:2px 1px 0 0;
	width:380px;
	padding: 10px;
}

#c3box1{
	background:#CCC url(../images/ctll.gif) top left no-repeat;
}

#c3box2{
	background:#DDD;
}

.box{
	margin:2px 1px 0 0;
	padding:5px;
	color:#333;
}

.thumb img{
	float:left;
	margin:1px;
}

#column1{
	width:190px;
	margin:0 10px 10px -8px;
	float:left;
	clear:left;
	background:#fff;
}

#c1box1{
	background:#707f89 url(../images/ctr.gif) top right no-repeat;
}

#c1box2{
	background:#848f99;
}

#c1box3{
	background:#a9afb9;
}

#c1box4{
	background:#cacfd3;
}

#c1box5{
	background:#dddddd url(../images/cbottomright.gif) bottom right no-repeat;
}

#prevnextimg{
	padding:5px 0 0 0;
	text-align:center;
}

#prevnextimg a{
	text-decoration:none;
}

#images_container{
	clear:both;
	padding:8px 0 8px 0;
}

#images_container img{
	border:0;
}

#imgeditbar{
	padding:5px;
	margin:-40px 0 -10px 0;
	text-align:right;
}

.deleteimg{
	margin:2px 0 0 -20px;
	float:left;
}

.imgResults{
	margin-top:-26pt;
}

.curimg{
	border-bottom:3px solid #F0A800;
	border-top:3px solid #F0A800;
}

.notcurimg{
	border-bottom:3px solid #666666;
	border-top:3px solid #666666;
}

#medpic{
	padding:8px 0 0 0;
	clear:both;
}

#med_container{
	margin:0 0 8px 8px;
	width:460px;
	text-align:left;
}

#med_container img{
}

#prevnext{
	text-align:right;
	float:right;
}

#prevnext a{
	padding:1px 3px;
	border:1px solid black;
	margin:1px;
	text-decoration:none;
}

#comments{
	clear:both;
	padding-top:8px;
}

.comment input{
	width:280px;
}

.comment textarea{
	width:280px;
	height:200px;
}


.comment{
	background:#DFE2E6 url(../images/ctll.gif) top left no-repeat;
	padding:8px 400px 8px 200px;
	margin:5px 0 5px 0;
}

.addComment{
	background:#DFE2E6 url(../images/ctll.gif) top left no-repeat;
	padding:8px;
	margin:5px 0 5px 0;
}

.addComment input{
	width:280px;
}

.addComment textarea{
	width:280px;
	height:200px;
}

.deleteComment{
	float:right;
	text-align:right;
	margin-right:-395px;
}

iframe {
	text-align:left;
	border: 0;
	padding: 5px 0 0 0;
	margin: 0;
	height: 60px;
	width: 380px;
	overflow:hidden;
}

#iframe2{
	width:350px;
}

iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
	overflow:hidden;
}

/* edit inplace form
   ------ */

form.inplaceeditor-form { /* The form */
}

form.inplaceeditor-form input[type="text"] { /* Input box */
	border:1px #000 solid;
	font: 9pt Arial, Helvetica, sans-serif; 
}

form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
	border:1px #000 solid;
	font: 9pt Arial, Helvetica, sans-serif; 
}

form.inplaceeditor-form input[type="submit"] { /* The submit button */
	border:0px;
	background:#ccc;
	padding:0 8px 0 8px;
	margin-left:2px;
	font: 9pt Arial, Helvetica, sans-serif; 
}

form.inplaceeditor-form a { /* The cancel link */
	color:#000;
	background:#ccc;
	padding:1px 8px 1px 8px;
	text-decoration:none;
	margin-left:2px;
	font: 9pt Arial, Helvetica, sans-serif; 
}

form.inplaceeditor-form a:hover { /* The cancel link */
	color:#000;
}

#lgooglemap{
	margin-left:-8px;
	margin-top:-12px;
}

#googlemap {
	width:380px;
	height:420px;
	background:#999;
}

#googletripmap {
	width:884px;
	height:420px;
	background:#999;
}

#searchmap {
	width:884px;
	height:420px;
	background:#999;
}


#signin{
}

#signin p{
	margin:0 3px 8px 3px;
}

#footer{
	font-size:7pt;
	text-align:center;
	clear:both;
}

/*     Lightbox CSS     */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 600px; background-color: #000; }

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	text-align:center;
	top: 43%;
	left: 43%;
	width: 7%;
	height: 7%;
	background-color: black;
	z-index:1002;
	overflow: auto;
}
.white_lcontent{
	display: none;
	position: absolute;
	text-align:center;
	top: 43%;
	left: 43%;
	width: 7%;
	height: 7%;
	z-index:1002;
	overflow:visible;
}
