﻿/* Update Profile */
select
{
	font: 8pt Verdana;
}
#contentTable
{
	width: 100%;
	text-align: left;
}
.contentMain
{
	width: 100%;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	color: #000000;
}
.contentMainDefault
{
	width: 779px;
	border-collapse: collapse;
	text-align: left;
}
.leftSide
{
	background: url(images/sideline_left.gif) no-repeat;
	width: 5px;
	height: 275px;
	padding: 0px 0px 0px 5px;
}
.gradientTile
{
	background: url(images/gradient.gif) repeat-x;
	width: 100%;
	height: 275px;
}
.rightSide
{
	background: url(images/sideline_right.gif) no-repeat;
	height: 275px;
	padding: 0px 0px 0px 0px;
}
td.profileFieldName
{
    width: 163px;
    text-align: right;    
    vertical-align: top;
    padding:2px;
}
td.profileInputField
{
    width:400px;
    vertical-align:top;
    padding:2px;
}
.errorText
{
	font: 8pt Verdana;
	color: Red;
	width: 300px;
}
span.errorText
{
	font: 8pt Verdana;
	color: Red;
	width: 300px;
}
.footerCopyright
{
	font-family: Verdana;
	font-size: 7.5pt;
	color: #376B9D;
	font-weight: bold;
}
.footerLink
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
	font-size: 7.5pt;
	font-family: Verdana;
}
.footerLink:hover
{
	text-decoration: underline;
}
.inner
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.contentHolder
{
	padding: 0px 0px 0px 0px;
	width: 100%;
}
.header
{
	visibility: hidden;
	height: 0px;
}
.HideMe
{
	visibility: hidden;
	display: none;
}
.ShowMe
{
	visibility: visible;
	display: inline;
}
.Show
{
	visibility: visible;
}
.Hide
{
	visibility: hidden;
	display: none;
}

