 /* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
}
BODY.Wait
{
	BACKGROUND-COLOR: #cccc99;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
}

H1, H2, H3, H4, H5, TH, 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;
	}	
		
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:	none;

	}	
		
A:visited	{	
	text-decoration:	none;

	}	
		
A:active	{	
	text-decoration:	none;

	}	
		
A:hover	{	
	text-decoration:	underline;

	}
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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.normalbutton
{
	background: #DEDDDD;
	font-size:12px;
	font-weight:normal;
	border-style:ridge;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top:1px solid #AFC4D5;
	color:Black;
	font-weight:bold;
	height:19px;
	text-decoration:none;
	cursor: hand;
	width:100px;
	height:21px;
}
.largebutton
{
	background: #DEDDDD;
	font-size:12px;
	font-weight:normal;
	border-style:ridge;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top:1px solid #AFC4D5;
	color:Black;
	font-weight:bold;
	height:19px;
	text-decoration:none;
	cursor: hand;
	width:140px;
	height:21px;
}
.smallbutton
{
	background: #DEDDDD;
	font-size:12px;
	font-weight:normal;
	border-style:ridge;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top:1px solid #AFC4D5;
	color:Black;
	font-weight:bold;
	height:19px;
	text-decoration:none;
	cursor: hand;
	width:75px;
	height:21px;
}
.titletext
{
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
color: Black;
font-size:16px;

}
.smalltitle
{
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
color: Black;
font-size:12px;

}
.generaltext
{
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
color: #052E1E;
font-size:14px;
}
.normaltext
{
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
color: #052E1E;
font-size:14px;
}
.normaltextbox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:250px;
}
.smallertextbox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:245px;
}
.smallcomment
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:245px;
	height:75px
}
.normalcomment
{
	width:250px;
	height:75px
}
.smalltextbox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:270px;
}
.redtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}
.redadmin
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: red;
}
.largetextbox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:660px;
}
.middletextbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:200px;
}
.smalldatebox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:75px;
}
.smallphonebox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:130px;
}
.shorttextbox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:150px;
}
.shortnumbox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:150px;
	text-align:right;
}
.shortbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:100px;
}
.tinytextbox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:50px;
}
.factorformat
{
	background-color:Red !Important;
}
.factorbox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color:#ffffff;
	border: 1px solid #666666;
	width:50px;
}
.factorboxbig
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #ffffff;
	border: 1px solid #666666;
	width:100px;
}
.tiny
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:30px;
}
.greytextbox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	background-color:#EAEAEA;
	width:270px;
}
.longtextbox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:660px;
}
.mediumtextbox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:560px;
}
.smallmemo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:660px;
	height:50px
	
}
.messagetext
{
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 12px; 
	 font-weight: bold; 
	 color:Red; 
	 text-decoration: none
}

A:link, A.SelectedTab:link    
{
}

A:visited, A.SelectedTab:visited 
{
}

A:active, A.SelectedTab:active  
{
}

A:hover, A.SelectedTab:hover   
{
    color:#B16A4C
}
A
{
	font-family:Arial;
	font-size:14px;
    color:#032B61;
}
.subtitle
{
	font-weight:bold;
	font-size:14;
}
td.tdbutton
{
	border-color:#F1F1F1;
	background-color:#F1F1F1;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom:1px;
	text-align:center;
	cursor: hand;
	width:14.29%;
}
td.tdbuttonno
{
	border-color:#F1F1F1;
	background-color:#F1F1F1;
	border-width: 0px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom:1px;
	text-align:center;
	width:14.29%;
}
td.tdbuttonon
{
	border-color:#999999;
	background-color:#CCCCCC;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	padding-top: 1px;
	padding-bottom:1px;
	text-align:center;
	cursor: hand;
	width:14.29%;
}

A.tdbttn, A.tdbttn:link, A.tdbttn.SelectedTab:link, A.tdbttn:visited, A.tdbttn.SelectedTab:visited,A.tdbttn:active, A.tdbttn.SelectedTab:active,A.tdbttn:hover, A.tdbttn.SelectedTab:hover   
{
	font-size:12px;
	color:Black;
	text-decoration:none;
}
.grid_head
{
	font-weight:bold;
	color:#ffffff;
	background-color:#006d43;
}
.grid_item
{
	background-color:#ffffff;
}
.gi
{
	background-color:#ffffff;
}
.grid_alt
{
	background-color:#8fbc8b;
}
.maxmemo
{
	font-size: 12px;
	width: 700px;
	height: 275px;
}
.medmemo
{
	width:700px;
	height:100px;
}
A.itembook:link, A.itembook:active, A.SelectedTab:active, A.itembook:hover, A.SelectedTab:hover, A.itembook:visited, A.SelectedTab:visited    {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
    color:white;
	background-position: left center;
	PADDING-LEFT: 18px;
	BACKGROUND-IMAGE: url(images/book.gif);
	MARGIN-BOTTOM: 3px;
	BACKGROUND-REPEAT: no-repeat;	
}
A.itemfile:link, A.itemfile:active, A.SelectedTab:active, A.itemfile:hover, A.SelectedTab:hover, A.itemfile:visited, A.SelectedTab:visited    {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
    color:white;
	background-position: left center;
	PADDING-LEFT: 18px;
	BACKGROUND-IMAGE: url(images/clip.gif);
	MARGIN-BOTTOM: 3px;
	BACKGROUND-REPEAT: no-repeat;	
}
A.imagefile:link, A.imagefile:active, A.SelectedTab:active, A.image:hover, A.SelectedTab:hover, A.imagefile:visited, A.SelectedTab:visited    {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
    color:white;
	background-position: left center;
	PADDING-LEFT: 18px;
	BACKGROUND-IMAGE: url(images/image.gif);
	MARGIN-BOTTOM: 3px;
	BACKGROUND-REPEAT: no-repeat;	
}
.attach
{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight:normal; 
    color:black;
	background-position: left center;
	PADDING-LEFT: 16px;
	BACKGROUND-IMAGE: url(images/file.gif);
	MARGIN-BOTTOM: 0px;
	BACKGROUND-REPEAT: no-repeat;		
}
A.itemprev:link, A.itemprev:active, A.SelectedTab:active, A.itemprev:hover, A.SelectedTab:hover, A.itemprev:visited, A.SelectedTab:visited    {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
    color:white;
	background-position: left center;
	PADDING-LEFT: 18px;
	BACKGROUND-IMAGE: url(images/glass.gif);
	MARGIN-BOTTOM: 3px;
	BACKGROUND-REPEAT: no-repeat;
}
.emailtextbox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 500px;
}
.whitetext
{
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 12px; 
	 font-weight: bold; 
	 color:White; 
	 text-decoration: none
}
.wt
{
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 12px; 
	 font-weight: bold; 
	 color:White; 
	 text-decoration: none
}
TABLE.Mtable TD 
{
	border-bottom:1px solid #C1CDD8
}
TABLE.Ntable TD 
{
	border-right:1px solid #C1CDD8;
	border-bottom:1px solid #C1CDD8;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #052E1E;
	font-size:14px;
}
.smallredtextbold
{
	font-family: Arial, Helvetica, sans-serif;
	color: red;	
	font-size:11px;
	font-weight:bold;	
}
.normaldropdownlist
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 150px;
}
.sm
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;	
	font-size:11px;
	font-weight:bold;	
}
.smr
{
	font-family: Arial, Helvetica, sans-serif;
	color:#8b0000;	
	font-size:11px;
	font-weight:bold;	
}
.itemasc 
{
	background-position: left center;
	PADDING-LEFT: 15px;
	BACKGROUND-IMAGE: url(../images/asc.gif);
	MARGIN-BOTTOM: 3px;
	BACKGROUND-REPEAT: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}	
.itemdesc 
{
	background-position: left center;	
	PADDING-LEFT: 15px;
	BACKGROUND-IMAGE: url(../images/desc.gif);
	MARGIN-BOTTOM: 3px;
	BACKGROUND-REPEAT: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}	

.smalltext
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;	
	font-size:11px;
}
.s
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;	
	font-size:11px;
}
TR.H	{BACKGROUND-COLOR: #8fbc8b}
HR
{
	color:#8fbc8b;
}

.dgmen
{
	border-style:solid;
	border-color:LightGray;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #052E1E;
	font-size:14px;
}


.badge
{
	background-color:#cccccc;height:175px;
	background-repeat:no-repeat;
}
.bsize
{
	width:40px;
}
.bf24
{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	width: 330px
}
.bf20
{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	width: 330px
}
.bf16
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	width: 330px
}
.bf12
{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width: 330px
}
.test
{
	font-size:100px;
}
.prompt
{
	background-color:#ccd6d1;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.hidtext
{
	width:0px;
}
.largebttn
{
	font-size:18px;
}
.formlabels
{
	font-size:10px;
}
.topiclabel
{
	font-size:12px;
	font-weight:bold;
	color:	#013162;
	background-color: #CCD6d1; /*#006633*/
border: 1px solid #666666;
    padding-top:1px;
    padding-left:1px;
    padding-right:1px;
padding-bottom:1px;

}
.hidbox
{
	width:0px
}
.dghead
{
	background-color:#ccd6d1;
}
TABLE.dghead td
{
	BORDER-BOTTOM: black 1px solid;
	border:1px;
	border-color:Black;
}
.topmenu
{
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #013162; FONT-FAMILY: Arial
}
.dgfooter
{
	text-align:right;
	height:100px;
	background-color:Red;
}

.itemasc 
{
	background-position: left center;
	PADDING-LEFT: 10px;
	BACKGROUND-IMAGE: url(images/asc.gif);
	MARGIN-BOTTOM: 3px;
	BACKGROUND-REPEAT: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.itemdesc 
{
	background-position: left center;	
	PADDING-LEFT: 10px;
	BACKGROUND-IMAGE: url(images/desc.gif);
	MARGIN-BOTTOM: 3px;
	BACKGROUND-REPEAT: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.itemnosort
{
	background-position: left center;	
	PADDING-LEFT: 10px;

	MARGIN-BOTTOM: 3px;
	BACKGROUND-REPEAT: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.w_item
{
	color:Red;
}
.w_itemalt
{

}
.monthcss
{
	width:50px;
}
.daycss
{
	width:40px;
}
.yearcss
{
	width:58px;
}
.popupmemo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:400px;
	height:200px
}
.priornote
{
	font-size:10px;
	font-style:italic;
	color:Gray;
	width:400px;
	height:30px;
}
.nametext
{
font-family: Arial, Helvetica, sans-serif; 
color: #052E1E;
font-size:10px;
}
.dealertext
{
font-family: Arial, Helvetica, sans-serif; 
font-style:italic;
color: Green;
font-size:10px;
}
.notetext
{
font-family: Arial, Helvetica, sans-serif; 
font-style:italic;
color: #052E1E;
font-size:10px;
}
.datetext
{
font-family: Arial, Helvetica, sans-serif; 
font-style:italic;
color: #032B61;
font-size:10px;
}
.timetext
{
font-family: Arial, Helvetica, sans-serif; 
font-style:italic;
color: #032B61;
font-size:10px;
}
.followtext
{
font-family: Arial, Helvetica, sans-serif; 
color: #032B61;
font-size:10px;
}
.popupwin
{
	background-color:InfoBackground;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid gray;
	border-top:1px solid gray;
}
.popupwinhead
{
	background-color:InfoBackground;
	color:#1B306B;
}
.ReturnValues
{
	background-color:White;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	width:75px;
	text-align:right;
	margin-top:2px;
	height:20px;
}
.scrolldivQ
{
  overflow: -moz-scrollbars-vertical;
  overflow-x: none;
  overflow-y: auto;
  overflow: auto;
}