/* profile */

#profile th {
  width: 120px;
  font-size: 100%;
  font-weight: bold;
  vertical-align: top;
}

#profile .top {
  margin-top:-30px;
}

#profile .link {
  font-size: 12px;
  font-weight: bold;
}

/* FORM */

#profile form {
  padding-top:5px;
  padding-bottom:5px;
}

#profile textarea {
  width: 90%
}

#profile .form-in {
  margin:5px;
}

/* TITLE */

#profile .rounded {
  margin-top:5px;
  margin-bottom:5px;
}
#profile .rounded .title {
	margin:0 0 0 0;
	padding:0 8px 0 0;
}
#profile .rounded .title h3 {
	margin:0;
	padding:0;
	font-weight:bold;		
}
#profile .filled-gray-box {
	background:url(../images/filled-gray-corner-box.gif) no-repeat 0 100%;
}
#profile .filled-gray-box .title {
	background:url(../images/filled-gray-corner-box.gif) no-repeat 100% 0;
}
#profile .filled-gray-box .title h3 {
	background:url(../images/filled-gray-corner-box.gif) no-repeat 0 0;
	color:#0066CC;
}
#profile .filled-gray-box .content {
	background:url(../images/filled-gray-corner-box.gif) no-repeat 100% 100%;
}
#profile .rounded .title h3 {
	padding:5px 5px 4px 12px;
}
#profile .rounded .content {
	padding: 0px 5px 5px 0px;
	margin-left: 5px;
}

/* STATUS */

.status {
  padding-left:5px; 
  cursor:hand;
  cursor:pointer;
}

.status_form {
  display:none;
  padding-left:5px;
}

/* PROFILE COMPLETNESS */

.profile_complete_box {
	margin-top:5px;
}
.profile_complete_box ul {
	background:#FFFFFF none repeat scroll 0 0;
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.profile_complete_box ul li {
	background:#FFFFFF url(../images/ababab_dots_transparent.gif) repeat-x scroll 100% 100%;
	display:inline;
	float:left;
	position:relative;
}
#gray .profile_complete_box ul li {
	background:#FFFFFF url(../images/ababab_dots_transparent.gif) repeat-x scroll 100% 100%;
	display:inline;
	float:left;
	position:relative;
	width:100%;
}
.profile_complete_box ul li a {
	display:block;
	float:left;
	padding:2px 0;
	text-decoration:none !important;
	width:200px;
	color:#000000;
}

.profile_complete_box li a:hover{
	color:#369;
	background-color:#EEEEEE;
}

.profile_complete_box .no {
	bottom:4px;
	position:absolute;
	right:30px;
}
.profile_complete_box .no {
	display:block;
	font-family:Verdana,sans-serif !important;
	font-weight:bold !important;
}
.profile_complete_box .lr {
	background:transparent url(../images/no_left.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:12px;
	line-height:10px;
	padding-left:5px;
}
.profile_complete_box .rr {
	background:transparent url(../images/no_right.gif) no-repeat scroll 100% 0;
	float:left;
	height:12px;
	padding-right:5px;
	position:relative;
}

.profile_complete_box li a:hover .lr{
	background-image:url(../images/no_left_hover.gif) !important;
}
.profile_complete_box li a:hover .rr{
	background-image:url(../images/no_right_hover.gif) !important;
}

.profile_complete_box .mn {
	float:left;
	position:relative;
	z-index:300;
}

.profile_complete_box .ds {
	color:#9C9C9C;
	left:1px;
	position:absolute;
	top:1px;
}

.profile_complete_box .ne {
	bottom:4px;
	position:absolute;
	right:5px;
}

