/*Profile view CSS*/
td
{
	vertical-align: middle;
}

.rank
{
	margin-bottom: 0px;
}

#divLayoutProfileUpper
{
	width: 920px;
	margin: 0 auto;
	background-color: white;
	padding: 20px 20px 20px 20px;
}

#divLayoutProfileUpperMid
{
	width: 780px;
}
#divLayoutProfileUpperMidTop
{
	
}
#divLayoutProfileUpperLeft
{
	width: 125px;
	margin-right: 10px;
}

#divLayoutProfileUpperMid
{
	line-height: 17px;
}

#divLayoutProfileUpperMidLeft
{
	width: 200px;
	padding-right: 20px;
	margin-bottom: 5px;
}

#divLayoutProfileUpperMidMid
{
	width: 200px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
}
#divLayoutProfileUpperMidRight
{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
}

#divLayoutProfileUpperMidBottom
{
	padding-top: 5px;
	border-top: 1px solid #DFDFDF;
}
#divLayoutUpperBackgroundHeader
{
	padding: 5px 20px 0px 20px;
	width: 920px;
	margin: 0 auto;
	background: url("../Assets/images/bgbigger.gif") repeat-x bottom left;
}

#divLayoutUpperBackground
{
	background: url("../Assets/images/bgbigger.gif") repeat-x bottom left;
	padding: 0px 20px 15px 20px;
	width: 920px;
	margin: 0 auto;
}

#divLayoutUpperBackgroundLeft
{
	padding-right: 5px;
	margin-right: 5px;
	height: 60px;
}

#divLayoutUpperBackgroundMid
{
	color: white;
	padding-left: 10px;
	margin-left: 5px;
	padding-right: 10px;
	margin-right: 5px;
	height: 60px;
	border-left: 1px solid #8F8F8F;
	border-right: 1px solid #8F8F8F;
}

#divLayoutUpperBackgroundRight
{
	padding-left: 5px;
	margin-left: 5px;
	height: 60px;
}

#divLayoutProfileMain
{
	width: 960px;
	margin: 0 auto;
	margin-top: 15px;
	padding-top: 10px;
}

#divLayoutProfileMainLeft
{
	width: 690px;
}

#divLayoutProfilePortfolioHeader, #trackRecordHeader, #flickrFeedHeader
{
	padding: 15px 20px 0px 20px;
	background-color: white;
}

#quotaDiv
{
	border-left: 3px solid #CFCFCF;
	border-right: 3px solid #CFCFCF;
	padding: 10px 20px 20px 20px;
	background-color: white;
}

#divLayoutProfilePortfolio, #trackRecord, #flickrFeed
{
	padding: 0px 20px 15px 20px;
	background-color: white;
}



#divLayoutProfileProjectsHeader
{
	margin-top: 15px;
	padding: 15px 20px 0px 20px;
	background-color: white;
}
#divLayoutProfileProjects
{
	padding: 0px 20px 15px 20px;
	background-color: white;
}

#divLayoutProfileMainRight
{
	width: 260px;
	margin-left: 10px;
}


#divLayoutSocialNetwork
{
	padding: 15px 20px 15px 20px;
	background-color: white;
	margin-bottom: 10px;
}

#divLayoutProfileAboutMe
{
	padding: 15px 20px 15px 20px;
	background-color: white;
	margin-bottom: 10px;
}

#divLayoutProfileTalents
{
	padding: 15px 20px 15px 20px;
	background-color: white;
	margin-bottom: 10px;
}

#divLayoutProfileInterests
{
	padding: 15px 20px 15px 20px;
	background-color: white;
	margin-bottom: 10px;
}

.divPortfolioEntry
{
	margin-bottom: 20px;
}

.divPortfolioTitle
{
	margin-right: 10px;
	margin-bottom: 5px;
}

.divPortfolioDesc
{
	margin-bottom: 5px;
}

.divPortfolioDescEdit
{
	border: 1px;
	
}

.divPortfolioAttachments
{
	margin-bottom: 15px;
}

.PortfolioAttachmentDesc
{
	width: 100px;
	margin-bottom: 5px;
}

.PortfolioAttachment
{
	width: 120px;
}

.PortfolioImageAttachmentImage
{
	width: 105px;
	height: 105px;
	
}


.PortfolioVideoAttachmentImage
{
	width: 105px;
	height: 105px;
	
}

.divProjectEntryImage
{
	width: 305px;
}

.divProjectEntryDesc
{
	margin-left: 10px;
	width: 350px;
}

.divPortfolioUpdate, .PortfolioAttachmentUpdate
{
	display: none;
}

.transparent
{
	opacity: 0.2;
}

.toproundedborder
{
	border-top: 3px solid #CFCFCF;
	border-left: 3px solid #CFCFCF;
	border-right: 3px solid #CFCFCF;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
.bottomroundedborder
{
	border-bottom: 3px solid #CFCFCF;
	border-left: 3px solid #CFCFCF;
	border-right: 3px solid #CFCFCF;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.followOnTwitter{
	margin-top:10px;
	background: transparent url(../Assets/images/follow_on_twitter.gif) no-repeat;
	height:25px;
	width:158px;
}

.followOnTwitter:hover{
	background: transparent url(../Assets/images/follow_on_twitter.gif) no-repeat center center;
}

.facebookLogo{
	background: transparent url(../Assets/images/facebook-logo.png) no-repeat;
	height:25px;
	width:67px;
}

.twitterLogo{
	background: transparent url(../Assets/images/twitter-logo.png) no-repeat;
	height:25px;
	width:68px;
}

.logoborder{
	float:left;
	border:1px solid #CFCFCF;
	padding:1px;

}
