﻿body
{
}
#popupContact{
display:none;
_position:absolute; /* hack for internet explorer 6*/
height:auto;
width:auto;
background:#FFFFFF;
border:2px solid #cecece;
z-index:11111;
padding:12px;
font-size:13px;
width:250px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor :pointer;
}
.LeftContent
{
	float:left;
	background-color:#ffffff;
	width:80px;
	height:80px;
	
}
.RightContent
{
	float:left;
	text-align:left;
	background-color:#ffffff;
	width:120px;
	height:100px;

}
.RightContent div
{
    text-align:left;
}
.Photo
{
	float:left;

	border: solid 1px #e78639;
	overflow:hidden;
	text-align:center;
}
.RightMain
{
	float: left; 
	text-align: left; 
	padding-left: 10px;
	width: 100%;
	
}
.RightMain div
{
	float: left; 
	
}
.NameInfo
{
	float:left;
	text-align:left;
	width:100%;
	height:100%;
	overflow:hidden;
	font-size:11px;
	font-weight:bold;
	color:#964937;
}
.OtherInfo
{
	float:left;
	text-align:left;
	width:100%;
	height:100%;
	font-size:11px;
	overflow:hidden;
	color:#964937;
	padding-top:10px;
}
.UserOnline
{
	float:left;
	text-align:left;
	width:100%;
	font-weight:bold;
	overflow:hidden;
	font-size:11px;
	height:100%;
	color:#e49958;
	padding-top:17px;
	font-style:italic;
}
.TopTab
{
	float:left;
	width:247px;
	height:41px;
	overflow:hidden;
	background-image:url(../_images/Right_Menu_Tab_Bg.gif);
	background-repeat:no-repeat;
	
}
.TopTab .Head
{
	float:left;
	width:17px;
	height:41px;
	overflow:hidden;
	background-image:url(../_images/Right_Menu_Tab_Head.gif);
	background-repeat:no-repeat;
}
.TopTab .Content
{
	background-image:url(../_images/Right_Menu_Tab_Center.gif);
	background-repeat:repeat-x;
	float:left;
	height:41px;
	margin-left:-9px;
	overflow:hidden;
	padding-left:8px;
	padding-top:10px;
	padding-right:3px;
	text-align:center;
	color:#126eb7;
	font-weight:bold;
	font-size:12px;
}
.TopTab .End
{
	float:left;
	width:13px;
	height:41px;
	overflow:hidden;
	background-image:url(../_images/Right_Menu_Tab_End.gif);
	background-repeat:no-repeat;
}
.Center
{
	float:left;
	width:226px;
	background-image:url(../_images/Right_Menu_Center.gif);
	background-repeat:repeat-y;
	padding:5px;
	padding-left:10px;
	padding-right:10px;

}
.Bottom
{
	float:left;
	width:246px;
	height:17px;
	overflow:hidden;
	background-image:url(../_images/Right_Menu_Bottom.gif);
	background-repeat:no-repeat;
}
