/* Default CSS Stylesheet for a new Web Application project */
.BoldText
{
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.BoldTextSmall
{/* only used in default page for 1 of x text*/
	font-weight: bold;
	color: black;
	font-size:90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.bodytext
{/*General font for entire site*/
	font-size: 70%;
    color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodytextbold
{
	font-weight: bold;
	font-size: 70%;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.readonlytext
{
	font-size: 70%;
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.readonlytextlabel
{
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bigboldlink
{/*General font for entire site*/
	font-size: 70%;
	font-weight:bold;
    color: #088200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
BODY
{ margin-bottom:0;
	margin-left:0;
	margin-top:0;
	margin-right:0;
/*	background-color: #bd8e00;*/
	}
.TH
{
	font-weight: bold;
/*	font-size: 70%;*/
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cccccc;
}
H1, H2, H3, H4, H5, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	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;
	}	
	A.headerlink:link
{
	font-size: 60%;	
	color: #ffffcc;
	font-family: Verdana, Arial, helvetica, sanserif;
	text-decoration: none;
}	
A.headerlink:visited	
{
	font-family: Verdana, Arial, helvetica, sanserif;
		font-size: 60%;	
	text-decoration:	none;
		color: #ffffcc;
	}
A.headerlink:active	
{
	font-family: Verdana, Arial, helvetica, sanserif;
		font-size: 60%;	
	text-decoration:	none;
		color: #ffffcc;
	}
A.helplink:link
{ font-family: Verdana, Arial, helvetica, sanserif;
	/*font-size: 8pt;	*/
	text-decoration:	none;
	color:	white;
	}	
A.helplink:visited	
{
	font-family: Verdana, Arial, helvetica, sanserif;
		/*font-size: 8pt;	*/
	text-decoration:	none;
	color:	white;
	}
A.helplink:active	
{
	font-family: Verdana, Arial, helvetica, sanserif;
		/*font-size: 8pt;	*/
	text-decoration:	none;
	color:	white;
	}	
A.helplink:hover	{	
	text-decoration:	none;
	color:	yellow;
	}		
A:link	
{
	font-family: Verdana, Arial, helvetica, sanserif;
		/*font-size: 8pt;	*/
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	
{
	font-family: Verdana, Arial, helvetica, sanserif;
		/*font-size: 8pt;	*/
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	
{
	font-family: Verdana, Arial, helvetica, sanserif;
		/*font-size: 8pt;	*/
	text-decoration:	none;
	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;
	}

.LinesSides
{
	border-top: #000000 0px solid;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	background-color: #bd8e00;
}

.HelpText 
{ font-family: Verdana, Arial, helvetica, sanserif;
	font-size: 70%;
	color: #000033;
}

.HelpCell 
{ font-family: Verdana, Arial, helvetica, sanserif;
	font-size: 70%;
	color: red;
}
.label
{ /*Used for sub-text label of a form field*/
  color:black;
  font-family: Verdana, Arial, helvetica, sanserif;
  font-size: 7pt;
}

.fieldtext
{ /*used for field labels*/
	color:black;
  font-family: Verdana, Arial, helvetica, sanserif;
  font-size: 70%;	
}

.reqfieldtext
{ /*Used for required field labels*/
	color:Black;
  font-family: Verdana, Arial, helvetica, sanserif;
  font-weight:bold;  
  font-size: 70%;	
}

.PopUpMenu
{
	font-size: 12px;
	z-index: 200;
	left: 50px;
	float: left;
	visibility: hidden;
	width: 130px;
	color: #000033;
	line-height: 12pt;
	font-family: Verdana, Arial, helvetica, sanserif;
	position: absolute;
	top: 120px;
	background-color: #cc9900;
}
.FormTitle 
{
	/*used for the header.ascx title*/
	font-size: 16px;
	font-weight: bold;
	FONT-FAMILY: Verdana, Arial, helvetica, sanserif;
	text-transform: capitalize;
	color: #FFFFFF;
}

.Date 
{
/*used for the header.ascx date*/
	font-size: 11px;
	font-weight: bold;
	FONT-FAMILY: Verdana, Arial, helvetica, sanserif;
	text-transform:capitalize;
	color: #FFFFFF;
	vertical-align:top;
}

 .MainTable
{
	z-index: 103;
	left: 0px;
	width: 100%;
	position: static;
	top: 0px;
	height: 100%;
}
.ContentTable
{ /* Used for the center content table*/

	height:100%;	
	left:0px;
	top:0px;	
	table-layout:fixed;	
	font-size: 70%;
    color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-color: #ffffff;	
	border-bottom: solid 1px black;*/
	}
.button
{
	background-color:#84A2CE; /*#088200; border-width:medium#84A2CE;	*/
	border-style:outset;
	border-color:#1061CE;	
	font-family:Verdana,arial,helvetica,san-serif;
	font-size:8pt;
	font-weight:bold;
	cursor:hand;
	color:white;
	}
.buttonInvisible
{
	background-color:white; /*#088200; border-width:medium#84A2CE;	*/
	border-color:white;	
	border:none;
	font-family:Verdana,arial,helvetica,san-serif;
	font-size:8pt;
	cursor:auto;
	color:white;
	}

.ShortLinkMenu
{
    FONT-SIZE: 10px;
    LEFT: 130px;
    COLOR: #000033;
    FONT-FAMILY: Verdana, Arial, helvetica, sanserif
}

.PartyList
{
	font-weight: normal;
	color: black;
	font-family: Arial;
	font-size:11;
	}
TABLE#bar {
	background-image : url(barBkgnd.gif);
	background-repeat : repeat-x;
}


.IndexTable {
	background-image: url(images/BoxBkg.gif);
	background-repeat: repeat-y;
}
.bodytextIndex {
	font-size: 70%;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;

}
