body
{
	/*  Blue: #325096; 50, 80, 150; */
	/*  Giallo: #FFD924; 255, 217, 36; */
	
	background-color: #325096; /* blu */
	color: #FFD924; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* //Internet Explorer only*/
	/* text-align:center; /* //centra le tabelle */
	scrollbar-base-color : #000000;
	scrollbar-arrow-color: #FFD924;
	height: 100%;
}

/* //Comportamento link */
a:active {  text-decoration: none; color: #000000; }
a:link {  text-decoration: none; color: #0000a0; }
a:visited {  text-decoration: none; color: #8080ff; }
a:hover {  text-decoration: none; color: #8080ff; }

table
{
    /* border: 0;*/
    /* border: 1px solid black; */
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-left:auto; 
    margin-right:auto;
    /* border-width: 0px; */
    /* border-spacing: 0px; */
    /* border-style: none; */
    border-collapse: collapse;
    padding-left: 2px;
}
table.sidemenu
{	
	width: 100px;
	text-align: center;
}
table.sidemenu td
{
	padding: 3px
}

table.showresults {
    width: 70%;
    color: #000000;
    background-color: #ffffff;
}
/* table.showresults tr:nth-child(even){background-color: #f2f2f2} */
table.showresults tr:hover {background-color: #ddd;}

table.showresults td, table.showresults th {
    border: 1px solid #c0c0c0;
    text-align: left;
    padding: 3px;
}
table.showresults th {
    padding-top: 5px;
    padding-bottom: 6px;
    background-color: #FFD924;
    color: #000000;
}

/* SEARCH */

table.search {
    width: 50%;
    background-color: #325096;
    color: #FFD924;
}
table.search td, table.search th {
    border: 1px solid #c0c0c0;
    text-align: left;
    padding: 2px;
}
table.search th {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #FFD924;
    color: #000000;
    text-align: center;
}

/* EDIT */
table.editor {
    width: 60%;
    background-color: #325096;
    color: #FFD924;
}

table.editor td, table.editor th {
    border: 1px solid #c0c0c0;
    text-align: left;
    padding: 2px;
}
table.editor th {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #FFD924;
    color: #000000;
    text-align: center;
}

.label
    {
    color: #FFD924; /* cambia colore caratteri sito */
    text-align: right;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px
    }
    
.commandrow /* comandi in linea */
{ 
	border-width: 0px;
	border-color: blue;
	text-align: center;
}
img.supercommand
{
    border-width: 0;
    cursor: pointer;
    width: 57px;
    height: 57px;
}
img.hypercommand
{
    border-width: 0;
    cursor: pointer;
    width: 38px;
    height: 38px;
}
img.maincommand
{
	border-width: 0;
    cursor: pointer;
    width: 57px;
    height: 57px;
}
img.tinycommand
{
	vertical-align: middle;
	border-width: 0;
    cursor: pointer;
    width: 19px;
    height: 19px;
}
img.dateselect
{
	border-width: 0;
    cursor: pointer;
    width: 16;
    height: 16;	
}
/* //Controlli di input e affini */
input[type="text"],input[type="password"],input[type="file"],textarea,select 
{
	font-size: 8pt;
	color: black;
	font-family: arial, tahoma, verdana;
	background-color: white;
}

div.mainmenu
{
   width: 50%;
   overflow: 
   border: 10px;
   border-style: solid;
   border-spacing: 20px;
   border-color: #FFD924;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
   text-align: center;
   /* IE7 and lower */
   *border-collapse: collapse; 
}

div#main_menu, div#menu_base
{
	float: left;
	/* //Il menu fixed e' utile per i desktop, ma penalizzante sugli smartphone */
	/*	position: fixed; */
	position: static;
	top: 10px;
}
div#main_workbench
{
	/* //Facciamo spazio per il menu fixed */
	padding-left: 101px;
	/* //Internet Explorer: centra gli elementi contenuti nel div */
	text-align: center;
}
div#overdiv
{
	color: #FFD924;
	border: solid 1px #FFD924;
    /* //Con absolute si posiziona ma non scrolla: usare fixed */
    position: fixed;   
    left: 50%;
    top: 50%;
    /* //Senza il background-color, sfondo trasparente */
    background-color: #000000; 
    z-index: 100;
    height: 400px;
    margin-top: -200px;
    width: 850px;
    margin-left: -375px;
    /* //Situazione iniziale */
    display: none;
}
div#grayout
{
	/* //Attenzione: senza <!DOCTYPE html> nella main.php in Internet Exlorer non funziona! */
    /* //z-index < del div overdiv */
    z-index: 99;
    /* //Copriamo lo schermo */
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /* //Colore trasparente */
    background-color: black;
    opacity:.50;
    filter: alpha(opacity=50);
    -ms-filter: alpha(opacity=50);
    /* //Situazione iniziale */
    display: none;
}
div.saveoutput
{
	text-align: center;
}
.scrollingpane
{
	/* 
	width:860px !important;
	width: 860px;
	*/
	/* //overflow, che imposta la barra di scorrimento, non funziona senza height prefissato */
    height: 600px !important;
    height: 600px;
    overflow: auto;
	margin-left: auto;
	margin-right: auto;
	/* text-align: center; */
	/* border: solid 1px #000000; */
	padding: 4px;
	/* background: #000000; */
}
.main_menu
{
	vertical-align: top;
}
table#mainmenu
{
   border-spacing: 0px;
   border-style: solid;
   border-collapse: collapse; /* IE7 and lower */
   border-spacing: 20px;
   border: 10px  #cccccc;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 10px;
   /* width: 100px; */
   /* text-align: center; */
}

.treeview_branch
{
	text-decoration:none;
	color: #FFD924;
	font-weight: bold;
	font-size: 10pt
}
.treeview_leaf
{
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt
}
a.treeview_branch:active { text-decoration: none; color: white; } 
a.treeview_branch:link { text-decoration: none; color: white; }
a.treeview_branch:visited { text-decoration: none; color: white; }
a.treeview_branch:hover { text-decoration: none; color: #FFD924; }
a.treeview_leaf:active { text-decoration: none; color: white; }
a.treeview_leaf:link { text-decoration: none; color: white; }
a.treeview_leaf:visited { text-decoration: none; color: white; }
a.treeview_leaf:hover { text-decoration: none; color: #FFD924; }
