﻿/******************
Profile - Styles ON the Profile Page
******************/
#profileContainer 
{
    padding-top: 10px;
	width: 630px;
	border-left-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#profileContainer .itemGroup
{
	padding-left: 5px;
	margin-bottom: 10px;
}
#profileContainer .profileLeft
{
	padding-left: 10px;
	vertical-align: top;
	width: 290px;
}
#profileContainer .profileRight
{
	padding-left: 20px;
	vertical-align: top;
	border-left: solid 2px #FFFFFF;
	width:330px;
}
#profileContainer .item
{    
	padding: 1px 0px 0px 0px;
	margin: 0px;
}
#profileContainer .itemLeft
{
	float: left;
	width: 100px;
}
#profileContainer .itemRight
{
	float: right;
	width: 170px;
}
#profileContainer .profileRight .itemRight
{
	float: right;
	width: 200px;
}
#profileContainer .picture
{
	margin-bottom: 10px;
}
#profileContainer .sectionContent
{
    margin-bottom: 10px;
}
#profileContainer .leftnav
{
	float:left;
	width:75px;
}
#profileContainer .rightnav
{
	float:right;
	text-align:right;
	width:65px;
}
#profileContainer .numnav
{
	float: left;
	width: 140px;
	text-align: center;
	font-weight: bold;
}
#profileContainer .footerRow
{    
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
}
