/**************************Member Profile Panel ***************************/
#dynamic_profile_container{
	width:689px;
	left:12px;
	position:absolute;
	/*position:relative;*/
	top:-565px;
	/*top:12px;*/
	z-index:7;
	border:0px solid red;
	min-height:555px;
}

#dynamic_profile_container .member_profile{
	width:679px;
	height:539px;
	margin:10px auto;
	background: url(../../../assets/images/backgrounds/member_profile_bg.png) no-repeat;
	position:relative;
	border:0px solid red;
}

#dynamic_profile_container .member_profile_guest{
	background: url(../../../assets/images/backgrounds/member_profile_guess_bg.png) no-repeat;
	height:292px;	
}

#dynamic_profile_container .member_profile .close_button{
	position:absolute;
	top:11px;
	left:618px;
	z-index:6;
}

#dynamic_profile_container .profile_top{
	height:300px;
	padding:0px;
	margin:0px;
	z-index:2;
}

#dynamic_profile_container .profile_top #tab_container{
	width:237px; 
	height:270px;
	position:relative;
	float:left;
	margin:25px 0 0 15px;
	border:0px solid red;
	display:inline;
	overflow:hidden;
}

#dynamic_profile_container .member_profile_guest .profile_top #tab_container{
	margin:3px 0 0 15px;
}

#dynamic_profile_container #tab_container #tab_audio,
#dynamic_profile_container #tab_container #tab_video,
#dynamic_profile_container #tab_container #tab_photo{
	width:235px;
	height:235px;
}

#dynamic_profile_container #tab_container #tab_audio,
#dynamic_profile_container #tab_container #tab_video,
#dynamic_profile_container #tab_container #tab_photo,
#dynamic_profile_container #tab_container #tab_info{
	position:absolute;
	left:0px;
	top:26px;
	border:1px solid #d7d6d6;
	z-index:5;
	overflow:hidden;
}

#dynamic_profile_container #tab_container #tab_info{
	width:225px;
	height:195px;
	padding:35px 5px 5px 5px;
	text-align:center;
	font-weight:bold;
}

#dynamic_profile_container #tab_container #tab_audio,
#dynamic_profile_container #tab_container #tab_video{
	display:none;
}

#dynamic_profile_container #tab_container #tab_photo img.show_photo{
	width:235px;
	height:235px;
}

#dynamic_profile_container #tab_container #tab_photo #photo_dynamic_preloader{
	position:absolute;
	width:235px;
	height:235px;
	left:0px;
	top:0px;
	border:0px solid red;
	background-color:#fff;
	color:inherit;
}
#dynamic_profile_container #tab_container #tab_photo #photo_dynamic_preloader img{
	display:block;
	margin:102px auto 0px;
	width:31px;
	height:31px;
}

#dynamic_profile_container #tab_container #tab_profile_menu{
	display:block;
	padding:0;
	margin:0;
	position:absolute;
	left:0px;
	top:0px;
	width:242px;
	height:26px;
	z-index:0;
	border:0px solid red;
	overflow:hidden;
}

#dynamic_profile_container #tab_profile_menu li{
	display:block;
	float:left;
	padding:3px 8px 3px 3px;
	margin:0;
	cursor: pointer;
	width:61px;
	height:19px;
	line-height:20px;
	text-align:right;
	font-weight:bold;
	list-style:none;
	background-color:#fff;
	color:#666666;
}

#dynamic_profile_container #tab_profile_menu #show_video_tab,
#dynamic_profile_container #tab_profile_menu #show_audio_tab{
	margin-left:11px;
}

/**********   Tab Ready ********************/
#dynamic_profile_container #tab_profile_menu .VideoAvailable{
	background:url(../../../assets/images/icons/profile_tab_video.gif) no-repeat;
}

#dynamic_profile_container #tab_profile_menu .AudioAvailable{
	background:url(../../../assets/images/icons/profile_tab_audio.gif) no-repeat;
}

#dynamic_profile_container #tab_profile_menu .ImageAvailable{
	background:url(../../../assets/images/icons/profile_tab_photo.gif) no-repeat;
}

/**********   Tab On ********************/
#dynamic_profile_container #tab_profile_menu .VideoActive{
	background:url(../../../assets/images/icons/profile_tab_video_on.gif) no-repeat;
}

#dynamic_profile_container #tab_profile_menu .AudioActive{
	background:url(../../../assets/images/icons/profile_tab_audio_on.gif) no-repeat;
}

#dynamic_profile_container #tab_profile_menu .ImageActive{
	background:url(../../../assets/images/icons/profile_tab_photo_on.gif) no-repeat;
}

/**********   Tab Off ********************/
#dynamic_profile_container #tab_profile_menu .VideoUnavailable{
	background:url(../../../assets/images/icons/profile_tab_video_off.gif) no-repeat;
}

#dynamic_profile_container #tab_profile_menu .AudioUnavailable{
	background:url(../../../assets/images/icons/profile_tab_audio_off.gif) no-repeat;
}

#dynamic_profile_container #tab_profile_menu .ImageUnavailable{
	background:url(../../../assets/images/icons/profile_tab_photo_off.gif) no-repeat;
}

#dynamic_profile_container #tab_profile_menu .VideoUnavailable,
#dynamic_profile_container #tab_profile_menu .AudioUnavailable,
#dynamic_profile_container #tab_profile_menu .ImageUnavailable{
	cursor:default;
	color:#dddddd;
	background-color:inherit;
}

#dynamic_profile_container #tab_profile_menu .VideoActive,
#dynamic_profile_container #tab_profile_menu .AudioActive,
#dynamic_profile_container #tab_profile_menu .ImageActive{
	color:#b0005c;
	background-color:inherit;
}


/*
#dynamic_profile_container #tab_profile_menu #show_image_tab{
	background:url(../../../assets/images/icons/profile_tab_image.gif) no-repeat;	
}

#dynamic_profile_container #tab_profile_menu #show_video_tab{
	background:url(../../../assets/images/icons/profile_tab_video.gif) no-repeat;	
}

#dynamic_profile_container #tab_profile_menu #show_audio_tab{
	background:url(../../../assets/images/icons/profile_tab_audio.gif) no-repeat;	
}

#dynamic_profile_container #tab_profile_menu .tab_ready{
}

#dynamic_profile_container #tab_profile_menu .tab_on{
}

#dynamic_profile_container #tab_profile_menu .tab_off{
}
  
*/

#dynamic_profile_container .profile_top #profile_data_container{
	width:421px;
	position:relative;
	float:left;
	margin:20px 0 0 0;
	border:0px solid blue;
	display:inline;
	z-index:3;
}

#dynamic_profile_container #profile_data_container #profile_main_data{
	clear:both;
	margin:0px;
	padding:0px;
	position:relative;
}

#dynamic_profile_container #profile_main_data .contact,
#dynamic_profile_container #profile_main_data .status{
	float:left;
	display:inline;
	position:relative;
	border:0px solid red;
}

#dynamic_profile_container #profile_main_data .contact{
	width:165px;
	padding-left:10px;
	line-height:22px;
}

#dynamic_profile_container #profile_main_data .contact #profile_item_name{
	width:165px;
	overflow:hidden;
}

#dynamic_profile_container #profile_main_data .contact a.tooltip{
	top:-4px;
	margin-left:5px;
}

#dynamic_profile_container #profile_main_data .status{
	width:235px;
	margin-left:5px;
}

#dynamic_profile_container #profile_main_data #profile_item_name,
#dynamic_profile_container #profile_main_data #profile_item_number{
	font-size:14px;
	font-weight:bold;
	float:left;
	display:block;	
}

#dynamic_profile_container #profile_main_data #profile_item_name{
	width:160px;
}

#dynamic_profile_container #profile_main_data .status .item{
	line-height:24px;
	clear:both;
}

#dynamic_profile_container #profile_main_data .status .item{
	margin-top:21px;/*Temp until user_log_status fixed */
}

#dynamic_profile_container #profile_main_data .status .icon{
	float:left;
	width:15px;
	height:20px;
	margin-right:2px;
	border:0px solid blue;
	display:block;
	display:inline;
	background-position:1px 1px;	
}

#dynamic_profile_container .profile_top #profile_shout_info{
	background-color:#f7eff3;
	color:#999;
	border:1px solid #d7d6d6;
	height:80px;
	width:419px;
	margin:0px 0px 5px;
	overflow:hidden;
	position:relative;
	left:-1px;
}

#dynamic_profile_container #profile_shout_info .inner_padding_5{
	padding:5px 10px;
}

#dynamic_profile_container #profile_shout_info div.title{
	background-color:inherit;
	color:#666;
	font-weight:bold;
	padding-bottom:3px;
}

#dynamic_profile_container #profile_shout_info #profile_item_shout_message{
	background-color:inherit;
	color:#333;
	display:block;
	padding-bottom:3px;
}

#profile_data_container #profile_more_about_user{
	padding-left:10px;
	clear:both;
	height:100px;
}

#profile_data_container #profile_more_about_user #shout_guest_copy,
#profile_data_container #profile_more_about_user #profile_guest_about{
	line-height:15px;
}

#profile_data_container #profile_more_about_user #profile_guest_about{
	padding-right:10px;	
}

#profile_data_container #profile_more_about_user div.line{
	padding:3px 0px 3px 0px;
	clear:both;
}

#profile_data_container #profile_more_about_user div.row_mood{
	padding:0px;
	margin:0 0 3px 0px;
	overflow:hidden;
}

#profile_data_container #profile_more_about_user div.row_mood img{
	float:left;
	display:block;
	margin-right:3px;
}

#profile_data_container #profile_more_about_user div.row_mood div{
	padding-top:4px;
	float:left;
}

#profile_data_container #profile_more_about_user div.line .title{
	float:left;
	width:125px;
	border:0px solid;
	font-weight:bold;
	background-color:inherit;
	color:#666666;
}

#profile_more_about_user #profile_rate_me .minus,
#profile_more_about_user #profile_rate_me .plus{
	float:left;
	width:17px;
	height:18px;
	margin:0 1px;
}

#profile_more_about_user #profile_rate_me .plus{
	background: url(../../../assets/images/icons/rate_me_plus_icon.gif) no-repeat;
}

#profile_more_about_user #profile_rate_me .minus{
	background: url(../../../assets/images/icons/rate_me_minus_icon.gif) no-repeat;
}

#profile_rate_me div.item{
	display:block;
	float:left;
}

#profile_rate_me #profile_item_rating{
	width:100px;
	overflow:hidden;
}

#profile_data_container #profile_video_adv{
	width:400px;
	height:34px;
	background:url(../../../assets/images/backgrounds/profile_video_ad_bg.gif) no-repeat;
	margin:4px auto 0;
	clear:both;
	overflow:hidden;
	font-size:10px;
}

#profile_data_container #profile_video_adv .inner_padding_5{
	padding:4px 10px 0px 40px;
}

#dynamic_profile_container .profile_bottom{
	border:0px solid blue;
	clear:both;
	position:relative;
	z-index:9;
	height:215px;
}

#dynamic_profile_container .profile_bottom .bottom_head{
	position:relative;
	height:26px;
	line-height:28px;
	font-size:10px;
}

#dynamic_profile_container .profile_bottom .bottom_head div{
	float:left;
}

#dynamic_profile_container .profile_bottom .bottom_head .title{
	font-size:16px;
	padding-left:15px;
	line-height:26px;
}

#dynamic_profile_container .profile_bottom .bottom_head .log_action{
	padding-left:20px;
}

#dynamic_profile_container .profile_bottom .bottom_head span{
	display:block;
	float:right;
	padding-right:13px;
}

#dynamic_profile_container .profile_bottom .profile_option_list{
	border:0px solid red;
	padding-left:8px;
	height:210px;
	width:225px;
	position:relative;
	float:left;
	display:inline; 
}

#dynamic_profile_container .profile_bottom .profile_option_list ul{
	display:block;
}

#dynamic_profile_container .profile_bottom .profile_option_list li{
	border-right:0px solid black;
	clear:both;
	display:block;
	height:35px;
	line-height:33px;
	position:relative;
	padding-left:37px;
	cursor:pointer;
	margin-top:5px;
}

#dynamic_profile_container .profile_bottom .profile_option_list img.tooltip{
	margin-top:3px;
}

#dynamic_profile_container .profile_bottom .profile_option_list li#member_option_callback_connect{
	margin-top:13px;
	background-position:11px -1px; 
}

#dynamic_profile_container .profile_bottom .profile_option_list li#member_option_subcribe_shout{
	background-position:8px 6px; 
}

#dynamic_profile_container .profile_bottom .profile_option_list li#member_option_send_video{
}

#dynamic_profile_container .profile_bottom .profile_option_list li#member_option_send_audio{

}

#dynamic_profile_container .profile_bottom .profile_option_list li#member_option_move_user{
	margin-top:7px;
}

#dynamic_profile_container .profile_top a.tooltip,
#dynamic_profile_container .profile_bottom a.tooltip{
	line-height:13px;
}

#dynamic_profile_container .profile_bottom .small_print{
	padding-left:3px;
	font-size:9px;
}

#dynamic_profile_container .profile_bottom .profile_option_list .item_hint{
	position:absolute;
	left:205px;
	top:4px;
}

/* Member Icons */
#dynamic_profile_container  .icon.option_callback{
	background: url(../../../assets/images/icons/profile_option_callback.gif) no-repeat;
}

#dynamic_profile_container  .icon.option_subscribe{
	background: url(../../../assets/images/icons/profile_option_subscribe.gif) no-repeat;
}

#dynamic_profile_container  .icon.option_unsubscribe{
	background: url(../../../assets/images/icons/profile_option_subscribe.gif) no-repeat;
}

#dynamic_profile_container  .icon.option_video{
	background: url(../../../assets/images/icons/profile_option_video.gif) no-repeat;
}

#dynamic_profile_container  .icon.option_audio{
	background: url(../../../assets/images/icons/profile_option_audio.gif) no-repeat;
}

#dynamic_profile_container  .icon.option_hotlist{
	background: url(../../../assets/images/icons/profile_option_hotlist.gif) no-repeat;
}

#dynamic_profile_container  .icon.option_not_hotlist{
	background: url(../../../assets/images/icons/profile_option_not_hotlist.gif) no-repeat;
}

#dynamic_profile_container  .icon.option_sms{
	background: url(../../../assets/images/icons/profile_option_sms.gif) no-repeat;
}

#dynamic_profile_container .profile_bottom .profile_option_list li{
	background-position:11px 6px; 
}

#dynamic_profile_container #send_sms_wrapper{
	border:0px solid red;
	position:relative;
	width:240px;
	padding-left:7px;
	float:left;
	min-height:50px;
	padding-top:15px;
	display:inline; 
}


#dynamic_profile_container #send_sms_wrapper label{
	padding-left:6px;
	font-weight:bold;
	background-color:inherit;
	color:#666666;
}

#dynamic_profile_container #send_sms_wrapper .user_number_fix{
	padding-left:6px!important;
	background-color:inherit;
	color:#666666;
}

#dynamic_profile_container #send_sms_wrapper .user_number_fix span.my_number{
	background-color:inherit;
	color:#000;
	padding:0 5px;
}

#dynamic_profile_container #send_sms_wrapper .sms_chat_cli_input,
#dynamic_profile_container #send_sms_wrapper #profile_item_sms{
	border:1px solid #928e8e;
	background-color:#fff;
	color:#000;
	width:157px;
}

#dynamic_profile_container #send_sms_wrapper #profile_item_sms{
	width:230px;
	height:60px;
	display:block;
	margin-left:5px;
	margin-top:3px;
}

#dynamic_profile_container #send_sms_wrapper #profile_item_option_temp,
#dynamic_profile_container #send_sms_wrapper #profile_item_option_work{
	position:absolute;
	width:240px;
	height:160px;
	background-color:#f0e9e9;
	border:0px solid #d7d6d6;
	background:url(../../../assets/images/backgrounds/profile_option_work_bg.gif) no-repeat;
	z-index:10;
	top:15px;
	left:9px;
	display:none;
	overflow:hidden;
}

#dynamic_profile_container #send_sms_wrapper #profile_item_option_temp{
	background:url(../../../assets/images/backgrounds/member_option_opacity_bg.png) repeat;
	display:block;
}

#dynamic_profile_container #send_sms_wrapper #profile_item_option_temp div.temp{
	width:254px;
	height:150px;
	background:url(../../../assets/images/backgrounds/coming_soon_bg.gif) no-repeat;
}

#dynamic_profile_container #send_sms_wrapper #profile_item_option_work  .fix{
	position:relative;	
}

#dynamic_profile_container #send_sms_wrapper #profile_item_option_work #inf_cont_hold{
	width:238px;
	height:158px;
	border:0px solid #fff;
}

#dynamic_profile_container #send_sms_wrapper #profile_item_option_work .button{
	position:absolute;
	left:215px;
	top:6px;
}

#dynamic_profile_container #profile_item_option_work .inner_padding_10{
	padding-bottom:5px;
	padding-top:20px;
}

#dynamic_profile_container #profile_item_option_work .center{
	text-align:center;
}

#dynamic_profile_container #profile_item_option_work .sms_chat_info{
	text-align:center;
	background-color:inherit;
	color:#333333;
}

#dynamic_profile_container #profile_item_option_work .sms_chat_info .title{
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
}

#dynamic_profile_container #profile_item_option_work .sms_chat_info .from_nas b.alt_small{
	font-size:16px;
}

#dynamic_profile_container #profile_item_option_work .sms_chat_info .from_nas b.bold{
	font-size:18px;
	background-color:inherit;
	color:#b00054!important;
}


#dynamic_profile_container #send_sms_wrapper .item{
	padding:2px 0;
	position:relative;
	border:0px solid blue;
}

#dynamic_profile_container #send_sms_wrapper .item div.title{
	padding:3px 0pt 7px 30px;
	font-size:15px;
	background-position:5px 3px;
	float:left;
}

#dynamic_profile_container #send_sms_wrapper .send_sms_button{
	background:url(../../../assets/images/buttons/send_sms_button.gif) no-repeat;
	height:17px;
	width:64px;
	margin-top:2px;
	float:right;
}

#dynamic_profile_container #send_sms_wrapper .item .sms_message_length_wrapper{
	float:left;
	padding-top:3px;
	padding-left:6px;
}

#dynamic_profile_container #send_sms_wrapper .item .sms_message_length_wrapper span{
	font-weight:bold;
}

#dynamic_profile_container #send_sms_wrapper .item div.hint{
	position:relative;
	float:right;
	top:0px;
	border:0px solid red; 
}

#dynamic_profile_container #send_sms_wrapper .tooltip-content b.bold{
	background-color:inherit;
	color:#b00054!important;	
}

#dynamic_profile_container #sms_more_info{
	position:absolute;
	border:0px solid red;
	width:400px;
	height:27px;
	overflow:hidden;
	top:183px;
	left:243px;
	background-color:inherit;
	color:#a8a7a7;
	font-size:10px;
}

#dynamic_profile_container .member_profile #notes{
	position:absolute;
	left:492px;
	top:10px;
	width:188px;
	height:177px;
	background: url(../../../assets/images/backgrounds/profile_note_bg.png) no-repeat;
	border:0px solid black;
}

#dynamic_profile_container #notes #profile_item_notes{
	border:1px solid #fff045; 
	background-color:transparent; 
	color:#000; 
	margin-top:40px;  
	margin-left:15px;
	margin-bottom:5px;
	width:160px;
	height:85px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

#dynamic_profile_container #notes span.option{
	display:block;
	width:78px;
	height:18px;
	line-height:18px;
	float:right;
	margin-right:30px;
	padding:0px;
	font-weight:bold;
	cursor:pointer;
}

#dynamic_profile_container #notes .note_hint {
	left:160px;
	position:absolute;
	top:3px;
}

#dynamic_profile_container #notes a.tooltip:hover  b {
	bottom:10px;
}

#dynamic_profile_container .tooltip{
	line-height:13px;	
}

#dynamic_profile_container .over_title{
	line-height:10px;
}

#dynamic_profile_container a.over_title:hover span.b {
	bottom: 10px;
}

#dynamic_profile_container .over_title .tooltip-content {
	padding: 12px 17px 4px;
} 

#dynamic_profile_container .over_title .tooltip-content span {
	margin-bottom: 8px;
}