/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	background-attachment: fixed;
	/*background-image: url(images/greengrad.jpg);*/
	word-spacing: normal;
	text-transform: none;
	background-repeat: repeat;
	font-family: Helvetica, Verdana, sans-serif;
	letter-spacing: normal;
	background-color: white;
}
bdrInset
{
	border-right: inset;
	border-top: inset;
	border-left: inset;
	border-bottom: inset;
}
bdrOutset
{
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    /*COLOR: #003366;*/
}
H1
{
	font-size: small;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: 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;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.menustyle
{
	border-right: medium none;
	padding-right: 5px;
	border-top: medium none;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: medium none;
	color: black;
	padding-top: 2px;
	border-bottom: medium none;
	font-family: verdana;
	
}
.submenustyle
{
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-top: 1px;
	font-size: 8pt;
	color: black;
	font-family: verdana;
	
}
.menuitemL
{
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	background-image: url(images/bnrGreen.jpg);
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	font-family: verdana;
	background-color: lightgreen;
}
.submenuL
{
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	padding-right: 5px;

	padding-left: 5px;
	font-size: 8pt;
	background-image: url(images/bnrGreen.jpg);
	padding-bottom: 2px;

	cursor: default;
	color: black;
	padding-top: 2px;

	font-family: verdana;
	background-color: lightgreen;
	text-align: left;
}
.menuitemI
{
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	background-image: url(images/bnrGreenDark.jpg);
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
	font-family: verdana;
	background-color: darkgreen;
	/*background-color: #008e00;*/
}
.submenuI
{
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	background-image: url(images/bnrGreenDark.jpg);
	padding-bottom: 2px;
	cursor: default;
	color: white;
	padding-top: 2px;
	font-family: verdana;
	background-color: darkgreen;
	text-align: left;
}
.menuitemG
{
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	background-image: url(images/bnrSand.jpg);
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	font-family: verdana;
	background-color: gray;
}
.submenuG
{
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	background-image: url(images/bnrSand.jpg);
	padding-bottom: 2px;
	cursor: default;
	color: black;
	padding-top: 2px;
	font-family: verdana;
	background-color: gray;
	text-align: left;
}
.menuitemSetup
{
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	background-image: url(images/bnrBlue.jpg);
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	font-family: verdana;
	background-color: lightblue;
	/*background-color: #1f3758;*/
}
.submenuSetup
{
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	background-image: url(images/bnrBlue.jpg);
	padding-bottom: 2px;
	cursor: default;
	color: black;
	padding-top: 2px;
	font-family: verdana;
	background-color: lightblue;
	text-align: left;
}
.menuitemD
{
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	background-image: url(images/bnrDemo.jpg);
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	font-family: verdana;
	background-color: lightblue;
}
.submenuD
{
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	background-image: url(images/bnrBlue.jpg);
	padding-bottom: 2px;
	cursor: default;
	color: black;
	padding-top: 2px;
	font-family: verdana;
	background-color: lightblue;
	text-align: left;
}
.mouseover
{
	border-right: black 1px ridge;
	border-bottom: black 1px ridge;
	border-top: #8a99ba 1px ridge;
	border-left: #8a99ba 1px ridge;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
	font-family: verdana;
	background-color: #3b5386;
}
.mousedown
{
	border-right: #8a99ba 1px solid;
	border-bottom: #8a99ba 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 2px;
	color: BLACK;
	padding-top: 2px;
	font-family: verdana;
	background-color: darkseagreen;
}

.spacer
{
	border-right: black solid;
	border-top: black solid;
	border-left: black solid;
	border-bottom: black solid;
	background-color: lightblue;
}


.modAssign
{
	background-color: aqua;
	
}
.modDelete
{
	background-color: #ffffcc;
}