@import url(stpanel.css);
@import url(wizard.css);
@import url(styleCD.css);
@import url(tree.css);

/****************Elementi base*********************/
body
{
	/**/
	font-size: 12px;
	font-family: Sans-Serif;
}

input, textarea, select
{
	font-family: Sans-Serif;
	font-size: 12px;
}

H3
{
	font-size: 1.2em;
}


a:link
{
	text-decoration: underline;
	color: navy;
	cursor: pointer;
}
a:visited
{
	text-decoration: underline;
	color: navy;
	cursor: pointer;
}
a:hover
{
	text-decoration: underline;
	color: navy;
	cursor: pointer;
}

table, select
{
}


img
{
	border: none;
}

/*******************************************/

/*************CLASSI***************/

.BORDO
{
	border: solid 1px silver;
}

/*Colori base*/
.BASECDARK
{
	background-color: #E6E6E6;
}
.BASECLIGHT
{
	background-color: #F5F5F5;
}

/*Titolo di una pagina o elemento importante*/
.TITOLO
{
	font-weight: bold;
	font-size: 1.2em;
	color: black;
	width: 100%;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
}

.SOTTOTITOLO
{
	border-right: solid 1px silver;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-bottom: solid 1px silver;
	border-width: 1px;
	border-style: solid;
}

/*Label di intestazione di una sezione*/
.BASECDARK.INTESTAZIONE
{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	border: solid 1px silver;
	border-bottom-style: none;
	width: 100%;
	color: Black;
	margin-top: 4px;
	display: block;
}
/*Label di intestazione di una sezione*/
.TITOLO_LISTA
{
	font-weight: bold;
	text-align: center;
	border: solid 1px silver;
	border-bottom-style: none;
	width: 100%;
	color: Black;
}

.LISTA
{
	border-color: silver;
	border-width: 1px;
	border-style: solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.LIST
{
	width: 100%; /*padding:2px 2px 2px 2px;	*/
	border-color: silver;
	border-width: 1px;
	border-style: solid;
}

/*Elemento di una lista*/
.ELEMENTO
{
	background-color: White;
	width: 100%;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.ELEMENTO_ALTERNATO
{
	background-color: #F5F5F5;
	width: 100%;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.ETICHETTA
{
	font-weight: bold;
	text-align: left;
	font-size: 0.75em;
}

a.BOTTONE, a.SUBMODAL
{
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	background-color: white;
	border-color: #ABCDF3;
	font-weight: 500;
	text-align: left;
	vertical-align: baseline;
	color: #A00000;
	text-decoration: underline;
}

a.BOTTONE:hover, a.SUBMODAL:hover
{
	/*border:solid 1px silver;		*/
	background-color: #FDFCC8;
	padding: 2px 2px 2px 2px;
	color: #000000;
	text-decoration: underline;
}

a.bottone:visited, a.SUBMODAL:visited
{
	text-decoration: underline;
	color: #000066;
}

a.bottone:link, a.SUBMODAL:link
{
	color: #000066;
	text-decoration: underline;
}

BOTTONE_PRESSED
{
	border: solid 1px silver;
	background-color: #FDFCC8;
	padding: 2px 2px 2px 2px;
	color: #000000;
}

.BOTTONE_PRINCIPALE
{
	text-decoration: underline;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	color: #750000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	width: 200px;
}

.BOTTONE_LUNGO
{
	text-decoration: underline;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	color: #750000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	width: 100%;
	border: solid 1px silver; /*background-color:#AAAAAA;*/
}

.BOTTONE_REPORT
{
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	border-width: 2px;
	border-color: silver;
	border-style: solid;
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
	vertical-align: baseline;
	width: 150px;
}

.REPORTSETTINGS
{
	width: 100%;
	padding-top: 2px;
	padding-left: 5px;
	clear: left;
	margin-right: 0px;
	padding-right: 0px;
}


a.bottone_PRINCIPALE:link
{
	color: #750000;
	text-decoration: underline;
}

a.bottone_PRINCIPALE:visited
{
	text-decoration: underline;
	color: #750000;
}
a.bottone_PRINCIPALE:hover
{
	text-decoration: underline;
	color: #750000;
}

/*Controllo di login*/
.BASECDARK.LOGIN
{
	border-width: 2px;
	border-color: silver;
	border-style: solid;
	font-weight: bold;
	width: 100px;
}
.BASECLIGHT.BOTTONELOGIN
{
	border: solid 1px black;
	font-weight: bold;
	width: 100px;
}

/*Riga di spaziatura*/
.SPACEROW
{
	height: 20px;
}

.PIEDIPAGINA
{
}


.BASECLIGHT.toolbar_interna
{
	width: 100%;
	border-style: none;
	color: White;
}

.BASECDARK.toolbar
{
	width: 100%;
	font-weight: bold;
	text-align: left;
	height: 50px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #A00000;
	color: White;
}

.SUBMENU
{
	width: 80px;
	background-color: #dde8f6;
	text-align: center;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
	border-top: solid 1px silver;
}

.orizontalup
{
	width: 100%;
	height: 6px;
}
.orizontaldown
{
	width: 100%;
	height: 7px;
}

.LINK1
{
	font-weight: bold;
}


a.toolbar_link:link
{
	font-weight: bold;
	text-align: center;
	color: navy;
	padding-left: 10px;
	padding-right: 10px;
}

a.toolbar_link:visited
{
	font-weight: bold;
	text-align: center;
	color: navy;
	padding-left: 10px;
	padding-right: 10px;
}

a.toolbar_link:hover
{
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: navy;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F5F5F5;
}

toolbar_linkover
{
	font-weight: bold;
	text-align: center;
	height: 25px;
	cursor: pointer;
	width: 80px;
	color: White;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.CARRELLO
{
	font-style: italic;
}

.ROW0
{
	border: solid 1px silver;
	background-color: white;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.ROW1
{
	border: solid 1px silver;
	background-color: #F5F5F5;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

/*SOTTOTITOLO LISTA*/
.ROW2
{
	background-color: #E6E6E6;
	font-weight: bold;
	text-align: left;
	color: Navy;
	font-style: italic;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border: solid 1px silver;
}


.VISGUIDA
{
	font-style: italic;
	text-align: right;
}

.GUIDA
{
	border-left-color: #A00000;
	background-attachment: fixed;
	background-image: url('StatPortal_RSC/images/MONDO3.JPG');
	border-bottom-color: #A00000;
	border-top-color: #A00000;
	background-repeat: repeat-y;
	border-right-color: #A00000;
}


.TITOLO_GUIDA
{
	border-bottom: solid 1px silver;
	width: 100%;
	height: 40px;
	font-weight: bold;
	font-size: 1.2em; /*GEOWEB color: #750000;*/
	color: #4758a1;
	display: block;
}

.SFONDOGUIDA
{
	background-color: #f0f0f0;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-bottom: solid 1px silver;
	border-right: solid 1px silver;
}

.HLPBlockQuote
{
	font-style: italic;
	font-weight: normal;
}

.ui
{
	color: Blue;
}
.NAVBAR
{
	visibility: hidden; /*background-color:#A00000;		*/
	margin-bottom: 15px;
	color: #a9a9a9;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	border-bottom: solid 1px silver;
}

.PANNELLO_REPORT
{
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	background-color: #E6E6E6;
}
/****************albero**********************/
.dtree
{
	table-layout: auto;
	font-size: 0.9em;
	color: #666;
	white-space: nowrap;
}
.dtree IMG
{
	border-right: 0px;
	border-top: 0px;
	vertical-align: middle;
	border-left: 0px;
	border-bottom: 0px;
}
.dtree A.node
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	white-space: nowrap;
	text-decoration: none;
}
.dtree A.nodeInd
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	color: #3b5473;
	padding-top: 1px;
	white-space: nowrap;
	text-decoration: none;
}
.dtree A.nodeAltern
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	color: red;
	padding-top: 1px;
	white-space: nowrap;
	text-decoration: none;
}
.dtree A.nodeSel
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	white-space: nowrap;
	background-color: #FDFCC8;
	text-decoration: none;
}
.dtree A.node:hover
{
	text-decoration: underline;
}
.dtree A.nodeInd:hover
{
	text-decoration: underline;
}
.dtree A.nodeAltern:hover
{
	text-decoration: underline;
}
.dtree A.nodeSel:hover
{
	color: #333;
	text-decoration: underline;
}
.dtree .clip
{
	overflow: hidden;
}



/******************reportDefICA*****************/
.IMGMAP
{
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
}


.IMGMAPOVER
{
	border-width: 2px;
	border-style: solid;
	border-color: Red;
}

.REP_TABLE
{
	/*width:100%;	*/
}

/*è il div esterno che racchiude la table*/
#ReportTable
{
	/*width:100%;*/
	text-align: left;
	font-family: sans-serif;
	margin: 2px;
}

#ReportTable TABLE
{
	border-collapse: collapse;
	border: solid 1px silver;
}

#ReportTable TD
{
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.REP_TITLE
{
	text-align: left;
	font-weight: bold;
	font-size: 1.4em;
	color: black; /*border-bottom:solid 1px silver;		*/
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top: 10px;
}


.REP_SUMMARY
{
	font-style: italic;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
}

.TITOLO_D2
{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

.TITOLO_D1
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}


.ROWDIMHIGHLIGHT
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	color: blue;
	padding-top: 2px;
	background-color: #FDFCC8;
	text-align: left;
	text-decoration: underline;
}


/*Stile per la descrizione dei DrillDown*/
.DRILL_INFO
{
	font-style: italic;
}


.PANNELLO_CHIUDIBILE
{
	color: Navy;
	font-weight: bold;
	border: solid 1px silver;
	width: 100%;
	text-align: center;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	background-color: #e6e6e6;
	margin-top: 5px;
	margin-bottom: 0px;
}

.DIV_HEADER
{
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
	float: left;
	text-align: left;
}

.DIV_BUTTON
{
	margin-right: 5px;
	text-align: right;
}

.DIV_CONTAINER
{
	border-top: none;
	border-left: solid 1px silver;
	border-bottom: solid 1px silver;
	border-right: solid 1px silver;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	text-align: center;
	background-color: white;
}

.MAINPAGE_TITLE
{
	color: Navy;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: solid 1px silver;
	width: 100%;
	text-align: center;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	background-color: #e6e6e6;
	margin-top: 5px;
	margin-bottom: 5px;
}

.MAINPAGE_DIV
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 4PX;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	text-align: left;
	background-color: White;
}

.basecdark.tabledark.menu
{
	border-width: 2px;
	border-color: White;
	border-style: outset;
	border-bottom-style: none;
	width: 100%;
	text-align: center;
	display: block;
}

.menu_sel
{
	border-width: 2px;
	border-color: White;
	border-style: outset;
	border-bottom-style: none;
	width: 100%;
	text-align: center;
	text-decoration: none;
	display: block;
}

.FOOTER
{
	font-weight: bold;
	color: Black;
}

.CONTAINER, #report_overview, .msg_body
{
	border-style: solid;
	border-color: #ABCDF3;
	border-width: 1px;
	background-color: #F7FAFE;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	text-align: center;
}

.CONTAINER_SUBTITLE
{
	font-weight: bold;
	color: navy; /*border-top:solid 1px silver; 	border-left:solid 1px silver; 	border-right:solid 1px silver; 	border-bottom:solid 1px silver;*/
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	margin-bottom: 2px; /*background-color:#FDFCC8;*/ /*background-color:whitesmoke;*/
}

.CONTAINER_FOOTER
{
	border-style: solid;
	border-color: #ABCDF3;
	border-width: 1px;
	background-color: #F7FAFE;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px; /*display:block;*/
	text-align: right;
}

.invisible
{
	display: none;
}

.TAB_SELEZIONATO
{
	border-width: 2px;
	border-color: White;
	border-style: outset;
	border-bottom-style: none;
	width: 100px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.TAB
{
	border-width: 2px;
	border-color: White;
	border-style: outset;
	border-bottom-style: none;
	width: 100px;
	text-align: center;
	background-color: #E6E6E6;
	font-weight: bold;
}

.APPLICA
{
	margin-top: 4PX;
	text-align: center;
	padding: 1 4 1 4;
	width: 100%; /*border:solid 1px silver;	 	background-color:#FDFCC8;*/
	color: Navy;
}

.COMBO_IMPORTANTE
{
	background-color: #FDFCC8; /*margin:4PX 4PX 4PX 4PX;*/
	width: 100%;
}


.TESTO
{
	color: navy;
	font-size: 0.75em;
}

.HEADER_PICCOLO
{
	color: Navy;
	border-bottom: solid 1px silver;
	font-weight: bold; /*font-size:0.75em;*/
	margin-bottom: 3px;
}

.FILTER_LABEL_VAL
{
	background-color: #F5F5F5;
	color: Navy;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-bottom: solid 1px silver;
	border-right: solid 1px silver;
	font-weight: bold;
	width: 100%;
	font-style: italic;
	text-align: center;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
}

.FILTER_LABEL_ERR
{
	font-size: 0.75em;
	width: 100%;
	font-style: italic;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	text-align: right;
	color: Red;
}

.TOOLBAR
{
	/*background-image: url('StatPortal_RSC/images/toolbar.png'); 	background-repeat:repeat-x;*/
	background-color: White; /*border-left:solid 1px #66667e; 	border-right:solid 1px #66667e; 	height:32px; 	color:Navy; 	margin-bottom:1px; 	margin-top:0px;*/
}

.HEADER_BAR
{
	background-image: url('StatPortal_RSC/images/HEADER_BAR.gif');
	background-repeat: repeat-x;
	border-left: solid 1px #66667e;
	border-right: solid 1px #66667e;
	color: WHITE;
}

.TOOLBAR_SELECT
{
}

.MainMenu
{
	margin: 0px 0px 0px 0px;
}

.ToolBarButton
{
	cursor: pointer;
}

a.ToolBarButton:link
{
	padding: 2px 3px 2px 3px;
	text-decoration: none;
	cursor: pointer;
}

a.ToolBarButton:visited
{
	padding: 2px 3px 2px 3px;
	text-decoration: none;
	cursor: pointer;
}

a.ToolBarButton:hover
{
	border: solid 1px #808080;
	background-color: #FFcc66;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	cursor: pointer;
}



a.ToolBarButton_Pressed:link
{
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	border: inset 1px silver;
	cursor: pointer;
}

a.ToolBarButton_Pressed:visited
{
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	border: inset 1px silver;
	cursor: pointer;
}

a.ToolBarButton_Pressed:hover
{
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	border: inset 1px #808080;
	background-color: #FFcc66;
	cursor: pointer;
}


.Main_Button
{
	background-image: url('StatPortal_RSC/images/main_button.png');
	background-repeat: repeat-x;
	border-left: solid 1px #66667e;
	border-right: solid 1px #66667e;
	height: 35px;
	color: Navy;
	margin-bottom: 1px;
}

.DATAOVERVIEW_TABLE
{
	border: solid 1px silver;
	width: 100%;
	border-collapse: collapse; /*margin: 5px 5px 5px 5px;*/
}

.DATAOVERVIEW_TABLE td
{
	padding: 2px 2px 2px 2px;
}

.DATAOVERVIEW_TITLE
{
	color: Navy;
	font-weight: bold;
	font-size: 1.2em; /*border-left:solid 1px silver; border-right:solid 1px silver;  border-top:solid 1px silver; */
	border-bottom: solid 1px silver; /*WIDTH:100%; */
	text-align: left;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px; /*background-color:#e6e6e6; */
	border-collapse: collapse;
	margin-bottom: 8px;
}

.DATAOVERVIEW_DESCRIPTION
{
	color: Navy;
	font-style: italic;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver; /*WIDTH:100%; */
	text-align: left;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	background-color: #e6e6e6;
	border-collapse: collapse;
}

.DATAOVERVIEW_SECTION
{
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	font-style: italic;
	border: solid 1px silver;
	color: Navy;
	background-color: #f0f0f0;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.DATAOVERVIEW_TD
{
}

.DATAOVERVIEW_ROW0, .DATAOVERVIEW_ROW1
{
	font-weight: normal;
	text-align: left;
}

.DATAOVERVIEW_ROW0
{
	background-color: white;
	margin: 5px 5px 5px 5px;
}

.DATAOVERVIEW_ROW1
{
	background-color: #F5F5F5;
	margin: 5px 5px 5px 5px;
}

.DATAOVERVIEW_FOOTER
{
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	width: 100%;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 10px;
	font-style: italic;
}

.scelta_ricerca
{
	border-right: solid 1px silver;
	width: 200px;
}

.NEWS_SCROLLER
{
	border: solid 1px silver;
}

.PANNELLO_SX
{
	/*	background-color:whitesmoke;*/
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
}

.PANNELLO_DX
{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.msg_body, #chart_layout_table
{
	font-size: x-small;
	text-align: left;
	vertical-align: top;
	width: 100%;
	white-space: nowrap;
}




/*PANNELLO***********************************************************/


/*********************************************************/

.window_body
{
	/*background-color: #F5F5F5;*/
	overflow: auto;
	font-size: 12px;
}

.window_title
{
	text-align: center;
	font-size: 1.2em;
	color: Navy;
	font-weight: bold;
}
.window_main
{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.window_footer
{
	text-align: right;
}

.window_button
{
	height: 20px;
	width: 60px;
}

table#TABLE_LAYOUT
{
	border-collapse: collapse;
	height: 40px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 2px;
	border-style: solid;
	border-color: #ABCDF3;
	border-width: 1px;
	background-color: #F7FAFE;
}

table#TABLE_LAYOUT TH
{
	border-right: solid 1px silver;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 2px;
}
table#TABLE_LAYOUT TD
{
	border-right: solid 1px silver;
	padding-left: 5px;
	padding-right: 10px;
	text-align: center;
	margin-left: 5px;
	margin-right: 10px;
	vertical-align: middle;
}

table#TABLE_LAYOUT IMG
{
	vertical-align: middle;
}

.NO_TOP_BORDER
{
	border-bottom: solid 1px silver;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-top: none;
}

.BAR_SETTINGS
{
	cursor: pointer;
}

div#DIV_OPEN_CLOSE
{
	display: block;
	text-align: center;
	border-bottom: solid 1px silver;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-top: none;
	background-color: #fffedf;
	cursor: pointer;
}

table#report_overview
{
	border: solid 1px silver;
	border-collapse: collapse;
}

table#report_overview td
{
	border-right: solid 1px silver;
	vertical-align: top;
	width: auto;
}

div#report_overview_scroll
{
	overflow: auto;
	height: 30px;
}

table#report_overview th
{
	font-weight: bold;
	text-align: left;
	font-style: italic;
	border: solid 1px silver;
	color: Navy;
	background-color: #f0f0f0;
}

div#filter_list
{
	overflow: auto;
	width: 100%;
}

#report_area
{
	margin-right: 8px;
}

div#report_area
{
	margin-right: 8px;
}


div#TreeHeader
{
	background-color: #E3EAEB;
	color: Black;
	text-align: center;
	border: 1px dashed #999; /* Again, the ugly brilliant hack.  	voice-family: "\"}\; 	voice-family:inherit;*/
}

div#TreePanel
{
	position: absolute;
	margin-left: 29px;
	left: 0px;
	padding: 2px;
	height: 100%;
	overflow: auto;
	background-color: #fff;
	border: 1px dashed #E3EAEB;
	line-height: 17px; /* Again, the ugly brilliant hack. 	voice-family: "\"}\; 	voice-family:inherit; */
	width: 200px;
}

#table_editing
{
	width: 100%;
}

#table_editing td
{
	text-align: left;
}

*
{
	margin: 0;
	padding: 0;
}
html, body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}




.optionalCommand
{
	display: none;
}

#UpdateProgress1
{
	background-color: #CF4342;
	color: #fff;
	top: 0px;
	right: 0px;
	position: fixed;
}

#UpdateProgress1 img
{
	vertical-align: middle;
	margin: 2px;
}

.search_box
{
	width: 100px;
	height: 16px;
	font-size: 1.2em;
}

.logout_button
{
	font-weight: bold;
}

.td_explorer_tree
{
	vertical-align: top;
	width: 19px;
	border-right: solid 1px black;
	padding-right: 2px;
	cursor: pointer;
	background-color: #E6E6E6;
	height: 1024px;
}

.explorer_header
{
	font-weight: bold;
	margin-top: 0px;
	border: solid 1px black;
	border-right-style: none;
	background-color: #E6E6E6;
	cursor: pointer;
}

#bodyPopup
{
	overflow: auto;
}

#divVarsList UL
{
	list-style-type: none;
	list-style-image: none;
}

#newsMarquee
{
	overflow: hidden;
	border: solid 1px silver;
	margin-bottom: 10px;
	white-space: nowrap;
	cursor: pointer;
}

div#report_overview
{
	width: 150px;
	text-align: left; /*margin-top:10px; 	 	margin-right:20px; 	padding-right:5px; 	padding-left:5px; 	padding-top:5px; 	padding-bottom:5px;*/
}

div#report_overview_title, .msg_head
{
	font-weight: bold;
}

#report_overview ul
{
	width: 100%; /*list-style-image:none;*/
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 10px; /*list-style-position:outside;	*/
}

#report_overview li
{
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 2px;
}

#legendContent
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	cursor: pointer;
	text-align: center;
}

#legendContent table
{
	border-style: none;
}

#legendContent td
{
	border-style: none; /*border:solid 1px #ffffff;*/
}

.MENU_PPAL
{
	font-size: 1.2em;
	font-weight: bold;
}

.MENU_PPAL_Static
{
	font-size: 1.1em;
}

.MENU_PPAL_Dinamic
{
	font-size: 1.1em;
}

.ajax__tab_xp .ajax__tab_header
{
	font-weight: bold;
	font-size: 1.2em;
	font-weight: bold;
}

.ajax__tab_xp .ajax__tab_body
{
	font-size: 1em;
}

.report_settings
{
	font-size: 0.8em;
	margin-top: -10px;
}

.legend_export
{
	margin-left: 5px;
}



.table_header
{
	border-bottom: #777 1px solid;
	position: relative;
	text-align: center;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	background: url(../StatPortal_RSC/images/header.png) #d6d6d6 repeat-x 0px 50%;
	font-size: 0.85em;
	overflow: hidden;
	font-weight: bold;
	padding-top: 2px;
}

.table_footer
{
	position: relative;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	background: url(../StatPortal_RSC/images/footer.png) #d6d6d6 repeat-x 0px 50%;
	font-size: 0.85em;
	overflow: hidden;
	padding-top: 3px;
	border-top: solid 1px silver;
}

.tabPanel
{
}

.tabPanel img
{
	vertical-align: middle;
}

.tabPanel a
{
	height: 10px;
}

.tabPanelDiv
{
	height: 30px;
	vertical-align: middle;
}

#loadingMask
{
	position: absolute;
	z-index: 1001;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: Alpha(Opacity=30);
	background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) #aaaaaa repeat-x 50% 50%; /* this hack is so it works in IE	 * I find setting the color in the css gives me more flexibility 	 * than the PNG solution.	 */
	background-color: transparent;
	background-color: #333333; /* this hack is for opera support	 * you can uncomment the background-image if you don't care about opera.	 * this gives you the flexibility to use any bg color that you want, instead of the png	 */ /*background-image: url(maskBG.png);*/ /*background-image:none; 		background-repeat: repeat;	*/ /*display:block;*/ /*set the padding, so that the content       of the div is centered vertically*/
	padding-top: 25%;
	text-align: center;
}

.colorMarker
{
	cursor: pointer;
	width: 60px;
	height: 25px; /*border-color: Silver; 	border-width: 1px; 	border-style: solid;*/
}

#divUserInfo
{
	float: left;
	float: right;
	margin-top: -50px;
	margin-right: 5px;
	text-align: right;
}

.form table
{
	width: 100%;
}
.form label
{
	text-align: right;
	font-weight: bold;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 13px;
	color: #4d5da8;
	margin-right: 15px;
	width: 100px;
	float: left;
	display: block;
	background-color: #ededed;
	border: 1px solid silver;	
	
}

.form p
{
	margin-top:10px;

	}

.form td
{
	padding: 10px 10px 10px 10px; /*border-bottom:1px solid silver;*/
	border-top: 1px solid silver;
}

#radio label
{
	width: auto;
}


