a, body, h1
{
	color: #3A3A3A;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Sans-Serif;
}

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: 6px;
	padding-bottom: 6px;
	border-bottom: dashed 1px #88867F;
}

div.rightControlDiv p.noBottomLine
{
	margin-bottom: 5px;
	padding-bottom: 18px;
	border-bottom: none;
}

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;
}

div.darkYellowDiv
{
	background-color: #F9ECC2;
}

.paleYellow
{
	background-color: #FDF7E7;
}
/* Right Control END */

/* share Control BEGIN */
div.shareControlDiv
{
	float:left;
	width: 220px;
	margin-top: 4px;
	font-size: 11px;
	padding-bottom: 10px;
}

div.shareControlDiv h1
{
	color: #660000;
}

div.shareControlDiv p
{
	margin-top: 4px;
	margin-bottom: 18px;
}

div.shareControlDiv p.bottomLine
{
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: dashed 1px #88867F;
}

div.shareControlDiv p.noBottomLine
{
	margin-bottom: 5px;
	padding-bottom: 0px;
	border-bottom: none;
}

div.shareControlDiv a,
div.shareControlDiv h1
{
	font-size: 11px;
}

div.shareTitleDiv
{
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	padding-left: 10px;
	background-color: #F2D985;
}

div.darkYellowDiv
{
	background-color: #F9ECC2;
}

.paleYellow
{
	background-color: #FDF7E7;
}
/* share Control END */