﻿.BoxTopGreen, .BoxTopRed
{
	padding-bottom: 0.2em;
}

.BoxTopGreen 
{ 
	background: url("../../images/ColorBoxes/BoxGreenTopMiddle.jpg") repeat-x;
}

.BoxTopRed 
{ 
	background: url("../../images/ColorBoxes/BoxRedTopMiddle.jpg") repeat-x;
}

.BoxTopGreen div.BoxTitle 
{ 
	background: url("../../images/ColorBoxes/BoxGreenTopLeft.jpg") top left no-repeat; 
} 

.BoxTopRed div.BoxTitle 
{ 
	background: url("../../images/ColorBoxes/BoxRedTopLeft.jpg") top left no-repeat; 
} 

.BoxTopGreen h3, .BoxTopRed h3
{
	color: #fff;
	font-family: sans-serif;
	font-size: 100%;
	/*padding-left: 1.0em; */
	padding-top: 0.5em;
	text-align:center;	
}

.BoxTopGreen div.BoxTitle h3
{
	background: url("../../images/ColorBoxes/BoxGreenTopRight.jpg") top right no-repeat;
}

.BoxTopRed div.BoxTitle h3
{
	background: url("../../images/ColorBoxes/BoxRedTopRight.jpg") top right no-repeat;
}


.BoxContentGreen, .BoxContentRed
{
	border-style:solid;
	border-width:1px;
	padding:5px 5px 5px 5px;
}


.BoxContentGreen
{
	border-color:Green;	
}

.BoxContentRed
{
	border-color:#862310;	
}