﻿/* -----------------------------------------------------------
Profile Page Styles
-------------------------------------------------------------*/

.profile_content {
	margin: 0;
	padding-top: 30px;
}
.my_profile_head {
	height:197px;
	width:704px;
}
.my_profile_head h1 {
	font-size:36px;
	font-weight:normal;
	color:#FFF;
	margin-bottom:5px;
	
}
.my_profile_img {
	height:152px;
	width:193px;
	float:left;
}
.my_profile_img img {
-moz-box-shadow: 8px 0px 9px #81c1da;
-webkit-box-shadow: 8px 0px 9px #81c1da;
box-shadow: 8px 0px 9px #81c1da;
}
.my_profile_detail {
	color:#FFF;
	display:table;
	float:left;
	height:152px;
	width:511px;
}
.my_profile_detail p {
	display:table-cell;
	vertical-align: middle;
	text-align:left;
}
.profile_rt_col_blue_box {
	height:154px;
	width:190px;
	float:left;
	background:#557eb9;
	margin-top:46px;
	padding:15px;
}
.profile_rt_col_green_box {
	float:left;
	height:auto;
	width:220px;
	color:#fff;
	background:#6bbd46;
}
.profile_rt_col_green_box div {
	padding:10px 0 10px 14px; 
	border-bottom:1px solid #FFF;
	width:206px;
	height:auto;
}
.tab_subnav {
	height:auto;
	font-size:10px;
	line-height:10px;
	width:auto;
	position:relative;
	top:-5px;
	margin-bottom:22px;
	
}
.tab_subnav ul li
{display:inline; margin-top:0; float:left; list-style:none; margin-right:12px;}
.tab_subnav ul li a {
	display:block;
	width:auto;
	padding-left:10px;
	background:url(../images/subnav_arrow.gif) left 2px no-repeat;
	
}
.tab_subnav ul {
	margin-bottom:0;
}

.profile_content .gray_18px_txt a {padding-right:15px; background:url(../images/arrow_11.gif) right 5px no-repeat; width:auto;}

/*--------------------------------------------
REGISTRATION Styles
----------------------------------------------*/

.registration_body_content {
	position:relative;
	height:auto;
	float:left;
	width:1024px;
	margin-top:229px;
	padding-left:36px;
	text-align:left;
}

.registration_body_optional {
	background: #e5e5e5 background-repeat: repeat-x;
	background-color: #e5e5e5;
	width: 100%;
	padding: 20px 0 40px 0;/*top right bottom left*/
}

.registration_optional_leftfloat {
	float: left;
	padding-right: 10px;
	width: 210px;
}

.registration_optional_rightfloat {
	float: left;
}


.registration_head_left {
	width: 165px;
	height: 154px;
	float: left;
	padding-right: 15px;
}

.registration_head_right {
	width: 500px;
	height: 130px;
	padding-left: 15px;
	padding-top: 20px;
	float: left;
}

.registration_content_left {
	width: 175px;
	text-align: right;
	color: #525051;
	font-size: 12px;
	vertical-align: top;
	line-height: 20px;

}

.registration_content_right {
	width: 520px;
	height: 20px;
	padding-left: 15px;

}

.registration_commentary {
	width: 236px;
	float: right;
	padding-top: 80px;
}


/*forms*/
.registration_input_field {
	margin: 0 0 4px 0; /* top right bottom left */
	padding: 2px 0 2px 5px;
	font-size: 12px;
	color: #a1a1a1;
	width: 230px;
}

.registration_input_textarea {
	margin: 0 0 4px 0; /* top right bottom left */
	padding: 2px 0 2px 5px;
	font-size: 12px;
	color: #a1a1a1;
	width: 490px;
	height: 65px;
}


.registration_input_mltplselect {
	margin: 0 0 4px 0; /* top right bottom left */
	padding: 2px 2px 2px 5px;
	font-size: 12px;
	color: #a1a1a1;
	width: 240px;
}

.registration_input_checkbox {
	padding-bottom: 8px;
}

.registration_input_btn {
	height: 25px;
	font-size: 11px;
}

.noclearbreak20px {
	height: 20px;
	display: block;
}
.clearbreak20px{
	clear: both;
	height: 20px;
	display: block;
}

.clearbreak50px{
	clear: both;
	height: 50px;
	display: block;
}

.checkbox_txt {
	padding-left: 6px;
	font-size: 12px;
	color: #525051;
	line-height: 20px;

}

.hr_underline {
	margin-top: 6px;
	height: 1px;
	background: #898989;
	display: block;
}



/* -----------------------------------------------------------
Profile Page Styles
-------------------------------------------------------------*/

.profile_content {
	margin-top:-199px;
}