/* Default CSS Stylesheet for a new Web Application project */

.show 
{
	DISPLAY: inline; 
	CURSOR: hand 
	}

.hide 
{
	DISPLAY: none 
	}

A:link	{	
	text-decoration:	none;
	color:	#006699;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#006699;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#006699;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#006699;
	}
	
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: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: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:hand;
	}	
	
.style19
{
	font-size: x-small;
	color: Green;
	}
		
.style15
{
	font-size: xx-small;
	font-weight:bold;
	}
	
.style4
{
	font-size: xx-small;
	}
	
strong
{
	font-size: x-small;
	}
	
.tableHeader 
{ 
	BORDER-RIGHT: white 3px outset; 
	BORDER-TOP: white 3px outset; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	BORDER-LEFT: white 3px outset; 
	COLOR: black; 
	BORDER-BOTTOM: white 3px outset; 
	HEIGHT: 26px; 
	BACKGROUND-COLOR: #F9E6BD; 
	TEXT-ALIGN: center 
	}
.mdo
{
	border-right: #606060  2px solid;
	border-top: 0px;
	margin-bottom: 6px;
	border-left: 0px;
	width: 70%;
	border-bottom: #606060  3px solid;
}
.md
{
	background: #ffffff;border:1px solid #336699;
}

