
#tooltips_container{
	width:177px;
	padding:0px;
	position:absolute;
	display:none;
	z-index:1000
}

#break{
height:4px;
}

#tooltips_top_triangular_container{
	padding:0px;
	background:url(../images/triangular.gif) no-repeat;
	background-position:42px;
	height:9px;
}

#tooltips_top_left{
	width:4px;
	height:4px;
	float:left;
	background:url(../images/tootlip_top_left_corner.gif) no-repeat;
}
#tooltips_top_center{
	width:169px;
	height:2px;
	border-top:2px solid #C8020C;
	float:left;
	background-color:#FFFFFF;
}
#tooltips_top_right{
	width:4px;
	height:4px;
	float:right;
	background:url(../images/tooltip_right_top_corner.gif) no-repeat;
}

#tooltips_body_container{
	border-left:2px solid #C8020C;
	background:url(../images/tooltip_right_bg_rptr.gif) repeat-y right;
	width:158px;
	padding-top:1px;
	padding-left:7px;
	padding-right:10px;
	padding-bottom:7px;
	font-family:tahoma; 
	font-size:11px; 
	background-color:#FFFFFF;
}
	

#tooltips_bottom_left_corner{
	width:4px;
	height:4px;
	float:left;
	background:url(../images/tooltip_bottom_left_corner.gif);
}
#tooltips_bottom_center_border{
	width:169px;
	height:4px;
	float:left;
	background:url(../images/tooltip_bottom_rptr.gif) repeat;

}
#tooltips_bottom_right_corner{
	width:4px;
	height:4px;
	float:right;
	background:url(../images/tooltip_bottom_right_corner.gif) no-repeat;
}

/*CSS for show tooptip body in the job section on images and videos start*/
.pictureTitle{
	font-family:georgia; 
	font-size:11px; 
	color:#C8020C;
	font-weight:bold;
	vertical-align:middle;
	padding-bottom:5px;
}
.pictureDescription{
	font-family:Tahoma; 
	font-size:11px; 
	color:#000000;
	height:30px;
	vertical-align:middle;
}

.pictureEdit{
	font-family:Tahoma; 
	font-size:11px; 
	color:#666666;
	font-weight:bold;
	margin-top:10px;
	vertical-align:middle;

}
/*CSS for show tooptip body in the job section on images and videos end*/

/*CSS for show tooptip body in the messages conversation section on images start*/
.conversationHomeownerLevel{
	float:left;
	font-family:Tahoma; 
	font-size:11px; 
	color:#000000;
	padding-bottom:5px;
}
.conversationHomeownerLevelText{
	float:left;
	font-family:Tahoma; 
	font-size:11px; 
	color:#C8020C;
	margin-left:2px;
}

.pictureEdit{
	font-family:Tahoma; 
	font-size:11px; 
	color:#666666;
	font-weight:bold;
	margin-top:10px;
	vertical-align:middle;

}
/*CSS for show tooptip body in the messages conversation section on images end*/

