/*
 * @version Id: styles.css 07/feb/07
 * @package Parcelle
 * @copyright Copyright (C) 2007 Andrea Bizzotto - Tecnobit S.R.L. All rights reserved.
 * @license 
 * Created on 27/mar/07
 *
 * Stili per il layout fisso con posizionamenti assoluti
 * visualizzazione per grafica >= 1280x800
 */

html{
	margin:0;
	padding:0;
}

/* TUTTI GLI STILI DELLA SCHERMATA INTRODUTTIVA */

#centered-layout {
	margin:10px;
	font: normal bold 14px arial,sans-serif;
	text-align:center;
}

#border-frame {
	background-color: #eef;
	margin: 25px;
	border: 1px dotted black;    
	font: bold 13px Arial, Helvetica, sans-serif;
}

#centered-layout a{color:#44d;text-decoration: none; cursor: pointer;}
#centered-layout a:hover{color: #f44;text-decoration: underline; cursor: pointer;}
#centered-layout img{border:0; display:inline;}

#centered-layout .small-text {

	font: normal 12px arial,sans-serif;
}

#centered-layout .red-text {
    color: red;
}
#centered-layout .update-date-text {
    color: #0291A7;
}

#centered-layout .intro-help-message {
    font: bold 11px Arial, Helvetica, sans-serif;    
    text-align: left;
    margin-left: 5em;
    margin-right: 5em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;    
}

#centered-layout .intro-help-message-div{
    text-align: center;
    position: relative;
    left: 10%;
}

#centered-layout .browser-info {
	font: bold 11px Arial, Helvetica, sans-serif;
}

#centered-layout .browser-info-red {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: red;
}


#centered-layout .copyright-info {
    /*font: bold 10px Georgia, "Times New Roman", Times, serif; */
	font: bold 10px Arial, Helvetica, sans-serif;
}

#centered-layout .left-label {
	display:inline;
	font: normal 12px arial;
	text-align:right;
	width: 230px;
}

#centered-layout .warning-title {
    padding:5px;
    font: bold 18px Georgia, "Times New Roman", Times, serif; 
    /*font: normal bold 14px Georgia;*/
    color: #0291A7;
    text-align: center;
}

#centered-layout .warning {
	padding:5px;
    font: normal 15px Georgia, "Times New Roman", Times, serif; 
	color: #007;
    text-align: justify;
}

#centered-layout .warning-ul{
	/*padding:15px;
	margin:5px;*/
    font: normal 15px Georgia, "Times New Roman", Times, serif; 
	color: #007;
    text-align: justify;
}

#centered-layout .login-checkbox {
    font: bold 13px Georgia, "Times New Roman", Times, serif; 
	color: #0291A7;
}

#centered-layout .login-button {
    font: normal 15px Georgia, "Times New Roman", Times, serif; 
	/*font: normal 12px arial;  */
}

/*
	parcel frame:
	<header/>
	<container>
		<left/>
		<content/>
	</container>
*/
#container{
	margin: 0 auto;
	padding: 0;
	height:100%;
    width:100%;
	text-align: left;
}

#container p{font: normal bold 14px arial,sans-serif;}
#container a{font: normal bold 14px arial,sans-serif; color:#33d;text-decoration: none; cursor: pointer;}
#container a:hover{color: #f00;text-decoration: underline; cursor: pointer;}

/* HEADER */
#header{
	height: 90px;
	background-color:black;
	background-image:url(img/header1000.jpg);    
	color: #ff0;
}
/* NAVIGATION */
#navigation{
    margin: 0 auto;
    padding: 0;
    height:100%;    
    /*margin: 0 0 0 0px;
    font: normal bold 14px;  */
	/*height: 30px;   */
    /*background-color:#339;*/	
}
/*#navigation ul{margin: 0;padding: 0; list-style-type: none;}
#navigation li{display: inline; margin: 0 0 0 10px; color:yellow; font: normal bold 14px/25px arial,sans-serif;}    
#navigation a{color:#60FF60;text-decoration: none; cursor: pointer;}
#navigation a:hover{color: #fff;text-decoration: underline; cursor: pointer;}  */

/* TUTTI GLI STILI DELLA SEZIONE LEFT */

/*#fade-y{
	width:250px;
	height: 50px;
	background-color:yellow;
	background-image:url(img/fade-left-y.jpg);
	background-repeat: x-repeat;
	border-width:0;
}*/
#treebox{
    width:98%;
	height:100%;
	background-color:#f5f5f5;
	border:1px solid Black;
	font: normal 9px arial,sans-serif;
	margin: 2px;    
}

#command {
	padding: 0px 0 0px 0;
}

.command-row {

	width:100%; padding:0;border:0; margin: 5px;
}
.command-left-col {

	width:60%; margin:0;padding:0;border:0;
    font: normal 16px arial,sans-serif;   
}
.command-right-col {

	width:40%; margin:0;padding:0;border:0; 
	text-align:center;
    font: normal 16px arial,sans-serif;   
}

#listbox {
	position:relative;
	top: 0;
	left: 0;
	background-color:#f5f5f5;
	height:270px;
	width:98%;
	border:1px solid Black;
    padding:0px;
    margin: 0px;
    margin-top: 5px;
}
#command-box {
    border:0px;
	padding:0px;
	height:250px;
	width:100%;
}

.masked-style {
	border:0;
	margin:0;
	padding:0;
}
	
.command-button {
	margin: 0 5px;
	width:84%;
	font: normal bold 12px arial,sans-serif;
}
.splitter_image {
    height:7px; 
    border: 1px solid; 
    border-color:#92B5FF;
    cursor: pointer;
}

.splitter_bar
{
    width:100%; 
    height:12px; 
    margin-bottom: 5px; 
    cursor:pointer;
}


/* TUTTI GLI STILI DELLA SEZIONE RIGHT */
#right{
	position: absolute;  
	width:auto; 
	background-color:#ddf;
	padding: 0;
}
#right p {
	margin: 0;
	padding: 5px 0 5px 0;
	font: normal bold 14px arial,sans-serif;
}

#code-div {
	background-color:#ddf;
	padding: 3px;
}


/* SECTIONS OPTIONS */

#editor-header-div {

    position: relative;
    margin: 10px;
    width: 700px;
    height: 150px;
}

#editor-footer-div {

    position: relative;
    margin: 10px;
    width: 700px;
    height: 150px;
}

.sections-options-print {
    font: bold 12px arial;
    vertical-align: middle;
    display: table-cell;
    margin: 5px;
}

.sections-options-update {
    font: bold 12px arial;
    vertical-align: middle;
    display: table-cell;
    margin: 10px;
}



