/* CSS Document *//* CSS Document */

/*-------------General Class--------------------*/

html{
	color               : #333;
}

b{
	color               : #0D71AF;
}


a:link, a:visited {
    color               : #F00;
    text-decoration     : none;
    font-weight         : bold;
}

a:hover {
    color               : #033;
}

.whiteBox a:link, .whiteBox a:visited {
    color               : #666;
    text-decoration     : none;
    font-weight         : bold;
}

.whiteBox a:hover {
    color               : #333;
}

.underTransBox a:link, .underTransBox a:visited {
    color               : #666;
    text-decoration     : none;
    font-weight         : bold;
}

.whiteBox a:hover {
    color               : #333;
}


/*------------Main Container-------------*/

#chiudiLogo, #chiudiLogo_en, #chiudiLogo_fr, #chiudiLogo_sp, #chiudiLogo_de{
    background          : bottom transparent url(../images/logo_header.gif) no-repeat ;	
}

#tbl_all_container td{
	/*background-color    : #003561;*/
    background          : top #003561 url(../images/bgk_All.jpg) repeat-x ;	
}

#topMenu{
    background          : #000 url(../images/bkg_top.jpg) repeat-x;
}

#container{
    /*background          : #FFF url(../images/bg_border.gif) repeat-y;*/
}

#bottomClose{
    background          : #000 url(../images/bkg_top.jpg) repeat-x;
}


/*------------Top Div-------------*/

#header{
    background          : #CCC url(../images/header.jpg) no-repeat;
}

/*------------Main Div-------------*/

#maincontent{
	background-color    : #E9E4E2;
	/*border:9px solid #000;*/
}

#leftCol{
	background-color    : #E9E4E2;
}

#rightCol{
	background-color    : #F1EEED;
}


/*--------------------- Classi Generiche ---------------*/



#bottombar{
	background-color    : #033;
	color               : #FFF;
	font-size           : 10px;
}

.contenttitle, .hp_partners{
	border-bottom       : 1px dotted #666;
}

.marginInnerBox{
}

.bluTitle{
	color				: #003561;
}

.etichettaHProsa{
    background          : #E9E4E2 url(../../images/hp_aletta_ro.gif) no-repeat;
}

.etichettaHPverde{
    background          : #E9E4E2 url(../../images/hp_aletta_ve.gif) no-repeat;
}

.etichettaHPazzurra{
    background          : #E9E4E2 url(../../images/hp_aletta_az.gif) no-repeat;
}

.etichettaHParancione{
    background          : #E9E4E2 url(../../images/hp_aletta_ar.gif) no-repeat;
}

.etichettaHProsa b{
    color               : #F6F;/*rosa*/
}

.etichettaHParancione b{
    color               : #F90;/*arancione*/
}

.etichettaHPazzurra b{
    color               : #00A5DF;/*azzurro*/
}

.etichettaHPverde b{
    color               : #B3D231;/*verde*/
}

