/* Default CSS Stylesheet for a new Web Application project */

.DGHeader
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Tahoma;
	background-color: #88bb88;
}

.DGLine
{
	font-size: 10px;
	color: black;
	font-family: Tahoma;
	background-color: white;
}

.DGLineComment
{
	font-size: 9px;
	color: black;
	font-style: italic;
	font-family: Tahoma;
	background-color: white;
}

.DGLineAlt
{
	font-size: 10px;
	color: black;
	font-family: Tahoma;
	background-color: #99cc99;
}

.DGLineAltComment
{
	font-size: 9px;
	color: black;
	font-style: italic;
	font-family: Tahoma;
	background-color: #99cc99;
}

.DGLine td,.DGLineAlt td 
{
	font-size: 10px;
}

.StandingsHeader
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Tahoma;
	background-color: #7684ab;
}

.StandingsLine
{
	font-size: 10px;
	color: black;
	font-family: Tahoma;
	background-color: white;
}

.StandingsLineAlt
{
	font-size: 10px;
	color: black;
	font-family: Tahoma;
	background-color: #D3DAF0;
}

.ResultTitle1
{
	font-weight: bold;
	font-size: 24px;
	color: #49b939;
	font-family: Arial, Helvetica, sans-serif;
}
.ResultTitle2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #49B939;
}
.ResultTitle3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #49B939;
}
.StatusImage
{
	width: 16px;
	height: 16px;
}

.StatusImageLegend
{
	width: 16px;
	height: 16px;
}