#mytechlogy_editor{
	float:left;
	width:720px;
	min-height:300px;
	padding:2px;
	background-color:#fff;
}
#mytechlogy_editor .inner{
	float:left;
	width:615px;
	min-height:300px;
	border:1px solid #ccc;
	position:relative;
}

#myArea2{
	width: 615px;
	float:left;position:relative;
	height: 464px;
    overflow-y: scroll;
}

.mytechlogy_editor_frame{
	float:left;
	position:relative;
	width:590px;
	border:1px dotted #ffffff;	
}


.mytechlogy_editor_frame .mytechlogy_editor_title{
	float:left;
	width:98%;
	margin:1%;
	font-size:15px;
	font-weight:bold;
	word-wrap: break-word;
	color:#474747;
	line-height:24px;
}

.mytechlogy_editor_frame .mytechlogy_editor_text{
	float:left;
	width:98%;
	margin:1%;
	/*font-size:15px;*/
	color:#474747;
	word-wrap: break-word;
	line-height:23px;
}
.mytechlogy_editor_frame .mytechlogy_editor_code{
	float:left;
	width:576px;
	margin:2px;
	padding:5px;
	font-size:12px;
	color:#474747;
	word-wrap: break-word;
	background-color:#eeeeee;
	min-height:50px;
	font-family:"Courier New", Courier, monospace;
	overflow-x: auto;
    overflow-y: hidden;
}
.mytechlogy_editor_frame .mytechlogy_editor_quotes{
	float:left;
	width:576px;
	margin:2px;
	padding:5px;
	font-size:20px;
	color:#474747;
	word-wrap: break-word;
	min-height:50px;
	font-family:georgia,serif;
	overflow-x: auto;
    overflow-y: hidden;
}

.mytechlogy_editor_frame .mytechlogy_editor_image_only{
	float:left;
	width:98%;
	margin:1%;
	font-size:12px;
	color:#474747;
	word-wrap: break-word;
}


#editor_tools{
	float:left;
	width:100px;	
	height: 480px;
	background-color: #DDDDDD;
    border: 1px solid #CCCCCC;
	border-right:none;	
	padding:5px 0px;
	position:relative;
}
.nicEdit-panelContain{
	border-right:none;	
	border-left:none;
}

#editor_tools .title_text,#editor_tools .title_text_image, #editor_tools .image_only, #editor_tools .title_only, #editor_tools .text_only, #editor_tools .code_only, #editor_tools .link_only, #editor_tools .quotes{
	float:left;
	width: 95px;
	cursor:pointer;
	padding: 0 1px 0 2px;
	height: 60px;
	margin: 4px 0;
}
#editor_tools .help_icon{
	float:left;
	width:94px;
	height:60px;	
	background-repeat: no-repeat;
	background-position: 0 -6px;
}
#editor_tools .help_text{
	float:left;
	padding:0px 2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#fff;
	line-height: 12px;
    text-align: left;
		
}

#editor_tools .tool_divider{
 	background-image: url("../images/editor/tool_divider.png");
    background-repeat: no-repeat;
    float: left;
    height: 27px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 1px;
	display:none;
}


.mytechlogy_editor_frame ul, .mytechlogy_editor_frame ol {
    margin: 5px 0 !important;
    overflow: hidden;
    padding-left: 30px !important;
	list-style: disc outside none !important;
}


/* for light box*/
.opacity_layer {
    background-color: #000000;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    z-index: 101;
	top:0;
	filter: Alpha(Opacity =       80);
}

.lightbox {
    position: absolute;
    width: 100%;
    z-index: 102;
}
.uploader_outer {
    height: 360px;
    margin: 0 auto;
    position: relative;
    width: 625px;
    z-index: 102;
	top: 30px;
	background-color:#fff;
	border:4px solid #ccc;
	
}

.uploader_inner {
    float: left;
    position: relative;
    width: 617px;
}

.preview_outer {
    margin: 0 auto;
    position: relative;
    width: 632px;
    z-index: 102;
	top: 0px;
	background-color:#fff;
}

.preview_inner {
    float: left;
    margin: 20px 10px 10px 10px;
    position: relative;
    width: 620px;
	overflow-x: hidden;
    overflow-y: scroll;
}


.link_url_outer {
    height: 360px;
    margin: 0 auto;
    position: relative;
    width: 625px;
    z-index: 102;
	top: 30px;
	background-color:#fff;
	border:4px solid #ccc;
	
}

.link_url_inner {
    float: left;
    position: relative;
    width: 617px;
}
 
#upload_button_outer{
	float:left;padding-top:90px;
}

#or_outer{
	color: #CCCCCC;
    float: left;
    font-size: 16px;
    padding: 40px 0;
    text-align: center;
    width: 100%;
}


#close_button_outer,#link_only_close_button_outer,#preview_close_button_outer{
	height: 33px;overflow: hidden;position: absolute;right: -14px;top: -16px;width: 30px;
	background-image:url("../images/logo/close.png");
	background-position:0 0;
	cursor:pointer;
	z-index:1;
}
 

#uploader_top_tab{
	float:left;
	width:100%;
	background-color:#D6D6D6;
}
#uploader_top_tab .active{
	background-color:#fff;	
}
#uploader_top_tab .select_label{
	float:left;
	font-size:14px;
	color:#000000;
	margin-left:5px;
	padding-top: 13px;
	padding-right:5px;
}
#uploader_top_tab .my_computer{
	float:left;
	font-size:14px;
	color:#000000;
	background-image:url("../images/my_computer.png");
	background-position:top center;
	background-repeat: no-repeat;
	width:120px;
	height:48px;
	padding-top:22px;
	text-align:center;
	margin-top: 2px;
	cursor:pointer;
}
#uploader_top_tab .url_image{
	float:left;
	font-size:14px;
	color:#000000;
	background-image:url("../images/url_image.png");
	background-repeat: no-repeat;
	background-position:top center;
	width:120px;
	height:48px;
	padding-top:22px;
	margin-top: 2px;
	text-align:center;
	cursor:pointer;
}

#link_only_top_tab{
	float:left;
	width:100%;
	background-color:#D6D6D6;
}
#link_only_top_tab .active{
	background-color:#fff;	
}
#link_only_top_tab .select_label{
	float:left;
	font-size:14px;
	color:#000000;
	margin-left:5px;
	padding-top: 13px;
	padding-right:5px;
}
#link_only_top_tab .url_website{
	float:left;
	font-size:14px;
	color:#000000;
	background-image:url("../images/url_image.png");
	background-repeat: no-repeat;
	background-position:top center;
	width:120px;
	height:48px;
	padding-top:22px;
	margin-top: 2px;
	text-align:center;
	cursor:pointer;
}
#link_only_top_tab .video_url_website{
	float:left;
	font-size:14px;
	color:#000000;
	background-image:url("../images/youtube.png?v=1");
	background-repeat: no-repeat;
	background-position:top center;
	width:120px;
	height:48px;
	padding-top:22px;
	margin-top: 2px;
	text-align:center;
	cursor:pointer;
}
#link_only_outer, #video_link_only_outer,#link_image_outer{
	float:left;width:100%;
}

#link_only_outer .inner,#video_link_only_outer .inner,#link_image_outer .inner{
	float:left;margin-left:160px;margin-top:90px;
}
#link_only_outer .title,#video_link_only_outer .title,#link_image_outer .title{
	float:left;font-size:18px;line-height:22px;
}
#important_note{
	float:left;width:100%;color: #B7B5B5;font-size:11px;margin-top:5px;text-align:left;
}

.darkbg{
	background:#ddd !important;
}
#status{
	font-family:Arial; padding:5px;
}
ul#files{ list-style:none; padding:0; margin:0; }
ul#files li{ padding:10px; margin-bottom:2px; width:200px; float:left; margin-right:10px;}
ul#files li img{ max-width:180px; max-height:150px; }
.success{ background:#99f099; border:1px solid #339933; }

.frame_remove{
	background-image:url("../images/frame-remove.png");
	width:16px;
	height:16px;
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
	z-index:1;
}
.frame_handle{
	background-image:url("../images/drag_handler.png");
	width:16px;
	height:16px;
	position:absolute;
	top:5px;
	right:35px;
	cursor:move;
	background-repeat:no-repeat;
	z-index:1;
}
.sortable-placeholder{
	border:2px dotted #ff0000;
	float: left;
    margin: 1%;
    width: 98%;
	min-height:25px;
}

.image_edtior_tool{
	position:absolute;
	top:-1px;
	left:102px;
	height:24px;
	width:613px;
	z-index:1;
	background-color:#DDDDDD;
	border:1px solid #cccccc;
	
}
.image_edtior_tool .seprator_cover{
	background-color: #EFEFEF;
    float: left;
    margin: 2px 0 0;
    padding: 0px 5px 1px 5px;	
}
.image_edtior_tool .seprator{
    border-left: 1px solid #ddd;
    float: left;
    height: 14px;
    margin-left: 0;
    margin-top: 2px;
    padding: 2px 0;
}
.replace_image{
	background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
    cursor: pointer;
    float: left;
    margin: 2px 0 2px 1px;
    padding: 1px 1px 0px 1px;	
}
.replace_image:hover{
	background-color: #CCCCCC;
    border: 1px solid #666666;	
}

.replace_image .img_layer{
	float:left;
}
.replace_image .text{
	font-size:12px;
	color: #666666;
	float:left;
	padding-left:2px;
}

.replace_image img{
	cursor:pointer;	
}
.position_image_cover{
	background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
    cursor: pointer;
    float: left;
    margin: 2px 0;
    padding: 1px 1px 0px 1px;	
	
}
.position_image_cover:hover{
	background-color: #CCCCCC;
    border: 1px solid #666666;	
}
.position_image{
	float:left;
	font-size:12px;
	color: #666666;
}

#editor_action{
	float:right;
	width:100%;
	position: relative;
	padding:4px 0px;	
}
#editor_action .preview_button{
	float:left;
	width:200px;	
}#text_label{
	width: 100%; text-align: center; float: left; line-height:100px; margin-top: 0px;	
}
.code_begin{
	float:left;
	background-image:url("../images/code_begin.png");
	background-repeat: no-repeat;
	background-position:top left;
	width:100%;
	height:27px;
}
.code_end{
	float:right;
	background-image:url("../images/code_end.png");
	background-repeat: no-repeat;
	background-position:top right;
	width:100%;
	height:27px;
}

#attach_link{
	float:left;
	width:584px;	
	margin:2px;
	text-align: left;
	border:1px solid #E9E9E9;
	background-color: #F7F7F7;
}
#attach_link .img_layer{
	background-color:#ffffff;
	float: left;
	clear: left;
	overflow:hidden;
	padding: 2px 4px;
	text-align: left;
	margin-right:7px;
}
#attach_link .img_layer img{
	max-height: 220px;
    max-width: 220px;
}

#attach_link .text_layer{
	border-left:1px solid #E9E9E9;
	padding-left: 4px;
}

#attach_link .text_layer .link_title{
	color:#3B5998;
	word-wrap: break-word;
	font-size: 16px;	
	cursor:pointer;
	width:100%;
}

#attach_link .text_layer .refer_link_title{
	color:#BCBCBC;
	word-wrap: break-word;
	font-size: 11px;
	line-height:12px;	
	width:99%;
}

#attach_link .text_layer .refer_link_desc{
	color:#1c1c1c;
	word-wrap: break-word;
	font-size: 14px;	
	width:98%;
	line-height: 15px;
    margin-top: 5px;
}
.remove_alert_message{
   	height: 84px;
    padding: 13px 20px;
    position: absolute;
    right: 0;
    width: 166px;
    z-index: 2;
	background-color:#6E6F6F;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.alert_message_arrow{
	position:absolute;
	height:13px;
	width:20px;
	right:3px;
	z-index:2;
 		
}

.remove_alert_message .are_you{
	float:left;
	width:100%;
	text-align:center;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 0 10px 0;
}
.remove_alert_message .buttons{
	float:left;
	width:100%;
}
.remove_alert_message .delete_btn{
	float:left;
	margin-left: 6px;
    margin-right: 15px;
}
.remove_alert_message .cancel_btn{
	float:left;
}

.remove_alert_message .arrow_img{
	width:20px;
	height:13px;
	background-image:url("../images/editor/tooltip-arrow.png?v=2");
	background-repeat: no-repeat;
}

#attach_video{
	background-color: #F7F7F7;
    border: 1px solid #E9E9E9;
    float: left;
    margin: 2px;
    padding: 20px 0 2px;
    text-align: center;
    width: 584px;
    z-index: 0;
}
#attach_video .frame{
	z-index: 0;	
}

.post_bar {
	float: left;
	width: 754px;
	padding: 12px 0px 12px 12px;
	background-color:#ddd;
	position:relative;
	z-index:2;
	min-height:685px;
}

.post_bar .left_label {
	width: 146px;
	float: left;
	/* font-size: 15px; should try removing this */
	padding-top: 6px;
}

.post_bar .right_label {
	float: left;
	position: relative;
}
.post_bar .right_label #send_email{
	float: left;
	width:26px;
	margin-top:4px;
}
.post_bar .right_label #post_notify_message{
	float: left;
	margin-top:2px;
}
.post_bar .single_label {
	float: left;
	position: relative;
	width: 660px;
}

.post_bar .right_label .textarea {
	float: left;
	height: 200px;
	width: 508px;
	font-size: 14px;
}

.post_bar .right_label .post_bt {
	background: #4B4C4C;
	border: 1px solid #4B4C4C;
	color: #FFFFFF;
	float: left;
	padding: 4px 8px;
	text-decoration: none;
	cursor: pointer;
}

.post_bar .right_label .post_bt:hover {
	background: #3d7cb4;
	cursor: pointer;
}

.posting_bar {
	float: left;
}

.post_bar .loading_idea {
	position: absolute;
	background: none repeat scroll 0 0 #cccccc;
	border: 1px solid #DDDDDD;
	border-radius: 3px 3px 3px 3px;
	padding: 5px;
	width: 100px;
	height: 20px;
	text-align: center;
	top: 82px;
	left: 271px;
	color: #ff0000;
	font-size: 13px;
	z-index: 1;
}

.post_bar .preview_idea {
	float: left;
	position: relative;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 3px 3px 3px 3px;
	padding: 15px 13px;
	width: 628px;
	height: 200px;
	overflow: auto;
	margin-top: 10px;
}

.post_bar .preview_idea_inner {
	overflow: hidden;
	float: left;
	width: 100%;
}

.post_bar .idea_para {
	float: left;
	min-height: 200px;
	width: 430px;
	padding-left: 10px;
}

.post_bar .idea_content {
	float: left;
}

.post_bar .idea_content_title {
	float: left;
	color: #333333;
	font-size: 13px;
	width: 100%;
}

.post_bar .idea_content_summary {
	float: left;
	color: #666666;
	font-size: 13px;
	width: 100%;
}

.post_bar .idea_content_checkbox {
	float: left;
	color: #666666;
	font-size: 13px;
	width: 100%;
}

.post_bar .idea_content_title_link {
	float: left;
	color: #999999;
	font-size: 13px;
}

.post_bar .idea_image {
	float: left;
	width: 160px;
	text-align: center;
}

.post_bar .idea_image img {
	max-width: 160px;
}

.post_bar .idea_close {
	position: absolute;
	right: 5px;
	top: 4px;
	width: 11px;
	height: 12px;
	cursor: pointer;
}
.post_bar .guidelines{
	background-color: #DDDDDD;
    height: 100%;
    position: absolute;
    right: -260px;
    top: 0;
    width: 260px;
    z-index: 2;
}
.post_bar .guidelines_title{
	float: left;
    margin-left: 0px;
    margin-top: 16px;
    padding: 5px;
}
.post_bar .guidelines_list{
	float: left;
    margin-left: 5px;
    padding: 0 5px;
}
.post_bar .guidelines_list ol{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.post_bar .guidelines_list li{
	 float: left;
    margin-left: 20px;
    padding: 5px 0;
}

.posts {
	padding: 15px;
	width: 810px;
	float: left;
}

.dd {
	cursor: default;
	padding: 2px 1px;
}

.dd:hover {
	background: #0000ff;
	color: #ffffff;
}

#selected_options_span, #selected_options_span_tech_update {
	float: left;
	padding: 0;
}

#selected_options_span_biodata_skills {
	float: left;
	padding: 0;
    width: 100%;
}

.selected_option_span, .selected_option_span_tech_update, .selected_option_span_biodata_skills {
	border: 1px solid #D4D4D4;
	padding-left: 3px;
	padding-right: 3px;
	margin: 5px;
	cursor: defult;
	white-space: normal;
	background: #DEDEDE;
	float: left;
}

.link {
	cursor: pointer;
	color: #AD1313;
	padding-left: 3px;
	padding-right: 3px;
	height: 5px;
	background: #BDBBBB;
	font-weight: bold;
}

.link:hover {
	cursor: pointer;
	color: #AD1313;
	padding-left: 3px;
	padding-right: 3px;
	height: 5px;
	background: #CCCACA;
	font-weight: bold;
}

#term, #term_tech_update, #term_biodata_skills {
	left: 0;
	position: relative;
	height: 29px;
	width: 494px;
}

#outer {
	float: left;
	width: 675px;
	position: relative;
}
.main_span_add_campaign {
	width: 100%;
}

#main_span {
	width: 502px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1;
	position: relative;
	cursor: text;
	background-color: White;
	vertical-align: baseline;
	margin: 0;
	padding: 3px;
}

#helper_add_new {
	background-color: #F2F2F2;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	position: absolute;
	width: 486px;
	left: 4px;
	padding: 6px;
	z-index: 100;
	display: none;
	top: 31px;
	min-height: 25px;
}

#helper_add_new .txtbox {
	width: 300px;
	float: left;
}

#helper_add_new .add {
	/*background-color: #CCCCCC;*/
	/*color: #000000;*/
	/*float: left;*/
	/*font-size: 13px;*/
	/*font-weight: bold;*/
	margin-left: 8px;
        	/*padding: 3px 5px;*/
	/*margin-top: 0;*/

	cursor:pointer;
}

#helper {
	background-color: #F2F2F2;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	position: absolute;
	width: 486px;
	left: 4px;
	padding: 6px;
	z-index: 100;
	display: none;
	top: 31px;
	min-height: 100px;
}
#helper_tech_update, #helper_biodata_skills {
    background-color: #F2F2F2;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	position: absolute;
	width: 99%;
	left: 4px;
	padding: 6px;
	z-index: 100;
	display: none;
	min-height: 100px;
	top:31px;	
}

#helper_add_new_tech_update {
	background-color: #F2F2F2;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	position: absolute;
	width: 486px !important;
	left: 4px;
	padding: 6px;
	z-index: 100;
	display: none;
	top: 31px;
	min-height: 25px;
}

#helper_add_new_biodata_skills {
	background-color: #F2F2F2;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	position: absolute;
	padding: 6px;
	z-index: 100;
	display: none;
	top: 31px;
	min-height: 25px;
}

#new_tag_biodata_skills {
    width: auto;
}

#helper_add_new_tech_update .txtbox {
	width: 300px !important;
	float: left;
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
}

#helper_add_new_tech_update .add {
	/*background-color: #CCCCCC;*/
	/*color: #000000;*/
	/*float: left;*/
	/*font-size: 13px;*/
	/*font-weight: bold;*/
	margin-left: 8px;
        	/*padding: 3px 5px;*/
	/*margin-top: 0;*/

	cursor:pointer;
}
.loading_div{
	display: none;
    left: 30px;
    position: absolute;
    top: 5px;
    width: 16px;
    z-index: 1;
}
#author_bio_div{
	float:left;width:100%;
}
#author_bio_div .inner{
	float:left;width:714px;padding:5px;background-color:#ffffff;min-height:173px;
}
#author_bio_div .image_box{
	float:left;width:80px;position:relative;
}
#author_bio_div .image_box .img_div{
	max-width:80px;
	max-height:80px;
	width:80px;
	height:80px;
	float:left;
	background-repeat:no-repeat;
	background-position:left top;	
	margin-top:2px;
}
#author_bio_div .image_box .img_upload_div_outer{
	background-color: #CCCCCC;
    min-height: 155px;
    position: absolute;
    width: 704px;
    z-index: 2;
	
}
#author_bio_div .image_box .img_upload_div{
	 float: left;
    padding: 5px;
    width: 96%;
	
}
.img_upload_div .form_center{
	width:510px;
	position:relative;
}
.img_upload_div .form_browse_button{
	float:left;
	width:100%;	
}
.img_upload_div .form_help_text{
	float:left;
	width:100%;	
}
.img_upload_div .form_update_button{
	float:left;
	width:100%;	
}

#progressbox {
	border: 1px solid #0099CC;
	padding: 1px;
	position:relative;
	width:80px;
	border-radius: 3px;
	margin: 10px;
	display:none;
	text-align:left;
}
#progressbar {
	height:20px;
	border-radius: 3px;
	background-color: #003333;
	width:1%;
}
#statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #000000;
}

#author_bio_div .description{
	float:left;
	padding:0px 10px;
}
#author_bio_div .author_bio{
	float:left;
	width:100%;
	/*font-size:14px;*/
	font-weight:bold;
	color: #787878;
}
#author_bio_div .author_desc{
	float:left;
	width:100%;
	font-size:12px;
	color: #787878;
	margin-top:7px;
}
#author_bio_div .blogpage{
	float:right;
	padding-top: 30px;
   
}
#author_bio_div .visit_blog_page,#author_bio_div .claim_blog_page{
	float:left;
	text-align:center;	
	width:100%;
}
#author_bio_div .visit_blog_page a{
	text-align:center;	
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#author_bio_div .claim_blog_page a{
	color:#FF8000;
	text-align:center;	
	font-size:12px;
	font-weight:bold;

	text-decoration:none;
}


#preview_inner .subject h1 {
/*    color: #000000;*/
    float: left;
    /*font-size: 17px;*/
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 3px;
    text-transform: none;
    word-wrap: break-word;
}
#author_bio_div_preview{
	float:left;width:100%;	margin-bottom: 10px;
}
#author_bio_div_preview .inner{
	float:left;width:96%;padding:5px;border:1px solid #ccc;margin-left: 5px;
}
#author_bio_div_preview .image_box{
	float:left;width:80px;
}
#author_bio_div_preview .image_box .img_div{
	max-width:80px;
	max-height:80px;
	width:80px;
	height:80px;
	float:left;
	background-repeat:no-repeat;
	background-position:left top;	
}
#author_bio_div_preview .description{
	float:left;
	padding:0px 10px;
}
#author_bio_div_preview .author_bio{
	float:left;
	width:100%;
	/*font-size:14px;*/
	font-weight:bold;
	/*color: #787878;*/
	text-transform: uppercase;
}
#author_bio_div_preview .author_desc{
	float:left;
	width:100%;
	/*font-size:12px;*/
	/*color: #787878;*/
}
#author_bio_div_preview .blogpage{
	float:right;
	padding-top: 30px;
   
}
#author_bio_div_preview .visit_blog_page,#author_bio_div_preview .claim_blog_page{
	float:left;
	text-align:center;	
	width:100%;
}
#author_bio_div_preview .visit_blog_page a{
	text-align:center;	
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#author_bio_div_preview .claim_blog_page a{
	color:#FF8000;
	text-align:center;	
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#preview_inner .tag {
	float: left;
	width: 450px;
	color: #000;
	font-size: 15px;
}
#preview_inner .tag .tag_div {
	float: left;
	margin-right: 7px;
	padding-bottom: 7px;
	position: relative;
}
#preview_inner .tag .oddspan {
	/*background-color: #787878;*/
	/*color: #FFFFFF;*/
	padding: 3px 6px;
	cursor: default;
	float:left;
}

/* Post a Tech Update */
#load_link_data .mytechlogy_editor_frame,
.load_link_data .mytechlogy_editor_frame {
    border: none;
}

#load_link_data #attach_link,
.load_link_data_box #attach_link{
    background-color: transparent;
    border: 1px solid #ebebeb;
}

#load_link_data #attach_link .img_layer,
.load_link_data_box #attach_link .img_layer{
    padding: 0px;
}

#load_link_data #attach_link .text_layer,
.load_link_data_box #attach_link .text_layer{
    width: 100%;
    padding: 2px;
}

#load_link_data #attach_link .text_layer .link_title,
#load_link_data #attach_link .text_layer .link_title a,
.load_link_data_box #attach_link .text_layer .link_title,
.load_link_data_box #attach_link .text_layer .link_title a{
    color: #1c1c1c;
    font-size: 17px;
    line-height: 18px;
	word-wrap: break-word;
	cursor: pointer;
	width: 100%;
}

#load_link_data #attach_link .text_layer .refer_link_title,
.load_link_data_box #attach_link .text_layer .refer_link_title{
    font-weight: bold;
    padding-top: 5px;
}

#load_link_data #attach_link .text_layer .refer_link_desc,
.load_link_data_box #attach_link .text_layer .refer_link_desc{
	color: #1c1c1c;
	word-wrap: break-word;
	font-size: 12px;	
	width :98%;
	line-height: 15px;
    margin-top: 5px;
}

#load_link_data #attach_link .img_layer img,
.load_link_data_box #attach_link .img_layer img {
    max-height: 200px;
    max-width: 200px;
}

.load_link_data_box #attach_link .text_layer {
	width: auto !important;
    border-left:0px;
}

.my_public_profile .load_link_data_box #attach_link .img_layer img {
    max-height: 100%;
    max-width: 100%;
}