﻿/* info bar dx */
.infoBoxTitle {
	font-family:"Trebuchet MS",arial,helvetica,sans-serif!important;
	font-size:15px;
	color:#ffffff;
	background-color:#0e3864;
	font-weight:bold;
	padding: 7px 14px 0px 14px;
	background-image: url(../images/infobar/box_title_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	/*height: 28px!important;
	height: 35px;*/
	height: 23px!important;
	height: 30px;
	overflow:hidden;
}


.infoBoxContents 
{
    padding: 7px 14px 7px 14px;
	font-size:13px;
	background-image: url(../images/infobar/box_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	
	/* parametri per problema allineamento immagini dentro DIV */
	width:auto;
	/*width:expression(navigator.appName=="Microsoft Internet Explorer"?"100%":"auto");*/
	overflow:hidden;
}
.infoBoxContents a
{   font-size: 13px;
    
    /*font-family: "Trebuchet MS",arial,helvetica,sans-serif;
    color:#003466;*/
    /*Come la scritta ASPI INFOMATION TECHNOLOGY nell'header*/
    color: #223584;
    font-family: Georgia,"Times New Roman",Times,serif;
}
.infoBoxContents a:hover
{
    color: #ff0000;
}
.infoBoxContents TD { /* per tabella struttura immagini */
	font-family:arial,helvetica,sans-serif !important;
	font-size:13px;
	color:#000000;
}
.infoBoxOpen {
	font-size: 3px!important;
	height: 5px;
	background-image: url(../images/infobar/box_open_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.infoBoxClose {
	font-size: 3px!important;
	height: 5px;
	margin-bottom:14px;
	background-image: url(../images/infobar/box_close_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
