/******************************************/
/* PANNELLO TOPBAR						  */
/******************************************/

.toolBarTop {
	height: 26px;
	margin-bottom: 1px;
}

#fToolBar {
	margin-bottom: 14px;
	padding: 0;
}

#fToolBar .menuGroup {
	margin: 0 6px -4px 0;
}

#fToolBar .link {
	border-right: 1px solid lightBlue;
    padding: 4px 6px 6px;
    margin: 0;
    height: 14px;
	white-space: nowrap;
	background: transparent;
}

#fToolBar .link:hover {
	background: #FFFFFF url(../../img/portalestd/topbuttonhover.jpg) repeat-x scroll 0 100%;
	cursor: pointer;
}

#fToolBar .link img {
	margin-bottom: -4px;
}

.buttonBar {
	margin-top:5px;
	background-color: #EAF1FB;
    border: 1px solid #BED6F8;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	z-index: 51;
}

.buttonBarTitle,
.buttonBarSeparator,
.buttonBarButton {
	white-space: nowrap;
	border-right: 1px solid #D9E6F9;
}

.buttonBarTitle {
	font-weight: bold;
	font-size: 110%;
	padding: 4px 12px;
	color: #333333;
	background-color: #CEE1FB;
	border-radius: 5px 0 0 5px;
}

.buttonBarSeparator {
	width: 1px;
	height: 26px;
}

.buttonBarButton {
	margin: 0;
	cursor: pointer;
	padding: 5px 6px;
	color: black;
}

.buttonBarButton:hover {
	background-color: #DFEAF9;
	/* webkit */
    background-image: -webkit-gradient(
      linear, left top, left bottom,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 1))
    );
    /* mozilla - FF3.6+ */
    background-image: -moz-linear-gradient(
      rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 95%
    );
}

.buttonBarButton img {
	margin-bottom: -3px;
}

/****************************************/
/* RICERCHE								*/
/****************************************/

table.searchTable .searchText{
	margin: 3px;
}

table.searchTable .searchSelect{
	margin: 3px;
}


/****************************************/
/*  TABELLE								*/
/****************************************/

.dr-table-subheader {
	background: #FFFFFF url(../../img/th.bg.gif) repeat-x scroll 0 100%;
}

.custom {
	width: 100%;
}

.rowOver {
	background: #EEEEEE;
}

.rowOut {
	background: none;
}


/******************************************/
/*	DROPDOWNMENU ATTIVABILE CON CLICK	  */
/******************************************/

/*
#fToolBar .menu {
	border-right: 1px solid lightBlue;
    margin: 0;
    white-space: nowrap;
	background: transparent;
}

#fToolBar .dropDownMenu .link .dropDownSpacer {
	width:99%;
	height:99%;
	margin-left:-99%;
	z-index:100;
}
*/