/* 
================================
2006-2010
BCTIPortal.com
Container Set "Darkshadow"
================================
*/

/* 
================================
Main Color Selection		#81BB5A <<<<  LIGHT BREEN COLOR
================================
*/

.bluetitle 
{
background-color: transparent;
color: #0F4D06;
font-family: Tahoma;
font-size:  14px;
font-weight:  bold;
padding-top: 2px;
line-height: 20px;
}

.blueheader 
{
background-color: #C2F5A0;
border: solid 1px #659943;
height: 20px;
padding-right: 3px;
font-size:  2px;
}

.bluecontent
{
background-color: transparent;
border-Left: solid 1px #659943;
border-Right: solid 1px #659943;
border-Bottom: solid 1px #659943;
font-family: Tahoma;
font-size:  2px;
text-align: justify;
padding-top: 12px;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 12px;
}
/*================================
Alternate Color Selection			#659943 <<<<< DARKER GREEN COLOR
================================*/
.blacktitle
{
background-color: transparent;
color: #0F4D06;
font-family: Verdana;
font-size:  14px;
font-weight:  bold;
padding-top: 2px;
line-height: 20px;
}
.blackheader
{
background-color: #9DD07A;
height: 20px;
border: solid 1px #659943;
padding-right: 3px;
font-size:  2px;
}

.blackcontent
{
background-color: #FFFFFF;
border-Left: solid 1px #659943;
border-Right: solid 1px #659943;
border-Bottom: solid 1px #659943;
font-family: Verdana;
font-size:  2px;
text-align: justify;
padding-top: 12px;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 12px;
}
