﻿@charset "UTF-8";

/*
blue: #25AAE1
orange: #f26522
*/


body {
	margin:0;
	padding:0;
	/*background:#06a4cb url(../images/bg_page.jpg) top center no-repeat;*/
	background:#498abd url(../images/bg_page2.jpg) top center no-repeat;
	font-family:"HelveticaNeue","Helvetica Neue",calibri,Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	line-height: 140%;
}
form {
	margin:0;
	padding:0;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
span.clear {
  display: block;
  width:100%;
  clear: both;
  height: 1px;
  line-height: 0px;
  margin-bottom: -1px;
}





.wrap {
	float:none;
	clear:left;
}
.hidden {
	display:none;
}
a img, img {
	border:none;
}
a {
	outline:none;
	cursor:pointer;
	color:#25aae1;
	text-decoration:none;
}
a.readMore,
a.more{
	padding-right:10px;
	background:url(../images/arrow-blue.gif) 100% 3px no-repeat;
	color:#25AAE1;
}
a.actionTxt {
padding-right:10px;
background:transparent url(../images/arrow-red.gif) 100% 3px no-repeat;
color:#f26522;
}
p {
	margin: 0px;
	padding-bottom: 1em;
}
p.intro_registration {
	margin-left:18px;
}

.isButton {
	background: url(../images/button_bkgd.jpg) 0 0 repeat-x;
	color:#FFFFFF !important;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding:2px 6px;
	position:relative;
	top:-1px;
	display:inline-block;
	    z-index:1;


}
#submitCol .isButton,
.enterLEFA .isButton,
.isButton_lg {
	background: url(../images/button_bkgd.jpg) 0 0 repeat-x;
	color:#FFFFFF !important;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding:5px 10px;
	position:relative;
	top:-1px;
	display:inline-block;
}
input.textField {
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #DDDDDD;
	padding:2px;
	font-size:16px;
	}
.enterLEFA input.textField {
	width:320px;
}


/* Heading Styles
-----------------------------------------------------------*/

h1 {
	font-size: 18px;
	margin: 0px;
}
h2 {
	font-size: 15px;
	margin: 0px;
	padding-bottom:10px;
}
h3 {
	font-size: 13px;
	margin: 0px;
	color:#F26522;
	padding-bottom:10px;
}
h4 {
	font-size: 12px;
	margin: 0px;
}

.AD-container h1 {
	line-height: 24px;
	color: #25aae1;
	font-weight: normal;
	padding: 24px 0px;
}
h1.columnTitle {
	padding:18px 0 0 0;
	margin-left:5px;
}
h2.columnTitle {
	padding:18px 0 0 0;
	margin-left:5px;
	color: #25aae1;
}

/* sIFR Headings and Objects
-----------------------------------------------------------*/
.sIFR-active h1.pageTitle_sIFR {
	font-weight: normal;
	padding:4px 0 0px 0;
	margin-left:0px;
	position:relative;
	top:7px;
}
.sIFR-active h1.pageTitle_sIFR .sIFR-flash {
	margin:0 0 0 5px;
	padding:0;
}
.sIFR-active h1.pageTitle_registration_sIFR {
	font-weight: normal;
	padding: 14px 0 0 0;
	margin:0;
}
.sIFR-active h1.pageTitle_registration_sIFR .sIFR-flash {
	margin:0 0 0 18px;
	padding:0;
}
.sIFR-active h1.columnTitle_sIFR {
	font-weight: normal;
	padding:4px 0 0 0;
	margin-left:5px;
	position:relative;
	top:7px;
	zoom:1;
}
.sIFR-active h1.columnTitle_sIFR .sIFR-flash {
	margin:0 0 0 12px;
	padding:0;
}



/* Header Styles
-----------------------------------------------------------*/

#header {
	width:882px;
	height:92px;
	margin:0 auto;
	padding:0;
	position:relative;
	font-size: 11px;
	line-height: 17px;
	overflow:visible;
}
#header #header_logo {
	width:225px;
	height:90px;
	position:absolute;
	top:7px;
	left:0;
	z-index:10;
}
#header #header_logo a {
	display:block;
	width:225px;
	height:90px;
	background:url(../images/logo_hdr2.png) 0 0 no-repeat;
}
#header #header_memberInfo {
	padding:10px 0 0 0;
	position:relative;
	z-index:200;
}
#header #header_memberInfo ul {
	text-align:right;
	margin:0;
	padding:0;
	list-style:none;
}
#header #header_memberInfo ul li {
	display:inline;
	margin:0;
	padding:0 10px;
	font-weight:bold;
	list-style-type:none;
}
#header #header_memberInfo li.username {
	border-right:2px solid #333;
}
#header #header_memberInfo li.status {
	padding-right:0;
}
#header #header_memberInfo li.status strong {
	text-transform:uppercase;
	color:#f26522;
}
#header #header_membership {
	text-align:right;
}
#header #header_menu {
	position:absolute;
	width:640px;
	height:20px;
	right:0;
	top:65px;
}
#header #header_menu ul {
	text-align:right;
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}
#header #header_menu ul li {
	display:inline;
	margin:0;
	padding:0 10px;
	font-weight:bold;
	font-size:14px;
	list-style-type:none;
	border-right:2px solid #25aae1;
}
#header #header_menu ul li.active a {
	color:#000;
}
#header #header_menu ul li.last {
	border-right:none;
	padding-right:0;
}
#login_dropdown {
	display:none;
	position:absolute;
	top:106px;
	right:22px;
	width:437px;
	height:110px;
	
	z-index:999;
}
.login_dropdown_bg {
	background:url(../images/bg_login_dropdown.png) left bottom no-repeat;
	}
#login_dropdown .errorList {
	clear:both;
	margin:18px 18px 18px 32px;
}
#login_dropdown .errorList p {
	display:none;
}
.loginError #login_dropdown {
	height:200px;
	display:block;
}
#login_dropdown #usernameCol {
	width:165px;
	float:left;
	padding:15px 0 0 34px;
}
#login_dropdown #passwordCol {
	width:165px;
	float:left;
	padding:15px 0 0 0;
}
#login_dropdown #usernameCol label,
#login_dropdown #passwordCol label {
	display:block;
	height:20px;
	color:#666666;
	font-weight:bold;
}
#login_dropdown #usernameCol input,
#login_dropdown #passwordCol input {
	width:145px;
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #DDDDDD;
	padding:2px;
	font-size:16px;
	}
#login_dropdown #usernameCol p {
	margin-top:10px;
}
#login_dropdown #closeDropdown {
	width:55px;
	float:right;
	height:26px;
	text-align:right;
	padding:5px;
}
#login_dropdown #submitCol {
	/* width:70px; */
	float:right;
	padding:1px 0 0 0;
	margin-right:10px;
}
#login_dropdown #submitCol input {
	cursor:pointer;
}
#preload {
	display:none;
}



/* Wrapper and Frame
-----------------------------------------------------------*/
#wrapper {
	width:916px;
	margin:0 auto;
	padding:0;
	position:relative;
}
#frameContainer {
	width:916px;
	padding:10px 0 0 0;
	background:url(../images/bg_frameContainer_top.png) top left no-repeat;
}
#frameContainerMid {
	background:url(../images/bg_frameContainer_mid.png) top left repeat-y;
	padding:0 17px;
}
#frame {
	backgound-color:#FFFFFF;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-color: white;
	padding: 5px;
}

#frameLEFA {
	background:url(../images/bkgd_LEFA.jpg) no-repeat bottom #FFFFFF;
	min-height:500px;
	height:auto !important;
	height:500px;
	padding: 5px;
}


/* Column Containers
-----------------------------------------------------------*/
.A-container,
.B-container,
.C-container,
.D-container {
	float: left;
	width: 218px;
}
.AB-container,
.BC-container,
.CD-container {
	float: left;
	width: 436px;
}
.AC-container,
.BD-container {
	float: left;
	width: 654px;
}
.AD-container div .content{
	padding:12px 12px 0 12px;
}
.AD-container .AB-column-shadow .content{
	padding:12px 12px 0
}

/* Default Column Styles
-----------------------------------------------------------*/

.A-column,
.B-column,
.C-column,
.D-column {
	float: left;
	width: 208px;
	margin: 5px;
}
.AB-column,
.BC-column,
.CD-column {
	float: left;
	width: 426px;
	margin: 5px;
}
.cd-column {
	float:left;
	width:436px;
	
}
.AC-column,
.BD-column {
	float: left;
	width: 644px;
	margin: 5px;
}
.AD-column {
	float: left;
	width: 862px;
	margin: 5px;
}


/* Fade Column Styles
-----------------------------------------------------------*/

.A-column-fade,
.B-column-fade,
.C-column-fade,
.D-column-fade {
	float: left;
	width: 208px;
	margin: 5px;
	background: url(../images/1col-fade.png) no-repeat left top;
}
.AB-column-fade,
.BC-column-fade,
.CD-column-fade {
	float: left;
	width: 426px;
	margin: 5px;
	background: url(../images/2col-fade.png) no-repeat left top;
	position:relative;
	height:117px;
}
.cd-column-fade {
	float: left;
	width: 426px;
	margin: 5px 0;
	background: url(../images/2col-fade.png) no-repeat left top;
}
.AC-column-fade,
.BD-column-fade    {
	background: url(../images/3col-fade.png) no-repeat left top;
	float: left;
	width: 634px;
	margin: 5px;
}
.AC-column-fade-welcome   {
	background: url(../images/3col-fade.png) no-repeat left top;
	float: left;
	width: 644px;
	margin: 5px;
	padding:0;
}
.AD-column-fade {
	float: left;
	width: 862px;
	margin: 5px;
	background: url(../images/4col-fade.png) no-repeat left top;
}



/* Shadowed Column Styles
-----------------------------------------------------------*/

.A-column-shadow,
.B-column-shadow,
.C-column-shadow,
.D-column-shadow {
	float: left;
	width: 208px;
	padding: 5px;
	background: url(../images/1col-shadow.png) no-repeat left top;
	margin: 5px 0px;
}
.AB-column-shadow,
.BC-column-shadow,
.CD-column-shadow {
	float: left;
	width: 426px;
	padding: 5px;
	background: url(../images/2col-shadow.png) no-repeat left top;
	margin: 5px 0px;
}
.AC-column-shadow,
.BD-column-shadow    {
	background: url(../images/3col-shadow.png) no-repeat left top;
	float: left;
	width: 644px;
	padding: 5px;
	margin: 5px 0px;
}
.AD-column-shadow {
	float: left;
	padding: 5px;
	background: url(../images/4col-shadow.png) no-repeat left top;
	margin: 5px 0 5px 0px;
	width: 872px;
	padding: 5px;
}

#sub_menu ul {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}
#sub_menu ul li {
	list-style: none;
	padding-bottom: 4px;
	font-weight: bold;
}
#sub_menu ul li.active a {
	color: #f26522;
	padding-right:10px;
	background:url(../images/arrow-red.gif) 100% 3px no-repeat;
}
.AD-container .content {
	padding:12px 0 0 0;
}

/* Nested Shadowed Column Styles
-----------------------------------------------------------*/
.A-column-fade .content-shadow,
.B-column-fade .content-shadow,
.C-column-fade .content-shadow,
.D-column-fade .content-shadow,
.A-column-shadow .content-shadow,
.B-column-shadow .content-shadow,
.C-column-shadow .content-shadow,
.D-column-shadow .content-shadow {
	width: 171px;
	margin: 5px;
	padding:17px;
	background: url(../images/1col-nested-shadow.png) no-repeat left top;
}
.AB-column-fade .content-shadow,
.BC-column-fade .content-shadow,
.CD-column-fade .content-shadow,
.AB-column-shadow .content-shadow,
.BC-column-shadow .content-shadow,
.CD-column-shadow .content-shadow {
	width: 389px;
	margin: 5px;
	padding:17px;
	background: url(../images/2col-nested-shadow.png) no-repeat left top;
}
.AC-column-fade .content-shadow,
.BD-column-fade .content-shadow,
.AC-column-shadow .content-shadow,
.BD-column-shadow .content-shadow    {
	background: url(../images/3col-nested-shadow.png) no-repeat left top;
	width: 607px;
	margin: 5px;
	padding:17px;
}
.AD-column-fade .content-shadow,
.AD-column-shadow .content-shadow {
	width: 825px;
	margin: 5px;
	padding:17px;
	background: url(../images/4col-nested-shadow.png) no-repeat left top;
}


/* Footer Styles
-----------------------------------------------------------*/

#frameContainerBottom {
	background:url(../images/bg_frameContainer_bottom.png) top left no-repeat;
	padding-top: 12px;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
#frameContainerGap {
	background: url(../images/bg_frameContainer_Gap.png) no-repeat center top;
	height: 9px;
}
#frameContainerMidFooter {
	background:url(../images/bg_frameContainer_mid.png) top left repeat-y;
	padding:0 17px;
}
#frameFooter {
	backgound:#FFF;
	background-color: white;
	padding: 5px;
	color:#000;
}
#frameFooter .content {
	border:1px solid #e5e5e5;
	min-height:120px;
	height:auto !important;
	height:120px;
}
#frameFooter h2 {
	color: #2595c3;
	line-height: 18px;
	padding-bottom: 12px;
}
#frameFooter a {
	font-weight: bold;
}
#frameFooter .mail {
	background: url(../images/1col-fade-mail.png);	
}
#frameFooter .sugg {
	background: url(../images/1col-fade-sugg.png);
}
#frameFooter .mail a,
#frameFooter .sugg a {
	padding-right:10px;
	background:url(../images/arrow-red.gif) 100% 3px no-repeat;
}
#frameFooter .A-column h2,
#frameFooter .B-column h2,
#frameFooter .A-column a,
#frameFooter .B-column a {
	color:#F26522;
}
#frameContainerBottom #footer_menu ul {
	margin: 0px;
	padding: 0 0 20px 0;
	color:#fff;
}
#frameContainerBottom #footer_menu ul li {
	list-style: none;
	display: inline;
	border-right: 1px solid #fff;
	padding-right: 12px;
	padding-left: 9px;
	color:#fff;
}
#frameContainerBottom #footer_menu ul li a {
	color: #fff;
}
#frameContainerBottom #footer_menu ul li h2 {
	display:inline;
}
#frameContainerBottom #footer_menu ul li#footer_nav_twitter a img,
#frameContainerBottom #footer_menu ul li#footer_nav_facebook a img,
#frameContainerBottom #footer_menu ul li#footer_nav_rss a img {
	position:relative;
	top:3px;
}
#frameContainerBottom #footer_menu ul li.last {
	border-right-style: none;
	padding-right: 0px;
}
.smText {
	font-size: 11px;
	line-height: 16px;
}
.lrgText {
	font-size: 15px;
	line-height: 22px;
}



/* My Profile Sidebar
-----------------------------------------------------------*/
.sidebar_myProfile {
margin-top:3px;
}
.sidebar_myProfile .content{
padding:12px;
}
.sidebar_myProfile .photo_sidebar_myProfile {
	width:187px;
	margin-bottom:0px;
}
.sidebar_myProfile a {
	padding-right:10px;
	background:url(../images/arrow-red.gif) 100% 3px no-repeat;
	color:#F26522;
}
.sidebar_myProfile p {
	padding:5px 0 0 0;
}
.sidebar_myProfile h2.divider {
	border-top:1px solid #e5e5e5;
	padding-top:15px;
	margin-top:15px;
	padding-bottom:5px;
	font-size:13px;
}
.sidebar_myProfile .status {
	font-weight:bold;
	color:#25AAE1;
}
.sidebar_myProfile .status .statusBar {
	height:24px;
	background:url(../images/statusBar.png) 0 0 no-repeat;
	width:147px;
	margin-bottom:10px;
}


.mbti
{
	background:#25AAE1;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	padding:5px;
	width:50px;
}

.sidebar_myProfile .mbti {
	/*background:#25AAE1;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	padding:5px;
	width:60px;*/
	margin-bottom:10px;
}



/* tabs general
-----------------------------------------------------------*/

.AD-tabs {
	padding-top:0px;
}
.AC-tabs #container-1,
.AD-tabs #container-1 {
	position:relative;
	clear:both;
	top:-16px;
}
ul#tabMenu {
	position:relative;
	top:16px;
	left:0;
	width:610px;
	height:43px;
	z-index:10;
	margin:0;
	padding:0;
}
.AD-container ul#tabMenu {
	position:relative;
	top:16px;
	left:0;
	width:860px;
	height:43px;
	z-index:10;
	margin:0;
	padding:0;
}	
.BD-column ul#tabMenu {
	width:644px;
}
ul#tabMenu li {
	cursor:pointer;
}
@media projection, screen {
    .ui-tabs-hide {
        display: none;
    }
}
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
ul.ui-tabs-nav  {
	list-style:none;
	margin:0;
	padding:0;
	/*height:38px;*/
	}
ul.ui-tabs-nav li {
		margin:0 1px 0 0;
		list-style-type:none;
		float:left;
	}
ul.ui-tabs-nav li a {
		color:#FFF;
		text-decoration:none;
		/*text-transform:uppercase;*/
		padding:12px 15px 0 15px;
		background:url(../images/bg_tab_nav.png) center top no-repeat;
		display:block;
		height:24px;
		font-weight:bold;
			letter-spacing:.05em;
	}
ul.ui-tabs-nav li a.first {
		background:url(../images/bg_tab_nav.png) left top no-repeat;
		padding-left:20px;
	}
ul.ui-tabs-nav li a.last {
		background:url(../images/bg_tab_nav.png) right top no-repeat;
		padding-right:20px;
	}
ul.ui-tabs-nav li a:hover,
ul.ui-tabs-nav li.ui-tabs-selected a {
	background:url(../images/bg_tab_nav.png) center -60px no-repeat;
}
ul.ui-tabs-nav li a.first:hover,
ul.ui-tabs-nav li.ui-tabs-selected a.first {
		background:url(../images/bg_tab_nav.png) left -60px no-repeat;
	}
ul.ui-tabs-nav li a.last:hover,
ul.ui-tabs-nav li.ui-tabs-selected a.last {
		background:url(../images/bg_tab_nav.png) right -60px no-repeat;
	}


	
	
	



/* my homepage
-----------------------------------------------------------*/


.tabs_myHome {
	margin-top:15px;
}

.tabs-myhome .ui-tabs-panel {
	margin-top:20px;
}
#myHomeHeader {
	position:relative;
}
#myHomeHeader p {
	font-size:15px;
	padding:10px 0 10px;
}
#myHomeHeader a.viewResults  {
	display:block;
	float:left;
	width:147px;
	height:20px;
	padding-top:4px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/bg_btn_viewResults.png) 0 0 no-repeat;
	position:relative;
	top:-4px;
	left:5px;
}
.AD-container .A-column-fade .myHomeQuickStats,
.AD-container .B-column-fade .myHomeQuickStats,
.AD-container .C-column-fade .myHomeQuickStats{
padding:12px;
border:1px solid #e5e5e5;
min-height:120px;
height:auto !important;
height:120px;
}

.myHomeQuickStats h2 {
	text-transform:uppercase;
	color:#25AAE1;
	font-weight:normal;
}
.myHomeQuickStats .row {
	clear:both;
	padding:3px 0;
}
.myHomeQuickStats .colA {
	width:80%;
	float:left;
	line-height:140%;
}
.myHomeQuickStats .colB {
	width:20%;
	float:left;
	text-align:right;
}
.tabs_myHome #inbox,
.tabs_myHome #outbox{
	position:relative;
	min-height:260px;
	height:auto !important;
	height:260px;
	}
.tabs_myHome #inboxOverlay,
.tabs_myHome #outboxOverlay {
	position:absolute;
	z-index:99;
	width:645px;
	height:260px;
	top:4px;
	left:4px;
	background:url(../images/bg_inboxOverlay.png) 0 0 repeat;
}
.tabs_myHome #inbox ul.header,
.tabs_myHome #outbox ul.header  {
	list-style-type:none;
	margin:0;
	padding:2px 0 0 31px;
	height:24px;
	background:url(../images/bg_mailbox_header.png) 0 0 repeat-y;
}
.tabs_myHome #inbox ul.header li,
.tabs_myHome #outbox ul.header li {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	font-weight:bold;
}
.tabs_myHome #inbox ul.header li.col1 {
	width:110px;
}
.tabs_myHome #inbox ul.header li.col2 {
	width:260px;
}
.tabs_myHome #inbox ul.header li.col3 {
	width:100px;
}
.tabs_myHome #inbox ul.header li.col4 {
	width:40px;
}
.tabs_myHome #inbox ul.header li.col5 {
	width:50px;
}
.tabs_myHome #inbox ul.header li.col6 {
	width:40px;
}
.tabs_myHome #outbox ul.header li.col1 {
	width:100px;
}
.tabs_myHome #outbox ul.header li.col2 {
	width:260px;
}
.tabs_myHome #outbox ul.header li.col3 {
	width:130px;
}
.tabs_myHome #outbox ul.header li.col4 {
	width:100px;
}
.tabs_myHome #inbox ul.header a,
.tabs_myHome #outbox ul.header a {
	margin-left:2px;
	margin-right:2px;
}
.tabs_myHome #inbox a.prev,
.tabs_myHome #outbox a.prev {
	padding-left:7px;
	background:url(../images/arrow-blue-back.gif) 0 3px no-repeat;
}
.tabs_myHome #inbox a.next,
.tabs_myHome #outbox a.next {
	padding-right:7px;
	background:url(../images/arrow-blue.gif) 100% 3px no-repeat;
}
.tabs_myHome #inbox ul.row,
.tabs_myHome #outbox ul.row  {
	list-style-type:none;
	margin:0 9px;
	padding:2px 0 2px 0;
	min-height:24px;
	height:auto !important;
	height:24px;
	border-bottom:1px solid #e5e5e5;
}
.tabs_myHome #inbox ul.row li,
.tabs_myHome #outbox ul.row li {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}
.tabs_myHome #inbox ul.row li.col1,
.tabs_myHome #outbox ul.row li.col1 {
	width:23px;
	text-align:center;
}
.tabs_myHome #inbox ul.row li.col2 {
	width:110px;
}
.tabs_myHome #outbox ul.row li.col2 {
	width:100px;
}
.tabs_myHome #inbox ul.row li.col3,
.tabs_myHome #outbox ul.row li.col3 {
	width:260px;
}
.tabs_myHome #inbox ul.row li.col4 {
	width:108px;
}
.tabs_myHome #outbox ul.row li.col4 {
	width:103px;
}
.tabs_myHome #inbox ul.row li.col5 {
	width:43px;
}
.tabs_myHome #outbox ul.row li.col5 {
	width:27px;
}
.tabs_myHome #inbox ul.row li.col6 {
	width:43px;
}
.tabs_myHome #outbox ul.row li.col6 {
	width:109px;
}
.tabs_myHome #inbox ul.row li.col7 {
	width:30px;
}
.tabs_myHome #inbox ul.footer,
.tabs_myHome #outbox ul.footer  {
	list-style-type:none;
	margin:0;
	padding:2px 0 0 9px;	
	height:24px;
}
.tabs_myHome #inbox ul.footer li,
.tabs_myHome #outbox ul.footer li {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	font-weight:bold;
}
.tabs_myHome #inbox ul.footer li.col1,
.tabs_myHome #outbox ul.footer li.col1 {
	width:433px;
}
.tabs_myHome #inbox ul.footer li.col2,
.tabs_myHome #outbox ul.footer li.col2 {
	width:180px;
	text-align:right;
	font-weight:normal;
}
.tabs_myHome #inbox ul.footer a,
.tabs_myHome #outbox ul.footer a {
	margin-left:2px;
	margin-right:2px;
}
.tabs_myHome #inbox .noEmails,
.tabs_myHome #outbox .noEmails{
margin:5px 0 0 12px;
color:#25aae1;
}

.tabs_myHome ul.row li a.icon_read,
.tabs_myHome ul.row li span.icon_read {
	display:block;
	width:19px;
	height:17px;
	padding-top:2px;
	background:transparent url(../images/icon_mailbox_read.png) left bottom no-repeat;
}
.tabs_myHome ul.row li a.icon_unread,
.tabs_myHome ul.row li span.icon_unread {
	display:block;
	width:19px;
	height:15px;
	background:transparent url(../images/icon_mailbox_unread.png) left bottom no-repeat;
	padding-top:4px;
}
.tabs_myHome ul.row li a.icon_reply,
.tabs_myHome ul.row li span.icon_reply {
	display:block;
	width:19px;
	height:15px;
	background:transparent url(../images/icon_mailbox_reply.png) left bottom no-repeat;
	padding-top:4px;
}

.tabs_myHome ul.row li a.icon_checkmark,
.tabs_myHome ul.row li span.icon_checkmark {
	display:block;
	width:19px;
	height:15px;
	background:transparent url(../images/icon_mailbox_checkmark.png) left bottom no-repeat;
	padding-top:4px;
}

.tabs_myHome ul.row li a.icon_checkmark,
.tabs_myHome ul.row li a.icon_checkmark {
	display:block;
	width:19px;
	height:15px;
	background:transparent url(../images/icon_mailbox_checkmark.png) left bottom no-repeat;
	padding-top:5px;
}


/* homepage */
.homepageMain {
	min-height:412px;
	height:auto !important;
	height:412px;
	background:url(../images/bg_homepageMain.jpg) right top no-repeat;
	position:relative;
	}
.homepageMain h2#h2_limitedTimeOffer {
	position:absolute;
	top:295px;
	right:20px;
	width:319px;
	height:54px;
	background:url(../images/bg_home_limitedTime.png) 0 0 no-repeat;
	text-indent:-8765px;
	z-index:10;
}
.homepageMain a.a_createMyPond {
	display:block;
	position:absolute;
	top:353px;
	right:23px;
	width:161px;
	height:45px;
	background:url(../images/btn_home_createMyPond.png) 0 0 no-repeat;
	text-indent:-8765px;
	z-index:10;
}
.homepageMain h1#leadin {
	font-size: 28px;
	margin: 0px;
	color:#f26531;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:34px;
	padding:10px 20px 10px 0;
	margin:0 0 0 10px;
	}
.homepageMain p.intro {
	margin-top:0;
	font-size:14px;
	}
.homepageMain p.intro a {
	color:#f26522;
}
.homepageMain p {
	margin-left:10px;
}
.homepageMain #homeJoinTab {
	width:428px;
	height:170px;
	padding:40px 0 0 0;
	background:url(../images/bg_home_joinTab.png) 0 0 no-repeat;
}
.homepageMain #homeTestTab {
	width:358px;
	height:142px;
	padding:60px 30px 0 24px;
	background:url(../images/bg_home_testTab.png) 0 0 no-repeat;
}

.homepageMain #homeBullets {
	margin:0;
	}

.homepageMain #homeBullets ul {
	list-style:none;
	margin:0;
	padding:10px 25px 0 20px;
	}
	
.homepageMain #homeBullets ul li {
	background: url(../images/arrow-blue.gif) no-repeat 0px 5px;
	padding:0 0 10px 10px;
	}
	
#ctl00_MainContent_hypJoin2 {
	float:right;
	padding-right:30px;
	}

.homepageMain #homeTestTab div {
	padding-bottom:6px;
}
.homepageMain #homeTestTab .selectDropDown {
	width:100px;
	margin-left:5px;
	margin-right:5px;
}
.homepageMain #homeTestTab .textField {
	width:90px;	
}
.homepageMain #homeTestTab input {
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #DDDDDD;
	padding:2px;
	font-size:14px !important;
}
.homepageMain #homeTestTab .submitBtn {
	margin-right:20px;
	position:relative;
	top:5px;
}
.homepageFZ {
	padding-top:10px;
}
.homepageFZ .content {
	border:1px solid #e5e5e5;
	}
.homepageFZ .mail {
	background: url(../images/1col-fade-mail.png) right top no-repeat;
	margin:0;
}
.homepageFZ .sugg {
	background: url(../images/1col-fade-sugg.png) right top no-repeat;
	float:right;
	margin:0;
}
.homepageFZ .mail .content,
.homepageFZ .sugg .content {
	min-height:120px;
	height:auto !important;
	height:120px;
	line-height:16px;
}
.homepageFZ .mail .content h2,
.homepageFZ .sugg .content h2,
.homepageFZ .mail .content a,
.homepageFZ .sugg .content a {
	color:#f26522;
}
.homepageFZ .mail a,
.homepageFZ .sugg a {
	padding-right:10px;
	background:url(../images/arrow-red.gif) 100% 3px no-repeat;
}
.homepageFZ .mail h2,
.homepageFZ .sugg h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2595c3;
	line-height: 18px;
	padding-bottom: 12px;
}
.homepageFZ .plog .content {
	line-height:normal;
	min-height:60px;
	height:auto !important;
	height:60px;
	position:relative;
	}
.homepageFZ .plog h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2595C3;
	line-height:16px;
	padding-bottom:5px;
	}
.homepageFZ .verified .content {
	line-height:normal;
	min-height:212px;
	height:auto !important;
	height:212px;
	}
.homepageFZ .verified h2 {
	color:#2595C3;
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	}
.homepageFZ .verified p {
	line-height:16px;
	}
.homepageFZ .verified .selectDropDown {
	margin:10px 0;
	}
.homepageFZ .verified p.sm {
	font-size:11px;
	}
	
/* Added 092109 - Alain */
.regLeft
{
	width: 420px;	
	float: left;
}

.regLeft .formItem
{
	
}

.regLeft .formItem .formLabel
{
	width: 120px;
	float: left;
}

.regLeft .formItem .formInput
{
	width: 300px;
	float: right;
}

.regLeft .formItem .formInput input
{
	width: 275px;
}

.regRight
{
	width: 420px;
	float: right;
}

.regRight .radioList
{
	width: 120px;
	float: left;
}

.regRight .radioListOther
{
	width: 280px;
	padding-top: 105px;
	float: right;
}

.errorList {
	margin:18px;
	border:2px solid #990000;
	padding:10px;
	background:#FFEBEE
}

.dynamicGood
{
	color: #25AAE1;
}

.dynamicBad
{
	color: #cc0000;
}


/* Photo Upload */
.photoUpload div{
	margin:20px 20px;
}
.photoSettings{
	padding:20px 20px;
}
.photoUpload .fileItem
{
    border:solid 1px #ccc;
    margin:1em;
    padding:1em
}

.photoUpload .fileItem .icon
{
    vertical-align: middle;
}

.photoUpload .fileItem .removeLink
{
    float:right;
    margin-top:-.5em;
    margin-right:-.5em
}

.photoUpload .uploadButton
{
    display: none;
}



/* login */
.loginFields label {
	display:block;
	width:80px;
	float:left;
}
.loginFields p.btn {
	margin-left:80px;
}
.loginFields {
	margin:10px 0 0 15px;
}


/* meyers briggs */
.editProfile .formQuestion {
	padding-bottom:15px;
}
.editProfile .formQuestion .formLabel {
	font-weight:bold;
}
/* Profile */
#container-1 #profile .ad-container{
	width:644px;
	float:left;
	display:block;
}
#container-1 .rightSidebar{
	width:210px;
	float:right;
	margin: 10px 17px 0 0px;
	background: url(../images/1col-fade.png) no-repeat left top;
}
#lowerRightSidebar {
	width:180px;
	padding:10px 0 0 0;
}
#lowerRightSidebar .blue{
	background:#25aae1;
	color:#fff;
	float:left;
	padding:5px;
	font-size:2em;
}

/* Profile Accordion */
.tabs_myProfile a{
	color:#F26522;
}
.accordionHeader a{
	color:#fff;
	font-size:smaller;
}
#statusOfProfile{
	float:right;
	padding-right:25px;
	text-align:right;
	color:#25aae1;
	}
#statusOfProfile span{
	font-size:14px;
	float:left;
	color:#000;
	padding-right:10px;
}
.completedOfProfile{
	height:20px;
	width:180px;
	float:left;
	margin-top:-3px;
}
#statusOfPond{
	float:right;
	padding-right:25px;
	text-align:right;
	color:#25aae1;
	}
#statusOfPond span{
	font-size:14px;
	float:left;
	color:#000;
	padding-right:10px;
}
.completedOfPond{
	height:20px;
	width:180px;
	float:left;
	margin-top:-3px;
}
.accordionHeader
{
    color: #fff;
	background: url(../images/profileaccordianheaderback.png) no-repeat left top;
    font: bold 11px auto "Trebuchet MS", Verdana;
    font-size: 15px;
    cursor: pointer;
	padding:8px 0 0 10px;
    margin-top: 0px;
	width:610px;
	height:43px;
}
.accordionHeaderActive{ /*going to be my active header class*/
	background: url(../images/3col-fade.png) no-repeat left top;
	color:#25aae1;
    font: bold 11px auto "Trebuchet MS", Verdana;
    font-size: 15px;
    cursor: pointer;
	padding:8px 0 0 10px;
    margin-top: 0px;
	width:610px;
	height:43px;
}
.accordionHeader span.plus_icon{
	background: url(../images/plus_accord_icon.png) no-repeat left top;
	height:24px;
	width:26px;
	float:right;
	margin:2px 8px 0 0;
}
.accordionHeader span.bar{
	color:#666;
	display:none;
}
.accordionHeader span.edit{
	display:none;
}
.accordionHeader span.edit a{
	color:#F26522;
}
.accordionHeaderActive span.bar{
	color:#666;
}
.accordionHeaderActive span.edit a{
	color:#F26522;
	font-size:smaller;
}
.accordionContent
{
    font: normal auto Verdana, Arial;
    padding: 0 34px 14px 4px;
	margin:0 0 0 10px;
}
.accordionContent .answer {
	font-weight:bold;
}
.accordionContent .notanswered 
{
	font-weight: bold;
	color: #999;
}
.ad-container .d-column-fade{
	padding:4px 0 0 4px;
}
.ad-container .d-column .content p{
	font-size:1em; /* was 1.3em - changed 11/30/09 */
}
.ad-container .d-column .content .accordionContent p{
	font-size:1em;
	padding-bottom:0;
}
.d-column-fade .content{
	padding:0;
	margin:5px;
}
.ad-container .profile_top_bar{
	background: url(../images/profiletopbackground.png) no-repeat left top;
	margin:0;
	padding:0;
	height:37px;
}
.ad-container .profile_top_bar div.content{
	padding:10px 0 0 0;
	margin:0 0 0 12px;
}
.ad-container .d-column-fade{
	background: url(../images/3col-fade.png) no-repeat left top;
	width:600px;
	margin:12px 0 0 12px;
}
#frame .AD-container .reg_top_div{
margin:5px 0 0 18px;
}
/* PHOTOS PAGE */
.tabs_editPhotos {
	margin-top:35px;
}
#profilephotos .d-column-fade .content {
padding:0;
}
#profilephotos .content ul{
margin:0;
padding:0;
list-style-type:none;
}
#profilephotos .content ul li{
display:block;
float:left;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
margin:0 4px 4px 0;
min-height:150px;
height:auto !important;
height:150px;
padding:10px;
width:165px;
}

/* Message Form */
.emailLeft {
	float:left;
	width:617px;
}
.emailContent{
	background: url(../images/3col-nested-shadow.png) no-repeat left top;
	width: 607px;
	margin: 5px;
	padding:17px;
	float:left;
	display:block;
	width:607px;
	min-height:130px;
}
.emailRight{
float: left;
width: 208px;
margin: 8px 0 0 22px;
padding: 15px 0 0 10px;
background: url(../images/1col-fade.png) no-repeat left top;
/*height:55px;*/
}
.emailRight select{
	margin:10px 0 0 0;
}
.emailContent .headerLabel{
	float:left;
	display:block;
	width:200px;
	font-weight:bold;
}
.emailContent .headerItem{
	float:left;
	display:block;
	width:200px;
}
.replyContent{
	
}
.replyAction{
	clear:both;
	margin-top: 10px;
}
.replyHeader .left,
.replyAction .left{
	float:left;
	display:block;
}
.replyHeader .right,
.replyAction .right{
	float:right;
	display:block;
	margin-right:5px;
}
.replyBody textarea{
	width:600px;
}

.replyPresets
{
	text-align: right;	
}

/* Build/Edit Profile Styles */
.editProfile{
padding: 0 0px 0 17px;
float: left;
background: url(../images/4col-shadow.png) no-repeat left top;
float: left;
width: 862px;
margin: 5px 0px;
}
.editProfile h1{
float:left;
}
.editProfile #divStatusProfile{
width:250px;
float:right;
margin:12px 25px 0 0px;
}
.homeEditProfileLeft
{
	margin:0;
	float: left;
	width: 450px;
}
.homeEditProfileLeft div
{
	font-size:2em;
	margin:15px 0;
	height:40px;
}
.homeEditProfileLeft div small
{
	font-size:.5em;
}
.profileBars
{
	width: 350px;
}
.profileBars div
{
	font-size:1.5em;
}

.barAboutYou{
	margin:-5px 0 0 0;
	height:40px;
}
.barYourPond{
	margin:-5px 0 0 0;
	height:40px;
}
.profileBars div.barMeyerBriggs {
	margin:35px 0 0 0;
}
.profileBars .barProfilePhotos
{
	height: 25px;
}

.profileBars .barMeyerBriggs
{
	height: 25px;
}
.createProfile .questionList .formQuestion textarea{
	width:607px;
	height:200px;
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #DDDDDD;
	padding:2px;
	font-size:16px;
}

.formLabel .labelText {
	display:block;
	float:left;
	width:230px;
}
.formLabel .oneLineLabelText {
	float:none;
	width:100%;
}
.formQuestion table{
	clear:both;
}
.formQuestion table tr td
{
	vertical-align: top;
}

.formQuestion table tr td label{
	margin:0 0 0 10px;
}
.formQuestion select{
	width:200px;
	margin:0 0 0 5px;
}
.formQuestion .textField {
	width:200px;
	margin: 0 0 0 5px;
}
.formQuestion select.ddlShort{
	width:50px;
}
.formQuestion select.ddlMedium{
	width:100px;
}
	#frameContainerMid .frameLeft	{
	float: left;
	width: 200px;
	margin: 10px 0 0 10px;
	padding:15px 0 0 15px;
	background: url(../images/1col-fade.png) no-repeat left top;
}
	#frameContainerMid .frameRight{
	background: url(../images/3col-fade.png) no-repeat left top;
	float: left;
	width: 630px;
	margin: 10px 0 0 5px;
	padding:15px 0 0 15px;
}
#frameContainerMid .frameRight div{
	margin:10px;
	padding:5px;
}

.AjaxUploaderCancelAllButton
{
    display: none;
}
/*  Results Pages Styles */
.results_header {
background:transparent url(../images/profiletopbackground.png) no-repeat scroll left top;
height:32px;
margin:0;
padding:8px 0 0 12px;
}
.results_header div{
float:left;
margin:0 15px 0 0;
}
#container-1 .AD-column-shadow .paging{
margin:0 20px 0 10px;
padding:0;
text-align:right;
}
.resultTemplate .resultItem {
	width: 832px;
	margin: 0px 0px 0px 7px;
	background: url(../images/4col-fade.png) no-repeat left top;
	padding:8px;
	border-bottom:1px solid #ccc;
}
.resultTemplate .resultItem .colHead{
	color: #25aae1;
	font-size:.9em;
}
.resultTemplate .resultItem a{
	color:#F26522;
}
.resultTemplate .resultItem .col1{
float:left;
display:block;
width:115px;
}
.resultTemplate .resultItem .col2 .userName{
	color:#F26522;
	font-size:1.8em;
}
.resultTemplate .resultItem p{
	font-size:.9em;
}
.resultTemplate .resultItem .col2{
float:left;
display:block;
width:217px;
margin:0 0 0 10px;
}
.resultTemplate .resultItem .col3{
float:left;
display:block;
width:130px;
margin:0 0 0 10px;
}
.resultTemplate .resultItem .col4{
float:left;
display:block;
width:130px;
margin:0 0 0 10px;
}
.resultTemplate .resultItem .col4 .colHead{
	color:#666;
}
.resultTemplate .resultItem .col4 .percent{
	font-size:2.2em;
	color: #25aae1;
}
.resultTemplate .resultItem .col4 select{
	width:170px;
}
.resultTemplate .resultItem .col5{
float:left;
display:block;
width:200px;
margin:0 0 0 10px;
}
.resultTemplate .resultItem .col5 .colHead{
	color:#F26522;
}
.resultTemplate .resultItem .col5 select{
	width:156px;
}

select.quickActionSelect {
	width:156px;
}
select.quickActionSelect_results {
	width:156px;
}


.resultTemplate .resultItem select {
	font-size:11px;
}
#archivednotes .resultTemplate .resultItem .col3,
#notes .resultTemplate .resultItem .col3{
width:200px;
}
#archivednotes .resultTemplate .resultItem .col4,
#notes .resultTemplate .resultItem .col4{
width:220px;
margin: 0px 0px 0px 14px;
}
/* USER PONDS SECTION */
#userPonds{
padding:8px;
}
#userPonds h1{
margin:0 0 0 12px;
}
#userEditPonds h1{
margin:0 0 0 8px;
}
#userPonds .AC-column-fade {
margin:5px 0 0 12px;
padding:12px 0;
}
#userPonds .AC-column-fade p a {
	color:#F26522;
}
#userPonds .AC-column-fade .pondChoices {
	border-bottom:1px solid #ccc;
	padding:4px 0;
	margin:0 12px;
}
#userPonds .AC-column-fade .pondChoices span.pondChoices_title {
	display:block;
	float:left;
	width:340px;
}
#userPonds .AC-column-fade .pondChoices span.pondChoices_link {
	display:block;
	float:left;
	width:100px;
}
#userPonds .AC-column-fade .pondChoices span.pondChoices_edit {
	display:block;
	float:left;
	width:100px;
}
#userPonds .AC-column-fade .pondChoices span.pondChoices_delete {
	display:block;
	float:left;
	width:70px;
}
#userPonds .AC-column-fade h2,
#userEditPonds .AD-column-fade h2{
	color: #25aae1;
	clear: both;
}


#userEditPonds .AD-column-fade{
margin:5px 0 0 5px;
padding:12px 0 0 12px;
}

/* VIEW OTHER PROFILE */
.tabs_myProfile{
padding:0 0 0 0;
margin:15px 0 0 0;
}
.tabs_myProfile .memberAction{
float:right;
}
.memberActionNotes{
float:right;
}
.tabs_myProfile .A-column-fade{
padding:9px;
display:block;
float:left;
overflow:none;
width:188px;
}
.tabs_myProfile .A-column-fade #image_container{
display:block;
width:186px;
height:140px;
overflow: hidden;
vertical-align: top;

}

#left_pic
{
	display:block;
	width:186px;
	height:140px;
	overflow: hidden;
	vertical-align: top;
}
.tabs_myProfile .A-column-fade .connections .colHead{
color: #25aae1;
	border-top:1px solid #e5e5e5;
	padding-top:15px;
	margin-top:15px;
}
.tabs_myProfile .BD-column-fade{
float:left;
padding:10px 0 0 12px;
}
.tabs_myProfile .BD-column-fade h2{
padding-top:0;
line-height:1em;
color: #25aae1;
font-size:1.6em;
}
.tabs_myProfile .BD-column-fade .col1{
float:left;
display:block;
width:250px;
}
.tabs_myProfile .BD-column-fade .col2 .colHead{
float:left;
margin:0 5px 0 0;
}
.tabs_myProfile .BD-column-fade .col2{
float:left;
display:block;
width:180px;
}
.tabs_myProfile .BD-column-fade .col3{
float:left;
display:block;
width:150px;
}

.tabs_myProfile .BD-column-fade .colHead{
color:#666;
padding:5px 0 0 0;
}
.tabs_myProfile .BD-column-fade .colHeadBlue{
color: #25aae1;
clear:both;
font-size:.9em;
}
.BD-column-fade .blue{
	background:#25aae1;
	color:#fff;
	float:left;
	padding:4px;
	font-size:1.3em;
}
.BD-column-fade .percent{
	color:#25aae1;
	float:left;
	padding:4px;
	font-size:2.3em;
}
.tabs_myProfile .BD-column-fade .col3 .colHead{
float:left;
}
.tabs_myProfile #container-1{
float:left;
clear:none;
margin:20px 0 0 0;
}
.tabs_myProfile #container-1 .accordionHeader,
.tabs_myProfile #container-1 .accordionHeaderActive{
width:600px;
}
.tabs_myProfile #container-1 #profile{
/*width:610px;*/
}
.tabs_myProfile #container-1 .item_result_info {
margin:4px 0 0 0;
}
.tabs_myProfile #container-1 .item_result_info div,
.tabs_myProfile #container-1 #currentpond div{
margin:8px 0 0 5px;
}
.tabs_myProfile .ui-tabs-nav{
top:0;
}

/* Notes Pages */
#notes .AC-container{
margin:12px 0 0 12px;
}
#notes .AC-container h1{
margin:6px 0 0 6px;
}
#notes .AC-container .AC-column-fade{
padding:12px 0 0 12px;
}
#notes .AC-container .AC-column-fade div{
padding:5px 0 0 5px;
}
#notes .AC-container .AC-column-fade div input{
margin:5px 0 0 5px;
}
#frameContainerMid #notes h1{
margin:10px 0 0 12px;
padding:0;
}

#frameContainerMid #notes .A-column-fade #left_pic {
padding:10px 0 0 10px;
}
#frameContainerMid #notes .userInfoNotesColB h1{
margin:0px;
padding:0;
}
#frameContainerMid #notes .userInfoNotesColB{
margin:0 0 0 8px;
float:left;
display:block;
width:180px;
}
#frameContainerMid #notes .userInfoNotesColC{
margin:0 0 0 8px;
float:left;
display:block;
width:400px;
}
#frameContainerMid #notes .userInfoNotesColC .note{
margin:10px 0 0 10px;
float:left;
display:block;
width:250px;
}
#frameContainerMid #notes .userInfoNotesColC .date{
margin:10px 0 0 10px;
float:left;
display:block;
width:80px;
}
#frameContainerMid #notes .userInfoNotesColC .noteItem{
margin:10px 0 0 10px;
padding:10px 0 10px 10px;
float:left;
display:block;
width:250px;
background:#efefef;
}
#frameContainerMid #notes .userInfoNotesColC .noteDate{
margin:10px 0 0 10px;
padding:10px;
float:left;
display:block;
width:80px;
background:#efefef;
}

.defaultForm {
	position:relative;
}
.defaultForm label {
	position:absolute;
	width:15%;
}
.defaultForm .formField {
	margin-left:20%;
	padding-bottom:15px;
}

.marketingCopy
{
	width: 840px;
	margin-top: 5px;
	margin-left: 10px;
}

.modalPopup
{
	margin:10px;
	width:600px;
}
.modalHeader {
	height:0px;
	/* background:url(../images/bg_modal400.png) left top no-repeat; */
}
.modalBody {
	padding:40px;
	position:relative;
	background:#8fc8ea;
	text-align:center;
	border:10px solid #166696;
	opacity:0.9;
}

.modalBody .left
{
	text-align: left;	
}
/* clear fix for modalBody */
.modalBody:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;}
.modalBody{display:inline-block;}
* html .modalBody{height:1%;}
.modalBody{display:block;}

.modalBody a.modalClose {
	position:absolute;
	display:block;
	width:50px;
	height:17px;
	top:10px;
	right:16px;
}
.modalBody .modalH2 {
	padding-bottom:10px;
}
.modalFooter {
	height:0px;
	/* background:url(../images/bg_modal400.png) left bottom no-repeat; */
}
.bg_modalPopup {
	background:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index: 0;
}

.answerBold
{
	font-weight: bold;
}

#disclaimer {
	font-size:10px;
	color:#999999;
	float:right;
	position:absolute;
	top:10px;
	right:10px;
	}
	
#accountdetails .formItem, .registration .formItem {
	padding:5px 0;
	}
	
#accountdetails .formLabel, .registration .formLabel {
	color:#666666;
	display:block;
	float:left;
	font-weight:bold;
	line-height:1;
	margin:8px 10px 0 0;
	text-align:right;
	width:140px;
	}
#accountdetails .formLabel, .registration .formLabelStrong {
	color:#000;
}
#accountdetails  .formInput input, .registration .formInput input, .radioListOther input {
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #DDDDDD;
	padding:2px;
	font-size:16px;
	width:220px;
	}

#accountdetails .formInput select, .registration .formInput select {
	padding:4px 0;
	}

#accountdetails input:focus, .registration input:focus, input:focus, textarea:focus {
	border-color:#2595C3;
}

#accountdetails input:hover, .registration input:hover, input:hover, textarea:hover {
	border-color:#AAAAAA;
}

#ctl00_MainContent_rblAboutUs label {
	color:#666666;
	font-weight:bold;
	margin-left:10px;
	}
	
.disclaimer {
	margin:10px 0;
	}

.inboxFooter
{
	margin-top: 10px;
	padding: 0 15px 0 15px;
	color: #999;
	font-size: 11px;
}

.formInput table tbody tr td{
padding:0;
}

.formInput .cbl2Col td
{
	width: 400px;
}

.formInput .cbl2ColMedium td
{
	width: 285px;
}

.formInput .cbl2ColShort td
{
	width: 225px;
}

.formInput .cbl3ColLong td
{
	width: 285px;
}

.formInput .cbl3ColMedium td
{
	width: 225px;
}

.formInput .cbl3ColShort td
{
	width: 175px;
}

.resultsHeaderText
{
	padding: 5px 15px 5px 15px;
}

/* MBTI */
.mbti-container p {
	margin-right:200px;
}
.mbti-container #mytype .content,
.mbti-container #findcompatibletypes .content{
	padding-right:200px;
}
#viewtypes .viewBox, 
#writefortype .viewBox
{
	float: left;
	width: 240px;
	margin: 0 0 0 5px;
}
.mbti-container #descBox p {
	margin-right:0;
}
#viewtypes #descBox, 
#writefortype #descBox
{
	float: left;
	width: 515px;
	border:1px solid #ccc;
	background-color: #fff;
	min-height: 200px;
	height:auto !important;
	height:200px;
	padding: 5px;
}

#viewtypes #wordBox, 
#writefortype #wordBox
{
	float: left;
	width: 300px;
	border:1px solid #ccc;
	background-color: #fff;
	min-height: 200px;
	height:auto !important;
	height:200px;
	padding: 5px;
}

#viewtypes .viewBox ul, 
#writefortype .viewBox ul
{
	float: left;
	margin: 0 0 0 0;
	padding:0;
	width:44px;
}

#viewtypes .viewBox li, 
#writefortype .viewBox li
{
	list-style: none;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 13px;
	margin:0 0 0 0;
	text-align:center;
}
#viewtypes .viewBox li.last, 
#writefortype .viewBox li.last
{
	border-right: 1px solid #ccc;
}

#viewtypes .viewBox li.bottom, 
#writefortype .viewBox li.bottom
{
	border-bottom: 1px solid #ccc;
}

#viewtypes .viewBox li a , 
#writefortype .viewBox li a {
	display:block;
	width:44px;
	text-align:center;
	padding:4px 0;
}
#viewtypes .viewBox li.selected, 
#writefortype .viewBox li.selected,
#viewtypes .viewBox li:hover, 
#writefortype .viewBox li:hover {
	background: url(../images/button_bkgd.jpg) 0 0 repeat-x;
}
#viewtypes .viewBox li.selected a, 
#writefortype .viewBox li.selected a,
#viewtypes .viewBox li:hover a, 
#writefortype .viewBox li:hover a {
	color:#FFF;
}

/* pagination */
.pageItems .pageItem,
.pageItems .current {
	border:1px solid #25AAE1;
	padding:0px 3px;
	margin-top:2px;
}
.pageItems .pageItem:hover,
.pageItems .current {
	border:1px solid #25AAE1;
	background:#25AAE1;
	color:#fff;
}
.pageItems .pageItemNav {
	border:1px solid #FFF;
	padding:0px;
	margin-top:2px;
}
.pageItems .pageItemNav:hover {
	text-decoration:underline;
}


.mbti-container {
	width:850px;
}
.favorite_hidden {
    float:left;
    display:block;
    width:16px;
    height:16px;
    margin:1px 3px 0 0;
    background:url(../images/favorite_hidden.jpg) 0 0 no-repeat;
}
.favorite_visible {
    float:left;
    display:block;
    width:16px;
    height:16px;
    margin:1px 3px 0 0;
    background:url(../images/favorite.jpg) 0 0 no-repeat;
}
.key_favorite_hidden {
	padding-left:18px;
	margin:0 0 0 30px;
	background:url(../images/icon_favorite_hidden.png) 0 1px no-repeat;
	color:#666;
}


.codeOfConductLink a
{
	color: #fff;
}

.grayed
{
	background: #333;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}

/* Hover popup info */
.info {
	text-decoration: none;
}

.info:hover, .infoMember:hover {
	position: relative;
}

.info span, .infoMember span {
	display: none;
	min-width:220px;
}

.info:hover span 
{
	font-size: 12px;
	display: block;
   	position: absolute; 
	top: 10px; 
	left: -5px; 
	/* formatting only styles */
   	padding: 10px 10px; 
	margin: 5px; 
	z-index: 1000;
   	background: #f8981d; 
   	border: solid 4px #f26532;
   	color: #fff;
	opacity: 0.95;
	/* end formatting */
}

.infoMember:hover span 
{
	font-size: 12px;
	display: block;
   	position: absolute; 
	top: 10px; 
	right: -2px; 
	/* formatting only styles */
   	padding: 10px 10px; 
	margin: 5px; 
	z-index: 100;
   	background: #f8981d; 
   	border: solid 4px #f26532;
   	color: #fff;
	opacity: 0.95;
	/* end formatting */
}

.emailWarning
{
	font-size: 10px;
	margin-left: 20px;
}

/* registration 2-column */
.beginProgress {
    margin-bottom:20px;
    }


.progressHeader {
	margin-top:15px;
	position:relative;
	padding-bottom:5px;
}
.progressHeader .title {
	font-size:16px;
	color:#0397d6;
	text-transform:uppercase;
/*	padding-left:20px;
	background:url(../images/bullet_progressHeader.png) 2px 5px no-repeat; 
	font-weight:bold;
*/
}
.progressHeader .amount {
	position:absolute;
	top:0;
	right:0;
}
.progressHeader .comment {
	margin-bottom:0;
	color:#f26522;
	display:block;
}

.createPondModal .namePond {
 
}

.createPondModal .choosePond {
  margin-top: 5px;
}

.createPondModal .choosePond select {
  width: 300px;
  font-size: 11px;
}

.createPondModal .createPond {

}

.createPond .isButton {
    margin:10px;
    }
    
#mbtiAssessment
{
	margin-left: 20px;	
}

#userEditPonds
{
	
}

#userEditPonds #rankingsHeader
{
	width: 830px;
	margin-left: 5px;
}

#userEditPonds #rankingsHeader #intro
{
	width: 600px;
	float: left;
}

#userEditPonds #rankingsHeader #general
{
	border: 1px solid #ccc;
	width: 213px;
	float: left;
	padding: 5px 5px 5px 10px;
}

#userEditPonds .rankingsTitle
{
	float: left;
	width: 700px;
}

#userEditPonds .close
{
	float: left;
	text-align: right;
	width: 120px;	
}

#userEditPonds h2
{
	color: #25aae1;
	clear: both;
	margin: 0;
	padding: 0;
}

#userEditPonds h2.keyCriteria{
	color: #f26522;
	margin: 0;
	padding: 0;
}

#userEditPonds .rankingsTable
{
	margin: 0 0 20px 5px;
}

#userEditPonds .rankingsTable ul{
	margin:0;
	padding:0;
	list-style-type:none;
	clear:both;
	display:block;
}
#userEditPonds .rankingsTable ul li{
padding: 0;
display:block;
margin:0;
clear:both;
}
#userEditPonds .rankingsTable ul li .questions{
display:block;
float:left;
}

#userEditPonds .rankingsTable .dragHandle
{
	/*background:#efefef url(../images/handle.png) no-repeat left;*/
	/*background:#f2f2f2 url(../images/hand.png) no-repeat left;
	width: 20px;
	height: 14px;
	cursor:pointer;	*/
	display: block;
	background:#f2f2f2 url(../images/hand.png) no-repeat center;
	width: 30px;
	height: 26px;
	cursor: pointer;

}

.questionRow
{
	width: 820px;
	height: 26px;
	background-color: #f2f2f2;
	margin-bottom: 4px;
}

.keyRow
{
	width: 790px;
	height: 26px;
	background-color: #f2f2f2;
}

.rankingsTable table
{
	margin: 0;
	padding: 0;
}

.questionRow .inactive
{
	color: #999;
}

.questionRow .key
{
	color: #CC6600;
}

.questionRow a.notAnswered,
{
	color: #999;
}

.questionRow a.notAnswered .why
{
	color: #09b8e6;
}

.questionRow .questionStatus
{
	width: 26px;
	float: left;
	padding: 7px 0 0 9px;
}

.questionRow .questionStatus .active
{
	display: block;
	background:#f2f2f2 url(../images/status_active.png) no-repeat center;
	width: 12px;
	height: 13px;
}

.questionRow .questionStatus .inactive
{
	display: block;
	background:#f2f2f2 url(../images/status_inactive.png) no-repeat center;
	width: 12px;
	height: 13px;
}

.questionRow .questionStatus .key
{
	display: block;
	background:#f2f2f2 url(../images/status_key.png) no-repeat center;
	width: 12px;
	height: 13px;
}

.questionRow .questionStatus .hand
{
	display: block;
	background:#f2f2f2 url(../images/hand.png) no-repeat center;
	width: 13px;
	height: 13px;
}

.questionRow .questionTitle,
.keyRow .questionTitle
{
	width: 370px;
	float: left;
	padding: 4px 0 0 0;
}

.questionRow .keyAction,
.keyRow .keyAction
{
	width: 190px;
	float: left;
	padding: 4px 0 0 0;
}

.questionRow .questionAnswers,
.keyRow .questionAnswers
{
	width: 165px;
	float: left;
	padding: 4px 0 0 0;
}

.questionRow .questionAction,
.keyRow .questionAction
{
	width: 50px;
	float: left;
	padding: 4px 0 0 10px;
}

.questionRow .questionAction .arrows,
.keyRow .questionAction .arrows
{
	padding-left: 17px;
}

.questionRow .questionAction .arrows a.arrow_down,
.keyRow .questionAction .arrows a.arrow_down
{
	display: inline-block;
	background:#f2f2f2 url(../images/arrow_down.png) no-repeat left;
	width: 10px;
	height: 17px;
	margin: 1px 1px 0 0;
}

.questionRow .questionAction .arrows a.arrow_up,
.keyRow .questionAction .arrows a.arrow_up
{
	display: inline-block;
	background:#f2f2f2 url(../images/arrow_up.png) no-repeat left;
	width: 10px;
	height: 17px;
	margin: 0 0 1px 1px;
}



/* JS Scrollbar */
#scrollbar_container {  
    position:relative;  
    width:500px;  
} 
 
#scrollbar_track {  
    position:absolute;  
    top:0;  
    right:0;  
    height:100%;  
    width:10px;  
    background-color:transparent;  
    cursor:move;  
} 
 
#scrollbar_handle {  
    width:10px;  
    background-color:#5c92e7;  
    cursor:move;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    opacity:0.9;  
    -moz-opacity:0.9;  
} 
 
#scrollbar_content {  
    overflow:hidden;  
    width:485px;  
    height:250px;  
} 

.reoList
{
	
}

.reoList li
{
	background-color: #fff;
	height: 30px;	
}

.eventThanks
{

}

.eventThanks .left
{
	float: left;
	width: 500px;
	margin-left: 10px;
}

.eventThanks .right
{
	float: right;
	width: 320px;
	margin-left: 10px;
	margin-right: 15px;
}

.notice
{
	width: 638px;
	margin-top: 7px;
	margin-left: 5px;
	margin-bottom: 7px;
	background-color: #f26522;
	padding: 3px;
	display: none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  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:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#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;
}

.eventThanks
{

}

.eventThanks .left
{
	float: left;
	width: 500px;
	margin-left: 10px;
}

.eventThanks .right
{
	float: right;
	width: 320px;
	margin-left: 10px;
	margin-right: 15px;
}

.notice
{
	width: 638px;
	margin-top: 7px;
	margin-left: 5px;
	margin-bottom: 7px;
	background-color: #f26522;
	padding: 3px;
	display: none;
}

.modalBody a
{
    color: #f26522;
}

.modalBody a:hover
{
    text-decoration: underline;
}
