/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1
{
	font-weight: 700;
	font-size: 11pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.smalllink {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 12px;
	color: #737373;
	text-align:left;
	text-decoration: none;
}

		
H2
{
	font-weight: 700;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H3
{
	font-weight: normal;
	font-size: 4pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

/*UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}*/	

.textsmallbold
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
}

.textsmall
{
	font-size: 8pt;
	font-family: Verdana;
}

.error
{
	font-weight: bold;
	font-size: x-small;
	color: red;
}

.red
{
	font-size: xx-small;
	color: red;
}


.textsmallcenter
{
	font-size: xx-small;
	text-align: center;
}

.whitelink
{
	font-size: x-small;
	cursor: hand;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

.whitelink2
{
	font-weight: bold;
	font-size: xx-small;
	cursor: hand;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}
.mainitem
{
	font-size: xx-small;
	font-family: Verdana;
	background-color: white;
}

.alternateitem
{
	font-size: xx-small;
	font-family: Verdana;
	background-color: #f0f0f0;
}


.HD1
{
	font-weight: 700;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;\
	color: Navy;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.HD2
{
	font-weight: 700;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.HD3
{
	font-weight: 700;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.Label
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
}

.LabelReq
{
	font-weight: 700;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: small-caps;
	text-decoration: none;
}

.AC
{
	font-weight: 700;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.NGH1
{
	font-weight: 700;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.NGLNK
{
	font-weight: normal;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: #a2a2a2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.NGLNKACTIVE
{
	font-weight: 700;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.NGOPTION
{
	font-weight: 700;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #a2a2a2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.LSTHEADERTXT
{
	font-weight: 700;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #7F7F7F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.LSTTXT
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.LSTTXTOVDUE
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}


.ACItemOverage
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.nuggetHeader
{
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	word-spacing: normal;
	text-transform: none;
	color: black;
	border-bottom: silver thin solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #e7e7e7;
	font-variant: small-caps;
	text-decoration: none;
}


.ACDBG
{
	background-color: #e7e7e7;
}

.ACNFOBG
{
	background-color: #fff7e7;
}

.listHeader
{
	font-weight: normal;
	background-color: #DAE4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1855a5;
	font-size: xx-small;
}


.listFilter
{
	font-weight: normal;
	font-size: xx-small;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #efefef;
}

.listItem
{
	background-color: #fff7e7;
	font-size: xx-small;
	font-weight: normal;
}

.listPager
{
	background-color: #ffffff;
	font-size: xx-small;
	font-weight: normal;
}
	
.popupLabel
{
	font-size: xx-small;
	color: #1855a5;
	font-family: Verdana, Tahoma;
}

.ACNfo
{
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
}

.ACText
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
}

.ACLabel
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
}

.ACNote
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
}

.ACLabelReq
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
}

.ACNum
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
}

.ACTxtBx
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
}

.ACHD1
{
	font-weight: bold;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
}

.ACHD2
{
	font-weight: bold;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: dimgray;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
}

.ACHD3
{
	font-weight: bold;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
}

.ACLSTHD
{
	font-weight: bold;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: capitalize;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
}

.ACLink	{	
	text-decoration:	underline;
	color:	#333399;
    cursor: pointer;
    cursor: hand;
	}	