body {
  	background: #eee;
  	text-align: left;
  	margin: 0px;
  	padding: 0px;
  	font-family: tahoma, tahoma, verdana, arial, sans-serif;
  	font-size: 11px;
}

body,td,th {
	color: #666;
}

p {
  	font-family: tahoma, tahoma, verdana, arial, sans-serif;
  	font-size: 11px; text-align: left; padding:0px; margin:15px 0px;
}

a {
  	color: #2B587A;
  	text-decoration: none;
}

img {
 	border: 0px;
}

form {
 	margin:0px;
 	padding:0px;
}

label {
  	color: gray;
  	font-weight: bold;
}

.wLabel {
 	float:left;
 	width:100px;
 	padding-top:4px;
 	font-weight: bold;
 	color: #777;
 	text-align: right;
 	padding-right: 16px;
}

.welcome {
 	background-color: #fff;
 	padding: 20px;
 	padding-right:40px;
 	border: 1px solid #ccc;
}

select  {
	border: 1px solid #bdc7d8;
 	padding: 2px;
  	font-size: 11px;
   	font-family: tahoma, verdana, arial, sans-serif;
}


table#toolbar {
	margin-right: 10px;
}

table#toolbar a.toolbar {
	color : #808080;
	text-decoration : none;
	display: block;
	border: 1px solid #DDD;
	width: 82px;
	padding: 2px 1px 2px 1px;
	FONT-SIZE: 10px;
	background-color: #f1f3f5;
}
table#toolbar a.toolbar:hover {
	color : #00008B;
	border: 1px solid #0000CD;
	background-color: #E8ECFF;
	padding: 3px 0px 1px 2px;
}
table#toolbar a.toolbar:active {
	color : #FF9900;
}


#pageLayout   {
}


#quickLogin {
	width: 120px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#quickLogin label {
	display: block;
 	padding: 0px 0px 2px;
  	margin: 0px;
   	color: gray;
    font-weight: bold;
}

#quickLogin table {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 3px 0px 0px 0px;
}

#quickLogin td {
	padding: 0px 0px 3px 0px;
	text-align: center;
	border: none;
}

#quickLogin .inputText {
	width: 115px;
}


#header h1 {
	font-size: 14px;
	color: #2094c4;
}

#header h1 a {
	color: #bb1d0f;
}

#header span {
 	color: #8E8443;
	color: #C8BF85;
}

#header b{
	color: #C8BF85;
	float:right;
}

#content {
	margin-right: 40px;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* #content li a:hover { text-decoration: none; } */

/* Hides from IE-Mac \*/
* html #content { height: 1%; }
/* End hide from IE-Mac */


/* clearFix */

.clearFix:after {
  	content: ".";
  	display: block;
  	height: 0;
  	clear: both;
  	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hide from IE-mac */



/* LEFT NAVIGATION */

#nav {
  	list-style: none;
  	margin: 0 11.5em 1.0em 0;
  	padding: 0;
}

#nav li {
  	border-bottom: 1px solid #FFF;
  	font-size: 1.0em;
}

#nav li#myprofile {
  	border-bottom: 0;
}

#nav li#mypictures {
  	clear: left;
}

#nav li a {
  	border: 0;
  	border-top: 1px solid #fff;
  	background: #eee;
  	background: white;
  	display: block;
  	padding: 3px 3px 3px 6px;
}

#nav li a:hover {
  	background: #DAE1E8;
  	color:#36638E;
  	border-top: 1px solid #CAD1D9;
  	text-decoration:none;
}

#nav li#myprofile a {
  	padding: 0;
  	width: auto;
  	border-bottom: 1px solid #FFF;
}

#nav li#myprofile a.hasedit {
  	float: left;
    padding: 2px 0 2px 3px;
    width: 76px;
    padding: 3px 3px 3px 6px; border-top:1px solid #fff;
/*  border-left: 4px solid #F3F5F7;*/
}

#nav li#myprofile a.edit {
  	color: gray;
  	float: right;
  	padding: 2px 1px;
  	text-align: center;
  	width: 28px;
  	padding: 3px 0px 3px 1px;
  	border-left: 0;
}

#nav li#myprofile a.edit:hover {
 	background: #EAEEF2;
 	color: #36638E;
 	border-left: 0px;
}

#nav li#mypictures a {
}

#nav li a:hover,
#nav li#myprofile a:hover {
  	background: #DAE1E8;
  	color:#36638E;
  	border-top: 1px solid #CAD1D9;
  	text-decoration:none;
}



#bFooter {
    clear: both;
    font-size: 10px;
    text-align: center;
	margin: 0;
	width: 750px;
	margin-left: 170px;
}

#bFooter p {
    font-size: 11px;
    margin: 0;
    padding:0;
	text-align: center;
}


/* BNAV*/

ul.bNav {
  	font-size: 11px;
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	text-align: center;
  	margin-left: 250px;
}

.bNav li a:hover {
  	background-color: #DAE1E8;
}

.bNav li {
  	display: inline;
  	float: left;
}

.bNav li a {
  	display: block;
  	padding: 2px 5px;
}


#error {
 	border: 1px solid #E89B88;
 	background-color: #FFEFE8;
 	padding: 8px 11px;
 	font-size: 11px;
 	font-weight: bold;
 	margin: 0px;
}

#message {
 	border: 1px solid #4C96D4;
 	background-color: #E7F1F9;
 	padding: 8px 11px;
 	font-size: 11px;
 	font-weight: bold;
}


/* TABS */

ul.tabs,ul.tabs li{list-style-type:none;margin:0;padding:0}
ul.tabs{width:600px}
ul.tabs li{float:left;margin-right: 3px;text-align: center;}
ul.tabs a{float:left;width: 7em;padding: 5px 0; text-decoration:none;}
ul.tabs a:hover{background: #DAE1E8; text-decoration:none;}

ul.tabs li.activeLink a,ul.tabs li.activeLink a:hover{background: #36638E; color: #FFF;}

.tBar {
    padding: 0px 10px 0px;
    border-bottom: solid 1px #36638E;
}

.tBar #tabs {
    display: inline;
    float: left;
    border-bottom: none;
    margin: 0px;
}

/*  ------------------------------|  DIALOG  |------------------------------  */

#dialog {
  	margin: 0px auto;
  	border: solid 1px #ADBBCA;
}

#shadowLine {
  	margin: 0px auto;
  	border-top: solid 2px #EDEFF1;
}

#dialog td.dialog {
  	padding-top: 10px;
  	background: #FFFFFF;
  	border: solid 10px #DAE2E8;
}

#dialog td td {
  	border: none;
}

#dialog td .formtable {
  	margin: 5px 10px 0px;
}

#dialog p {
  	margin: 10px;
  	text-align: left;
}

#dialog h4 {
  	border-bottom: solid 1px #DAE2E8;
  	margin: 5px 10px 5px;
  	padding: 0px 0px 2px;
  	font-size: 13px;
}

#dialog .buttons {
  	padding: 10px;
  	text-align: right;
}

#dialog .buttons input {
  	margin-left: 10px;
}

#dialog small {
  	color: gray;
}

.buttonWrap {
	margin:6px 0px 0px 0px;
	width:412px;
	height:3em;
}



/* ALL INPUTS */

.inputText,
.inputPassword {
  	border: 1px solid #C0CAD5;
  	font-family: tahoma, tahoma, verdana, arial, sans-serif;
  	font-size: 11px;
  	padding: 3px;
}

input[type="text"],
input[type="password"],
input[type~="text"],
input[type~="password"] {
  	border: 1px solid #C0CAD5;
  	padding: 3px;
  	font-size: 11px;
  	font-family: tahoma, tahoma, verdana, arial, sans-serif;
}

textarea {
  	border: 1px solid #C0CAD5;
  	padding: 3px;
  	font-size: 11px;
  	font-family: tahoma, tahoma, verdana, arial, sans-serif;
}

input[type="submit"],
input[type="button"],
input[type~="submit"],
input[type~="button"] {
  	background-color: #2094c4;
  	color: #FFFFFF;
  	font-size: 11px;
  	padding:3px;
  	font-family: tahoma, tahoma, verdana, arial, sans-serif;
  	border:0
}

* html .inputButton,
* html .inputSubmit {
  	background-color: #2094c4;
  	color: #FFFFFF;
  	font-size: 11px;
  	padding: 3px;
  	font-family: tahoma, tahoma, verdana, arial, sans-serif;
  	border:0px
}

.buttonRow  {
	text-align: center;
    line-height: 20px;
    list-style: none;
	height:21px;
    margin: 0px;
    padding: 3px 0px;
}

ul.buttonRow li {display: inline; width: 3.5em; float: left; margin-bottom:4px}
ul.buttonRow a {display:block; margin: auto; padding: 1px 4px; color: #FFF; margin-right:4px; background-color: #2094c4; border-bottom:1px solid #eee;}
ul.buttonRow a:hover {color:#DAE1E8; text-decoration: none;}

.button {
  	background-color: #2094c4;
  	color: #FFFFFF;
  	font-size: 11px;
  	padding: 4px 7px;
  	text-align: center;
  	font-family: tahoma, tahoma, verdana, arial, sans-serif;
  	border:0px;
  	cursor: pointer;
}

input[type~="radio"] {
  	border: 0px;
}

.inputcheckbox {
  	border: 0px;
}





.listing  {
  	list-style: square;
  	padding-left: 40px;
  	color: #1da4dc;
  	margin: 0px 0px 15px 0px
}

ul.listing li {
  	padding: 1px 0px;
}

ul.listing li span{
  	color:black;
}



/* EDIT ACCOUNT */

#messageWrap {
 	background-image: url('/images/msgback.gif');
 	background-color: #FFF;
 	background-repeat: repeat-x;
 	background-position: bottom;
 	padding: 10px 10px 0px 10px;
}

.editorPanel {
  	padding: 10px 0px;
  	background: #f7f7f7;
}

.editor {
  	margin: 3px 0px 7px 30px;
}

.editor td {
  	border: none;
  	margin: 0px;
  	padding: 5px 1px 1px;
}

.editor td.label {
  	text-align: right;
  	padding-right: 15px;
  	width: 150px;
  	font-weight: bold;
  	color: #777;
}

.editor td.labelHigh {
 	text-align: right;
  	vertical-align: top;
  	padding: 10px 15px 0px 0px;
  	width: 150px;
  	font-weight: bold;
  	color: #777;
}

.editor td.labelHigh div{
  	font-weight: normal;
  	font-size: 10px;
  	color: #999;
}

.divider {
  	margin: 5px 0px;
  	height:0;
  	overflow:hidden;
  	border-top: solid 1px #E0E0E0;
  	border-bottom: solid 1px #fff;
}

.tarea {
 	width:280px;
 	height:80px;
}

.photo {
	margin-right: 20px
}

.photo h4 {
  	border-bottom: solid 1px #b9c4da;
  	margin: 0px;
  	padding: 0px 0px 2px;
  	font-size: 13px;
}


/*Arrows*/
.buttonalf {
        BORDER-RIGHT: 0px;
        BORDER-TOP: 0px;
        BACKGROUND: url(images/arrowleftfull.gif) no-repeat 100% 100%;
        FONT: 11px Verdana, Arial, Helvetica, sans-serif;
        TEXT-TRANSFORM: none;
        BORDER-LEFT: 0px;
        WIDTH: 16px;
        COLOR: #000099;
        BORDER-BOTTOM: 0px;
        HEIGHT: 18px;
        TEXT-ALIGN: center;
        cursor: pointer;
}
.buttonal {
        BORDER-RIGHT: 0px;
        BORDER-TOP: 0px;
        BACKGROUND: url(images/arrowleft.gif) no-repeat 100% 100%;
        FONT: 11px Verdana, Arial, Helvetica, sans-serif;
        TEXT-TRANSFORM: none;
        BORDER-LEFT: 0px;
        WIDTH: 12px;
        COLOR: #000099;
        BORDER-BOTTOM: 0px;
        HEIGHT: 18px;
        TEXT-ALIGN: center;
        cursor: pointer;
}
.buttonarf {
        BORDER-RIGHT: 0px;
        BORDER-TOP: 0px;
        BACKGROUND: url(images/arrowrightfull.gif) no-repeat 100% 100%;
        FONT: 11px Verdana, Arial, Helvetica, sans-serif;
        TEXT-TRANSFORM: none;
        BORDER-LEFT: 0px;
        WIDTH: 16px;
        COLOR: #000099;
        BORDER-BOTTOM: 0px;
        HEIGHT: 18px;
        TEXT-ALIGN: center;
        cursor: pointer;
}
.buttonar {
        BORDER-RIGHT: 0px;
        BORDER-TOP: 0px;
        BACKGROUND: url(images/arrowright.gif) no-repeat 100% 100%;
        FONT: 11px Verdana, Arial, Helvetica, sans-serif;
        TEXT-TRANSFORM: none;
        BORDER-LEFT: 0px;
        WIDTH: 12px;
        COLOR: #000099;
        BORDER-BOTTOM: 0px;
        HEIGHT: 18px;
        TEXT-ALIGN: center;
        cursor: pointer;
}






.flexBox {
  	padding: 10px 8px 15px 8px;
}

.flexBox h4 {
  	margin: 1px 0px 0px;
  	padding: 4px 0px 2px;
}


/* USER Profile */

.accountInfo {
  	padding: 0px;
  	margin: 0px 0px 0px 8px;
  	border-bottom: solid 1px #DAE1E8;
}

.basicInfo {
  	padding: 5px 0px 15px 8px;
}

#userProfile {
}

.profileName h2 {
  	color: #45688E;
  	font-size: 13px;
  	padding-bottom: 0px;
}

.profileName {
  	width: 165px;
  	float: left;
  	color: #45688E;
  	font-size: 11px;
  	font-weight: bold;
  	margin: 0px;
  	padding: 2px 5px 0px 0px;
}

#leftColumn {
  	float: left;
  	width: 200px;
  	overflow: hidden;
  	padding: 0px;
  	margin: 0px 10px 0px 0px;
}

#rightColumn {
  	overflow: hidden;
  	width: 570px;
  	float: right;
  	padding: 0px;
  	margin: 0px;
}

#profileActions {
  	margin: 0px;
  	padding: 10px 0px;
  	background: white;
}
#profileActions a {
  	margin: 0px;
  	padding: 3px;
  	display: block;
  	background: white;
  	border-bottom: solid 1px #CCD3DA;
}
#profileActions a:hover {
  	text-decoration: none;
  	background-color: #DAE1E8;
}

#percent {
 	position: relative;
 	left: 90px;
 	top: 13px;
 	color: #8BA1BC;
}
#rateLeft {
 	float: left;
 	height: 13px;
 	border-top: 1px solid #C0CCD9;
 	background-color: #DAE2E8;
}
#rateRight {
 	float:left;
 	height: 13px;
 	border-top: 1px solid #ECECEC;
 	border-right: 1px solid #EEE;
 	background-color: #FAFAFA;
}
#rate {
 	margin: -12px 0px 12px 0px;
}

#percentGold {
 	position: relative;
 	left: 90px;
 	top: 13px;
 	color: #AAA26C;
}
#rateLeftGold {
 	float: left;
 	height: 13px;
 	border-top: 1px solid #CCC490;
 	background-color: #E0D7A3;
}
#rateRightGold {
 	float:left;
 	height: 13px;
 	border-top: 1px solid #E2DAA6;
 	border-right: 1px solid #EEE;
 	background-color: #F5EBBB;
}
#rateGold {
 	margin: -12px 0px 12px 0px;
}

#percentRed {
 	position: relative;
 	left: 90px;
 	top:13px;
 	color: #bc8b8b;
}
#rateLeftRed {
 	float: left;
 	height: 13px;
 	border-top: 1px solid #d9c0c0;
 	background-color:#e8dada;
}
#rateRightRed {
 	float: left;
 	height: 13px;
 	border-top: 1px solid #ECECEC;
 	border-right: 1px solid #EEE;
 	background-color: #FAFAFA;
}
#rateRed {
 	margin: -12px 0px 12px 0px;
}

.add {
 	margin:3px 0px 3px 3px;
}
.add span {
	vertical-align:top;
}
.add img {
 	vertical-align: bottom;
 	margin-right:6px;
}

.profileTable {
  	margin: 0px;
  	padding: 0px;
  	margin-bottom: 8px;
  	margin-left: 0px;
}
.profileTable td {
  	vertical-align: top;
  	font-size: 11px;
  	line-height: 13px;
  	margin: 0px;
  	padding: 1px 0px 1px 0px;
}
.profileTable .label {
  	width: 140px;
  	color: gray;
}
.dataWrap {
	width: 240px
}

#myLink {
 	background-color: #f7f7f7;
 	padding: 4px;
 	font-size: 10px;
 	text-align: center;
 	color: #444
}


/*  -----------------------------|  PAGE LIST  |----------------------------  */

.pageList {
   	float: right;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

.pageList li {
   	display: inline;
   	float: left;
}

.pageList a {
   	border-bottom: 2px solid white;
   	display: block;
   	padding: 3px;
   	padding-bottom: 2px;
   	text-transform: lowercase;
}
.pageList a:hover {
   	background: #45668E;
   	border-color: #DAE2E8;
   	border-bottom: 1px solid #45668E;
   	color: white;
   	text-decoration: none;
}
.pageList .current a,
.pageList .current a:hover {
   	background: transparent;
   	border-color: #45668E;
   	border-bottom: 2px solid #45668E;
   	color: #45668E;
   	font-weight: bold;
   	padding-left: 2px;
   	padding-right: 2px;
}

.footerBar { border-top: 1px solid #DAE2E8; padding:0px 10px }

.footerBar .pageList a {
   	border-top: 2px solid white;
   	padding-top: 1px;
   	padding-bottom: 0px;
}
.footerBar .pageList a:hover {
   	border-bottom: 2px solid #45668E;
   	border-top: 2px solid #45668E;
}
.footerBar .pageList .current a,
.footerBar .pageList .current a:hover {
   	border-bottom-color: white;
   	border-top: 2px solid #45668E;
}

.footerBar .info {
	float: left;
  	padding: 5px 0px;
	width: 400px;
}

.footerBar .description {
  	float: left;
  	padding: 0px 0px 8px;
  	width: 400px;
}


/*  -----------------------------|  SURVEYS  |----------------------------  */

.sur_row_head {   	background: #E0E0E0;
}

.sur_row_head_title {
   	background: #F2F2F2;
   	font-size: 16px;
}

.sur_row_odd {   	background: #F0F8FF;
}

.sur_row_even {   	background: #FFF;
}