@CHARSET "UTF-8";
* {margin: 0;}
body {font-family: Helvetica, Arial, sans-serif;font-size:11px;}
.clear {clear:both;width:0px !important;height:0px !important;overflow:hidden !important;background:none !important;padding:0 !important;margin:0 !important;float:none!important;}
a:link, a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a img{border:0;}
form{padding:0px; margin:0px;}
code{background:#CCC;}
textarea{font-size:11px;}
#login{ 
	margin:0 auto;
	margin-top:200px;
	width:306px;
	height:155px;
	background:url(../images/bg_login.jpg) no-repeat;
}
#lg_header{
	font-weight:bold;
	color:#15428B;
	padding-top:17px;
	padding-left:15px;
}
.errore{
	padding:0px;
	margin:0px;
	color:red;
	padding-top:5px;
	padding-left:15px;
}
div.nome{
	padding-left:15px;
	padding-top:4px;
	float:left;
	width:80px;
}
div.campo{
	float:left;
}
.fields{
	border:1px solid #CCC;
	background:#F2F2F2;
	width:150px;
}
.submitBtn{
	border:0px;
	background:url(../images/button_1.jpg) no-repeat left top;
	width:77px;
	height:23px;
}
#header{
	height:32px;
	margin: 0px auto;
	background:#7F99BE url(../images/layout-bg.gif) repeat-x center;
}
#header h1{
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 6px 10px;
}
.header_top{
	border:1px solid #99BBE8;
	color:#15428B;
	font-weight:bold;
	padding:5px 3px 4px 5px;
	line-height:15px;
	background:url(../images/white-top-bottom-grey.gif) repeat-x;
}
.header_top a{
	color:#15428B;
}
#page{
	background:#DFE8F6;
	border-bottom:1px solid #99BBE8;
}
.top{
	border:1px solid #99BBE8;
	color:#15428B;
	font-weight:bold;
	padding:5px 3px 4px 5px;
	line-height:15px;
	background:url(../images/white-top-bottom.gif) repeat-x;
}
.top a{
	color:#15428B;
}
#menu{
	float:left;
	width:20%;
}
#center{
	float:right;
	width:79%;
}
.contents{
	min-height:565px;
	height:auto !important;
	height:565px;
	background:#FFF;
	border-right:1px solid #99BBE8;
	border-left:1px solid #99BBE8;
}
.menu_list{
	padding:0px;
	list-style:none;
}
.menu_list li a{
	text-decoration:none;
	padding:16px 0 16px 5px;
	margin-left:10px;
	display:block;
}
.menu_list li a h2{
	font-size:13px;
	color:#99BBE8;
}
.menu_list li a h3{
	font-size:11px;
	color:#888;
	font-weight:normal;
}
.menu_list li a:hover{
	margin-left:14px;
}
.menu_list li a:hover h2{
	color:#15428B;
}
.menu_list li a:hover h3{
	color:#333;
}

.menu_list li a.selected{
	margin-left:14px;
}
.menu_list li a.selected h2{
	color:#15428B;
}
.menu_list li a.selected h3{
	color:#333;
}

#top_menu{
	height:55px;
	background:#E8E8E8;
	margin-bottom:20px;
}
#top_menu ul li{
	float:left;
	padding:10px 0 0 10px;
}
#top_menu ul li a{
	padding:8px 0 8px 20px;
	font-size:12px;
	font-weight:bold;
	color:#15428B;
	display:block;
}
#loading-mask{
   position:absolute;
   left:0;
   top:0;
   width:100%;
   height:100%;
   z-index:20000;
   background-color:white;
}
#loading{
   position:absolute;
   left:45%;
   top:40%;
   padding:2px;
   z-index:20001;
   height:auto;
}
#loading .loading-indicator{
   background:white;
   color:#444;
   font:bold 13px tahoma,arial,helvetica;
   padding:10px;
   margin:0;
   height:auto;
}
#loading-msg {
   font: normal 10px arial,tahoma,sans-serif;
}
.box{
	margin:0 auto;
	margin-bottom:20px;
	background:#D7E5F5;
	border:1px dotted #4f6e9c;
	text-align:center;
	padding-top:20px;
	height:30px;height:auto !important;min-height:30px;
	width:300px;
}
.box2{
	margin:0 auto;
	margin-bottom:20px;
	background:#FFFFCC;
	border:1px dotted #FFCC00;
	text-align:center;
	padding-top:20px;
	height:30px;height:auto !important;min-height:30px;
	width:300px;
}
.box3{
	margin:0 auto;
	margin-bottom:20px;
	background:#D7E5F5;
	border:1px dotted #4f6e9c;
	text-align:center;
	padding-top:20px;
	height:30px;height:auto !important;min-height:30px;
}