/* Default CSS Stylesheet for a new Web Application project */

BODY {
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px 0px 0px 0px;
}
		
H5 {	
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	display: inline;
}	

H6 {	
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	display: inline;
}	

LEGEND {	
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}	

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;
}

.label {
	font-size: 10pt;
	font-weight: bold;
}

.value {
	font-size: 10pt;
}

.error {
	font-size: 10pt;
	color: #ff0000;
}

.table_label {
	font-size: 8pt;
	font-weight: bold;
}

.table_value {
	font-size: 8pt;
}

.table_input {
	border: solid 1px #003366;
	font-size: 8pt;
}

.table_numeric_input {
	border: none;
	font-size: 8pt;
	text-align: right;
}

.table_error {
	font-size: 8pt;
	color: #ff0000;
}

.table_button {
	font-size: 8pt;
	font-weight: bold;
}

.hidden {
	border-style: none;
	background-color:Transparent;
	color: White;
}