/* ***  container styles  *** */

/* ***  greentitle  *** */

.whitelines {
	background-color: #FFFFFF;
}

.greenlines {
	background-color: #66CC00;
}

.blacklines {
	background-color: #000000;
}

.greentitle, .greentitle .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #497C10;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
}	

.greentitle a.CommandButton:link,
.greentitle a.CommandButton:active,
.greentitle a.CommandButton:visited
{
    color: #497C10;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}

.greentitle a.CommandButton:hover
{   color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}

/* ***  whitetitle with dark green background  *** */

.whitetitlegreenbkgd, .whitetitlegreenbkgd .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	background-color: #497C10;
}	

.whitetitlegreenbkgd a.CommandButton:link, 
.whitetitlegreenbkgd a.CommandButton:active, 
.whitetitlegreenbkgd a.CommandButton:visited
{
    color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #497C10;
}

.whitetitlegreenbkgd a.CommandButton:hover
{   color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #497C10;
}

/* ***  whitetitle with light green background  *** */

.whitetitleltgreenbkgd, .whitetitleltgreenbkgd .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	background-color: #66CC00;
}	

.whitetitleltgreenbkgd a.CommandButton:link, 
.whitetitleltgreenbkgd a.CommandButton:active, 
.whitetitleltgreenbkgd a.CommandButton:visited
{
    color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #66CC00;
}

.whitetitleltgreenbkgd a.CommandButton:hover
{   color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #66CC00;
}






