﻿
.GrayBox, .RedBox, .ClearBox
{
	width: 156px;
	margin: auto;
	margin-top: 10px;
}

.TitleBar
{
	height: 29px;
	line-height: 32px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: White;
	overflow: hidden;
}

.ClearBox .TitleBar
{
	visibility: hidden;
	height: 0px;
}

.RedBox .TitleBar
{
	background: url(../../images/redbar.gif);
}

.GrayBox .TitleBar
{
	text-align: left;
	padding-left: 10px;
	background: url(../../images/grayboxtitle.jpg);
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	border-top: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	color: #675C43;
	height: 27px;
	line-height: 25px;
	margin: auto;
}


.BoxContent
{
	font-size: 10pt;
	background: #F8F8F8;
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 25px;
	overflow: hidden;
}

.ClearBox .BoxContent
{
	border: 0;
	padding: 0;
	background: none;
}

.DynamicLink
{
	color: Black;
	text-decoration: none;
}

.DynamicLink:hover
{
	color: #c01501;
}

.GrayBox .BoxContent
{
	margin-left: 0px;
	margin-right: 0px;
}

.BoxSeparator
{
	height: 10px;
}
