/* 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;
    margin: 0px;
    margin-left: 33px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
p	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
p.small	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	9px;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	20px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	18px;
	font-weight: 700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight: bold;
	color: Black;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight: bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Black;
	}	
		
H5	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Black;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight: normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
/* A LINK */
A:link	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight: normal;
	text-decoration:	none;
	/*color:	#E79164;184D88*/
	color:	#529BDF;
	}		
A:visited	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight: normal;
	text-decoration: none;
	/*color:	#E79164;184D88*/
	color:	#529BDF;	
	}			
A:hover	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight: normal;	
	text-decoration:	underline;
	/*color:	#E79164;*/
	color:	#E08A59;
	}
/* A - CLASS NEWS */
A.news:link	{	
	text-decoration:	none;
	color:	#A9C1DB;
	}		
A.news:visited	{	
	text-decoration:	none;
	color:	#A9C1DB;
	}		
A.news:hover	{	
	text-decoration:	none;
	color:	#E79164;
	}
	
p.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;	
	font-style: normal;
	font-weight: bold;
	color: #ffffff;	
	text-decoration: none;	
}
p.newstable
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;	
	font-style: normal;
	font-weight: normal;
	color: #A9C1DB;	
	text-decoration: none;	
}

table.content_table
{
	border: 1px;
	border-color: #BDBFBC;
	border-style: solid;		
	width: 100%;
	height: 100%;
	background-color: White;	
}

.btn
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8F8F8F;   
	font-size: 11px;
	font-weight: bold; 
	background-color: #F6F6F6;
	border: 1px solid #8F8F8F;		
	cursor: hand;
}

.btnhov
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #184D88;   
	font-size: 11px;
	font-weight: bold;
	background-color: #EBF5FE;
	border: 1px solid #184D88;	
	cursor: hand;
}
.message_error
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;	
	font-style: normal;
	font-weight: normal;
	color: red;	
	text-decoration: none;	
}
.message_ok
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;	
	font-style: normal;
	font-weight: normal;
	color: green;	
	text-decoration: none;	
}
.formfield
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;   
	font-size: 11px;
	font-weight: normal; 	
}