/* vb Document */


.popup {
	margin: 4px 4px;
	padding: 1px;
	position: absolute;
	width: 120px;
	display: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	border-left: 2px solid #fff;
	background-color: #99CCFF;
	text-align: center;
}

.popup a, .popup a:visited, .popup a:active {
	background-color: transparent;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #246;
}

.popup a:hover {
	background-color: #FFFFFF;
	color: #000000;
}


body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:71%;
	}
td {font-size:1em;
	 }	
	
	
#bk_grad_white {
	background: #E8E8E8 url(../img/bk_grad_white.jpg) repeat-x left top;
	}
#bk_grad_dark {	
	background: #333333 url(../img/bk_grad_blk.gif) repeat-x left top;
	}	
		

#container {
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	border: none;
	 	
}
	
#page {
	margin: 0px auto;
	padding: 0;
	width: 800px;
	border: none;
	}


p, h1, h2, h3 {
	margin:0 0 6px 0;
	}


img {
	border:none;
}

form {
	margin-bottom:0px;
	display: inline;
}

ul, li {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	}

.clear {
	clear:both;
	visibility:hidden;
	}

.error {
	color:#FF0000;
	font-weight:bold;
	border: 2px solid #FF0000;
	padding: 10px;
	margin-bottom:10px; 
	}
.message {
	font-weight:bold;
	border: 2px solid #FF0000;
	padding: 10px;
	margin-bottom:10px; 
	}
.announce {
	color:#FF0000;
	font-weight:bold;
	border: 2px solid #FF0000;
	padding: 10px;
	margin-bottom:10px; 
	}	
	

.legend {
	font-size:1.1em;
	font-weight:bold;
}


.forms h2{
	font-size:1.0em;
}
.forms th {
	text-align:left;
	font-size:1.1em;
	width: 120px;
}
.forms td {
	text-align:left;
	font-size:1em;
	padding-bottom: 4px;
}		
.forms textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	width:100%;
	padding:2px;
	background-color: #FFFFFF;
}
.forms input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding:2px;
}
#form_group {
	margin-bottom:20px;
}


#pg {
	
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:inline;
	min-width:20px;
	min-height:20px;
	text-align: center;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	background-color:#FFFFFF;
	margin-left:2px;
	padding:2px;
}

#pg .current {
	background-color:#CCCCCC;
}

#pgcontrol {
	text-align:right;
	margin-top:4px;
	margin-bottom:8px;
}

#paging {
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:inline;
}
#paging a {	
	color:#FF0033;
	text-decoration:none;
	}

#paging a:hover {
	color:#FFFFFF;	
	text-decoration:none;
	background-color:#FF0033;
	}



/* Adverts */

.ad {
	margin-bottom:10px;
}

#ad_300 {
	margin-top:10px;
	padding: 10px;
	border: 1px solid #EDEDED;
	background-color:#FFFFFF;
}

#ad_300 a {	
	font-size:1.1em;
	color:#FF0033;
	text-decoration:none;
	}

#ad_300 a:hover {
	color:#FFFFFF;	
	font-size:1.1em;
	text-decoration:none;
	background-color:#FF0033;
	}




/* Header Parts */



#header {
	padding:0 2px 0 2px;
	margin:0;
	font-size:0.95em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	height:120px;
	background: #000000 url(../img/vb_header.jpg);
	}

#header_right {
	float:right;
	line-height:100%;

	}

#header_right li{
	display:inline;
	margin:0 10px 0 5px;
	}

#header a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	
#header_sign_in {
	padding:5px 0 5px 5px;
	background-color:#1E1E1E;
	display:none;
	overflow:hidden;
	font-size:0.95em;
	height:100%;
	}

#header_sign_in .login_class {
	float:right;
}

#header_sign_in input {
	font-weight:bold;
	margin-left: 10px;
	}
	
#header_sign_in li {
	font-weight:bold;
	display:inline;
	color:#FFFFFF;
	margin-right:10px;
	}
	

/*============== Footer Section============= */

#footer {
	margin-top:10px;
	padding:40px;
	background-color:#1E1E1E;
	text-align:center;
	clear:both;
	
	color:#EDEDED;
	}


	

/* ==========content area parts ==========*/
	
#content {
	text-align:left;
	padding:10px;
	position:relative;
	display:block;
	}	
	
	
#masthead {
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 4px;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	color:#444444;
	background: #FFFFFF;
	}
	
#masthead a {
	color: #FF0000;
	text-decoration:none;
	}	

#masthead a:hover {
	color: #FF2200;
	text-decoration:none;
}	
		

#nav_main {
	width:800px;
	height:100px;
	background: #000000 url(../img/navmain.jpg);
	}

#menu {
	width: 400px;
	padding-top:2px;
	padding-left:10px;
	position:relative;
	margin-top:86px;
	text-align:right;
	float:right;
	}

#menu li{
	font-size:1em;
	font-weight:600;
	display:inline;
	margin-left:2px;
	margin-right:10px;	
	}
#menu a {
	color:#20B0B0;
	text-decoration:none;
	}
#menu a:hover {
	color:#20B0B0;
	text-decoration:underline;
	}

#submenu {
	padding-top:2px;
	padding-left:10px;
	padding-bottom:4px;
	position:relative;
	background: #FFFFFF;
	}
#submenu li{
	font-size:1em;
	font-weight:600;
	display:inline;
	margin-left:2px;
	margin-right:10px;	
	}
#submenu a {
	color:#20B0B0;
	text-decoration:none;
	}
#submenu a:hover {
	color:#20B0B0;
	text-decoration:underline;
	}

#functions {
	background-color: #FFFFFF;
	padding-right:10px;
	padding-top:10px;

}

#functions a{
	color:#F40505;
	font-weight:600;
	text-decoration:none;
}
#functions a:hover {
	color:#F40505;
	font-weight:600;
	text-decoration:underline;
}


/* used on destinations page */

#nav_sub .current {
	background-color:#999999;
	color:#EFEFEF;
	}


#nav_sub li{
	font-size:1em;
	display:inline;
	font-weight:bold;
	}

#nav_sub a {
	color:#000000;
	text-decoration:none;
	margin:0px 10px 0px 10px;
	}	
	
#nav_sub  a:hover {
	color:#000000;
	text-decoration:none;
	background-color:#D7D7D7;
}

	
/* ======== home content area : left side ===========*/
#section_1 {
	float:left;
	width:520px;
	margin-left: 0px;
	margin-top: 0px;

	}	
	
#section_2 {
	float:left;
	width:250px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	
	}	


#bk_white {
	background-color:#FFFFFF;
	padding: 8px;
	}

.side {
	background-color:#FFFFFF;
	padding: 8px;
	}
.side a {	
	color:#111111;
	text-decoration:none;
	}

.side a:hover {
	color:#111111;	
	text-decoration:underline;
	}




/* ======= home content area: right side ===========*/


#dest_links {
	margin-top:20px;
	}


	
.dest_det_title {
	font-size:0.9em;
	font-weight:bold;
	color:#990000;
	text-transform: uppercase;
	text-decoration:underline;
	margin-bottom:0px;
	}
/*
#dest_details {
	}
*/
.ratings {
	margin-top:2px;
	margin-right:5px;
	background-color:#FF0000;
	float:left;
	}


/*============== resort edit page ============= */
#resortedit {
	padding: 16px;
	}

#resortedit th {
	text-align:left;
	font-size:1.1em;
	width: 160px;
}	


/*============== search page ============= */


#search_content {
	text-align:left;
	padding:10px 0 10px 0;
	position:relative;
	display:block;
	font-size:1em;
	}
#search_content h2{
	font-size:1.1em;
	}	

#search_section_1 {
	float:left;
	width:520px;
	min-height:400px;
	background-color: #FFFFFF;
	
}

#search_section_2 {
	float:right;
	width:250px;
	background-color: #FFFFFF;
}

#search a{
	color:#F40505;
	font-weight:600;
	text-decoration:none;
}
#search a:hover {
	color:#F40505;
	font-weight:600;
	text-decoration:underline;
}


.bk_grey {
	background-color:#EFEFEF;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 20px;
	
	}
	
#search {
	background-color:#FFFFFF;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 20px;
	
	}	


/*============== Password recovery Section============= */
#passrecovery {
	width:500px;
	font-size:0.9em;
	margin:0 auto 0 auto;
	}

#passrecovery h1 {
	font-size:1.5em;
	}
	
#passrecovery th {
	text-align:left;
	font-size:1.1em;
	width: 160px;
	
	}
	

/*============== Profile edit Section============= */
#changepassword {
	font-size:1em;
	text-align:left;
	position:relative;
	display:block;
	background-color:#FFFFFF;
	width: 490px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

	
#changepassword h2{
	font-size:1.0em;
	
	
}





#profileedit_content {
	font-size:1em;
	margin-top:10px;
	text-align:left;
	position:relative;
	display:block;
	background-color:#FFFFFF;
	height:1%; /*Peekaboo workaround IE6 */
}


#profileedit_form {
	width:500px;
	float:right;
	text-align:left;
	padding: 16px;
	}

	
#profileedit_form h2{
	font-size:1.0em;
}


#profile {
	font-size:0.9em;
	margin-bottom:10px;
}

#profile a {
	color: #FF0000;
	text-decoration:none;
	}	

#profile a:hover {
	color: #FF2200;
	text-decoration:none;
}	

/*
.profile_title {
	font-weight:bold;
	font-size:1.2em;
}
*/







#user_smallpic {
	padding:4px;
}


/*============== Journalhome.php Section============= */
#journalhome_content {
	padding: 10px;
	background: #333333 url(../img/bk_grad_blk.gif) repeat-x left top;	
}
#journalhome_content h2 {
	font-size:1.0em;
}


#journalhome_section_1 {
	float:left;
	width:470px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}

#journalhome_section_2 {
	float:right;
	width:300px;
/*	background-color: #FFFFFF; */
}


/*============== Journal Section============= */
#journal_content {
	background: #333333 url(../img/bk_grad_blk.gif) repeat-x left top;
	padding: 10px;
}


#journal_content .image {
	margin-right:10px;
	margin-bottom:10px;	
	float:left;
}

#journal_content .caption {
	padding:4px;
	font-size:0.9em;
	color:#222222;
	background-color:#EDEDED;
	height:1%; /* Ie6 peekaboo fix */
}



/* Excerpt */
#excerpt {
	background-color: #FFFFFF;
	margin-bottom:10px;
}

#excerpt h2{
	font-size:1.1em;
	line-height: 1.1;
	color:#F40505;
}
#excerpt a{
	color:#F40505;
	font-weight:bold;
	text-decoration:none;
}
#excerpt a:hover{
	color:#F40505;
	font-weight:bold;
	text-decoration:underline;
}


/* Comments */
#comment {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:4px;
}

#comment a{
	color:#F40505;
	font-weight:bold;
	text-decoration:none;
}
#comment a:hover{
	color:#F40505;
	font-weight:bold;
	text-decoration:underline;
}
.orange {
	color:#FF7E07;
}



#post {
	background-color: #FFFFFF;
	padding:10px;
	height:1%; /*peekaboo IE6 bug */
}

#post h2{
/*	font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height: 1.3;
	color:#000000;
}
#post a{
	color:#F40505;
	font-weight:600;
	text-decoration:none;
}
#post a:hover {
	color:#F40505;
	font-weight:600;
	text-decoration:underline;
}



#posts {
	line-height: 1em;
	margin-bottom:10px;

}

#posts a{
	color:#F40505;
	font-weight:500;
	text-decoration:none;
	
}
#posts a:hover {
	color:#F40505;
	font-weight:500;
	text-decoration:underline;
	
}

#entry {
	/* font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#1a1a1a;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}


#authorprofile {
	font-size:1em;
	background-color:#EFEFEF;
	padding:10px;
	border-right: 1px outset #E8E8E8; 
	border-bottom: 2px outset #E8E8E8; 

}
#authorprofile a {
	color:#F40505;	
	text-decoration:none;
	}
	
#authorprofile a:hover {
	color:#F40505;	
	text-decoration:underline;
	}	
#authorprofile .name {
	font-size:1.2em;
	font-weight:bolder;
	margin-bottom:6px;
	}


			
.authorimg {
	margin-right:10px;
}

#miniprofile {
	font-size:1em;
	background-color:#EFEFEF;
	padding:10px;
}
#miniprofile a {
	color:#F40505;	
	text-decoration:none;
}
#miniprofile a:hover {
	color:#F40505;	
	text-decoration:underline;
	}	

#miniprofile name {
	font-size:1.2em;
	font-weight:600;
}



#miniprofile_old {
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#EFEFEF;
	padding:10px;
	margin-bottom:10px;
}

#miniprofile .legend {
	font-weight:bold;
}
		





/*============== Journal Edit Section============= */

#journaledit_content {
	font-size:1em;
	text-align:left;
	padding:20px;
/* 	position:relative; fix IE problem (not displaying the iframe) */
	display:block;
	background-color:#FFFFFF;
	height:1%; /*peekaboo workaround for IE6 */
}

#journaledit_content h2{
	font-size:1em;
}

#journaledit_content a {	
	font-size:1.1em;
	color:#FF0033;
	text-decoration:none;
	}

#journaledit_content a:hover {
	color:#FFFFFF;	
	font-size:1.1em;
	text-decoration:none;
	background-color:#FF0033;
	}

#uploadphoto_content {
	font-size:1em;
	text-align:left;
	position:relative;
	display:block;
}

#uploadphoto_content h2{
	font-size:1.0em;
}

/*============== registration page ============= */
#signup_content {
	text-align:left;
	padding:10px 0 10px 0;
	position:relative;
	display:block;
	font-size:1em;
	}

#signup_section_1 {
	float:left;
	width:470px;
	background-color: #FFFFFF;
}

#signup_section_2 {
	float:right;
	width:300px;
	background-color: #FFFFFF;
}


#signup_content h2{
	font-size:1.3em;
	}	


#signup {
	padding: 16px;
	}


#signup th {
	text-align:left;
	font-size:1.1em;
	width: 160px;
	
	}
	
#signin {
	padding: 16px;
	}

#signin th {
	text-align:left;
	font-weight:bold;
	font-size:1.1em;
	width: 120px;
}	

#signin td, input {
	font-weight:bold;
	}

.required_field {
	font-weight:bold;
	}




/*============== Journal Manage Section============= */

#journalmanage {
	font-size:1.1em;
	text-align:left;
	padding:20px;
	position:relative;
	display:block;
	background-color:#FFFFFF;
	min-height: 400px;
}


#journalmanage h2{
	font-size:1.0em;
}

a.edit {
	color:#5A769A;
	text-decoration:none;
}

a.edit:hover {
	color:#FFFFFF;
	background-color:#5A769A;
	text-decoration:none;
}

a.delete {
	color:#F40505;
	text-decoration:none;
	cursor: hand;
	cursor: pointer;
}

a.delete:hover {
	color:#FFFFFF;
	background-color:#F40505;
	text-decoration:none;
	cursor: hand;
	cursor: pointer;
}





/* ======== Destination section ===========*/


#map {
	height:300px;
	background-color:#444444;
	padding:10px;
	
	}

#dest_content {
	background-color:#333333;
	padding: 10px;
	
	}


#mapsearch {
	font-size:1.2em;
	background-color:#555555;
	padding:8px;
	margin-bottom:10px;
	text-align: center;
	}

#results {
	font-size:1em;
	background-color:#EFEFEF;
	padding:0px;
	min-height:200px;
	}


#mapresults {
	font-size:1.1em;
	/* width:100%; */
	background-color:#FFFFFF;
	padding:8px;
	min-height:200px;
	}
	
#mapresults a {
	color:#FF0033;	
	font-size:1.1em;
	text-decoration:none;
	}
	
#mapresults a:hover {
	color:#FFFFFF;	
	font-size:1.1em;
	text-decoration:none;
	background-color:#FF0033;
	}	
	
.destination_title {
	font-size:0.9em;
	font-weight:bold;
	color:#990000;
	text-transform: uppercase;
	margin-bottom:0px;
	}
#dest_score {
	font-size:1.1em;
	line-height:1.4em;
	background-color:#EFEFEF;
	padding:10px;
	margin-bottom:10px;
}
#dest_score h2{
	font-size:1.1em;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom: 2px;
}


#mydestlist a {
	text-decoration:none;
}

#mydestlist a:hover {
	text-decoration:underline;
}



#destlist {
	font-size:1.1em;
	line-height:1.4em;
	background-color:#EFEFEF;
	padding:8px;
	margin-bottom:10px;

}
#destlist a {
	color:#FF0000;	
	text-decoration:none;
}

#destdetails {
	background-color:#FFFFFF;
	padding:0px;
	font-size:1.1em;
	}
#destdetails th {
	text-align:left;
	font-size:1.1em;
	font-weight:bold;
	width: 120px;	
}
#destdetails a {
	color:#FF0000;	
	text-decoration:none;
}
