/* Tags generici */
body {
	/*font-size: 15px;*/
	color: #3c3c3c;
	padding: 0;
	margin: 0;
	/*background: url("../images/bg-page-gr-chiaro.png") repeat-x #fff;*/
}

#top {background-image: url('../images/topbarbg.jpg');
		background-color: #444444; 
		padding: 10px 0;}

#srss {font-size:1.5em; line-height:1.1; padding:13px; }

.well { text-align:center;}

#tools { text-align:center;}

#tools li {
	line-height:1.2;
	padding-bottom: 8px;
	font-size: 120%;
}

#scaricaall {
margin-top: 20px;
border: 1px solid grey;
padding: 10px;
}


label {
	font-weight: bold;
	/*width: 250px;*/
	display: inline-block;
	padding: 2px;
	text-align: right;
	padding-top:5px;
}

a {
	text-decoration: none;
}

#srss a {color:#fff;}
#srss a:hover,
#srss a:focus {
  color: #428bca;
  text-decoration: underline;
}

p {
	line-height: 18px;
}

h1 {
	font-size: 2em;
	margin-left: 150px;
	padding-top: 5px;
	color: #B22222;
}

/*h3 {
	padding: 30px 0 20px;
}*/

img {
	vertical-align: middle;
	border: none;
}

input.stampa {
	padding: auto;
	width: 100%;
	height: 40px;
	font-size: 1.2em;
}

th {
	background-color: #fff;
	color: #339;
	text-align: left;
	padding: 3px;	
}
	
td {
	padding: 2px;
}
.rosso {
	color: red;	
}

#submit, #submit:visited {
	background-color: #ccc;
	width: 100px;
	height: 30px;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    text-decoration: none;
    cursor: pointer;
}

	
/* Layout */

#testata {
	height: 150px;
	background: url("../images/testata.png") no-repeat #fff;
	
}

#content {
	padding: 0 10px;
	min-height: 200px;
	height: auto;
	margin-top: 20px;
	}

#unisipass {
	border: 1px solid #000;
	text-align: center;
	width: 50%;
	margin: 40px auto;
}

#footer {
	margin-top: 60px;
	text-align: center;
	height: 25px;
	bottom: 0;
	font-size:0.80em;
	color: #9a9393;
}

/* Formattazine tipo tabella */
.colonna1 {
	width: 120px;
	float: left;
}

.nome {
	color: #c00;
	font-weight: bold;
}

.nome a {
	font-size: 16px;
	color: #c00;
	text-decoration: underline;
}

.dati {
	font-weight: bold
}

/* CSS per menu orizzontale */

#cssmenu {
    width: 100%;
    height: 27px;
    margin: 0;
    padding: 0;
    background: #000000 url(../ip/images/bg-bubplastic.gif) top left repeat-x;
}

#cssmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cssmenu ul li {
    float: left;
    margin: 0;
    padding: 0;
    background: transparent url(../ip/images/bg-bubplastic-button.gif) top left no-repeat;
}

#cssmenu ul li a {
    display: block;
    height: 27px;
    padding-left: 35px;
    float: left;
    text-transform: uppercase;
    font-family: 'Helvetica Neue',helvetica,'microsoft sans serif',arial,sans-serif;
    font-size: 90%;
    color: #FFFFFF;
    text-decoration: none;
}

#cssmenu ul li a span {
    display: block;
    float: left;
    height: 22px;
    padding-top: 5px;
    padding-right: 35px;
    background: transparent url(../ip/images/bg-bubplastic-button.gif) top right no-repeat;
    cursor: pointer;
}

#cssmenu ul li a:hover,
#cssmenu ul li.active a {
    background: transparent url(../ip/images/bg-bubplastic-h-gray.gif) top left no-repeat;
}

#cssmenu ul li a:hover span,
#cssmenu ul li.active a span {
    background: transparent url(../ip/images/bg-bubplastic-h-gray.gif) top right no-repeat;
}

.messaggio {
	margin-top: 30px;
}

input.error {
    background: none repeat scroll 0 0 #f8dbdb;
    border-color: #e77776;
}
.error {
    color: #a94442;
}

.error-list li {margin-left:-20px;}

.searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}
#addMail:hover {
    cursor: pointer;
}

.voff  { margin-top: 2px; }
.voff1 { margin-top: 5px; }
.voff2 { margin-top: 10px; }
.voff3 { margin-top: 15px; }
.voff4 { margin-top: 30px; }
.voff5 { margin-top: 40px; }
.voff6 { margin-top: 60px; }
.voff7 { margin-top: 80px; }
.voff8 { margin-top: 100px; }
.voff9 { margin-top: 150px; }
