﻿body { background:url(../images/bg.png) repeat; font-family:Arial, Helvetica, sans-serif; color:#7f7f7f;}
input { font-family:Arial, Helvetica, sans-serif; color:#595959; font-size:14px;}
a { outline:none; text-decoration:none;}

.main { width:400px; height:250px; position:absolute; top:50%; left:50%; margin-top:-125px; margin-left:-200px;}
.box { width:370px; overflow:hidden; padding:15px; background:#fff; border:1px solid #d5d5d5; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; box-shadow: 0 0 20px rgba(3,44,52,.22); -moz-box-shadow: 0 0 20px rgba(3,44,52,.22); -webkit-box-shadow: 0 0 20px rgba(3,44,52,.22); position:relative}
.box h2 { color:#292929; font-size:25px; margin:0; padding:10px 0 10px 80px; font-weight:bold; outline:none; background:url(../images/logo_small.png) no-repeat; background-position:left -10px}
.box h3 { color:#7f7f7f; font-size:17px; line-height:20px; margin:0; padding:0; font-weight:normal; outline:none;}



.alert{ margin-bottom: 3px; position: relative; font-size:12px; color:red;}
.row { margin-bottom:6px; position:relative; line-height:33px;}

.row input[type="text"],  .row input[type="password"] { height:33px; line-height:33px; border:1px solid #c5c5c5; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; box-shadow: 0 0 5px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.1) inset; -moz-box-shadow: 0 0 5px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.1) inset; -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.1) inset;}
 .row input[type="text"]:focus,  .row input[type="text"]:hover,  .row input[type="password"]:focus,  .row input[type="password"]:hover { border:1px solid #659FB2; box-shadow: 0 0 5px #97BFCC, 0 2px 2px rgba(0,0,0,.1) inset; -moz-box-shadow: 0 0 5px #97BFCC, 0 2px 2px rgba(0,0,0,.1) inset; -webkit-box-shadow: 0 0 5px #97BFCC, 0 2px 2px rgba(0,0,0,.1) inset;}
 .row input.login { background:url(../images/input_login.png) left center no-repeat #f5f5f5; width:318px; padding: 1px 5px 1px 45px;}
 .row input.password { background:url(../images/input_password.png) left center no-repeat #f5f5f5; width:163px; padding: 1px 160px 1px 45px; }
 .row input.error { border:1px solid #eb9393; box-shadow: 0 0 5px #f7c4c4; -moz-box-shadow: 0 0 5px #f7c4c4; -webkit-box-shadow: 0 0 5px #f7c4c4; background-color:#fce4e4; }

 .row a.forgot { position:absolute; top:2px; right:10px; color:#909090; font-size:12px; text-shadow:1px 1px 1px #fff;}
 .row a.forgot:hover { color:#6e6e6e;}
 .row input[type="checkbox"] { display:block; float:left; margin: 9px 6px 9px 2px; }
 .row label { color:#5b5b5b; font-size:14px; display:block; float:left; }
 .row input[type="submit"] { cursor:pointer; color:#ffffff; text-shadow:1px 1px 0 #013647; border:1px solid #025773; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; background:#036688; background: -webkitkit-gradient(linear, bottom, top, from(#036688), to(#ABCDD8)); background: -moz-linear-gradient(bottom, #036688, #ABCDD8); font-size:16px; padding:5px 20px; font-weight:bold; float:right;}
 .row input[type="submit"]:hover { background:#025A77; background: -webkitkit-gradient(linear, bottom, top, from(#025A77), to(#86B6C6)); background: -moz-linear-gradient(bottom, #025A77, #86B6C6); font-size:16px; padding:5px 20px; font-weight:bold; float:right;}

.copy { float:right; color:#919191; font-size:12px; margin:10px 16px 0 0; text-shadow:1px 1px 1px #fff;}
.submitLoading{
	background:url(../images/loading.gif) center center no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	bottom:15px;
	right:35px;
	
	}
	.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}


.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}
.main2
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}
.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
.lista b
    {
        width:200px;
        float: left;
    }
   .lista
    {
        padding-bottom:10px;
   float: left;
        width:100%;
      
    }
    #InformazioniUtente,#AltreInfo
    {float:left; background-color:#fff!important;}
    