﻿/**********************************************
*  Definizione Stili di base del myWebPortal  *
**********************************************/

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

h1, h2, h3, h4, h5, h6, p {font-family: "Trebuchet MS",Verdana,Arial,sans-serif;}

h1, h2 {color:#F6AB1F;}			/*0055CC*/

h3, h4, h5, h6 {
	color:#9E9E34;
}

h1 {
	margin:0.5em 0 0 0;
	font-size: 1.6em;
	font-weight: bold;
}

h2
{
	margin: 0.5em 0 0 0;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2em;
}

h3 {
    margin:0.5em 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}

h5 {
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: bold;
}

h6 {
	margin: 0.5em 0;
	font-size: 0.9em;
	font-weight: bold;
}

p  {
	margin: 1em 0;
	line-height: 1.5em;
}

a {text-decoration:underline;}

a:hover {text-decoration:none;}

/**************************************************************
*    S T I L I  C O L L E G A T I  A R E A  R I S E R V A T A *
**************************************************************/
.StileCampagna 
{
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color:Red;
	
}

.dropdownlistsmall 
{
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color:Blue;

}

.TransparentGrayBackground
{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #EFF5F2;
	filter: alpha(opacity=50);
	opacity: 0.5;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
}

/*********************************************
*   Pannello Scroller                        *
*********************************************/

.scrollerBox
{
	padding: 3px 3px 3px 3px;
	margin: 3px 10px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.scrollerBox .titlecenter {
background: url(/EBT/Images/gray/panel/top-bottom.gif) repeat-x;
	padding: 3px 5px;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	color: #F6AB1F;
	margin-bottom:0px;
}		

.scrollerBox .titlelaterale {
background: url(/EBT/Images/gray/panel/top-bottom.gif) repeat-x;
	padding: 3px 5px;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	color: #9E9E34;
	margin-bottom:0px;
}

.scrollerBox .content
{
	padding: 5px;
}

.scrollerContent h4
{
	margin: 0px;
	background: none;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 30px;
	padding-left: 5px;
}


/*********************************************
*   Pannello GoogleMap                        *
*********************************************/

.googlemapBox
{
	padding: 3px 3px 3px 3px;
	margin: 3px 10px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.googlemapBox .titlecenter {
background: url(/EBT/Images/gray/panel/top-bottom.gif) repeat-x;
	padding: 3px 5px;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	color: #F6AB1F;
	margin-bottom:0px;
}		

.googlemapBox .titlelaterale {
background: url(/EBT/Images/gray/panel/top-bottom.gif) repeat-x;
	padding: 3px 5px;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	color: #9E9E34;
	margin-bottom:0px;
}

.googlemapBox .content
{
	padding: 5px;
}

#leftcolumn {
	width: 200px; 
	padding-top:10px;
}

#leftcolcontainer {
	width: 200px;	/*** Critical left col dimension value ***/
}    


#rightcolcontainer{
	width: 200px;
}

#footer a {
	margin:1px 5px;
	color:#59B101; 
}




/********************************************
*        Find                               *
********************************************/

.watermark
{
	font-family: 'Trebuchet MS' , Verdana, Tahoma;
	font-style: italic;
	font-size: 1em;
	font-variant: normal;
	color: gray;
}
.keywords
{
	font-family: 'Trebuchet MS' , Verdana, Tahoma;
	font-style: normal;
	font-size: 1em;
	font-variant: normal;
	color: black;
}


/*********************************
*   Breadcrumbs                  *
*********************************/

#breadcrumbs{
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size:0.9em;
	color:#666666;
}

#breadcrumbs a{
text-decoration: none;
color:#59B101;
}

#breadcrumbs a:visited, .breadcrumb a:active{
color:#59B101;
}

#breadcrumbs a:hover{
text-decoration: none;
}

/*
#breadcrumbs{
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size:0.9em;
	color:#666666;
}
#breadcrumbs a {
	color:#59B101;
	text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}
*/

/***********************************
*          copy                    *
***********************************/

#copy a {color:#59B101;}

#copy .container {
	margin:0px;
	padding:0 5px 15px 5px;
}
	
#copy fieldset {border:none;}


#copy .DocumentContainer 
{
	top:0px;
	position:relative;
	width:600px;
	height:835px;	
}

#copy .DocumentContainer .DocumentToolBar
{
	position: relative;
	top: 0px;
	width: 100%;
	height: 35px;
	background-color: #dcdcdc;
}	

#copy .DocumentContainer .DocumentLeftPane
{
	position: absolute;
	top: 35px;
	left: 0px;
	width: 250px;
	height:900px;
	background-color: #ffffff;
}
	
#copy .DocumentContainer .DocumentRightPane
{
	position: absolute;
	top: 35px;
	right: 0px;
	width: 350px;
	height:900px;
	background-color: #ffffff;
}	


#copy .teaser {
	margin-top:-0.2em;
	color:#9E9E34;
	font-weight:normal;
}

#copy td, #copy th
{
	padding: 0.2em 0.5em;
}


#copy td {
	padding: 0.2em 0.5em;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
}

#copy .ajax__calendar_container td 
{
	padding: 0px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
}

#copy fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px solid #DADADA;		
}

#copy fieldset legend {
	color:#0055CC;
	/*background-color:#FFFFFF;*/
}

#copy label 
{
	margin-left:5px;
}

/**********************************
*         read more sulle news    *
**********************************/

div.readmore {
	text-align:right;
	font-size:0.9em;
}


/***********************************
*  img delle news                  *
***********************************/
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
.imgfloatnone
{
	float: none;
	display: inline;
	margin: 0.25em 1em 0.25em 0;
}

/*******************************
*       button                 *
*******************************/

.button
{
	border: 1px solid #CCCC66;
	color: #FFFFFF;
	background-color: #0066FF;
	font-size: 1em;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.button:hover {
	cursor: pointer;
}


/*****************************
*      txtBox                *
*****************************/

.txtBox {
    border:1px solid #CCCC66;
    background-color:#F7F7E8;
}

.txtBox:focus {
	background-color:#FFFFFF;
}

/****************************
*    dropdownlist           *
****************************/

.dropdownlist {
    border:1px solid #CCCC66;	/*#*/
    background-color:#F7F7E8;	/*#*/
	
}

.dropdownlist:focus {
	background-color:#FFFFFF;
}

/******************************
*    EXT tabcontainer         *
*******************************/
.tabcontainer 
{
	margin:5px;
	padding:2px;
	background-color:#FFFFFF;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
}

/******************************
*    EXT Collapsible          *
*******************************/
.collapsible 
{
	background-color:#FFFFFF;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
}
/******************************
*   EXT Grid Pager            *
******************************/
#editor-grid .x-grid-col-2{
    text-align:right;
}
.x-grid3-td-topic b {
    font-family:tahoma, verdana;
    display:block;
}
.x-grid3-td-topic b i {
    font-weight:normal;
    font-style: normal;
    color:#000;
}
.x-grid3-td-topic .x-grid3-cell-inner {
    white-space:normal;
}
.x-grid3-td-topic a {
    color: #385F95;
    text-decoration:none;
}
.x-grid3-td-topic a:hover {
    text-decoration:underline;
}
.details .x-btn-text {
    background-image: url(details.gif);
}
.x-resizable-pinned .x-resizable-handle-south{
    background:url(/EBT/Images/default/sizer/s-handle-dark.gif);
    background-position: top;
}

.x-grid3-row-body p {
    margin:5px 5px 10px 5px !important;
}



/**************************************
*   EXT Search Data                   *
**************************************/

.search-item {
    font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
    padding:3px 10px 3px 10px;
    border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
    white-space:normal;
    color:#555;
}
.search-item h3 {
    display:block;
    font:inherit;
    font-weight:bold;
    color:#222;
}

.search-item h3 span {
    float: right;
    font-weight:normal;
    margin:0 0 5px 5px;
    display:block;
    clear:none;
}


/****************************
*    forum                  *
****************************/

.forumlinklist  {
	display:block;
	float:right;
	margin-left:5px;
	margin-right:5px;
	text-align:right;
}


/*****************************
*       Hidden Cbo           *
*****************************/
.HiddenCbo 
{
	visibility:hidden;
}

/*****************************
*     Ajax                   *
*****************************/

.AjaxButtonInVisible
{
	visibility: hidden;
}

.AjaxButtonVisible
{
}


/*********************************************** 
* Stili utilizzati nelle immagini highslide    *
***********************************************/


.hidden-container {
	display: none;
}




