/* 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
}

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;
	}

A.closeWindow
{
	color: #000000;
	font-weight: bold;	
}

A.closeWindow:link	
{	
	text-decoration:	none;
	color:	#ffffff;
}	
		
A.closeWindow:visited	
{	
	text-decoration:	none;
	color:	#ffffff;
}	
		
A.closeWindow:active	
{	
	text-decoration:	none;
	color:	#ffffff;
}	
		
A.closeWindow:hover	
{	
	text-decoration:	underline;
	color:	#ffff00;
}

.divClass	
{
    Z-INDEX: 1;
	BORDER-COLOR: #000066;
	VISIBILITY: hidden;
	FONT-FAMILY: arial;
	POSITION: absolute;
}

.imgClass	
{
	BORDER-COLOR: #cf94ca;
	BORDER-STYLE: outset;
}

.divClass_ns
{
    Z-INDEX: 1;
	VISIBILITY: hide;
	FONT-FAMILY: arial;
	POSITION: absolute;
	BORDER-COLOR: #000066;
}

TABLE.enlargeWindow	
{
	BORDER-COLOR: #000066;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 2px;
}

TR.closeRow	
{
	background-color: #000066;
}
