#tabdiv
{
	position:absolute;
	display:none;
	left:270px;
	right:100px;
	top:5px;	
	background:url(../images/topRoundImage.gif) no-repeat top #333333;
	margin:0px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width:700px;
	height:600px;
	z-index:9000000;
	
	}
.header{
	height:30px; 
	float:left; 
	width:100%;
	font-weight:bold;
	}
	
/* CSS for Tab Link Div */
.mainTabDiv{
	float:left;
	width:582px;
	margin:auto 0;
	height:18px;
/*	border-bottom:1px solid #000000;*/
	}
	
.shadetabs{
	width:582px;
	font-size:12px;
	line-height:normal;
	}
	
	.shadetabs ul{
		list-style-type: none;
		margin:0;
		margin-left: 230px;
		padding:0;
		}
	.shadetabs li{
		display:inline;
		margin:0;
		padding-left:5px;
		font-size:10px;
		float:left;
		}
		
	.shadetabs a{
		float:left;
		margin:0;
		text-decoration:none;
		color:#FFFFFF;
		background:url(../images/leftImage.gif) no-repeat left top;
		}
	.shadetabs a span{
		display:block;
		background:url(../images/rightImage.gif) no-repeat right top;
		margin-left:5px;
		font-weight:bold;
		color:#FFFFFF;
		padding:4px 8px 4px 4px;
		}
		
		.shadetabs a span {
			float:none;
			}
			
		.shadetabs a:hover span {
			color:#FF6600;
			}
			
		.shadetabs .current a{  
			background-position:0 -38px; 
			}

		.shadetabs .current a span{  
			background-position:100% -38px;  
			color: #FF6600;
			}
			
		.shadetabs a:hover{  
			background-position:0% -38px;  
			}

		.shadetabs a:hover span{  
			background-position:100% -38px;  
			}

	
/* CSS for Middle Round Div */

.middleDiv{
	float:left;
	background:#FFF;
	width:100%;
	height:550px;
	overflow:auto;
	margin:0 auto;
	color:Black;
	}


.bottomDiv{
	float:left;
	width:582px;
	height:4px;
	margin:0 auto;
	}




/* CSS for User Images/Name */
.userImage{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	float:left; 
	width:150px; 
	height:400px; 
	padding:2px; 
	margin-right:5px; 
	text-align:center;
	}
.userName{
	float:left; 
	font-size:16px; 
	color:#999999; 
	text-align:center; 
	width:110px; 
	font-weight:bold;
	}
	
/* CSS for User Description/Address*/	
	
.rightContent{
	float:left; 
	width:230px; 
	height:400px; 
	padding:2px;
	}
	
.addressContent{
	float:left;
	width:380px;
	height:70px;
	font:bold 14px "Times New Roman", Times, serif; 
	background-color:#EAEAEA;
	color:#000000;
	margin-top:8px;
	padding:2px 5px 0 5px;
	}
.description{
	float:left;
	width:380px;
	font-size:12px;
	color:#000000;
	padding-top:3px;
	}
	
	.bottomImageRounded{
	margin-top:-5px;
	float:left;

	}
	.userInformation{
	float:left; 
	font:bold 13px "Times New Roman", Times, serif;
	background:url(../images/topimage_05_03.gif) top no-repeat #EAEAEA;
	color:#000000; 
	text-align:center; 
	width:110px;
	height:125px; 
	font-weight:bold;
	margin-top:10px;
	}	