body 
{
	BACKGROUND-COLOR: white;
    FONT-FAMILY: Helvetica;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
a{border:None;}
a.visited{border:None;}
a.active{border:None;}
.PageTitle
{
	font-size: 16pt;
	font-weight:bold;	
}
.junoBGBlue
{
    background: #2A3669;
}
.FieldLabel
{
	font-size:10pt;
	font-weight:bold;
	color:Black;
}
.RequiredField
{
	background-color: ActiveBorder;
	FONT-FAMILY: Helvetica;
}
.Field
{
	background-color: White;
	FONT-FAMILY: Helvetica;
}
.Notes
{
	color:Blue;
	font-style:italic;
}
.Validation
{
    color:Red;
}
.PushButton
{
	background-color: ButtonFace;
    font-family: Arial;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	width:150px;
}
.SectionBorder
{
	border-bottom-style:double;
	border-top-style:double;
	border-color:Black;
}
.TopOnlySectionBorder
{
	border-top-style:double;
	border-color:Black;
}
.SectionLabel
{
	font-size:12pt;
	font-weight:bold;
	text-decoration:underline;
}
.NUSectionLabel
{
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
}
.FAQSectionLabel
{
	font-size:13pt;
	font-weight:bold;
	color:Red;
	text-decoration:none;
}
/* Panel Styles */
.Panel
{
	width: 950px;
}
.WidePanel
{
	width: 1100px;
}
.SubPanel
{
	width: 700px;
}
.ListPanel
{
	width: 950px;
	height: 650px;
	overflow:scroll;
}
.AdminListPanel
{
	width: 950px;
	height: 475px;
	overflow:scroll;
}
.EntryPanel
{
	width: 950px;
	height: 600px;
	overflow:scroll
}
/* End Panel Styles */
/* Datagrid Styles */
.DataGrid
{
    width:100%;
    border-width:1px;
    border-style:solid;
    border-color:#E7E7FF;
    padding:1px;
    
}
.DataGridHeader
{
    background-color:#7FAD95;
    font-weight:bold;
    color: Black;
}
.DataGridFooter
{
    background-color:#7FAD95;
    color: Black;
}
.DataGridSelectedRow
{
    background-color:#738A9C;
    font-size:8pt;
    font-weight:bold;
    color:#F7F7F7;
    vertical-align: top;
}
.DataGridAlternateRow
{
    background-color:#DDE9E9;
    font-size:8pt;
    vertical-align: top;
}
.DataGridRow
{
    background-color:#FFFFFF;
    font-size:8pt;
    vertical-align: top;
}
/* END Datagrid Styles */

.AuthTable
{
    width: 950px;
    border-style:solid;
    border-width: 1px;
    border-color: Black;
    empty-cells:show;
}
.AnyTable
{
    width: 950px;
}
