/* 
================================
 Container Styles for DotNetNuke
================================
*/ 

.normal,
{
color: #fff;}

.normalbold
{
color: #fff;}

.NormalTextBox,
{
color: #000;}

td
{
color: #fff;}

option
{
color: #000;
}

label
{
color: #fff;}

.containermaster_hairline {
	width: 100%;
	background-color: transparent;
	border-right: #CC0000 1px solid; 
	 
	border-left: #CC0000 1px solid; 
	border-bottom: #CC0000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	color: #fff;
	
}


.hairline_top {
	background-image: url(images/02_hairline_02.gif);
	background-repeat: repeat-x;
	
}

.hairline_title {

	 
	font-family: wibble; 
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;

}

.hairline_hr {

	border: 0;
	color: #fff;
	background-color: #043;
	height: 1px;
	width: 90%;
	text-align: center;
	
}


