/* - - - - - - - - - - - - - - - - - - - - -
Title : Headspace CSS Structure
Author : Default
Updated : 01st May 2008
- - - - - - - - - - - - - - - - - - - - - */

/* Core Styles */
body {
    margin: 0;
    text-align:center;
    min-width: 100px;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #E8EFF5;
    font-size: 12px;
    color: #666666;
    background-image: url(/presentation/images/ui/header/header-bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    /*position: relative;*/

}

h1 {
    margin: 0px;
    padding: 0px;
    min-height:0;
    text-indent:-9000px;
    text-decoration:none;
    display:none;
}

h2 {
    margin: 0px;
    padding: 0px;
    text-indent:-9000px;
    display: none;
    overflow:hidden;
    
}

h3 {
    margin: 0px;
    padding: 0px;
    text-indent:-9000px;
    display: none;
    overflow:hidden;
}

h4 {

}

h5 {
    margin: 0px;
    padding: 0px;
    min-height:0;
    text-indent:-9000px;
    text-decoration:none;
}

h5 a{
    height:100%;
    min-height:40px;
    display:block;
    overflow:hidden;
}

img { 
    border:none;
}

a:link {
    color: #2F7BC1;
    text-decoration: underline;
}
a:visited {
    text-decoration: underline;
    color: #666666;
}
a:hover {
    text-decoration: underline;
    color: #2F7BC1;
}
a:active {
    text-decoration: underline;
    color: #666666;
}


.tool_border
{
	background-image:url(/presentation/images/ui/tools/tool_border.png);
	background-repeat:repeat-y;
	width:705px;

	padding:20px;
}
.tool_bottom
{
	background-image:url(/presentation/images/ui/tools/tool_bottom.png);
	background-repeat:repeat-y;
	width:741px;
	height: 157px;
}
.head_PLAN
{
	background-image:url(/presentation/images/ui/tools/plan.png);
	width:741px;
	height: 144px;

}

.head_ORGANISE
{
	background-image:url(/presentation/images/ui/tools/organise.png);
	width:741px;
	height: 144px;

}
.head_MARKETING
{
	background-image:url(/presentation/images/ui/tools/marketing.png);
	width:741px;
	height: 144px;

}

.head_EMPLOYMENT
{
	background-image:url(/presentation/images/ui/tools/employment.png);
	width:741px;
	height: 144px;

}

.head_MANAGE
{
	background-image:url(/presentation/images/ui/tools/manage.png);
	width:741px;
	height: 144px;

}


/* Global Site Divs */
#alert {
    background-image: url(/presentation/images/ui/alerts/bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 239px;
    width: 411px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -205.5px;
    margin-top: -119.5px;
    z-index: 500001;
    opacity: .0;
    -moz-opacity: 0.0;
    filter: alpha(opacity=00);
    
}
#alert-header {
    height: 44px;
    background-image: url(/presentation/images/ui/alerts/top.gif);
    background-repeat: no-repeat;
}
#alert-body {
    text-align: left;
    background-color: #FFFFFF;
    height: 160px;
    overflow: hidden;
    padding-top: 16px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.alert-neterror {
    background-image: url(/presentation/images/ui/alerts/messages/alert-neterror.gif);
    background-repeat: no-repeat;
    background-position: 18px 8px;
    width: 100%;
    height: 100%;

}

.alert-delmsg {
    background-image: url(/presentation/images/ui/alerts/messages/alert-delmsg.gif);
    background-repeat: no-repeat;
    background-position: 18px 8px;
    width: 100%;
    height: 100%;

}

#alert-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2B9BF7;
    text-decoration: underline;
    height: 25px;
    padding-left: 40px;
    padding-top: 4px;
    font-weight: bold;
    
}

.alert-icon-neterror {
    background-image: url(/presentation/images/ui/alerts/icons/alert.gif);
    background-repeat: no-repeat;
    background-position: 10px -0.5px;
}

.alert-icon-delmsg {
    background-image: url(/presentation/images/ui/alerts/icons/delmsg.gif);
    background-repeat: no-repeat;
    background-position: 10px -0.5px;
}


#alert-main {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.alert-smallbutton {

    background-image: url(/presentation/images/ui/alerts/button-small.gif);
    background-repeat: no-repeat;
    width: 58px;
    height: 29px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 15px;
    margin-right: 20px;

}
#alert-buttons {
    background-color:#F8F8F8;
    width: 100%;
    height: 70px;
    text-align: right;    
}

#wrapper {
    width: 1000px !important;
    text-align: left;
    margin:0 auto;
}

#overlay {
    background-color: #e9f0f5;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 500000;
    opacity: .0;
    -moz-opacity: 0.0;
    filter: alpha(opacity=00);
}

.overflow-hidden {
    overflow:hidden;
}

.overflow-show {
    overflow:visible;
}


.overlay-hide {
    display:none;
}

#alert overlay-hide {
    display:none;
}

#alert overlay-show {
    display:inline-block;
}

.overlay-show {
    display:inline-block;
}

#header{
    height: 160px;
    width: 100%;
    text-align: left;
}

#logo{
    height: 80px;
    width: 100%;
    text-align: left;
    background-image: url(/presentation/images/ui/header/logo/headspace.jpg);
    background-repeat: no-repeat;
    background-position: left 40px;
    
}

#userpanel {
    position: relative;
    height: 98px;
    width: 259px;
    float: right;
    clear: left;
    background-image: url(/presentation/images/ui/header/user/user-bg.jpg);
    background-repeat: no-repeat;
    background-position: left 4px;
}
.userpanel-title {
    color: #E9E9E9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.userpanel-guest {
    margin-top: 4px;
    color:#CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#userpanel-avatar {
    float: left;
    height: 73px;
    width: 73px;
    margin-top: 18px;
}
#userpanel-data {
    float: left;
    width: 162px;
    margin-left: 14px;
    margin-top: 18px;
}
.userpanel-title a {
    color: #EAEAEA;
}

.userpanel-friends {
    color: #CCCCCC;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 8px;
    background-image: url(/presentation/images/ui/header/user/friends-icon.gif);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    text-decoration: none;
}

.userpanel-messages {
    color: #CCCCCC;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 14px;
    background-image: url(/presentation/images/ui/header/user/message-icon.gif);
    background-repeat: no-repeat;
    background-position: 0px 15px;
    text-decoration: none;
}

.userpanel-friends a{ color: #D8D8D8; text-decoration: none; } 
.userpanel-messages a{ color: #D8D8D8; text-decoration: none;} 

.userpanel-friends a h4{
    font-family: Arial, Helvetica, sans-serif;
    color: #D8D8D8;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}

.userpanel-messages a h4{
    font-family: Arial, Helvetica, sans-serif;
    color: #D8D8D8;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}



#navigation {
    width: 1000px;
    min-height: 49px;
    height: 49px;
    text-align: left;
    margin:0 auto;
    position: absolute;
    overflow: hidden;
    top: 109px;
}

#tabs {
    margin: 0;
    padding: 0;
    height: 49px;
    list-style: none;
    display: inline;
}

#tabs li {
    margin: 0; 
    padding: 0;
    list-style: none;
    display: inline;
}

#tabs a {
    float: left;
    overflow: hidden;
    height: 0px !important;
    height /**/:49px; /* for IE5/Win only */
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display:block;
    width: 155px;
    background-repeat: no-repeat;
    background-position: left top;
}

#thome a.selected { background-image: url(/presentation/images/ui/header/nav/home_hoverselected.gif); }
#thome a:hover { background-image: url(/presentation/images/ui/header/nav/home_hoverselected.gif); }
#thome a {    background-image: url(/presentation/images/ui/header/nav/home_unselected.gif); }

#ttools a.selected { background-image: url(/presentation/images/ui/header/nav/tools_hoverselected.gif); }
#ttools a{ background-image: url(/presentation/images/ui/header/nav/tools_unselected.gif); }
#ttools a:hover { background-image: url(/presentation/images/ui/header/nav/tools_hoverselected.gif); }

#tconnect a.selected {    background-image: url(/presentation/images/ui/header/nav/connect_hoverselected.gif); }
#tconnect a:hover {    background-image: url(/presentation/images/ui/header/nav/connect_hoverselected.gif); }
#tconnect a { background-image: url(/presentation/images/ui/header/nav/connect_unselected.gif); }

#tclimate a.selected { background-image: url(/presentation/images/ui/header/nav/climate_hoverselected.gif); }
#tclimate a:hover {    background-image: url(/presentation/images/ui/header/nav/climate_hoverselected.gif); }
#tclimate a { background-image: url(/presentation/images/ui/header/nav/climate_unselected.gif); }

#tlivingit a.selected {    background-image: url(/presentation/images/ui/header/nav/livingit_hoverselected.gif); }
#tlivingit a:hover { background-image: url(/presentation/images/ui/header/nav/livingit_hoverselected.gif); }
#tlivingit a { background-image: url(/presentation/images/ui/header/nav/livingit_unselected.gif); }

#subNavigation{
    width:100%;
    text-align: left;
    z-index: 100;
    margin-bottom: 14px;
}

#subNavigationArrow {
    height: 28px;
    background-image: url(/presentation/images/ui/header/nav/subnav-arrow.jpg);
    background-repeat: no-repeat;
    background-position: 52px 13px;
}

#subNavigationArrowTools{
    height: 28px;
    background-image: url(/presentation/images/ui/header/nav/subnav-arrow.jpg);
    background-repeat: no-repeat;
    background-position: 210px 13px;
}

#subNavigationArrowConnect{
    height: 28px;
    background-image: url(/presentation/images/ui/header/nav/subnav-arrow.jpg);
    background-repeat: no-repeat;
    background-position: 365px 13px;
}

#subNavigationArrowClimate{
    height: 28px;
    background-image: url(/presentation/images/ui/header/nav/subnav-arrow.jpg);
    background-repeat: no-repeat;
    background-position: 520px 13px;
}

#subNavigationArrowLivingit{
    height: 28px;
    background-image: url(/presentation/images/ui/header/nav/subnav-arrow.jpg);
    background-repeat: no-repeat;
    background-position: 670px 13px;
}

#subNavigationInner{
    width:100%;
    text-align: left;
    background-image: url(/presentation/images/ui/header/nav/subnav-bg.jpg);
    background-repeat: repeat-x;
    height: 57px;
	float:left;
	background-position:top;
}

#subtabs {
    padding-top: 20px;
    padding-left: 22px;
    height: 30px;
    float: left;
    margin-top: 26px;
}

#subNavigationLeft {
    float:left;
    background-image: url(/presentation/images/ui/header/nav/subnav-left.jpg);
    background-repeat: repeat-y;
    height: 57px;
    margin-top: -20px;
    margin-left: -26px;
    width: 10px;
    background-position: 0px;
    display: inline;
}

#subNavigationLeftList .help {
	margin-right:4px;
	cursor:pointer;
}

#subtabs ul#subNavigationLeftList {
    margin-left: 0;
    padding-left: 0;
    display: inline;
} 

#subtabs ul#subNavigationLeftList li {
    margin-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: inline;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    color: #666666;
    padding-top: 2px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
    border-right-color: #E0E0E0;
    border-right-width: 1px;
}

#subtabs ul li a{
    text-decoration: none;
    color: #7F7F7F;
    font-size: 13px;
}

#wrapper #search #subtabs .here {
    font-weight: bold;
}

#subtabs ul li a:hover{
    text-decoration: underline;
}



/* Site content */
#content{
    width:100%;
    text-align: left;
    margin-bottom: 50px;

}

#leftContent {
    float: left;
    width: 740px;
    margin-right: 10px;
}

#leftContentSpecial {
    float: left;
    width: 740px;
}

#rightContent {
    float: left;
    width: 250px;
}

.box {
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.box-header {
    background-image: url(/presentation/images/ui/content/box/box-bg.jpg);
    background-repeat: repeat-x;
    height: 45px;
}

.box-content {
    padding-top: 14px;
   	padding-bottom: 14px;

	padding-right: 80px;
    padding-left: 26px;
    line-height: 18px;
    min-height: 460px;
    position: relative;

}

.box-content-right {
    padding-top: 1px;
	/*
    padding-right: 26px;
	padding-left: 26px;*/
	
	padding-left: 26px;
	text-align:center;
    padding-bottom: 14px;
    
    line-height: 18px;
    position: relative;
	margin-bottom:10px;
	background-color:#FFFFFF;
}

.box-left {
    background-image: url(/presentation/images/ui/content/box/box-left.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 45px;
    width: 90%;
}

#freelance {
    background-image: url(/presentation/images/ui/content/box/freelance.png);
    background-repeat: no-repeat;
    background-position: 150px 5px; 
    position:absolute;
    height: 36px;
    width: 400px;
    z-index: 3000;
}

#displayphoto {

}


.box-right{
    background-image: url(/presentation/images/ui/content/box/box-right.jpg);
    background-repeat: no-repeat;
    height: 45px;
    width: 9px;
    position: relative;
    float: right;
    top: 0px;
}

.field-info {
    float: left;
}

/* box headers */
.text-dynamic {
    height: 22px;
    width: 600px;
    top: 13px;
    left: 20px;
    position: relative;
}

.text-register {
    background-image: url(/presentation/images/ui/content/box/headers/text-register.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 189px;
    top: 11px;
    left: 20px;
    position: relative;
}

.text-featured-port {
    background-image: url(/presentation/images/ui/content/box/headers/text-featured-port.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 320px;
    top: 11px;
    left: 20px;
    position: relative;
}

.text-featured-int {
    background-image: url(/presentation/images/ui/content/box/headers/text-featured-interviews.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 320px;
    top: 11px;
    left: 20px;
    position: relative;
}

.text-login {
    background-image: url(/presentation/images/ui/content/box/headers/text-login.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 320px;
    top: 11px;
    left: 20px;
    position: relative;
}

.text-forgotpass {
    background-image: url(/presentation/images/ui/content/box/headers/text-forgotpass.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 320px;
    top: 11px;
    left: 20px;
    position: relative;
}

.text-newpass {
    background-image: url(/presentation/images/ui/content/box/headers/text-newpass.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 320px;
    top: 11px;
    left: 20px;
    position: relative;
}

.text-composemessage {
    background-image: url(/presentation/images/ui/content/box/headers/text-composemessage.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 260px;
    top: 11px;
    left: 20px;
    position: relative;
}


.text-myinbox {
    background-image: url(/presentation/images/ui/content/box/headers/text-myinbox.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 260px;
    top: 11px;
    left: 20px;
    position: relative;
}

.text-sentmessages {
    background-image: url(/presentation/images/ui/content/box/headers/text-sentmessages.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 260px;
    top: 11px;
    left: 20px;
    position: relative;
}

.text-findfriends {
    background-image: url(/presentation/images/ui/content/box/headers/text-findfriends.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 260px;
    top: 11px;
    left: 20px;
    position: relative;
}

.text-myfriends {
    background-image: url(/presentation/images/ui/content/box/headers/text-myfriends.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 260px;
    top: 11px;
    left: 20px;
    position: relative;
}

.text-basicinformation {
    background-image: url(/presentation/images/ui/content/box/headers/text-basicinformation.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 260px;
    top: 11px;
    left: 20px;
    position: relative;
}

.text-advanceinformation {
    background-image: url(/presentation/images/ui/content/box/headers/text-advancedinformation.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 300px;
    top: 11px;
    left: 20px;
    position: relative;
}

.text-accountinformation {
    background-image: url(/presentation/images/ui/content/box/headers/text-accountinformation.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 300px;
    top: 11px;
    left: 20px;
    position: relative;
}


.text-displaypicture {
    background-image: url(/presentation/images/ui/content/box/headers/text-displaypicture.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 260px;
    top: 11px;
    left: 20px;
    position: relative;
}

.text-latest-files {
    background-image: url(/presentation/images/ui/content/box/headers/text-displaypicture.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 260px;
    top: 11px;
    left: 20px;
    position: relative;
}


/* Form */
#regBtn {
    background-image: url(/presentation/images/ui/content/form/btn-medium.jpg);
    background-repeat: no-repeat;
    width: 67px;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#subBtn {
    background-image: url(/presentation/images/ui/content/form/btn-medium.jpg);
    background-repeat: no-repeat;
    width: 67px;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.field {
    margin-bottom: 16px;
    position: relative;
}

.form-find {
    margin-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
}

.field-taken {
    margin-bottom: 16px;
    background-image: url(/presentation/images/ui/content/form/taken.gif);
    background-repeat: no-repeat;
    background-position: 490px 29px;
}

.field-invalid {
    margin-bottom: 16px;
    background-image: url(/presentation/images/ui/content/form/invalid.gif);
    background-repeat: no-repeat;
    background-position: 490px 29px;
}
.field-available {
    margin-bottom: 16px;
    background-image: url(/presentation/images/ui/content/form/available.gif);
    background-repeat: no-repeat;
    background-position: 490px 29px;
}
.form-field-small, .form-field-xsmall, form-field-med {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
    border: 1px solid #E0E0E0;
    width: 194px;
    background-image: url(/presentation/images/ui/content/form/field-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-top: 4px;
    padding: 6px;
}

.form-field-xsmall {
	width:130px;
}

.form-field-med {
	width:200px;
}


.form {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 0px;
    position: relative;
    
}

.form-field {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
    border: 1px solid #E0E0E0;
    width: 450px;
    padding: 8px;
    background-image: url(/presentation/images/ui/content/form/field-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-top: 4px;
}
.field-input {
    float: left;
}


.form-terms {
    background-color: #F9F9F7;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    border: 1px dashed #E1E1DD;
}

.form-divider {
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E6E6E6;
    margin-bottom: 20px;
}


/* Search Form */
#s_frm {
    margin: 0;
    padding: 0;
}

#searchform {
    margin-top: 0px;
    margin-left: 50px;
    float: left;
}

#navSearch {
    background-image: url(/presentation/images/ui/header/nav/nav-search.jpg);
    background-repeat: no-repeat;
    width: 232px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    float: right;
    padding-top: 44px;
    height: 50px;
    background-position: 30px 0px;
}

#search {
    width: 1000px;
    position: absolute;
    z-index: 99;
    top: 162px;
    height: 94px;
    float: right;
}

#autocomplete {
    background-color: transparent;
    border: 0px none transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #A4A4A4;
}

.autocomplete,#livesearch {
    float: left;
    margin-left: 0px;
    position: relative;
    z-index: 200;
	background:#E7E8EA; 	
}

.autocomplete ul,#livesearch ul {
    margin:0;
    margin-left: 0px;
    border:0;
    padding:0;
    display:list-item;
    list-style:none;
	background:#E7E8EA;   
}

.autocomplete li,#livesearch li {
    border-bottom: 1px solid #ffb;
    display:list-item;
    font-size: 12px;
    color: #A4A4A4;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 11px;
    position: relative;
    z-index: 200;
}

.autocomplete li.selected, #livesearch li.selected{
    background: #ffb; 
}

.autocomplete li.green a, #livesearch li.green a{
    display: block;
    background: #efefef;
    padding: 3px;
    border-bottom: 1px solid #fff;
}

/* Footer */
#footer {
    text-align: left;
    background-image: url(/presentation/images/ui/footer/sponsers.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 25px;
    width: 100%;
    position: relative;
    background-color: #E8EFF5;
    z-index: 99;
    float: left;
	margin-top:10px;
    margin-bottom: 10px;
}



/* Hacks */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.hide{
    display:none !important;
}


/* Right content */
#alreadyamember{
    background-image: url(/presentation/images/ui/content/ads/alreadymember.jpg);
    height: 170px;
    width: 248px;
    background-position: 0px -5px;
    display:block;
    overflow:hidden;
}

/* Climate - resources upload */
#resource_addition_right{
<<<<<<< .mine

    width: 248px;
	padding-left: 10px;
    /*overflow: hidden;*/
=======

    width: 248px;
    /*overflow: hidden;*/
>>>>>>> .r51
}
#resource_addition_right .form-field{
width: 210px;
}
#resource_addition_right .form-combobox{
width: 215px;
}

/* Climate resources list */
.climateFilesList{ list-style-type: none; margin: 0; padding: 0;}
.climateFilesList li{
	border:1px solid #B6BDC5;
	float:left;
	height:175px;
	margin:0px 26px 26px 0px;
	padding:10px;
	text-align:center;
	width:126px;
	overflow:hidden;
}

.climateFilesList .doc{
	width:300px;
	text-align:left;
}

.climateFilesList .doc .left{
	width:130px; float:left;
}

.climateFilesList .doc .right{
	width:150px; float:left;
}

.climateFilesList li .resource_title {
	margin-bottom:5px;
	font-weight:normal;
	font-weight:bold;
	text-transform:uppercase;
	color:#999999;
}

#find_pane {
    background-color: #FFFFFF;
    padding-top: 22px;
    padding-bottom: 90px;
    margin-top: 10px;
    background-image: url(/presentation/images/ui/content/box/white-bg.jpg);
    background-repeat: repeat-y;
}
#options_pane {
    background-color: #FFFFFF;
    padding-top: 22px;
    padding-bottom: 30px;
    margin-top: 10px;
    background-image: url(/presentation/images/ui/content/box/white-bg.jpg);
    background-repeat: repeat-y;
}
.options_pane_small {
    background-color: #FFFFFF;
    padding-top: 22px;
    padding-bottom: 25px;
    margin-top: 10px;
    /*background-image: url(/presentation/images/ui/content/box/white-bg.jpg);*/
    background-repeat: repeat-y;
}


.options_tab {
    height: 40px;
    background-color: #73afe1;
    margin-right: 10px;
    background-image: url(/presentation/images/ui/content/box/blue-bg.jpg);
    background-repeat: repeat-y;
}

.options_tab_basic {
    height: 40px;
    margin-right: 10px;
}

.options_header_myinbox_basic {
    background-image: url(/presentation/images/ui/content/box/messages/inbox-myinbox-basic.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 10px;
}


.options_header_myinbox{
    background-image: url(/presentation/images/ui/content/box/messages/inbox-myinbox.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 8px;
}

.options_header_composemessage_basic {
    background-image: url(/presentation/images/ui/content/box/messages/inbox-composemessage-basic.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 10px;
}

.options_header_composemessage{
    background-image: url(/presentation/images/ui/content/box/messages/inbox-composemessage.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 8px;
}

.options_header_sentmessages_basic {
    background-image: url(/presentation/images/ui/content/box/messages/inbox-sentmessages-basic.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 10px;
}


.options_header_sentmessages {
    background-image: url(/presentation/images/ui/content/box/messages/inbox-sentmessages.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 10px;
}


.options_header_friendsbasic{
    background-image: url(/presentation/images/ui/content/box/messages/friends-basic.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 8px;
}

.options_header_friendsbasic_basic {
    background-image: url(/presentation/images/ui/content/box/messages/friends-basic-basic.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 10px;
}


.options_header_friendsadvanced{
    background-image: url(/presentation/images/ui/content/box/messages/friends-3dstylee.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 8px;
}

.options_header_friendsadvanced_basic { 
    background-image: url(/presentation/images/ui/content/box/messages/friends-3dstylee-basic.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 10px;
}


.options_header_profilebasicinfo{
    background-image: url(/presentation/images/ui/content/box/messages/profile-basicinfo.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 8px;
}

.options_header_profilebasicinfo_basic { 
    background-image: url(/presentation/images/ui/content/box/messages/profile-basicinfo-basic.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 10px;
}


.options_header_profileadvancedinfo{
    background-image: url(/presentation/images/ui/content/box/messages/profile-advanceinfo.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 8px;
}

.options_header_profileadvancedinfo_basic { 
    background-image: url(/presentation/images/ui/content/box/messages/profile-advanceinfo-basic.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 10px;
}

.options_header_profileaccountinfo{
    background-image: url(/presentation/images/ui/content/box/messages/profile-accountinfo.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 8px;
}

.options_header_profileaccountinfo_basic { 
    background-image: url(/presentation/images/ui/content/box/messages/profile-accountinfo-basic.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 10px;
}

.options_header_profiledisplaypicture{
    background-image: url(/presentation/images/ui/content/box/messages/profile-displaypicture.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 8px;
}

.options_header_profiledisplaypicture_basic { 
    background-image: url(/presentation/images/ui/content/box/messages/profile-displaypicture-basic.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 10px;
}


.options_header_portfoliorecent{
    background-image:url(/presentation/images/ui/content/box/messages/portfolios-recentportfolios.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 8px;
}

.options_header_portfoliorecent_basic { 
    background-image: url(/presentation/images/ui/content/box/messages/portfolios-recentportfolios-basic.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 10px;
}

.options_header_myportfolio{
    background-image:url(/presentation/images/ui/content/box/messages/portfolios-myportfolios.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 8px;
}

.options_header_myportfolio_basic { 
    background-image: url(/presentation/images/ui/content/box/messages/portfolios-myportfolios-basic.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 10px;
}

.options_header_createportfolio{
    background-image:url(/presentation/images/ui/content/box/messages/portfolios-createportfolio.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 8px;
}

.options_header_createportfolio_basic { 
    background-image: url(/presentation/images/ui/content/box/messages/portfolios-createportfolio-basic.jpg);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 10px 10px;
}

.box-content-full {
    padding-top: 14px;
    padding-right: 22px;
    padding-bottom: 14px;
    padding-left: 22px;
    line-height: 18px;
}
.message-avatar {
    clear: left;
    float: left;
    width: 85px;

}
.message {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EAEAEA;
    padding-top: 12px;
    padding-right: 8px;
    padding-bottom: 12px;
    padding-left: 8px;
    height: 100%;
    min-height:75px;
}
.message-deleted {
    display: none;

}


.messageThread {
    display: block;
    padding-top: 12px;
    padding-right: 8px;
    padding-bottom: 12px;
    padding-left: 8px;
    height: 100%;
    min-height:75px;
}

.messageThreadPending {
    background-color: #FEF5F5;
    display: block;
    padding-top: 12px;
    padding-right: 8px;
    padding-bottom: 12px;
    padding-left: 8px;
    height: 100%;
    min-height:75px;
}
.message-content {
    padding: 0px;
    width: 220px;
    float: left;
    clear: left;
    color: #73AFE1;
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    min-height:100%;
    display: block;
}
.message-date {
    font-size: 11px;
    margin-bottom:4px;
    font-weight: normal;
    color: #CCCCCC;
}

.message-body {
    margin: 0px;
    padding: 0px;
}
.message-body {
    color: #73AFE1;
    font-weight: bold;
    position:relative;
    margin-left:220px;
    width: 460px;
}
.message-body a {
    text-decoration: none;
    color: #73AFE1;
}
.message-content a {
    text-decoration: none;
    color: #73AFE1;
}

.message-preview {
    color: #666666;
    font-weight: normal;
    line-height: 13pt;
    font-size: 12px;
}
.message-delete {
}
.message-title {
    margin-bottom:4px;
}
.delete-icon {
    float: right;
    position: relative;
    top: -20px;
}
#message-links {
    text-align: right;
    margin-top: 10px;
}
#buttons {
    margin-top:12px;
}
#thread {
    margin-left: 220px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #73AFE1;
    border-bottom-color: #E5E5E5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 8px;
    padding-left: 8px;
}

#quickreply {
    margin-left: 225px;
    padding-bottom: 20px;
    padding-top: 14px;
}
.thread-people {
    color: #9E9E9E;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
#thread .thread-people a {
    color: #9E9E9E;
}
.message-divider {
    margin-left: 220px;
    margin-bottom: 4px;
    border-bottom-color: #E5E5E5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 4px;
}#nomessages {
    height: 200px;
}
#flash-content {
    height: 590px;
}
#find-form {
    padding-right: 10px;
    padding-left: 10px;
}
.lbl {
    margin-left: 3px;
    font-weight: bold;
}
.field-important {
    margin-left: 3px;
    font-weight: bold;
    background-color: #EFF0F1;
    margin-top: 10px;
}
.form-combobox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
    border: 1px solid #E0E0E0;
    width: 450px;
    background-image: url(/presentation/images/ui/content/form/field-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-top: 4px;
    padding: 8px;
}
.form-combobox-small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
    border: 1px solid #E0E0E0;
    width: 150px;
    background-image: url(/presentation/images/ui/content/form/field-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-top: 4px;
    padding: 8px;
    margin-right: 10px;
}
.form-field-dob {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
    border: 1px solid #E0E0E0;
    width: 80px;
    background-image: url(/presentation/images/ui/content/form/field-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-top: 4px;
    padding: 8px;
    margin-right: 8px;
}
.form-field-small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
    border: 1px solid #E0E0E0;
    width: 204px;
    background-image: url(/presentation/images/ui/content/form/field-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-top: 4px;
    padding: 6px;
}

#poweruser {
    position: absolute;
    left: 240px;
    top: 12px;
    width: 16px;
    height: 16px;
    background-image: url(/presentation/images/ui/header/user/star.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
    
/* Styles from wordpress! */
.widefat {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    width: 100%;
    clear: both;
}

.widefat a {
    text-decoration: none;
}

.widefat td, .widefat th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    font-size: 12px;
    padding: 10px 10px 20px;
    vertical-align: text-top;
}

.widefat th {
    padding-bottom: 8px;
    padding-top: 10px;
    text-align: left;
}
.widefat td, .widefat th, div#available-widgets-filter, ul#widget-list li.widget-list-item, .commentlist li {
    border-bottom-color: #ccc;
}

.widefat thead, .thead {
    background-color: #505154;
    color: #E9E9E9;
}
div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
    border-color: #ccc;
}  


/* OpenID anyone? */

#openIDLogo {
    background-image: url(/presentation/images/ui/openid/openidlogo.jpg);
    background-repeat: no-repeat;
    height: 63px;
    width: 145px;
    margin-bottom: 10px;
    margin-top: 16px;
}
#openIDForm {
    background-image: url(/presentation/images/ui/openid/openidlogin.jpg);
    background-repeat: no-repeat;
    height: 106px;
    width: 706px;
    background-position: -4px;
}
#openIDExample {
    font-size: 11px;
    color: #B5B5B5;
    margin-bottom: 50px;
}
#openIDInfo {
    margin-top: 30px;
}
.openIDHeading {
    color: #FD8129;
    font-size: 16px;
    float: none;
    width: 100%;
    font-weight: bold;
}
#openIDInfo a {
    color: #FD832D;
}
#openIDInfo p {
    margin-top: 6px;
    margin-bottom: 38px;
}
#openIDForm #openIDf {
    margin: 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 65px;
}
#openid_identifier {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #FD832D;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    width: 450px;
}
#field {
    float: left;
}
#button {
    float: right;
    margin-right: 25px;
}
#signinBtn {
    background-color: transparent;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 0px;
    width: 90px;
    height: 30px;
    margin-top: -5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: normal;
    color: #FFE6D7;
}
#openIDConfirm {
    background-image: url(/presentation/images/ui/openid/openidconfirm.jpg);
    background-repeat: no-repeat;
    height: 106px;
    width: 706px;
    background-position: -4px;
}#openIdURI {
    color: #FFFFFF;
    font-size: 18px;
    margin-left: 48px;
    padding-top: 41px;
}
#openIDExample a {
    color: #FD7D24;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* 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+ */
}

.options-info {
    margin-bottom: 6px;
    padding-left: 26px;
    padding-right: 20px;
}


.options-grey {
    background-image: url(/presentation/images/ui/content/box/grey-bg.jpg);
    background-repeat: repeat-y;
    padding-left: 26px;
    padding-right: 20px;
    background-color: #F4F4F4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 14px;
    margin-right: 12px;
    white-space: normal;
    display: block;
}
.options-grey-photo {
    background-image: url(/presentation/images/ui/content/box/grey-bg.jpg);
    background-repeat: repeat-y;
    padding-left: 13px;
    padding-right: 20px;
    background-color: #F4F4F4;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 205px;
    margin-bottom: 12px;
    white-space: normal;
    min-height: 110px;
    display: block;
}

.options-grey strong {
	display: block; 
	padding-bottom: 10px;
}

.options-print {
    float: left;
}

.bold-description {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #242831;
	background-image: url(/presentation/images/ui/content/box/dark-grey-bg.jpg);
}

.bold-description strong {
	font-size: 12px;
	color: #7fc2fa;
}


.options-resource {
    background-image: url(/presentation/images/ui/content/box/icons/attach.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 7px;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.options-resource-link {
    background-image: url(/presentation/images/ui/content/box/icons/link.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 7px;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}


#draft {

    background-color: #F4F4F4;
    padding: 16px;
    margin-bottom: 18px;
    font-size: 14px;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #999999;
    font-style: italic;
}

#addfriend-icon {

    background-image: url(/presentation/images/ui/header/user/friends-icon.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 20px;
    padding-left: 22px;
    margin-bottom: 10px;

}

#newmessage-icon {

    background-image: url(/presentation/images/ui/header/user/message-icon.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 20px;
    padding-left: 22px;
    margin-bottom: 10px;

}

#flagprofile-icon {

    background-image: url(/presentation/images/ui/content/box/icons/flag_red.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 20px;
    padding-left: 22px;
    margin-bottom: 10px;

}

#discipline, #selected_discipline {
	width:320px;
}

.error {
	color:red;
}

.portfolio {
	border-bottom:1px solid #EAEAEA;
	height:300px;
}

.cover {
	background:url(/presentation/images/ui/content/photobg.jpg) top left no-repeat;
}

.portfolio_image {
	margin-top:20px;
}

#rider {
clear:both;
font-size:10px;
text-align:right;
}

#rider a {
color:#6A6A6A;
}
