/* PeopleGoingPlaces CSS 
 *
 * Created: 13/11/08
 ---------------------------------------- */


body {
	margin: 0px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/	
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: url(../images/bg.jpg) repeat-x;	
	background-position: top center;
	background-color: #4f9032;
	color: #484848;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	margin-bottom: 5px;
}

h2 {
	color: #d9541e;
	margin-bottom: 5px;
	font-size: 1.5em;
	letter-spacing:-0.5px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #6cad47; 	/*green*/
	margin-bottom: 10px;
}

h3 img {
	vertical-align: middle;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #376620;
}

h5 {
	font-weight: bold;
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}	

a {
	font-weight: bold; 
	color: #3f7226;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	cursor: hand;
}

a.small {
	font-size: 11px;
}

a:hover {
	color: #5c9f3c;
	text-decoration: none;
}	

small {
	font-size: 11px;
}

small#searchresultsmsg {
	font-weight: bold;
	font-size: 1em;
	color: #019cd5;
}

medium {
	font-size:11px;
	float: left;
}

large {
	font-size:14px;
	float: left;
}


p {
	margin-top: 0px;
	line-height: 1.5em;
}

p.highlight {
	font-weight: bold;
}

a.right {
	float: right;
}

ul  {
	padding-left: 0px;
}

ul li {
	padding-bottom: 5px;
}

input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 4px;
}

option {
	color: #2F2F2F !important;
}

select#sortKey {
	padding: 0px;
	font-size: 0.8em;
	margin-left: 5px;
	margin-right: 10px;	
	/*float: left;*/
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}



/* Header  
    ---------------------------------------- */
#header {
	float: left;
	width: 100%;
	height: 160px;
}

#logo {
	float: left;
	width: 187px;
	height: 181px;
	background: url(../images/pgp_logo.png) no-repeat;
	text-indent: -100000px;
	margin-bottom: 10px;
}

#logo a {
	width: 187px;
	height: 181px;
	display: block;
}

.toplinks {
	width: 527px;
	height: 180px;
	float: left;
	background: url(../images/toplinks-bg.png) no-repeat;
}

.toplinks#default {
	background: url(../images/toplinks-bg2.png) no-repeat;	
	height: 180px;	
}

#main {
	float: left;
	width: 750px;
}

#title {
	width: 100%;
	float: left;
	margin-top: 10px;
}

#title #username {
	margin-top: 20px;
}

#title .profilepic {
	width: 80px;
	height: 80px;
	float: left;
	border: 2px solid grey;
	background-color: #F8F8F8;
	margin-right: 10px;
}

#title h1,
#title h2 {
}

#title a {
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	display: inline;
}

#searchresults {
	float: left;
	width: 100%;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
}

#filtersearchform input {
	border: none;
}

/* Search - front page only: refer to search.css for general search */
#search,
#advancedSearch {
	width: 100%;
	background: url(../images/searchbox-front.jpg) no-repeat;
	width: 245px;
	height: 89px;
	float: left;	
}

#advancedSearch {
	display: none;
	background: url(../images/advsearchbox-front.jpg) no-repeat;
	height: 110px;		
}

#a,
#b {
	background: url(../images/a.gif) no-repeat;
	float:left;
	height:18px;
	margin-right:5px;
	margin-top: 2px;
	width:18px;
}

#b {
	background: url(../images/b.gif) no-repeat;
}

#search form,
#advancedSearch form {
	margin-top: 35px;
	margin-left: 10px;
}

#search form input,
#advancedSearch form input {
	/*margin-bottom: 3px;*/
}	

#search a,
#advancedSearch a {
	color: white;
	font-size: 11px;
	line-height: 1.1em;
}

#header #search {
	float: right;
	padding: 5px;
	width: 400px;
	margin: 0 auto;
	margin-top: 35px;
	margin-right: 70px;
}

#search input#search_field,
#header #search input#search_field {
	width: 250px;
}

#search input#search-btn,
#header #search input#search-btn {
	width: 100px;
	display: inline;
	padding: 0px;
}

#search h3 {
	display: inline;
}

/* Dropdown list */
#town1Container .yui-ac-content,
#town2Container .yui-ac-content {
	left: 22px;
	font-size: 0.8em;
	top: -25px;
}

/* Add to trip popup - dropdown list */
#stripMapForm .yui-ac-content {
	font-size: 0.8em;
	top: -25px;		
}

#town2Container .yui-ac-content {
	top: -20px !important;
}

.yui-ac-content li.yui-ac-highlight {
	background: #7cb72f !important;;
	color: white;
}

.yui-skin-sam .yui-ac-container {
	z-index: 1;
}



/* Headings 
	-------------------*/
h3#mytrips,
h3#myfriends,
h3#searchforpeople,
h3#invitepeople,
h2#myprofile,
h2#registration,
h2#lostpassword,
h3#changepassword,
h3#searchresults,
h3#friendrequests,
h3#security,
h2#contactus,
h2#recenthistory
h3#inspiringtrips {
	text-indent:-10000px;
	height: 23px;
	margin-bottom: 0px;
}
	
h3#mytrips {
	background: url(../images/mytrips.gif) no-repeat;
}	

h3#myfriends {
	background: url(../images/myfriends.gif) no-repeat;
}

h3#searchforpeople {
	background: url(../images/searchforpeople.gif) no-repeat;		
}

h3#invitepeople {
	background: url(../images/invitepeople.gif) no-repeat;		
}

h2#myprofile {
	background: url(../images/myprofile.gif) no-repeat;
}

h2#registration {
	background: url(../images/registration.gif) no-repeat;	
}

h2#lostpassword {
	background: url(../images/lostpassword.gif) no-repeat;	
}

h3#changepassword {
	background: url(../images/changepassword.gif) no-repeat;	
	height: 25px;	
}

h2#searchresults {
	color: #D9541E;
	font-size: 1.3em;
	padding-bottom: 10px;
}

h3#friendrequests {
	background: url(../images/friendrequests.gif) no-repeat;	
	height: 25px;		
}

h3#security { 
	background: url(../images/security.gif) no-repeat;	
	height: 25px;		
}

h2#contactus {
	background: url(../images/contactus.gif) no-repeat;	
	height: 25px;		
}

h2#recenthistory {
	background: url(../images/recenthistory-h.gif) no-repeat;
	height: 25px;
}


/* Breadcrumbs */
#breadcrumbs {
	width: 100%;
	float: left;
	padding: 10px 0px 10px 0px;
}

#title {
	float: left: 	
}

#top_panel {
	float: left;
	width: 700px;
	padding-top: 5px;
	background-color: white;
	margin-top: 10px;
}

/* General image wrapper */
.img_wrapper  {
	width: 100px;
	height: 100px;
	float: left;
	background-color: #FFFFFF;
	border: 2px solid grey;
}


#content {
	float: left;
	width: 714px;
}



/* Tabs
    ---------------------------------------- */
#toptabs_wrapper {
	float: left;
	margin-top: 10px;
	width: 100%;
}

#tabs {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width: 100%;
	margin-left: -2px;
	float: left;
}

#tabs a:ho  {
	background-color: #CEECD2;
}

#tabs a {
	display: block;
	height: 20px;
	background-color: #D9F0DC;
	margin-left: 1px;;
	margin: 0px;
	height: 30px;
	text-align: center;
	line-height: 2em;
}

#tabs li {
	width: auto;	
	float: left;
	margin-left: 2px;
	padding-bottom: 0px;	
}

#tabs li a {
	padding: 0px 20px 0px 20px;
}




/* Search results
    ---------------------------------------- */
#top_panel #searchresults-options {
	float: left;
	width: 100%;
}

#top_panel #searchresults-options input {
	float: left;
	clear: left;
}

#top_panel #searchresults-options label {
	float: left; 	
}


.tab_wrapper#searchresults  {
	float: left;
	width: 100%;
	height: auto;
}

.tab_wrapper#searchresults  #map_wrapper  {
	width: 100%:
}

.tab_wrapper#searchresults  #map_wrapper  #map {
	float: left;
	width: 730px;
	height: 400px;
}

#searchresults-list {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#searchresults-list .stars {
	float: none;
}


#searchresults-list .add-btn,
#searchresults-list .addasfriend-btn {
	float: right;
}

#searchresults-list .list_element {
	float: left;
	width: 100%;
	height: 120px;
}

#searchresults-list .list_element .reviews_link {
	float: left;
	clear: both;
}

#searchresults-list .list_element .number {
	float: left;
	width: 30px;
}

#searchresults-list .list_element p.quote {
	line-height: 2em;
}

#searchresults-list .list_element .img_accomtype { 
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	background-color:#CCCCCC;
	border:1px solid grey;	
}

.searchresults_panel {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.searchresults_panel .showing {
	float: left;
}

.searchresults_panel .pages {
	float: right;	
	width: 400px;
}

.searchresults_panel .pages .page_counter {
	text-align: right;
}

.thumbnailControls {
	float: left;
	margin-top: 5px;
	text-align: center
}

.thumbnailInfo {
	float: left;
	text-align: center;
	color: #4D8731;
	font-weight: bold;
	padding-top: 4px;
}

.arrowforward,
.arrowback {
	display: block;
	float: left;
	width: 24px;
	height: 22px;
	background: url(../images/arrowforward.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
	text-indent: -100000px;
	margin-top: 4px;
	margin-left: 10px;
}

.arrowback {
	background: url(../images/arrowback.gif) no-repeat;
	margin-left: 0px;
	margin-right: 10px;
	
}

#selectedImage {
	color: #4D8731;
	font-weight: bold;	
	font-size: 1em;
	background: none;
	width: 20px;
	border: none;
	line-height: 1em;	
	height: 1.2em;
	
	padding: 0px;
	text-align: center;
}


/* Panels 
   ---------------------------------------- */
   
/* Standard size panel */
.panel {
	float: left;
}

.panel .top, 
.panel .centre,
.panel .bot {
	height: 18px;
	width: 714px;
	float: left;
	clear: left;
}

.panel .top {
	background: url(../images/panel-top.png) no-repeat;
}

.panel .centre {
	background:transparent url(../images/panel-centre.png) repeat-y scroll 0 0;
	height:auto;
	padding:5px 25px 20px;
	width:663px;
}

.panel .centre#nopad {
	padding: 0px;
	width: 710px;
}

.panel .centre#welcome {
	padding-bottom: 0px;
}

.panel .bot {
	background: url(../images/panel-bot.png) no-repeat;
}

.panel .recenthistorylist {
	margin-left: 15px;
}



/* Medium size panel */
.panel-medium-wrapper {

}

.panel-medium {
	float: left;
	width: 357px;	
}

.panel-medium ul {
	padding-left: 15px;
}

.panel-medium .top,
.panel-medium .centre,
.panel-medium .bot {
	height: 18px;
	width: 357px;
	float: left;
	clear: left;	
}
.panel-medium .top {
	background: url(../images/panel-medium-top.png) no-repeat;
}
.panel-medium .centre {
	background: url(../images/panel-medium-centre.png) repeat-y;
	padding: 5px 20px 5px 20px !important;
	height: auto;
	width: 317px;
}
.panel-medium .bot {
	background: url(../images/panel-medium-bot.png) no-repeat;	
}

.line,
.line-whitebg {
	width: 100%;
	height: 12px;
	background: url(../images/line-whitebg.gif) no-repeat;
	padding-bottom: 20px;
	clear: left;
	float: left;
}

.line-header,
.line-divider {
	height: 15px;
	background: url(../images/line-header.gif) no-repeat;
	margin-bottom: 20px;
}

.line-divider {
	margin-top: 5px;
	margin-bottom: 10px;
}

.line#tabs,
.line-whitebg#tabs {
	width: 645px;
	float: left;
	clear: both;
}

.line#tripidea {
	margin: 0px;
	padding: 0px;
	width: 640px;
	padding-bottom: 5px;
	/*
	border-bottom: 1px solid #d9d9d9;
	background: none;
	*/
}

#top_panel ul li,
#bottom_panel ul li {
	margin-bottom: 10px;
}

/* Small size panel */




/* Tab panel */
.panel-tab {
	padding-left: 7px;
}

/*
.panel-tab a {
	outline: none;
	font-size: .8em;
	font-weight: normal;
	float: left;
	word-wrap: normal;
}
*/

.panel-tab,	
.panel-tab .top-tab,
.panel-tab .centre-tab,
.panel-tab .bot-tab{
	width: 714px;
	float: left;
	clear: left;	
}


.panel-tab .top-tab {
	background: url(../images/panel-tab-top.jpg) no-repeat;
	height: 35px;
	background-position: left bottom;
	background-position: 0px 27px;
}
.panel-tab .centre-tab {
	background: url(../images/panel-tab-centre.jpg) repeat-y;	
	padding: 10px 0px 10px 30px;	
}
.panel-tab .bot-tab {
	background: url(../images/panel-tab-bot.jpg) no-repeat;
	height: 48px;
}

.tabs {
	background: url(../images/tabsbg.jpg) no-repeat;
	float:left;
	width:700px;
	padding-left: 30px;
}

.tabs a#overview,
.tabs a#overview-on,
.tabs a#events,
.tabs a#events-on,
.tabs a#attractions,
.tabs a#attractions-on,
.tabs a#accommodation,
.tabs a#accommodation-on,
.tabs a#nearbytowns,
.tabs a#nearbytowns-on,
.tabs a#tripideas,
.tabs a#tripideas-on,
.tabs a#stripmap,
.tabs a#stripmap-on,
.tabs a#photojournal,
.tabs a#photojournal-on {
	width: 129px;
	height: 27px;
	display: block;
	text-indent: -10000px;
	float: left;
}

.tabs a#overview,
.tabs a#overview-on {
	background: url(../images/tab-overview.jpg) no-repeat;
}
.tabs a#events,
.tabs a#events-on {
	background: url(../images/tab-events.jpg) no-repeat;
	
}
.tabs a#attractions,
.tabs a#attractions-on {
	background: url(../images/tab-attract.jpg) no-repeat;
}
.tabs a#accommodation,
.tabs a#accommodation-on {
	background: url(../images/tab-accommodation.jpg) no-repeat;
}
.tabs a#attractions,
.tabs a#attractions-on {
	background: url(../images/tab-attractions.jpg) no-repeat;
}
.tabs a#nearbytowns,
.tabs a#nearbytowns-on {
	background: url(../images/tab-nearbytowns.jpg) no-repeat;
}
.tabs a#tripideas,
.tabs a#tripideas-on {
	background: url(../images/tab-tripideas.jpg) no-repeat;
}
.tabs a#stripmap,
.tabs a#stripmap-on {
	background: url(../images/tab-stripmap.jpg) no-repeat;
}
.tabs a#photojournal,
.tabs a#photojournal-on {
	background: url(../images/tab-photojournal.jpg) no-repeat;
}



.tabs a#overview-on,
.tabs a#events-on,
.tabs a#attractions-on,
.tabs a#accommodation-on,
.tabs a#nearbytowns-on,
.tabs a#tripideas-on,
.tabs a#stripmap-on,
.tabs a#photojournal-on {
	background-position: left bottom;	
}

.tabs a#overview:hover,
.tabs a#events:hover,
.tabs a#attractions:hover,
.tabs a#accommodation:hover,
.tabs a#nearbytowns:hover,
.tabs a#tripideas:hover,
.tabs a#stripmap:hover,
.tabs a#photojournal:hover {
	background-position: 0px -27px;
}


.lightred,
h1.lightred,
h2.lightred,
h3.lightred,
h4.lightred,
h5.lightred
.lightred {
	color: #D9541E;
}

.darkred {
	color: #aa3506;
}

.overview-tab h1,
.overview-tab h2,
.overview-tab h3,
.overview-tab h4,
.overview-tab h5 {
	color:#3F7226;
	clear: both;	
}
.overview-tab h3 {
	margin-bottom: 20px;
}
.overview-tab h4 {
	margin-bottom: 20px;	
}

.accommodation-tab h1,
.accommodation-tab h2,
.accommodation-tab h3,
.accommodation-tab h4,
.accommodation-tab h5 {
	color: #c30d2d;	
}
h1.red,
h2.red,
h3.red,
h4.red,
h5.red {
	color: #c30d2d;	
}


.nearbytowns-tab h1,
.nearbytowns-tab h2, 
.nearbytowns-tab h3,
.nearbytowns-tab h4,
.nearbytowns-tab h5 {
	color: #e87d1e;
}
.orange,
h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange {
	color: #e87d1e;
}
h3.orange {
	margin-bottom: 5px !important;
}
.paleorange {
	color: #e6b488;
}


.accommodation-tab h1,
.accommodation-tab h2, 
.accommodation-tab h3,
.accommodation-tab h4,
.accommodation-tab h5 {
	color: #00aeef;	
}
.blue,
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue {
	color: #019cd5;	
}

.events-tab h1,
.events-tab h2, 
.events-tab h3,
.events-tab h4,
.events-tab h5 {
	color: #c39e08;	
}
.brown,
h1.brown,
h2.brown,
h3.brown,
h4.brown,
h5.brown {
	color: #c39e08;
}
.pink,
h1.pink,
h2.pink,
h3.pink,
h4.pink,
h5.pink {
	color: #f492a7;
}

h1.green,
h2.green,
h3.green,
h4.green,
h5.green {
	color: #3F7226;
}	




/* Tabs content colouring */

h4.Events,
h4.Attractions,
h4.Accommodation,
h4.NearbyTowns {
	margin-bottom: 20px;
	line-height: 1em;
	
	font-size:0.9em;
	width:640px;
}

h4.Events{
	color:#C39E08;
}

h4.Attractions {
	color: #00aeef;	
	
}

h4.Accommodation {
	color: #c30d2d;
}

h4.NearbyTowns {
	color: #e87d1e;
}

h4.Events input.go-btn,
h4.Attractions input.go-btn,
h4.Accommodation input.go-btn,
h4.NearbyTowns  input.go-btn {
	padding: 0px;
	padding-bottom: 3px;
}


/* Miscellaneous tab content  
    ----------------------------------------*/

.tab_content {
	float:left;
	font-size:0.8em;
	margin-left:20px;
	width:250px;
}

.tab_content a {
	font-weight:normal;
	display: block;
	padding-bottom: 10px;
}

.tab_content a:hover {
	color: #5B8F22;
}

.tab_content h4 {
	margin-bottom: 0px;
}

.tab_content p {
	margin-bottom: 10px;
}

.listwrapper {
	float: left;
	width: 240px;	
	padding-bottom: 0px;
	line-height: 1.3em;
}

.listnumber {
	color: #3F7226;
	float:left;
	font-weight:bold;
	height:30px;
	padding-right: 5px;
	text-align:center;
	clear: left;
	width: 1.5em;
}

input#radius {
	font-size: 1em;
	margin-right: 5px;
	font-weight: bold;
	color: #5B8F22;
}

form#townDetails {
	margin-bottom: 0px;
	width: 630px;
} 


#scriptspaginate {
	float: left;
	clear: left;
	width: 260px;
}

#scriptspaginate a {
	float: none !important;	
	display: inline;
}

.centre-tab form {

	/* causing problems with map popups
	width: 650px;
	*/
}

.centre-tab h3 {
	margin-bottom: 10px;
}

.travelmap_poi_header{
	font-size: 1em;
	font-weight: bold;
	width: auto;
	height: auto;
	max-width: 300px;
	white-space: wrap;
	clear:left;
	float:right;
}

.travelmap_poi_description {
	/*
	float:left;
	clear:left;
	*/	
}

.commentswrapper {
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 635px;
	border-bottom: 1px solid #E8E8E8;
	padding-top: 10px;
	padding-bottom: 10px;		
}



/* User home / Welcome page 
    ----------------------------------------*/

ul.welcome {
	float: left;
	padding-top: 5px;
	padding-left: 2px;
}

ul.welcome li {
	list-style: none;
	background: url(../images/bullet_green.jpg) no-repeat 0px 14px;
	padding-left: 20px;
	padding-top: 10px;
}


/* My Trips / Friends List 
    ----------------------------------------*/

.trip,
.friends-list {
	padding: 10px;
	margin: 0px 0px 0px 0px; 
	float: left; 
	clear: left; 
	width: 640px;
}

.trip a {
	/*float: left;*/
}

#home_panels #inspiring_trips .trip {
	width: 300px;
}

.trip .tripdescription {
	width: 500px;
	float: left;
	font-size: 0.8em;
	margin-top: 5px;
}

#home_panels #inspiring_trips .trip .tripdescription {
	width: 150px;
}

.trip img {
	margin-right: 20px;
	padding: 2px;
	border: 1px solid #cccccc;
}

.trip ul {
	clear: both; 	
	padding-top: 1em;
	padding-left: 0px;
}

.trip li {
	line-height:1.3em;
	margin-left:12px;
	padding-bottom:1em;
	list-style-type: disc; 
}

.trip li span {
}

.listinfo {
	margin-top: 20px;
	float: left;
}

.even {
	float: left;
		
}
.odd {	
	background: #FBFBFB;
	background: url(../images/listitembg.jpg) repeat-x left bottom; 
	float: left;
	border-bottom: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;		
}

.friends-list .remove-btn,
.friends-list .removeasfriend-btn {
	margin-top: 30px;
}


/* Need help getting started? (video tutorials) 
    ----------------------------------------*/

.videolist {
	list-style-type: none;
}

.videolist li {
	padding-bottom: 10px;
}

h2#video_tutorials {
	background: url(../images/tutorials.gif) no-repeat;
	height: 25px;
	text-indent: -100000px;
}

#video_tutorials h3 {
	background: url(../images/needhelpgettingstarted.gif) no-repeat;
	height: 25px;
	text-indent: -100000px;
}

#video_tutorials .video {
	padding-bottom: 20px;
	float: left;
}

.flash_wrapper {
	text-align: center;
}

#flash_wrapper object {
	margin: 0 auto;
}


/* My Trips & associated tabs 
    ----------------------------------------*/

/* Trip Info 
    ----------------------------------------*/

.user_details {
	float: right;
}

.user_details#smaller {
	float: left;
	margin-right: 20px;
}

.user_details#frontpage{
	float: left;
	padding-right: 10px;
}

#breadcrumb {
	font-weight: bold;
	font-size: 0.8em; 
	margin-bottom: 15px;
}

#breadcrumb .tripname {
	color: #90cb56;	
	display: inline;
} 

/*Photo frame*/
.photoframe  {
	width: 120px;
	height: 132px;
	background: url(../images/photoframe.gif) no-repeat;
}

.photoframe img {
	position: relative;
	top: 7px;
	left: 7px;
}

.user_details#smaller .photoframe {
	width: 91px;
	height: 100px;
	background: url(../images/photoframe-smaller.gif) no-repeat;
}

.user_details#smaller .photoframe img {	
	width: 76px;
	top: 5px;
	left: 4px;
	border: 1px solid #f2f2f2;
}

#tripinfo {
	float: left;
	clear: left;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 660px;
}

#tripinfo img {
	float: left; 
	margin-right: 40px;
	padding: 2px;
	border: 1px solid #cccccc;
}

#tripsummary {
	font-size: 0.8em;
	font-weight: bold;
	width: 400px;
	float: left;	
}

#tripsummary li {
	margin-left: 14px;
	margin-bottom: 5px;
	color: #3F7226;
}

#tripsummary b {
	color: #067aa5;
}

#tripsummary p {
	margin-bottom: 5px; 
}

.tripvote {
	float: left;
	width: 100px;
}

.tripvote li {
	float: left;
}
	
.votebullet {
	float: left;
	clear: both;
}
	
#tripsummary .thumbsup {
	background: url(../images/thumbsup.gif) no-repeat;
	width: 26px;
	height: 27px;
	text-indent: -1000000px;
	display: block;
	float: left;
	margin-left: 5px;
}

#descriptionbox,
.commentsbox {
	float: left;
	width: 363px;
	font-weight: bold;
	color: #646464;
}

.commentsbox {
	width: 632px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#descriptionbox-top,
#descriptionbox-centre,
#descriptionbox-bot {
	width: 363px;
	float: left;
}

.commentsbox-top,
.commentsbox-centre,
.commentsbox-bot {
	width: 632px;
	float: left;
}

#descriptionbox-top {
	background: url(../images/descrbox-top.jpg) no-repeat;
	height: 14px;
}

#descriptionbox-centre {
	background: url(../images/descrbox-centre.jpg) no-repeat left bottom;
	height: auto;	
}

#descriptionbox-content {		
	width:320px;
	padding-left: 15px;
}

#descriptionbox-bot {
	height: 36px;
	background: url(../images/descrbox-bot.jpg) no-repeat;
}




.commentsbox-top {
	background: url(../images/commentsbox-top.jpg) no-repeat;
	height: 14px;
}

.commentsbox-centre {
	background: url(../images/commentsbox-centre.jpg) no-repeat left bottom;
	height: auto;	
}

.commentsbox-content {		
	width:600px;
	padding-left: 15px;
	font-weight: normal;
}

.commentsbox-bot {
	height: 36px;
	background: url(../images/commentsbox-bot.jpg) no-repeat;
}




.tripidea {
	float: left;
	clear: left;
	width: 635px;
	padding-top: 10px;
}

.tripidea .buttons {
	float: left;
	clear: left;
}

.tripidea .remove-btn {
	float: right !important;
	margin-top: 0px;
}

.tripidea img.tripidea {
	padding-bottom:5px;
	padding-left:5px;
	padding-right:15px;
	padding-top:5px;
	width:130px;
	border: none;
	padding: 2px;
	border: 1px solid #cccccc;
	margin-right: 10px;
}

.controls {
	margin-top: 10px;
}



/* Sidebar 
    --------------------*/
 
#sidebar {
	float: left;
	margin-bottom: 5px;
	width: 231px;
	font-size: 11px;
	color: white;	
}

#sidebar a {
	color: white;
}

#sidebar li {
	/*color: #D7F8C6;*/
	line-height:1.2em;
	margin-bottom:2px;
	margin-left:19px;
	padding-left:2px;
}

#sidebar #avatar-sidebar {
	float: left;
	padding: 5px 10px 0px 0px;
}
	
#sidebar #avatar-shine {
	position: absolute;
	background: url(../images/avatar-shine.png) no-repeat;
	width: 100px;
	height: 55px;	
}

#sidebar-top {
	height: 135px;
}

#sidebar-top h3 {
	background: url(../images/usernamebg.png) no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	color: white;
	font-size: 1.3em;
	margin-top: 3px;
	margin-bottom: 5px;
}


#sidebar-bot {
	background: url(../images/sidebar-line.png) no-repeat;	
	padding-top: 11px;
	float: left;
}

#centre,
#sidebar #centre,
#sidebar-top #centre,
#sidebar-bot #centre {
	background: url(../images/sidebar-centre.png) repeat-y;
	padding-left:20px;
	float: left;
	width: 202px;
}

#sidebar-bot #bot {
	background: url(../images/sidebar-bot.png) no-repeat;
}

#sidebar #bottom {
	background: url(../images/sidebar-bot.png) no-repeat;
	width: 230px;
	height: 18px;
	float: left;	
}	

#sidebar form input {
	clear: left;
	margin-left: 0px;
	border: none;
}

#sidebar #loginForm {
	height: 138px;
	padding: 0px;
	margin: 0px;
}

#sidebar #centre {
	padding-top: 5px;
}

#sidebar #centre p {
	float: left;
	clear: both;
	width: 200px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#sidebar .sidebar_showall {
	margin-left: 6px;
	font-weight: bold !important;
	text-decoration: underline !important;
}

#sidebar .sidebar_showall:hover {
	text-decoration: none !important;
}

#sidebar .sidebar_joinnow {	
	color: #D7F8C6;
}

#sidebar .sidebar_joinnow:hover {
	color: white;
}

input#emailAddress,
#password,
#txtPassword,
.searchString,
#town1,
#town2 {
	width: 185px;
	margin-bottom: 4px !important; 
	background: url(../images/inputbg.gif) repeat-x;
	border: 1px solid #dee8d3;
	height: 17px;
	padding: 2px;
	font-size: 14px;
}

#town1 {
	margin-bottom: 1px !important; 
}

#town2 {
	margin-top: 1px;
}

#txtPassword {
	font-size: 14px;
}

input#emailAddress,
#password {
	font-size: 1.3em;
}

.searchString,
#town2 {
	margin-bottom: 0px !important;
}

#sidebar #sidebar-top {
	background: url(../images/sidebar-top-bg.png) no-repeat;
	padding-left:20px;
	padding-top: 32px;
}


#sidebar #sidebar-top.login {
	background: url(../images/sidebar-top-bg.png) no-repeat;
	padding-left:20px;
	padding-top: 28px;	
}

#sidebar #sidebar-top.logged-in {
	background: url(../images/sidebar-top-bg.png) no-repeat;
	padding-left:20px;
	height: 135px;
}

#sidebar .logged-in#sidebar-top .links  {
	line-height: 1.9em;
}

#sidebar .logged-in#sidebar-top .links  a {
	font-size: 1em;
	color: #d8f3cb;
	text-decoration: none;	
}


#sidebar #sidebar-top.logged-in .links a:hover {
	text-decoration: underline;
	color: white;
}	

#sidebar #login-extras {
	width: 190px; 
	float: left; 
	margin-top: 5px;
}

#sidebar #login-extras #login-btndiv {
	width: 30px;
	height: 20px;
	display: block;
	border: 1px solid blue;
}

#sidebar #login-extras #rememberdetails {
	width: 130px;
	float: left !important;
	border: 1px solid red;
	display: inline;
}

#sidebar ul {
	margin: 10px 0 0 0;
}


#sidebar h2 {
	width: 180px;
	height: 50px;
}

#sidebar #usertrips,
#sidebar #recenthistory {
	float: left;
	margin-bottom: 15px;
	padding-right: 8px;
}

#sidebar #recenthistory {
	margin-top: 10px;
}

#sidebar #recenthistory a,
#sidebar #usertrips a {
	font-weight: normal;
	margin-bottom: 10px;
	clear: both;	
	color: #d7f8c6;
	line-height: 1em !important;
	text-decoration: none;
}

#sidebar #recenthistory a:hover,
#sidebar #usertrips a:hover {
	color: white;
	text-decoration: underline;
} 



#sidebar h2#login {
	background: url(../images/login.jpg) no-repeat;
	text-indent: -100000px;
	margin-bottom: 5px;
}

#sidebar h2#recent_history,
#sidebar h2#mytrips {
	background: url(../images/recenthistory.gif) no-repeat;
	text-indent: -100000px;	
	height: auto;
	margin-bottom: 5px;
}

#sidebar h2#mytrips {
	background: url(../images/my_trips.gif) no-repeat;
	text-indent: -100000px;	 	
	height: auto;	
}

	
#sidebar a:hover {
}

#errors,
#errors-frontpage {
	float: left;
	color: #f4b094;	
	background: url(../images/warning.png) no-repeat;
	line-height:1.3em;
	padding-left:40px;
	padding-right:10px;
	margin-bottom: 20px;
	margin-top: 5px;
	height: 35px;
}

#errors,
#errors-small,
#errors-stripmap,
#success {
	color: #c84c1a;	
	height: 35px;
	padding-top: 6px;
	line-height: 1.2em;
	margin-top: 20px;
	font-weight: bold;	
	float: left;
}

#errors-small,
#errors-stripmap {
	background:transparent url(../images/warning_small.png) no-repeat;
	font-size:0.8em;
	height:40px;
	margin-top:0px;
	padding-left:25px;
	padding-top:1px;
}

#errors-stripmap {
	margin-top:5px;
	width: 220px;
}

#success {
	background: url(../images/tick.png) no-repeat;		
	color: #4f9032;
	padding-left: 40px;
	
}

.linkarrow {
	text-decoration: none !important;
	display: inline;
	
}

#popupInnerDiv #errors,
#popupInnerDiv #success {
	margin-top: 0px;
}




/* Buttons 
   -------------------*/

input.buttonNoFloat {
	background: #457b2b;
	border:medium none;
	color:white;
	cursor:pointer;
	height:23px;
	width: auto;
	font-weight: bold;
}	

input.search,
input.login-btn,
input.search-btn,
input.search-whitebg-btn,
input.submit-btn,
input.savechanges-btn,
input.refresh-btn,
input.addtotripideas-btn,
input.addtotripideaswhitebg-btn,
input.remove-btn, 
input.removeasfriend-btn,
input.add-btn,
input.addasfriend-btn,
input.removeasfriend-btn,
input.sendtheemail-btn,
input.go-btn,
input.addyourreview-btn,
.addcomment-btn,
.cancel-btn,
.postcomment-btn,
input.showalltowns-btn,
input.x-btn,
input.addatown-btn,
.viewall-btn,
.dayview-btn,
.register-btn,
.trip-btn,
.save-btn,
.createatrip-btn,
.emailtofriend-btn,
.removetrip-btn,
.edittrip-btn,
.copytrip-btn,
input.createjournal-btn,
input.setjournal-btn,
input.report-btn,
.addcomment-btn,
input.generatestripmap-btn,
input.reset-btn,
.printtrip-btn,
.regaddfriend-btn {
	cursor: pointer;
	cursor: hand;
	border: none;
	height: 22px;
	border: none;
	text-indent: -10000px;
}

/* fixes IE text overlay bug for certain buttons */
input.go-btn,
input.addyourreview-btn,
input.addatown-btn,
.postcomment-btn,
.cancel-btn,
.addcomment-btn,
input.createjournal-btn,
input.setjournal-btn,
input.submit-btn,
input.reset-btn,
input.generatestripmap-btn {
	line-height: 0px;	
}

input a {
	outline: none;	
}

input.search-btn {
	background: url(../images/btn-search.png) no-repeat;
	border: none;
	width: 60px;
	padding-top: 0px;
}

input.search-whitebg-btn {
	background: url(../images/btn-search-whitebg.gif) no-repeat;
	width: 59px;
}

input.submit-btn {
	background: url(../images/btn-submit.gif) no-repeat;
	width: 60px;
	margin-top: 15px;
}

input.savechanges-btn {
	background: url(../images/btn-savechanges.gif) no-repeat;
	width: 97px;
	text-indent: -10000px;
	line-height: 0px;			
}

input.refresh-btn {
	background: url(../images/btn-refresh.gif) no-repeat;
	margin-top:10px;
	padding-right:200px;
	width:97px;
}

input.addtotripideas-btn {
	background: url(../images/btn-addtotripideas.gif) no-repeat;
	width:116px;
	margin-top: 10px;
	margin-bottom: 10px; 
}

input.addtotripideaswhitebg-btn {
	background:white url(../images/btn-addtotripideas.gif) no-repeat scroll;
	float:right;
	width:126px;
	margin-bottom: 20px;
}

input.add-btn {
	background: url(../images/btn-add.gif) no-repeat;
	width: 43px;
	text-indent: -10000px;
}

input.addasfriend-btn {
	background: url(../images/btn-addasfriend.gif) no-repeat;
	width: 101px;
	text-indent: -10000px;
	float: left;
	margin-top: 10px;
}

input.removeasfriend-btn {
	background: url(../images/btn-removeasfriend.gif) no-repeat;
	width: 119px;
	text-indent: -10000px;
	float:left;
	margin-top:10px;
}

input.remove-btn {
	background: url(../images/btn-remove.gif) no-repeat;
	width: 65px;
	border: none;
	margin-right: 10px;
}


input.sendtheemail-btn {
	background: url(../images/btn-sendtheemail.gif) no-repeat;
	width: 105px;
	margin-top: 20px;
}

input.login-btn {
	background:transparent url(../images/btn-login.gif) no-repeat scroll 0 0;
	width:50px;
	border: none;
}

input.go-btn {
	background:transparent url(../images/btn-go.gif) no-repeat scroll 0 0;
	width:43px;
}

input.addyourreview-btn {
	background:transparent url(../images/btn-addyourreview.gif) no-repeat scroll 0 0;
	width:116px;	
	margin-top: 20px;
}

.addcomment-btn {
	background:transparent url(../images/btn-addcomment.gif) no-repeat scroll 0 0;
	width:97px;
	float: left;
}

.cancel-btn {
	background:transparent url(../images/btn-cancel.gif) no-repeat scroll 0 0;
	width:97px;
}

.postcomment-btn {
	background:transparent url(../images/btn-postnote.gif) no-repeat scroll 0 0;
	width:75px;
}

input.showalltowns-btn  {
	background:transparent url(../images/btn-showalltowns.gif) no-repeat scroll 0 0;
	width:107px;
	margin-bottom: 20px;
	
	display:block;
	line-height: 0px;		
}

.stripmap-remove-btn {
	display: inline;
}

.stripmap-remove-btn a {
	background-color:#90CB56;
	border:1px solid #4D8731;
	color:white;
	font-size:0.8em;
	margin-left:10px;
	padding:2px 5px;
	text-align:right;
	text-decoration:none;
	
	margin-left: 0px;
}

.stripmap-remove-btn a:hover {
	background-color: #6ea538;
}

input.addatown-btn {
	background:transparent url(../images/btn-addatown.gif) no-repeat;
	width:86px;
	display: block;
	text-indent: -100000px;	
}

input.report-btn {
	width: 60px;
	background:transparent url(../images/btn-report.gif) no-repeat;	
}	


input.createjournal-btn,
input.setjournal-btn {
	/*
	color: #e87d1e;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	border: none;
	background: none;
	font-size: 0.8em; 
	font-weight:bold;
	float: left;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	*/
	float: left;
}


input.createjournal-btn {
	background: url(../images/btn-createjournal.gif) no-repeat;
	width: 175px;
	margin-right: 10px;
}	

input.setjournal-btn {
	background: url(../images/btn-setjournal.gif) no-repeat;	
	width: 175px;	
	margin-right: 10px;	
}


input.createjournal-btn:hover,
input.setjournal-btn:hover {
}

.viewall-btn,
.dayview-btn {
	font-size: 0.8em;
	width: 69px;
	background:transparent url(../images/btn-viewall.gif) no-repeat;
	float: left;	
}

.dayview-btn {
	width: 75px;
	background:transparent url(../images/btn-dayview.gif) no-repeat;		
}

.register-btn {
	width: 71px;
	background:transparent url(../images/btn-register.gif) no-repeat;		
	margin-left: 0px !important;
}

.createnewtrip-btn{
	width: 108px;
	background:transparent url(../images/btn-createnewtrip.gif) no-repeat;		
}

.save-btn  {
	width: 50px;
	background:transparent url(../images/btn-save.gif) no-repeat;	
	
	display:block;
	line-height: 0px;	
}

.createatrip-btn { 
	width: 92px;
	background:transparent url(../images/btn-createatrip.gif) no-repeat;		

	display:block;
	line-height: 0px;	
}

.emailtofriend-btn {
	width: 107px;	
	background:transparent url(../images/btn-emailtofriend.gif) no-repeat;		
}

.removetrip-btn {
	width: 92px;
	background:transparent url(../images/btn-removetrip.gif) no-repeat;	
}

.edittrip-btn {
	width: 75px;	
	background:transparent url(../images/btn-edittrip.gif) no-repeat;	
}

.copytrip-btn {
	width: 75px;	
	background:transparent url(../images/btn-copytrip.gif) no-repeat;	
}

.emailtofriend-btn,
.copytrip-btn,
.edittrip-btn,
.removetrip-btn,
.printtrip-btn {
	float: left;
	display: block;
	margin-right: 10px;
	margin-top: 5px;
}

input.reset-btn {
	width: 75px;	
	background:transparent url(../images/btn-reset.gif) no-repeat;	
}

input.generatestripmap-btn {
	width: 133px;	
	background:transparent url(../images/btn-generatestripmap.gif) no-repeat;		
}

.printtrip-btn {
  width: 77px;  
  background:transparent url(../images/btn-printtrip.gif) no-repeat; 
}

.regaddfriend-btn {
	background: url(../images/btn-regaddfriend.png) no-repeat;
	width: 158px;
}




/* Home page / Content 
   ---------------------------------------- */
#home a {
	display: inline;
}

.panel h1 {
	text-indent: -100000px;
	background: url(../images/pgpperfectplaceto.gif) no-repeat;
	padding-bottom: 15px;
}

.panel #one,
.panel #two,
.panel #three {
	float: left;
	width: 190px;
	padding: 0px 10px 0px 5px;	
}

.panel #one {
	width: 245px;
	padding-left: 0px;
	padding-right: 20px;
}

.panel #two {
	width: 180px;
	padding-right: 20px;
}

.panel #two p {
	margin-bottom: 0px;
}

.panel #three {
	width: 190px;
	padding-left: 0px;
	padding-right: 0px;
}

.panel #one h2,
.panel #two h2,
.panel #three h2 {
	text-indent: -10000px;
	margin-bottom: 15px;	
}

.panel #one h2 {
	background: url(../images/1-explore.gif) no-repeat;
	margin-top: 5px;
}

.panel #two h2 {
	background: url(../images/2-plan.gif) no-repeat;
	margin-top: 5px;
}

.panel #three h2 {
	background: url(../images/3-share.gif) no-repeat;
	height: 36px;
	margin-bottom: 5px;
}

.panel#home .centre {
	padding-bottom: 0px;
}


#home_panels {
	float: left;
	width: 100%;
}

#home_panels #leftcol {
	width: 375px;
	float: left;
}

#inspiring_trips h3#front {
	background: url(../images/beinspired-front.gif) no-repeat;
	text-indent: -10000px;
	margin-left: 40px;
	height: 48px;
}

#inspiring_trips h3 {
	background: url(../images/beinspired.gif) no-repeat;
	text-indent: -10000px;
	height: 25px;
}

#inspiring_trips a {
	/*line-height: 2em;*/
}

#inspiring_trips a {
	text-align: right;
}

#inspiring_trips .membertrips {
	width: 100%;
}

#inspiring_trips .membertrips a {
	text-align: left;
}

#services,
#tips,
#forum_activity {
	float: left;
	padding: 5px 20px 0px 20px;
}

#services h3 {
	background: url(../images/findusefulservices.gif) no-repeat;	
	text-indent: -100000px;
	margin-bottom: 0px;
}

#tips h3 {
	background: url(../images/tipsfornewcaravaners.gif) no-repeat;
	text-indent: -100000px;
	margin-bottom: 0px;
}	



/* User Home  
    ---------------------------------------- */
#top_panel.userhome a {
	display: inline;
}

#top_panel.userhome #notifications {
	float: left;
	width: 350px;
	background-color: #FFF9F9;
}

#top_panel.userhome #inspiring_trips  {
	width: 350px;
	float: right;
	background-color: #FFF9F9;
}

.tab_wrapper#userhome {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.tab_wrapper#userhome #notifications,
.tab_wrapper#userhome #mytrips,
.tab_wrapper#userhome #myphotos,
.tab_wrapper#userhome #myfriendstrips,
.tab_wrapper#userhome #myfriends {
	float: left;
	width: 230px;
	background-color: #F8FCF8;
	margin-right: 10px;
	margin-top: 10px;
	height: 260px;
	margin-left: 10px;
}

.tab_wrapper#userhome #thumbnail_wrapper {
	float: left;
	width: 100%;
	margin: 0 auto;

}

.tab_wrapper#userhome .thumbnail {
	width: 70px;
	height: 70px;
	background-color: #F3F3F3;
	float: left;
	margin: 0px 5px 5px 0px;
}

.tab_wrapper#userhome .thumbnail img {
	width: 70px;
}

#bottom_panel {
	float: left;
	width: 100%;
	background-color: #C8DDFD;
}

#bottom_panel ul li {
	padding: 0px;
}

#bottom_panel #services,
#bottom_panel #tips,
#bottom_panel #forum_activity {
	width: 230px;
	height: 200px;
	background-color: #E9F1FE;
	float: left;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-left: 15px;
}





/* Map - to appear under top tabs. 	
	(Use IDs to specify map properties)
    ---------------------------------------- */
.tab_wrapper {
	float: left;
	width: 100%;
	background-color: #B3E1BA;
}

.tab_wrapper #map_wrapper {
	float: left;
	margin-bottom: 10px;
	width: 460px;
	margin-top: 10px;
}

.tab_wrapper #map_wrapper #map {
	width: 450px;
	height: 400px;
	float: left;
	background-color: white;
	margin-left: 10px;
}

.tab_wrapper#upcoming {
	width: 100%:
}



/* Details 
   ---------------------*/
   
#thumbnails {
	float: left;
	padding: 0px 20px 10px 0px;
}

#thumbnails img {
	width: 200px;
}



/* Map Tools - various map options displayed at the top of the map */
#map_tools {
	float: left;
	width: 100%;
	height: 30px;
}

#map_tools #toggle_views {
	float: left;
}

#map_tools #events_within {
	float: left;
}

#map_tools #display {
	float: right;
}

#map_options {
	width: 250px;
	float: right;
	background-color: #DFF2E2;
	margin-top: 10px;
}

#map_options input {
	float: left;
	clear: left;
}

#map_options label {
	float: left;
	margin-bottom: 20px;
}




/* User Control Panel */
#rightcol #controlpanel {
	margin-top: 0px;
	background-color: #FFFF53;
}

#rightcol #controlpanel ul li {
	padding-bottom: 5px;
}

#rightcol #controlpanel #loggedout {
	margin-top: 0px;
	background-color: #FFFF53;
}

#rightcol #controlpanel #loggedin {
	margin-top: 0px;
	background-color: #FFFF53;
}

#rightcol #controlpanel #loggedin #profile_pic {
	margin-top: 0px;
	background-color: #FFFF53;
	width: 80px;
	height: 100px;
	background-color: white;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	
}



/* Sponsored links 
	--------------------*/
#ad_space {
	background: white none repeat scroll 0 0;
	float:right;
	height:400px;
	margin-bottom:25px;
	margin-right:26px;
	padding:5px;
	width:200px;
}






/* Footer */
#footer {
	float: left;
	margin-top: 10px;
	width:100%;
	height: 78px;
	font-size: 11px;
	margin: 0 auto;
	background: url(../images/footerbg.jpg) repeat-x;
	margin-top: 30px;
}

#footer #wrapper {
	width: 960px;
	margin: 0 auto;		
	margin-top: 0px;
}

#footer  #links {
	float: left;
	color: white;
	padding-top:20px;
	width: 714px;
	text-align: center;
}

#footer  #links a {
	padding-right: 10px;
	padding-left: 10px;
}	

#footer #intelematics {
	font-weight: bold; 	
	font-size: 0.7em;
	width: 714px;
	text-align: center;
	padding-top:10px;
}

#footer #intelematics a {
	border:medium none;
	color:#B9EFA1;
	font-weight:bold;
}

#footer #intelematics a:hover {
	text-decoration: underline;
	color: white;
} 

#footer #wrapper #suggestions {
	float: left;
	background: url(../images/suggestionsboxbg.jpg) no-repeat;
	width: 220px;
	height: 61px;
	margin-left:5px;
	padding-top:17px;
	line-height: 2em;
	text-align: center;
}	

#footer #wrapper #suggestions p {
	font-size: 1.1em;
	color: #d9541e;
	padding-bottom: 2px;	
	font-weight: bold;
}

#footer #wrapper #suggestions a {
	font-size: 1em;
	text-decoration: underline;
	color: #d9541e;
}

#footer #wrapper #suggestions a:hover {
	text-decoration: none;
}


#footer p {
	margin: 0 0 0 2px;
	text-align: center;
	line-height: normal;
	font-size: 1.5em;
	color: white;	
}

#footer a {
	color: white;
	font-size:1.4em;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}	

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 width: 99%;
}



/* Registration / Contact Us
    ---------------------------------------- */

.form_table tr {
	height: 40px;	
}

.form_table input,
.form_table select,
.form_table textarea {
	margin-left: 10px;
}



/* Places to Stay 
    ---------------------------------------- */
#top_panel #accom_details {
	width: 500px;
	float: left;
}

#top_panel #accom_details #thumbnail_wrapper {
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: center;
}

#top_panel #accom_details #thumbnail {
	
}

#top_panel #review_summary {
	float: left;
	width: 250px;
	background-color: #FFF2F2;
}

#top_panel #review_summary #star_rating {
	float: left;
	clear: both;
	width: auto;
}

#top_panel #thumbnail {
	width: 130px;
	height: 100px;
	background-color: #F3F3F3;
	margin: 0 auto;
}

/* Member Opinions */
h2#member_reviews {
	background:transparent url(../images/member_reviews.gif) no-repeat;
	padding-bottom:5px;
	text-indent:-100000px;
}

#memberopinions {
	float: left;
	width: 100%;
	margin-top: 40px;
	background-color: #F3E9F3;
}

#memberopinions p {
}

#memberopinions .memberreview {
	width: 220px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
}

.stars {
	float: left;
	display: block;
	margin-right: 20px;
	width: 100%;
}


#memberopinions .memberreview .img_wrapper {
	width: 200px;
	height: 100px;
	border: 1px solid grey;
	background-color: #CCCCCC;
	margin: 0 auto;
	float: left;
	clear: both;
}

#memberincludedtrips {
	float: left;
	width: 100%;
	margin-top: 40px;
	background-color: #EBF5F4;
}

#memberincludedtrips .links {
	
}

.membertrips {
	width: 50%;
	float: left;
	margin-top: 10px;
}

.membertrips .links {
	width: 100%;
	float: left;
	text-align: right;
}

.membertrips p {
	margin: 0px;
	margin-bottom: 5px;
}

.membertrips .img_wrapper {
	width: 80px;
	height: 80px;
	border: 2px solid grey;
	background-color: #F8F8F8;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px
}



/* Member's Trips
    ---------------------------------------- */
#top_panel #trip_details {
	width: 100%;
	float: left;
}

#top_panel #trip_details #details {
	float: left;
	width: 530px;
}

#top_panel #trip_details input {
	float: right;
	margin-right: 10px;
}

#top_panel #trip_details #thumbnail_wrapper {
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: center;
}

#top_panel #trip_details #thumbnail {	

}

#blockbuster {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	width: 100%;
}

.tab_wrapper#tripideas,
.tab_wrapper#stripmap,
.tab_wrapper#photojournal{
	width: 100%;
	padding-top: 10px;
}


#tripideas-list {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#tripideas-list .remove-btn {
	float: right;
}

#tripideas-list .list_element {
	float: left;
	width: 100%;
	height: 140px;
	background-color: #E1EEF7;
	margin-top: 5px;
}

#tripideas-list .list_element .img_wrapper { 
	margin-right: 10px;
	background-color:#CCCCCC;
	border:1px solid grey;	
}

#tripideas-list .list_element p.notes {
	margin: 0px;
	padding: 0px;
}

.page_counter {
	text-align: center;
	float: left;
	clear: both;
	width: 100%;
}



/*Photo journal */
#journalEntriesPaged,
#journalEntriesAll  {
	margin-top: 10px;
	/*
	float: left;
	*/
}

#journalEntriesAll {
	float: left;
}

.myTrip {
	float: left;
}

.linkdivider#photojournal {
	color:#C30D2D;
	cursor:pointer;
	float:left;
	font-size:0.8em;
	padding: 0px 10px 0px 10px;
}


#entryDescription {
	margin-top: 10px;
}

.yui-skin-sam .yui-calcontainer {
	font-size: 11px;
	font-weight: bold;
}

#msgpost_container {
	width: 660px !important;
	margin-top: 10px;
}

/* Calendar */
#cal1Container {
	margin-top: 10px;
}

.yui-skin-sam .yui-calendar td.calcell a {
	color: #969696 !important;
}

.yui-skin-sam .yui-calendar td.calcell a:hover {
	color: white !important;
	background-color: #7CB72F !important;
	border: none !important;
}

.yui-skin-sam .yui-calendar td.calcell.calcellhover,
.yui-skin-sam .yui-calendar td.calcell.calcellhover a {
	background-color:  #7CB72F !important;
	border: none !important;
}

/* Selected date */
.yui-skin-sam .yui-calendar td.calcell.selected a {
	background-color: #d9541e !important;
	color: white !important;	
	border: none !important;
}
.yui-skin-sam .yui-calendar td.calcell.selected {
	background-color: #d9541e !important;	
} 

/* Journal steps / Email friends about trip*/
#journal_step1 {
	float: left;
	width: 450px;	
}

#journal_step2 {
	float: left;
	width: 200px;
}

#journal_step3 {
	float: left;
	width: 100%;
}

#journal_step1 h3,
#journal_step2 h3,
#journal_step3 h3,
#email_step1 h3,
#email_step2 h3, 
#email_step3 h3 {
	color: #00aeef;
	padding-left: 30px;
	margin-bottom: 0px;
}

#journal_step1 h3,
#email_step1 h3 {
	background: url(../images/1-blue.jpg) no-repeat 0px 2px;		
	height: 30px;
	font-size: 1.1em;
}

#journal_step2 h3,
#email_step2 h3 {
	background: url(../images/2-blue.jpg) no-repeat 0px 2px;
	height: 30px;		
	font-size: 1.1em;	
}

#journal_step3 h3,
#email_step3 h3 {
	background: url(../images/3-blue.jpg) no-repeat 0px 2px;
	height: 30px;		
	font-size: 1.1em;	
}

#emailfriend {
	float: left;
}

#email_step1,
#email_step2,
#email_step3 {
	float: left;
	clear: left;
	padding-left: 0px;
	margin-bottom: 30px;
}

#emailfriend input,
#emailfriend table,
#emailfriend textarea  {
	margin-left: 30px;
}

#emailfriend input {
	margin-bottom: 10px;
}

#emailfriend #emailAddress {
	background: none;
	border: 1px solid #A0A0A0;
	height: auto;
	font-size: 1em;
}

#emailfriend .add-btn,
#emailfriend .remove-btn {
	margin: 0px;
	margin-top: 5px;
	float: left;
} 

#emailfriend .add-btn {
	margin-left: 30px;
}
