@charset "utf-8";
/* CSS Document */

*{margin:0px;padding:0px;}
body{background: url(../../twitter-background-001.jpg) repeat top left}

.mainProfile
{
	width:975px;
	margin:0 auto;
	border:0px solid green;
	height:auto;
	overflow:auto;
	margin-top:15px;
	margin-bottom:15px;
}
.leftPanel
{
	width:630px;
	height:auto;
	float:left;
	border:1px solid #EEEEEE;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:auto;
	background:#FFF;
}
.leftPanelInner
{
	padding:10px;
}
.profileDetails
{	
}
.profileDetailsLeft
{
	float:left;
}
.profileDetailsLeft span
{
	clear:both;width:103px;height:123px;display:table-cell;vertical-align:top;text-align:top;border:0px solid red;
}
.profileDetailsRight
{
	float:left;
}

#profileUserName
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#666666;
	margin-bottom:10px;
	border:0px solid red;
	width:480px;
	margin-left:120px;
	height:80px;
	display:table-cell;
vertical-align:middle;text-align:left;
padding-left:15px;
}
.profileUserHeader
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:19px;
	color:#666666;
	margin-bottom:5px;
	border:0px solid red;
}

img{border:0px}

.profileTags
{
	font-family:Verdana;
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	color:#9D9B9C;	
	border-bottom:1px dotted #808080;
	width:480px;
	margin-left:120px;
	/*height:25px;*/
	overflow:auto;
	padding-bottom:5px;
}

.aboutSection
{
	clear:both;
	padding-top:00px;
	border-bottom:1px dotted #808080;
	padding-bottom:10px;
}
.contactSection
{
	clear:both;
	padding-top:20px;
	padding-bottom:10px;
}
.aboutSectionDetails
{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#5D5D5D;
	line-height:17px;
	padding-bottom:10px;
	
}
.contactSectionDetails
{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#5D5D5D;
	line-height:17px;
	padding-bottom:10px;
}

.rightPanel
{
	width:330px;
	height:auto;
	margin-left:645px;
	overflow:auto;
}
.rightPanelInner
{
}

.rightPanel-BlockOne
{
	padding:10px;
	border:1px solid #EEEEEE;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	margin-bottom:10px;
	background:#FFF;
}

.rightPanel-Title
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#5D5D5D;
	line-height:22px;
}

	