/* Default CSS Stylesheet for a new Web Application project */

.show 
{
	DISPLAY: inline; 
	CURSOR: hand 
	}

.hide 
{
	DISPLAY: none 
	}

A:link	{	
	text-decoration:	none;
	color:	#0066cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#0066cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#0066cc;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#0066cc;
	}
	
subMenu {
	BORDER-RIGHT: black thin solid; 
	BORDER-TOP: black thin solid; 
	BORDER-LEFT: black thin solid; 
	BORDER-BOTTOM: black thin solid;
}
	
.formField {
	FONT-SIZE: 8pt; 
	font-family: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR:#ffffff;
}

tableHeader{
	BORDER-RIGHT: white 3px outset; 
	BORDER-TOP: white 3px outset; 
	FONT-WEIGHT: bold; FONT-SIZE: 14px; 
	BORDER-LEFT: white 3px outset; 
	COLOR: yellow; 
	BORDER-BOTTOM: white 3px outset; 
	HEIGHT: 26px; 
	BACKGROUND-COLOR: #336699; 
	TEXT-ALIGN: center 
	}
	
.menustyle
{
	background-color:#FFFFFF;
	border:2px;
	border-bottom-color:buttonshadow;
	border-top-color:buttonface;
	border-left-color:buttonface;
	border-right-color:buttonshadow;
	border-style:solid;
	}
	
.menuitem
{
	width:140px;
	color:#006699;
	font-family:Trebuchet MS;
	font-size:8pt;
	font-weight: bold;
	text-align: center;
	padding:0px;
	padding-left:0px;
	padding-right:0px;
	border:2px;
	border-style:solid;
	}
	
.mouseup
{
	width:140px;
	background-color:#F9E6BD;
	color:#006699;
	font-family:Trebuchet MS;
	font-size:8pt;
	font-weight: bold;
	text-align: center;
	padding:0px;
	padding-left:0px;
	padding-right:0px;
	border:2px;
	border-color:#F9E6BD;
	border-style:solid;
	cursor:pointer;
	cursor:hand;
	}
	
.mouseover
{
	width:140px;
	background-color:#006699;
	color:white;
	font-family:Trebuchet MS;
	font-size:8pt;
	font-weight: bold;
	text-align: center;
	padding:0px;
	padding-left:0px;
	padding-right:0px;
	border:2px;
	border-color:#F9E6BD;
	border-left-color:#8A99BA;
	border-top-color:#8A99BA;
	border-right-color:black;
	border-bottom-color:black;
	border-style:ridge;
	cursor:pointer;
	cursor:hand;
	}
	
.mousedown
{
	width:140px;
	background-color:#006699;
	color:white;
	font-family:Trebuchet MS;
	font-size:8pt;
	font-weight: bold;
	text-align: center;
	padding:0px;
	padding-left:0px;
	padding-right:0px;
	border:2px;
	border-color:#F9E6BD;
	border-right-color:#8A99BA;
	border-bottom-color:#8A99BA;
	border-left-color:black;
	border-top-color:black;
	border-style:solid;
	cursor:pointer;
	cursor:hand;
	}	
	
strong
{
	font-size: x-small;
	}
	
.style4
{
	font-size: xx-small;
	}
		
.style15
{
	font-size: xx-small;
	font-weight:bold;
	}
	
.style19
{
	font-size: x-small;
	color: Green;
	}
	
.style20 
{
	font-weight: bold
	}
	
.style21 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 14px;
}

.style22 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.style25 {
	color: #006600;
	font-size: 14px;
}

.style27 {
	color: #006600;
	font-size: 14px;
}

.style29 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.style30 
{
	font-family: Tahoma;
	}
	
.style31 
{
	font-family: Tahoma; 
	font-weight: bold; 
	}
