/* 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;
}

H1, H2, H3, H4, H5, THEAD, TFOOT
{
    COLOR: #4D8F41;
}
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:	1.5em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1.5em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#4D8F41;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#4D9941;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#4D9941;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#4D8F41;
	}
A:link.wow	{	
	text-decoration:	none;
	color:	red;
	font-weight: bold;
	border: solid 1px red;
	padding-left: 5px;
	padding-right: 5px;
	}
A:visited.wow	{	
	text-decoration:	none;
	color:	red;
	font-weight: bold;
	border: solid 1px red;
	padding-left: 5px;
	padding-right: 5px;
	}
A:active.wow	{	
	text-decoration:	none;
	color:	red;
	font-weight: bold;
	border: solid 1px red;
	padding-left: 5px;
	padding-right: 5px;
	}
A:hover.wow	{	
	text-decoration:	none;
	color:	red;
	font-weight: bold;
	background: #CCEECC;
	border: solid 1px red;
	padding-left: 5px;
	padding-right: 5px;
	}
A:link.wow25	{	
	text-decoration:	none;
	font-size:	1.25em;
	color:	red;
	font-weight: bold;
	border: solid 1px red;
	padding-left: 5px;
	padding-right: 5px;
	}
A:visited.wow25	{	
	text-decoration:	none;
	font-size:	1.25em;
	color:	red;
	font-weight: bold;
	border: solid 1px red;
	padding-left: 5px;
	padding-right: 5px;
	}
A:active.wow25	{	
	text-decoration:	none;
	font-size:	1.25em;
	color:	red;
	font-weight: bold;
	border: solid 1px red;
	padding-left: 5px;
	padding-right: 5px;
	}
A:hover.wow25	{	
	text-decoration:	none;
	font-size:	1.25em;
	color:	red;
	font-weight: bold;
	background: #CCEECC;
	border: solid 1px red;
	padding-left: 5px;
	padding-right: 5px;
	}
A:link.wow50	{	
	text-decoration:	none;
	font-size:	1.5em;
	color:	red;
	font-weight: bold;
	border: solid 1px red;
	padding-left: 5px;
	padding-right: 5px;
	}
A:visited.wow50	{	
	text-decoration:	none;
	font-size:	1.5em;
	color:	red;
	font-weight: bold;
	border: solid 1px red;
	padding-left: 5px;
	padding-right: 5px;
	}
A:active.wow50	{	
	text-decoration:	none;
	font-size:	1.5em;
	color:	red;
	font-weight: bold;
	border: solid 1px red;
	padding-left: 5px;
	padding-right: 5px;
	}
A:hover.wow50	{	
	text-decoration:	none;
	font-size:	1.5em;
	color:	red;
	font-weight: bold;
	background: #CCEECC;
	border: solid 1px red;
	padding-left: 5px;
	padding-right: 5px;
	}

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;
	}
HR
{
	color: #4D8F41;
}
.frame 
{
	cellSpacing: 0;
	padding: 10px;
	border:0;
}
.tablearea
{
	cursor: hand;
}
.tableTopTitle 
{
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: underline;
	text-align: center;
}
.tableTitle
{
	font-weight: bold;
	font-size: 1.25em;
}
.tableFooter
{
	font-weight: bold;
	text-decoration: underline;
}
.scrollarea
{
	padding-right: 10px;
	overflow: scroll;
}
.info
{
	font-style: italic;
	margin-left: 10px;
	color: #4D8F41;
}
.errormsg
{
	font-style: italic;
	margin-left: 10px;
	color: red;
}
.flagnoi
{
	color: red;
	font-weight: bold;
}
.flag
{
	font-style: italic;
	color: red;
}
.bigbutton
{
	margin: 2px;
	color: Red;
	border: solid 2px red;
	font-weight: bold;
}
input.updatebtn
{
	background-color: #DD2222;
	border-bottom: solid 2px #CC3333;
	border-right: solid 2px #CC3333;
	border-top: solid 2px #EE1111;
	border-left: solid 2px #EE1111;
	color: yellow;
	font-weight: bold;
	height: 30px;
	width: 300px;
}
input.updatebtnhover
{
	background-color: red;
	border-bottom: solid 2px #CC3333;
	border-right: solid 2px #CC3333;
	border-top: solid 2px #EE1111;
	border-left: solid 2px #EE1111;
	color: Yellow;
	font-weight: bold;
	height: 30px;
	width: 300px;
}

.displayTable
{
	border-collapse: collapse;
}
.ColText 
{
	text-align: center;
	vertical-align: bottom;
	border: solid 1px black;
	padding-left: 5px;
	padding-right: 5px;
}
.ColHeader
{
	border: solid 1px black;
}
.ColHText 
{
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	width: 50px;
}
.TotalCol 
{
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	width: 50px;
	border: solid 1px black;
}
.lastCol
{
	border-left: solid 1px black;
}
.RowText 
{
	vertical-align: top;
	width: 110px;
}
.SpaceColumn
{
	width: 50px;
}
.TotalColumn 
{
	font-weight: bold;
	font-style: italic;
	text-align: center;
	vertical-align: top;
	border-left: solid 1px black;
}
.NMeasure
{
	text-align: center;
	vertical-align: top;
}
.LNMeasure
{
	text-align: center;
	vertical-align: top;
	border-left: solid 1px black;
}
.RNMeasure
{
	text-align: center;
	vertical-align: top;
	border-right: solid 1px black;
}
.Measure
{
	font-style: italic;
	text-align: center;
	vertical-align: top;
}
.LMeasure
{
	font-style: italic;
	text-align: center;
	vertical-align: top;
	border-left: solid 1px black;
}
.RMeasure
{
	font-style: italic;
	text-align: center;
	vertical-align: top;
	border-right: solid 1px black;
}
.EndTable
{
	border-top: solid 1px black;
}
.filledHeader
{
	color: White;
	font-weight: bold;
	background-color: #4D8F41;
	padding-left: 5px;
}
.pretendbutton
{
		border: solid 1px red;
}
.loadstatus {
	font-size: 14px;
	margin-left: 30px;
}
