.afxStyleContentBox
{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	border-style: solid;
	border-left-color: #1F1F28;
	border-top-color: #1F1F28;
	border-right-color: #444457;
	border-bottom-color: #444457;
	border-width: 1px;
	margin-bottom: 6px;
	overflow: hidden;
}

.afxStyleContentBoxTitle
{
	/*color: white;*/
	color: #9598A5;
	font-weight: bold;
	background-image: url( ../img/boxheader.png );
	line-height: 15px;
	padding: 3px;
	padding-top: 2px;
}

.afxStyleContentBoxHeadline
{
	background-color: #1D1D28;
	font-weight:  bold;
	padding: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.afxStyleContentBoxContent
{
	background-color: #1D1D28;
	color: #9598A5;
	padding: 6px;
}

.afxStyleContentBoxContentWithoutPadding
{
	background-color: #1D1D28;
	color: #9598A5;
	padding: 0px;
}

.separatorContentDefault
{
	background-image: url( ../img/sep_content_default.png );
	width: 100%;
	height: 2px;
	margin-top: 2px;
	margin-bottom: 6px;
}
