body, table{
	font-family: Verdana;
}
.DivHide
{
	display: none;
}

.DivShow
{
	display: block;
}

.SubmitRed
{
	color: navy;
	font-size: 10pt;
	background-color: #FF6600;
}

.TableBlue
{
    border-right: #ff6600 3px ridge;
    padding-right: 4px;
    border-top: #ff6600 3px ridge;
    padding-left: 4px;
    font-size: 10pt;
    padding-bottom: 4px;
    border-left: #ff6600 3px ridge;
    padding-top: 4px;
    border-bottom: #ff6600 3px ridge;
    background-color: #000080
}

#BrokerName
{
	font-weight: bold;
	font-size: 11pt;
	color: Navy
}

/* Default CSS Stylesheet for a new Web Application project */
.PageBody
{
	background-color: #ffffff;
}

.BigTitle
{
	font-size: 16pt;
	font-weight: bold;
	color: Navy;
}

.MediumTitle
{
	font-size: 10pt;
	font-weight: bold;
	color: Navy;
}

.SmallTitle
{
	font-size: 10pt;
	font-weight: bold;
	color: Navy;
}

.Note
{
	font-size: 8pt;
	color:	Navy;
}

.Input
{
	width: 200px;
}

.HeaderRowSpacer
{
	height: 5px;
	background-color: #99ccff;	
}

.ReportColumnHeader
{
	font-weight: bold;
	font-size: 7pt;
	color: white;
	
	background-color: rgb(51,51,153);
	text-align: right;
	vertical-align: baseline;
	width: 100%; 
	padding-right: 2px;
}

.ReportColumnSummary
{
	font-weight: bold;
	font-size: 7pt;
	color: white;
	
	background-color: rgb(51,51,153);
	text-align: right; 
}

.ReportColumnSummaryTopBorder
{
	font-weight: bold;
	font-size: 7px;
	color: white;
	
	background-color: rgb(51,51,153);
	text-align: right; 
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgb(51,51,153);	
	padding-right: 2px;
}

.ReportData
{
	font-size: 7pt;
	color: black;
	
	background-color: #ffffff;
	text-align: right;
	vertical-align: baseline;
	padding-right: 2px;
}

.ReportTable
{
	border-right: rgb(51,51,153) 1px solid; 
	border-top: rgb(51,51,153) 1px solid; 
	border-left: rgb(51,51,153) 1px solid; 
	border-bottom: rgb(51,51,153) 1px solid; 
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 100%; 
}

.RightBorder
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: rgb(51,51,153));
}

.BottomBorder
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(51,51,153);
}

.TopBorder
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgb(51,51,153);
}

.HighlightedCells
{
	background-color: orange;
	
	font-size: 8pt;
	font-weight: bold;
	color: Navy;
	vertical-align: baseline;
	padding-left: 2px;
}

.InputHeader
{
	
	font-size: 9pt;
	font-weight: bold;
	color: Navy;
	text-align: Left;
}

.SubmitButton
{
	
	font-size: 8pt;
	font-weight: bold;
	color: Navy;
	background-color: Silver;
}

.InputLabel
{
	
	font-size: 8pt;
	font-weight: bold;
	color: Navy;
	text-align: Left;
	vertical-align: baseline;
}

.InputValue
{
	
	color: Navy;
	vertical-align:baseline;
	text-align:right;
}

.InputFormTable
{
	padding-bottom: 2px;
	padding-top: 2px;
}
