*, html { margin: 0; padding: 0; }
html { font-size: 62.5%; }



/**** STRUCTURE & DEFAULT STYLES ****/
body {
	background: #3d769c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
ul, ul li           { list-style-type: none; margin-bottom: 6px; }
img					{ border: none; }
a, a:visited 		{ color: #3392b2; text-decoration: none; }
a:hover, a:active	{ text-decoration: underline; }	

h1					{ font-size: 1.8em; }
h2					{ font-size: 1.5em; }
h3					{ font-size: 1.3em; }
h4					{ font-size: 1.2em; }
p 					{ margin: 15px 0; font-size: 1.1em; }
fieldset            { border: none; }

.fc {
	display: block;
	overflow:hidden;
	zoom:1;
}

.ajax__calendar_container  th,
.ajax__calendar_container  td {
    padding: 0 !important;
}


#wrap {
	width: 1034px;
	margin: 0 auto;
	background: #fff;
}

#innercontent {
	width: 1024px;
	margin: 0 auto;
	background: #fff;
}

#masthead {
	height: 150px;
	border-bottom: 1px solid #fff;
	background: #e6f5f9 url(../images/masthead.jpg) top left no-repeat;
	position: relative;
}

#content {
	background: #fff url(../images/content.gif) top left repeat-x;
	padding-top: 38px;
}

#footer {
	background: #fff url(../images/footer.gif) top left repeat-x;
	padding: 35px 22px 45px 22px;
	font-size: 1.1em;
	height: 1%;
	clear: both;
}

/**** HEADER ****/
.choose-another-way {
	position: relative;
	left: 18px;
	top: 20px;
}

#masthead p, #masthead h1 {
	position: absolute;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
}

#masthead p {
	/*right: 97px;
	top: 25px;
	font-weight: bold;
	font-size: 1.6em;
	width: 617px;
	height: 29px;
	background: url(../images/your-guide.png) top left no-repeat;*/
	display: none;
}

p .button 						{ margin-right: 5px; }
p.buttons						{ height: 25px; width: 717px; margin: auto; }
p.buttons .prev					{ float: left; }
p.buttons .next					{ float: right; }

#masthead h1 {
	font-size: 3.4em;
	height:55px;
    right:170px;
    text-transform:uppercase;
    top:40px;
    width:485px;
	background: url(../images/my-travel-plan2.png) top left no-repeat;
}

#masthead .hilite {
	color: #00779f;
}

/**** LOGIN BOX ****/
#login-box { 
	background: url(../images/login-end.gif) top right no-repeat; 
	padding-right: 6px;
	height: 50px;
	position: absolute;
	top: 118px;
	right: 25px;
	color: #fff;
}

#login-box a { color: #fff; }

#login-box ul, #login-box ul li {
	list-style-type: none;
}

#login-box ul {
	background: #006d92 url(../images/login.gif) top left no-repeat; 
	height: 35px;
	padding: 15px 6px 0 12px;
	display: block;
	margin: 0 auto;
	float: right;
}

#login-box li { 
    float: left; 
    font-size: 1.2em; 
    padding-bottom: 2px; 
}

#login-box li.log	{ 
	font-weight: bold; 
	border-left: 1px solid #fff; 
	margin-left: 12px;
	padding-left: 12px; 
}

/**** NAVIGATION ****/
#navigation {
	width: 239px;
	float: left;
	margin-top: -65px;
	margin-left: 15px;
	display: inline;
}

.nav {
	background: url(../images/navigation-top.png) top left no-repeat;
	margin-bottom: 10px;
	position: relative;
	width: 239px;
}

.nav .padding {
	background: url(../images/navigation.png) bottom left no-repeat;
	padding-bottom: 20px;
}

.collapsed .padding {
	padding-bottom: 15px;
}

.nav h3 {
	margin: 0;
	text-transform: uppercase;
	padding: 12px 0 0 15px;
	height: 27px;
}

.nav h4,
.no-link-nav {
    padding: 5px 0px 5px 5px;
	margin: 2px 0 2px 0;
	color: #3392B2;
	font-size: 1em;
}

.no-link-nav {
    font-weight: normal;
	display: block;
}

.travel-plan-demo {
    text-align: center;
}

.travel-plan-demo h3 {
    padding-left: 0 !important;
}

.travel-plan-demo .nav{
    width: 223px !important;
}

.travel-plan-demo p {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
    margin: 0;
}

.nav .feedback {
    display: block;
    /*padding-bottom: 10px;*/
    margin-left: 13px;
}

.nav select {
	width: 199px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	position: relative;
	left: 13px;
	border: 1px solid #d1e6ee;
	margin-bottom: 12px;
}

.nav ul{
	padding: 0 0 0 10px;
	width: 205px;
}

.nav ul ul 		{ margin-left: 0px; margin-top: 2px; padding-bottom: 0px; padding-left: 0px;}

.nav li {
	list-style-type: none;
	font-weight: bold;
	/*float: left;*/
	font-size: 1.2em;
	padding: 1px 0 0 0;
	width: 205px;
	background: url(../images/dots-nav.gif) top center no-repeat;
}

.nav li.first {
	background: #fff;
}

.nav li li		{ font-weight: normal; font-size: 1em; }

.nav li a {
	display: block;
	padding: 5px 0px 5px 5px;
	margin: 2px 0 2px 0;
}

	#ie .nav li a {
		margin: 3px 0 2px 0;
	}

.nav li a:hover, .nav li a.selected {
	background: #e5f1f5;
	text-decoration: none;
}

.nav li li a, .nav li li a:hover, .nav li li a.selected {
	background-image: url(../images/nav-bullet.gif);
	background-position: 10px 11px;
	background-repeat: no-repeat;
}

.nav li li a {
	padding-left: 20px;

}

.nav .expand-icon {
	position: absolute;
	right: 27px;
	top: 12px;
}

/**** INNER CONTENT ****/
#content-area, .pagination {
	width: 747px;
	background: url(../images/inner-content.gif) bottom left no-repeat;
	float: right;
	margin-right: 20px;
	padding-bottom: 55px;
	position: relative;
	display: inline;
}

#content-area .padding, .pagination .padding {
	padding: 12px 18px 0px 12px;
	background: url(../images/inner-content.gif) top left no-repeat;
}

#content-area h1									{ margin-bottom: 10px; /*height: 0.01%;*/ }
#content-area h2				 					{ margin-bottom: 10px; margin-top: 25px; }
#content-area h3									{ margin-bottom: 10px; margin-top: 15px; }
#content-area p 									{ line-height: 1.6em; margin-top: 0px; /*height: 0.01%;*/ }

.breadcrumb											{ margin-bottom: 15px; padding-bottom: 20px; background: url(/images/inner-content-pagination.gif) bottom left no-repeat; }
.breadcrumb 									{ font-size: 1.8em; text-align: center; }
.breadcrumb a										{ font-weight: bold; margin: 0 5px; }
.breadcrumb span										{ font-weight: bold; margin: 0 5px; color: #3392b2; }
.breadcrumb span.current								{ color: #002f43; }
.breadcrumb a:visited, .pagination p a.visited	{ color: #99c8d8; }
.breadcrumb a.current								{ color: #002f43; }
.breadcrumb a.current:hover						{ text-decoration: none; }

.distance-checkbox {
    margin: 0 20px;
}

#content-area h2.small, #TB_window h2.small {
	font-size: 1.1em;
	color: #3392b2;
	margin-top: 0px;
	font-weight: normal;
}

#content-area h2.survey 				{ margin: 10px 0 -10px 0; }
#content-area h2.survey strong 			{ color: #00779f; }
#content-area h3.survey					{ margin: 0 0 -10px 0; }

#content .survey-content {
    margin: 0 auto;
    float: none;
    display: block;
}

.survey-content table {
    margin-top: -10px;
}

.divider {
	background: url(../images/dots.gif) bottom left repeat-x;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin: 20px 0;
}

/**** FORMS ****/
.form-holder label {
	font-size: 1.2em;
	font-weight: bold;
}

.form-field {
	display: block;
	margin-bottom: 10px;
	min-height: 30px;
	width: 100%;
}

.form-field input,
.text-input input
 {
    width: 143px;
}

.text-input span {
    display: block;
}

	#ie .form-field {
		height: 1%;
	}
	
.form-field .textfield, .form-field select { 
	padding: 1px 0; 
}

.search-data, .login-form, .general-form {
	position: relative;
	left: 130px;
	width: 50%;
}

.login-form .login-controls {
    padding-left: 115px;
}

.search-data label, .login-form label, .general-form label {
	float: left;
	width: 120px;
	display: block;
	text-align: right;
	margin-right: 15px;
}

.checkbox input, .radio-group input		{ float: left; width: 13px; height: 13px; }
.checkbox label, .radio-group p label 	{ font-size: 1.1em; font-weight: normal; }
.radio-group							{ margin-top: 20px; }
.radio-group p							{ float: left; margin-top: 5px;}
.radio-group p label					{ font-size: 1em; margin-left: 5px; width: auto; position: relative; top: -2px; }

.search-data .button {
	margin-left: 134px;
}

.search-data select {
	width: 187px;
	float: left;
}

.login-form								{ left: 180px; }
.login-form label 						{ width: 100px; }
.login-form .button						{ margin-left: 114px; margin-right: 10px; }
.login-form .forgotten-password			{ position: absolute; bottom: -12px; left: 180px; }

.login-form .textfield, 
.general-form .textfield { 
	width: 155px; 
	float: left; 
	margin-left: 0px; 
}

#rate-org-facilities th{
    padding: 8px 5px;
    text-align: center;
}

.general-form 							{ width: 70%; left: 100px; }
.general-form label 					{ width: 185px; }
.general-form .wide-textfield			{ width: 250px; }
.general-form select					{ width: 200px; }
.general-form .checkbox					{ margin-left: 175px; width: 300px; }
.general-form .checkbox label			{ text-align: left; width: 250px; float: left; margin-left: 10px; }
.general-form .button					{ margin-left: 175px; }
.general-form .postcode .textfield		{ width: 80px; margin-right: 5px; }
.general-form .postcode .button			{ margin-left: 0px; font-size: 1.2em; }
.general-form textarea					{ height: 40px; width: 250px; margin-bottom: 10px; }

.form-holder table						{ width: 250px; margin-left: -5px; }
.form-holder table label				{  margin-right: 9px; }
.form-holder table td					{ background: none; text-align: center; }
.form-holder table th					{ font-size: 1em; color: #00779f; font-weight: normal; text-align: center; }
.form-holder table th.form-label		{ width: 38.5%; }

.objectives								{ left: 80px; }
.objectives label						{ width: 200px; }
.objectives .form-field					{ min-height: 40px; }
.objectives .form-field p				{ float: left; margin-left: 10px; }
.objectives .small						{ width: 50px; }
.objectives label span					{ font-weight: normal; float: left; }
.objectives table						{ width: 480px; }
.objectives table th					{ text-align: left; }
.objectives table td					{ text-align: left; }
.objectives table label					{ margin-right: 20px; }

.survey-form							{ margin-top: 20px; left: 90px; }

.survey-form table tr td label			{ color: #002b3c; }
.survey-form table tr td input          { float: right; }

#survey-list th,
#survey-list td {
    text-align: center;
}

#survey-list .title {
    width:80px;
}

#survey-list .start-date,
#survey-list .end-date {
    width:100px;
}

#survey-list .expected-participants,
#survey-list .actual-participants {
    width: 90px;
}

#survey-list .status {
    width: 157px;
}

.site-edit-table .organisation-label {
    width: 323px;
}

.form-holder .day-time					{ width: 400px; }
.form-holder .day-time td				{ display: table-cell; vertical-align: middle;}
.form-holder .day-time .textfield		{ width: 33px; float: left; padding: 2px 0; }
.form-holder .day-time td span			{ float: left; color: #00779f; line-height: 20px; display: block; margin: 0 3px; }
.form-holder .day-time .time-holder		{ margin: 0 auto; overflow: auto; width: 85px; }
.form-holder .day-time .check-box		{ width: 40px; }

.feedback-error ul li {
  list-style-type: disc;
  margin: 8px 0 8px 15px;
}

.error {
	text-align: center;
	font-weight: bold;
	color: #f00;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.error p {
	margin-bottom: 0px;
}

/**** TABLES ****/
table {
	font-size: 1.1em;
	border-collapse: collapse;
	width: 100%;
}

table.narrow {
	width: 75%;
	margin: 0 auto;
}

table th, table td {
    text-align: left;
    padding: 8px;
    vertical-align: top;
}


table td {
	background: url(../images/dots-light.gif) top left repeat-x;
}

table .form-input {
	text-align: center;
}

table th a {
	color: #000;
}

table th.no{ padding-right: 6px; }

table.carbon th, table.carbon td					{ padding: 10px 20px; }
table.carbon th.factor, table.carbon th.source 		{ text-align: left; }
table.carbon th.mode, table.carbon td.mode			{ text-align: right; }
table.carbon th.factor, table.carbon th.mode		{ width: 30%; }
table.carbon .textfield								{ width: 100px; }
table.carbon textarea								{ height: 50px; width: 300px; }


/**** FOOTER ****/
#footer, #footer a {
	color: #002b3c;
}

#footer ul {
	list-style-type: none;
	overflow: auto;
}

#footer li { 
	border-right: 1px solid #002b3c; 
	float: left;
	padding-right: 5px;
	margin-right: 5px;
}

#footer p {
	margin: 5px 0;
	font-size: 1em;
}

/**** UTIL CLASSES & OVERRIDES ****/
.last, .first, tr.first td, tr.last td { 
	border: none !important; 
	margin-right: 0px !important;
	background-image: none !important;
}

.float-right 	{ float: right; }
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */


/*.bottom { ----no need for this?
	position: absolute;
	left: 12px;
	bottom: 5px;
}*/

/**** MODAL WINDOW STYLES ****/
.modal-window			{ display: none; }

#TB_window h1 {
	margin-bottom: 10px;
}

#TB_window	.form-holder {
	width: 423px;
	position: relative;
	left: 300px;
}

#TB_window .form-field {
	min-height: 15px;
	padding-bottom: 0px;
	margin: 5px 0 0 0;
}

#TB_window label {
	color: #002b3c;
	font-size: 1.1em;
}

#TB_window .form-field .form-field {
	margin-left: 20px;
}

#TB_window .buttons {
	margin: 20px;
}

#TB_window .buttons input {
	margin-right: 5px;
}

#TB_window .checkbox-radio {
	width: 13px;
	height: 13px;
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}

/**** THICKBOX STYLES ****/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  color: #333333;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff url(../images/modal-window.gif) top left repeat-x;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #fff;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:3px 5px;
  margin: 10px;
  text-align:right;
  float:right;
  border: 1px solid #8dc2d3;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}

#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.6em;
  background: #ffffff url(../images/modal-window-bottom.gif) bottom left repeat-x;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;

}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

.hide, #skipNav
{
	position:absolute;
	top:0;
	left:-200em;
	width:20em; /* stops ie 7 from adding -200em to the page width and scrolling horizontally */
}

#skipNav a:focus, #skipNav a:active {
	position:absolute;
	top:5px;
	left:200.5em;
	border:1px solid #ccc;
	background:#fff;
	padding:2px 4px;
	display:block;
	width:10em;
}

#skipNav a#js:focus, #skipNav a#js:active{
	width:18em;
}

/**** SIGNUP ****/

#signup 
{
    padding-top: 1px;
}

#signup fieldset 
{
    margin-top: 10px;
    padding-top: 10px;
}

#signup td 
{
    background: none;
}

fieldset legend 
{
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: bold;
}

.label 
{
    width: 340px;
    text-align: right;
    display: block;
    /*float: left;
    clear: left;*/
    padding-right: 20px;
    font-weight: bold;
}


.newsletter,
.checkbox td
{
    position: relative;
    display: block;
    padding-left: 22px;
}

.newsletter input,
.checkbox td input
{
   position: absolute;
   left: 0;
   top: 10px;
}

#signup .tac,
.tac
{
    padding-left: 75px;
}

.tac,
.ac 
{
    text-align: center !important;
    
}

.tar {
	text-align: right !important;
}

.tal {
	text-align: left !important;
}

.width350
{
    width: 350px;
}

/**** SURVEY ****/

#edit-survey-controls li,
.form-controls li
{
    list-style-type:none;
    float: left;
    padding-right: 10px;
}

/**** SITE PROFILE ****/

.form-controls 
{
    margin-bottom: 10px;
}

/**** USER LIST ****/

#find-user-table td,
.site-edit-table td,
.no-border td,
.no-border-top
{
    background: none;
}

#find-user-table span 
{
    display: block;
    width: 100px;
    text-align: right;
    float: left;
    padding-right: 20px;
}

.extra-question-input {
    display: block;
}

/**** OBJECTIVES and TARGETS ****/
.td-key,
.td-value {
	width: 50%;
}

.td-key {
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}

#mode-share input {
	width: 45px;
}

#mode-share th,
#mode-share td {
	width: 45px;
}

.results {
    margin-bottom: 0px;
}

.results span {
    background: url(../images/dots.gif) bottom left repeat-x;
    display: block;
    padding-bottom: 10px;
}

.pag, .results {
    background: url(../images/dots.gif) top left repeat-x;
    padding-top: 10px;
    color: #3392B2;
}

.pag li {
    float: left;
    padding-right: 5px;
}

/*Calendar */
.ajax__calendar .ajax__calendar_container {
 z-index: 9999;
}