BODY
{
	background-color: #FFFFFF;
	font-family: arial;
}

/*-------------------------------

TABLE
{
	background-color: black;
	font-family: arial;
	width: 100%;
	padding: 2px;
	border: 0px;
}

TD
{
	background-color: white;
	font-size: 12px;
	padding: 2px;
}

TH
{
	background-color: #CCCCFF;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
}

 -------------------------------*/
 
.StdBox
{
	background-color: black;
	font-family: arial;
}

.NegBox
{
	background-color: #999999;
	font-family: arial;
}

.WhiteBox
{
	background-color: white;
	font-family: arial;
}

.GreyBox
{
	background-color: #999999;
	font-family: arial;
}

.ButtonOff
{
	background-color: #666666;
	color: white;
}

.ButtonOn
{
	background-color: #6666CC;
	color: white;
}

TD.StdBox
{
	background-color: white;
	font-size: 12px;
}

TD.StdBoxP
{
	background-color: white;
	font-size: 12px;
	padding-left: 6px;
}
TD.StdBoxP_L
{
	background-color: white;
	font-size: 12px;
	text-align:left;
	padding-left: 6px;
}
TD.StdBoxP_R
{
	background-color: white;
	font-size: 12px;
	text-align:right;
	padding-right: 6px;
}

TD.StdBoxC
{
	background-color: white;
	font-size: 12px;
	text-align: center;
}

TD.StdBoxB
{
	background-color: white;
	font-size: 12px;
	font-weight: bold;
}

TD.StdBoxBC
{
	background-color: white;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

TD.StdBoxBP
{
	background-color: white;
	font-size: 12px;
	font-weight: bold;
	padding-left: 6px;
}

TD.StdBoxR
{
	background-color: white;
	font-size: 12px;
	text-align: right;
	padding-right: 6px;
}

TD.StdBoxBR
{
	background-color: white;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	padding-right: 6px;
}


TD.StdBoxT
{
	font-size: 12px;
}

TD.StdBoxTC
{
	font-size: 12px;
	text-align: center;
}

TD.StdBoxTP
{
	font-size: 12px;
	padding-left: 6px;
}

TD.StdBoxTB
{
	font-size: 12px;
	font-weight: bold;
}

TD.StdBoxTBP
{
	font-size: 12px;
	font-weight: bold;
	padding-left: 6px;
}

TD.StdBoxTBC
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

TH.StdBox
{
	background-color: #CCCCFF;
	font-weight: bold;
	font-size: 14px;
}

TD.BoldBox
{
	background-color: white;
	font-size: 14px;
	font-weight: bold;
}

TH.BoldBox
{
	background-color: #CCFFCC;
	font-weight: bold;
	font-size: 16px;
}

TH.StdBoxP_L
{
	background-color: #CCCCFF;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left:6px;
	
}
TH.StdBoxP_R
{
	background-color: #CCCCFF;
	font-weight: bold;
	font-size: 14px;
	text-align: Right;
	padding-right:6px;

}

TD.BoldBoxHighlighted
{
	background-color: black;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

TH.BoldBoxHighlighted
{
	background-color: #006600;
	color: white;
	font-size: 16px;
}

.FullTextbox
{
	width: 100%;
}

.FullDropDown
{
	width: 100%;
}

.BoxBreak
{
	background-color: #DDDDDD;
	font-size: 1px;
}

.SubmitButton
{
	background-color: #FF8C00;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	width: 200px;
}

.HeaderTypeNone
{
	background-color: #CCCCCC;
}
.HeaderTypeTrailer
{
	background-color: #F0E68C;
}
.HeaderTypeAdvert
{
	background-color: #87CEEB;
}
.HeaderTypeLogo
{
	background-color: #90EE90;
}
.HeaderTypeSpecial
{
	background-color: #FFBBBB;
}

.RowStatus_Good
{
	background-color: #CCFFCC;
}
.RowStatus_NoMatch
{
	background-color: #DAA520;
}
.RowStatus_MissingVersion
{
	background-color: #D2691E;
}
.RowStatus_Bad
{
	background-color: #D99999;
}


.SelectedRow
{
	background-color: orange;
}
.HighlightedRow
{
	background-color: #CCFFCC;
}
.UnHighlightedRow
{
	background-color: #FFFFFF;
}

BR.SmallVBreak
{
	font-size: 6px;
}


.BitBox_Y
{
	background-color: green;
	font-weight:bold;
	color: white;
	width: 30px;
	text-align: center;
}

.BitBox_N
{
	background-color: red;
	font-weight:bold;
	color: white;
	width: 30px;
	text-align: center;
}

.PageMessage
{
	background-color: white;
	font-weight:bold;
	font-size: 20px;
	text-align: center;
}
.PageMessageColored
{
        height: 35px;
        color:	#FFFFFF;
	background-color: #79346A;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;

}

.SampleSizeHeader
{
	background-color: rgb(130, 28, 92);
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}



