/*leftcol-atts*/




.navibox { 
    padding: 5px; /* Mozzila FF cere aici o px padding, altfel nu respecta width de 160 */
    width: 148px;
    border: 1px solid #666666;
    color: #333333;
    line-height: 1.2em;
}

.navibox a {
    text-decoration: none;
    color: #333333;
}

.navibox a:hover {
    text-decoration: underline;
    color: #333333;
}




/***************************************/
/*rightcol-atts*/

.infobox_blue, 
.infobox_grey, 
.infobox_red, 
.infobox_si {
    display: block;
    padding: 2px 0 2px 5px;
    height: auto;
    color: #003366;
    text-decoration: none;
}

.infobox_blue,
.infobox_grey, 
.infobox_red { 
    background-color: #d9ebf9; 
}

.infobox_blue {border-bottom: 1px solid #003366;}

a.infobox_blue {border-bottom: 1px solid #003366;}
a.infobox_grey {border-bottom: 1px solid #666666;}
a.infobox_red {border-bottom: 1px solid #cc0000;}


.infobox_si_top, .infobox_si_bottom {
    width: 105px; 
    height: 10px; 
    background-repeat: no-repeat;
    background-color: #d9ebf9;
	}

.infobox_si_top {   background-image: url("/_images/site/act_top_grey.gif");} 
.infobox_si_bottom {    background-image: url("/_images/site/act_bt_grey.gif");}

a.infobox_si {
    color: #003366;
    font-weight: bold;
    padding: 2px 0 2px 30px;
    /* width:75 px; Bug in IExplorer */
    background-repeat: no-repeat;
    background-position: 5px center;
    text-decoration: none;
    background-image: url('/_images/site/icon_man20px.gif');
    background-color: #d9ebf9;
    display: block;
	}

.infobox_catw_top, .infobox_catw_bottom {
    width: 105px; 
    height: 10px; 
    background-repeat: no-repeat;
    background-color: #336699;
	}

.infobox_catw_top { background-image: url('/_images/act_bt_blue_top.gif');} 
.infobox_catw_bottom {  background-image: url('/_images/act_bt_blue.jpg');}

a.infobox_catw {
    color: #fff;
    font-weight: bold;
    padding: 2px 0 2px 30px;
    width: 75px;
    background-repeat: no-repeat;
    background-position: 5px center;
    text-decoration: none;
    background-image: url('/_images/icon_world_red.gif');
    background-color: #336699;
    display: block;
	}
    
a.infobox {
    color: #fff;
    font-weight: bold;
    padding: 2px 0 2px 30px;
    width: 75px;
    display: block;
    background-repeat: no-repeat;
    background-position: 5px center;
    text-decoration: none;
	}

	
a.infobox_si:hover, a.infobox_blue:hover, a.infobox_grey:hover, a.infobox_red:hover {color: #003366;}




/**********************************************************************
Right side Action Boxes                                            ***/

div.actionbox {
  color: #FFFFFF;
 	padding: 5px 5px 5px 5px; 
 	margin: 0 0 10px 0;
}

div.a:hover {
  color: #FFFFFF;
}



