﻿.profileName
{
	font-size: 1.4em;
	font-weight: 600;
	margin-right: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #666;
}

.profileAdded
{
	margin-bottom: 10px;
}

.profileRating
{
	margin-bottom: 10px;
}

.profileAbout
{
	margin-bottom: 10px;
}

.lblAbout
{
	display: block;
}

.txtAbout
{
	display: block;
}

.profile td
{
	vertical-align: top;
	text-align: left;
}

#profileMenu a
{
	display: block;
	text-decoration: none;
	color: #04b;
}

#profileMenu a:hover
{
	text-decoration: underline;
}

.rowProfile
{
	border-bottom: solid 1px #666;
	padding-bottom: 10px;
}

#rowControls
{
	padding-top: 10px;
}

.imgProfile
{
	width: 100px;
	height: 120px;
	display: block;
}

#tblProfile
{
	width: 800px;
}