/* ***  container styles  *** */

/* ***  redtitle  *** */

.whitelines {
	background-color: #FFFFFF;
}

.redlines {
	background-color: #FF0000;
}

.blacklines {
	background-color: #000000;
}

.redtitle, .redtitle .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #8B0A0D;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
}	

.redtitle a.CommandButton:link,
.redtitle a.CommandButton:active,
.redtitle a.CommandButton:visited
{
    color: #8B0A0D;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}

.redtitle a.CommandButton:hover
{   color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}

/* ***  whitetitle with dark red background  *** */

.whitetitleredbkgd, .whitetitleredbkgd .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	background-color: #8B0A0D;
}	

.whitetitleredbkgd a.CommandButton:link, 
.whitetitleredbkgd a.CommandButton:active, 
.whitetitleredbkgd a.CommandButton:visited
{
    color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #8B0A0D;
}

.whitetitleredbkgd a.CommandButton:hover
{   color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #8B0A0D;
}

/* ***  whitetitle with light red background  *** */

.whitetitleltredbkgd, .whitetitleltredbkgd .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	background-color: #CC6633;
}	

.whitetitleltredbkgd a.CommandButton:link, 
.whitetitleltredbkgd a.CommandButton:active, 
.whitetitleltredbkgd a.CommandButton:visited
{
    color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #CC6633;
}

.whitetitleltredbkgd a.CommandButton:hover
{   color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #CC6633;
}





