a, body, h1
{
	color: #3A3A3A;
	font-size: 12px;
	line-height: 16px;
	font-family: trebuchet ms,tahoma,verdana,arial,helvetica;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	margin: 10px 10px 0px 10px;
}

label
{
	font-weight: bold;
}

label.redHeader
{
	color: #660000;
}

p
{
	margin: 10px;
}

.error
{
	color: #FF0000;
}

/* Child master page BEGIN */
table#tblWideMood, table#tblNarrowMood
{
	background-color: #FFFFFF;
}

table#tblWideMood td, table#tblNarrowMood td
{
	text-align: left;
	vertical-align: top;
}
/* Child master page END */

/* Right Control BEGIN */
div.rightControlDiv
{
	width: 220px;
	font-size: 11px;
	padding-bottom: 10px;
}

div.rightControlDiv h1
{
	color: #660000;
}

div.rightControlDiv p
{
	margin-top: 4px;
	margin-bottom: 18px;
}

div.rightControlDiv p.bottomLine
{
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: dashed 1px #88867F;
}

div.rightControlDiv a, div.rightControlDiv h1
{
	font-size: 11px;
}

div.rightTitleDiv
{
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	padding-left: 10px;
	background-color: #F2D985;
}

.darkYellowDiv
{
	background-color: #8F3336;
	color: #FFFFFF !important;
}
.yellowDiv
{
	height: 200px;
	padding: 10px 0px 10px 10px;
}

.paleYellow
{
	height: 210px;	
}
/* Right Control END */

/*Team Images Begin*/

div.profilePicture
{
	float: right;
	margin: 0px 10px 5px 0px;
}

/*Team Images End*/