/*---------STILI SECH. SCREEN---------*/
body {
	margin: 0; padding: 0;
	background: #fff;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
form {
	margin: 0;
}
.hide {
	display: none;
}
#cont {
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
}
a {
	text-decoration: underline; 
	color: #333;
}
a:hover {
	text-decoration: none; 
}
/*---------LOGO---------*/
h1#logo {
	width: 200px;
	height: 80px;
	margin: 14px 0 16px 0;
	background: transparent url("img/logo.gif") no-repeat;
}
 #logo a {
	width: 200px;
	height: 80px;
	display: block;
}
/*---------LOGIN---------*/
#login, #loggato {
	width: 206px;
	background: #3b70b4;
	padding-bottom: 10px;
	margin-top: 9px;
}
#login  h2 {
	width: 206px;
	height: 26px;
	background: #3b70b4 url("img/login_title.gif") 15px 10px no-repeat;
	margin: 0;  padding:0;
}
input.logt {
	width: 110px;
	margin-left: 10px;
	padding-left: 5px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
input.log {
	width: 110px;
	margin: 0 9px 4px 13px;
	padding-left: 5px;
	font: 10px  Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.button {
	margin-bottom: -2px;
}
*html .button {
	margin-bottom: 0;
}
/*---------BENVENUTO---------*/
#loggato h2 {
	width: 206px;
	height: 26px;
	background: #3b70b4 url("img/benvenuto_title.gif") 15px 10px no-repeat;
	margin: 0;  padding:0;
}
#loggato p{
	color: #fff;
	margin: 0 3px 0 11px;
	font-size: 11px;
}
/*---------CERCA--------- 02/02/06*/ 
#cerca {
	width: 206px;
	background: #30a4e1;
	margin-top: 9px;
	padding: 8px 0 6px 0;
}
/*---------EQUIPMENT-OPERATION-PROFILO--03-02-------*/
.boxlink {
	background: #fff;
	margin-top: 9px;
	border: 1px solid #a21923;
	width: 204px;
}
h2#equip {
	width: 204px;
	height: 22px;
	margin: 0;
	background: #a21923 url("img/equipment_title.gif") 15px  no-repeat;
}
h2#oper {
	width: 204px;
	height: 22px;
	margin: 0;
	background: #a21923 url("img/operations_title.gif") 15px  no-repeat;
}
h2#prof01 {
	width: 204px;
	height: 22px;
	margin: 0;
	background: #a21923 url("img/profilo01_title.gif") 15px  no-repeat;
}
.boxlink ul{
	list-style-type: none;
	margin: 0 15px;
	padding: 3px 0;
}
.boxlink li {
	margin: 8px 0;
	padding-left: 14px;
	background:  url("img/arrow.gif") 0 4px no-repeat;
}
.boxlink a {
	font-weight: bold;
	color: #a21923;
	text-decoration: none;
}
.boxlink a:hover {
	text-decoration: underline;
}
/*---------TOP MENU---------*/
#tmenu {
	background: #3b70b4;
	width: 100%;
	margin:0 0 2px 0;
}
#tmenu img {
	margin: 11px 0 11px 34px;
}
h3 {
	margin: 8px 0;
	color: #207ac9;
	font-size: 12px;
}
h4 {
	margin: 12px 0 8px 0;
	color: #000;
	font-size: 12px;
}
/*---------TABLE CENTRALE---------*/
table#tbl,  #tbl th, #tbl td {
	border:  1px solid #e8eff7;
	border-collapse: collapse;
	font-size: 11px;
}
table#tbl {
	color: #0165A0;
	text-align: center;
}
table#tbt {
	color: #0165A0;
	border:  1px solid #e8eff7;
	font-size: 11px;
	text-align: left;
}
#tbl th {
	background: #bccEE6;
	padding: 4px 0;
}
#tbl td {
	background: #d5e1f1;
	padding: 4px 0;
}
/*---------STATO PRENOTAZIONI---------- 02/02/06*/
h3#sprenot {
	width: 206px;
	height: 22px;
	margin: 12px 0 0 0;
	background: #207ac9  url("img/sprenota_title.gif") 15px  no-repeat;
	clear: both;
}
table#sprenota {
	width: 206px;
	background: #509cdf;
	color: #fff;
	text-align: left;
	font-size: 11px;
}
#sprenota td {
	padding-bottom: 5px;
}
#sprenota label {
	font-size: 10px;
}
input.stp {
	width: 140px;
	margin: 5px 10px 0 10px;
	padding-left: 5px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.rdo {
	margin-bottom: -2px;
	margin-right: 3px; margin-left: 5px;
}
*html .rdo {
	margin-bottom: -1px;
	margin-right: 3px;
}
/*MENU OVER*/
.mover {
	position: absolute; 
	left:0; 
	top: 33px; 
	height: 38px; 
	width: 84px; 
	z-index: 15;
	visibility:hidden; background:#509cdf; border: 2px solid #fff;
}
.mover ul {
	list-style: none;
	margin: 0; padding: 0;
}
.mover li {
	margin: 0;
	padding:0;
	font-weight: bold;

}
.mover a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 3px;
}
.mover a:hover {
	color: #fff;
	background: #207AC9;
	text-decoration: none;
}

p {
	margin: 8px 0;
	line-height: 15px;
}
.fleft {
	float: left;
	border: 1px solid #509CDF;
	margin-right: 10px; margin-bottom: 10px
}
.fright {
	float: right;
	border: 1px solid #509CDF;
	margin-left: 10px; margin-bottom: 10px
}
*html .fleft, *html .fleft {
	margin-bottom: 0;
}
ul#ele1, ul#ele1 ul, ul.ele1, ul.ele1 ul  {
	margin: 0; padding: 0;
	list-style: none; line-height: 15px;
}
#ele1 li, .ele1 li {
	margin: 4px 1px;
	padding-left: 10px;
	background: transparent url(img/arrow3.gif) 2px 4px no-repeat;
}
#ele1 li ul li, .ele1 li ul li {
	margin: 4px 1px;
	padding-left: 10px;
	background: transparent url(img/arrow2.gif) 2px 4px no-repeat;
}
table.nob {
	margin: 5px 0;
	vertical-align: top;
	}
.nob th {
	padding: 1px;
	text-align: left;
	}
.nob td {
	padding: 1px; vertical-align: top;
	}

th.normal {
	font-weight: normal;
	}
table#gruban {
	margin: 5px 0;
	border: 1px solid #afafaf;
	border-collapse: collapse;
	}
#gruban th {
	padding: 2px;
	text-align: left;
	border: 1px solid #afafaf;
	border-collapse: collapse;
	}
#gruban td {
	padding: 2px;
	border: 1px solid #afafaf;
	border-collapse: collapse;
	}
table.clies {
	margin: 5px 0;
	vertical-align: top;
	}
.clies th {
	padding: 1px;
	text-align: left;
	border-bottom: 1px solid #f6f6f6;
	border-collapse: collapse;
	}
.clies td {
	padding: 2px 1px; vertical-align: top;
	/*border-bottom: 1px solid #f6f6f6;*/
	border-collapse: collapse;
	}
.clies a {
	text-decoration: none;
	color: #207ac9;
	}
.clies a:hover {
	text-decoration: underline;
	color: #207ac9;
	}
.aclies th {
	padding: 1px;
	text-align: left;
	vertical-align:middle;
	border-bottom: 1px solid #f6f6f6;
	border-top: 1px solid #f6f6f6;
	border-collapse: collapse;
	}
.aclies tr {
	padding: 2px 1px; vertical-align: top;
	border-bottom: 1px solid #f6f6f6;
	border-collapse: collapse;
	}
.aclies td {
	padding: 2px 1px; vertical-align: middle;
	border-bottom: 1px solid #f6f6f6;
	border-collapse: collapse;
	}
.aclies a {
	text-decoration: none;
	color: #207ac9;
	}
.aclies a:hover {
	text-decoration: underline;
	color: #207ac9;
	}
.bakt {
	text-align: right;
	margin-right: 10px;
	border-bottom: 1px dashed #eee;
	padding-bottom: 5px;
}

