﻿/***** Wings Phase Report  ************************/
#WingsPhaseReport .OverallWidth
{
    width: 910px;
}

#WingsPhaseReport .wprRow
{	    
    font-size: 8pt;    
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}

#WingsPhaseReport .wprHeader
{
    float: left;
	width: 149px;	
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

#WingsPhaseReport .wprRegionName
{	
    float: left;
	width: 99px;
	font-weight: bold;
	height: 100%;
}

#WingsPhaseReport .wprRegionColor
{
    background-color: #DADADA;
}

#WingsPhaseReport .wprPadding
{
    padding: 4px 0px 4px 0px;
}

#WingsPhaseReport .wprRightBorder
{
    border-right: 1px solid #333333;
}

#WingsPhaseReport .wprBottomBorder
{
    border-bottom: 1px solid #333333;
}   

#WingsPhaseReport .wprAFS
{	
    float: left;
	width: 50px;
	font-weight: bold;
}

#WingsPhaseReport .wprDistrictName
{	
    float: left;
	width: 74px;
	padding-left: 75px;
}

#WingsPhaseReport .wprDistrict
{	
    float: left;
	width: 55px;
	text-align: right;
	padding-right: 20px;
}

#WingsPhaseReport .wprDistrictRightBorder
{	
    float: left;
	width: 54px;
	text-align: right;
	padding-right: 20px;
	border-right: 1px solid #333333;
}

#WingsPhaseReport .wprCurrentPhasedTotal
{	
    float: left;
	width: 130px;
	text-align: right;
	padding-right: 20px;
}

/***** User Regisgration Report  ************************/

table.UserRegReport
{
	width: 100%;
	font-size: 8pt;
}

td.UserRegReportHeaderAFS
{
	width: 5%;
	font-size: 10pt;
	font-weight: bold;	
	text-align: center;
	vertical-align: top;
	background-color: #DADADA;
}

td.UserRegReportHeader
{
	width: 19%;
	font-size: 10pt;
	font-weight: bold;	
	text-align: center;
	vertical-align: top;
	background-color: #DADADA;
}

td.UserRegReportNational
{
	width: 19%;
	text-align: right;
	padding-right: 55px;
}

td.UserRegReportDistrictName
{
	width: 12px;
	text-align: center;	
}

td.UserRegReportAFS
{
    width: 5%;
	font-weight: bold;
	padding-top: 8px;
	border-top: 1px solid #333333;
}

td.UserRegReportRegionName
{	
	width: 19%;
	font-weight: bold;
	padding-top: 8px;
	border-top: 1px solid #333333;
}

td.UserRegReportRegion
{	
	width: 19%;
	font-weight: bold;
	text-align: right;
	padding-top: 8px;
	padding-right: 45px;
	border-top: 1px solid #333333;
}

td.UserRegReportDistrictAFS
{
    width: 5%;
	font-weight: bold;
	padding-top: 8px;
}

td.UserRegReportDistrict
{	
	width: 19%;
	text-align: right;
	padding-right: 45px;
}

td.UserRegReportDistrictName
{	
	width: 19%;
	padding-left: 15px;
}

/***** AMT Participation Statistics Report ************************/

table.AMTPartReport
{
	width: 100%;
	font-family: Arial, Verdana, Courier New;
}

td.AMTPartReportHeader
{
    width: 10%;
    font-size: 9pt;
	text-align: center;
	vertical-align: top;	
    border-top: solid 1px #777777;
    border-right: solid 1px #777777;
}

.LeftBorder
{
    border-left: solid 1px #777777;
}

td.AMTPartReportRegion
{
    font-size: 9pt;
    width: 5%;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 2px;
	border-right: solid 1px #777777;
    border-top: solid 1px #777777;   
}

td.AMTPartReportData
{
    width: 10%;    
	text-align: right;
	padding-right: 2px;
	border-right: solid 1px #777777;
    border-top: solid 1px #777777;
}

span.AMTPartReportReg
{
    
}

span.AMTPartReportNotReg
{
    color: #3388AA;
    font-style: italic;
}