/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px;
}

H3
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

INPUT	
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}

SELECT	
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}
	
TEXTAREA	
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}

TH
{	
	font-size:	9pt;
	font-weight:	bold;
	font-family: Arial, Helvetica, sans-serif;
}	

TD
{	
	font-size:	9pt;
	font-family: Arial, Helvetica, sans-serif;
}	

FORM	
{
	margin: 0px;
}

A:link
{	
	color:	#000080;
}	
		
A:visited	
{
	color:	#000080;
}	
		
A:active
{	
	color:	#000080;
}		
		
A:hover	
{
	color:	#000080;
}
	
IMG 
{
	margin: 0px;
}

.page_subhdr
{
	color: #008080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

.message	
{
	font-size: 9pt;
	font-family: Verdana;
}

.msg_error	
{
	color: red;
	font-weight: bold;
	font-size: 9pt;
}

.msg_default
{
	color: Blue;
	font-weight: bold;
	font-size: 9pt;
}

.tbl_header
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
	background-color: #C5CAE2;
}

.tbl_detail
{
	background-color: #EFEFEF;
}