html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

body, html {
    /* height: 100%; */
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
	background: none repeat scroll 0 0 #FAFAFA;	
	color: #222222;
	font-family: Arial,Helvetica,"Liberation Sans",FreeSans,sans-serif !important;	
	border-top: 3px solid #AC2000;
    font: 13px/18px Arial,Verdana,Helvetica,sans-serif;
}

a {
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.logo {
	float: left;
}

.bgLogin {
	background: transparent url('../img/logo-elica-innet.png') no-repeat right top;
}

.user {
	float: right;
	margin: 0.5em;
}

/* login */

#login-page {
	margin: auto;
	padding: 120px 0 0;
	position: relative;
	text-align: left;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 402px;
}

#login-page #wrapper {
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #E2E2E2, 0 1px 1px #EDEEEF;
}

#login-page #header-wrapper {
	border: 1px solid #3D3D3D;
	border-radius: 5px 5px 0 0;
}

#login-page #content-wrapper {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #C4CACD;
	border-image: none;
	border-radius: 0 0 5px 5px;
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 16px 0 10px;
	width: 400px;
}

#login-page #header {
	background: url("../img/top.png?11.0") repeat-x scroll 0 -316px #3D3D3D;
	border-radius: 3px 3px 0 0;
	padding: 10px;
	font-size: 2em;
	color: #FFF;
}

#table_login {
	margin: 15px;
}

#table_login  td{
	padding: 5px;
}

/* MESSAGGIO DI ERRORE E ALTRO */

.minfo, .msuccess, .mwarning, .merror {
    border: 1px solid;
    margin: 15px 0px;
    padding:15px 20px 15px 55px;
    /* width: 500px; */
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.minfo {
    color: #00529B;
    background: #BDE5F8 url('../img/messages/icon-info.png') no-repeat 10px center;
}
.msuccess {
    color: #4F8A10;
    background: #DFF2BF url('../img/messages/icon-tick.png') no-repeat 10px center;
}
.mwarning {
    color: #9F6000;
    background: #FEEFB3 url('../img/messages/icon-warning.png') no-repeat 10px center;
}
.merror {
    color: #D8000C;
    background: #FFBABA url('../img/messages/icon-cross.png') no-repeat 10px center;
}

/* INPUT */

.input {
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 8px #d9d9d9;
	-moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
	color: #555555;
	display: inline-block;
	font-size: 1em;
	height: 18px; 
	line-height: 18px;
	padding: 4px;
	width: 210px;
}

.inputCheck {
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 8px #d9d9d9;
	-moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
	color: #555555;
	display: inline-block;
	font-size: 1em;
	height: 18px; 
	line-height: 18px;
	padding: 4px;
}

.inputHidden {
	width: 220px;
}

.input:focus {
	outline: none;
	border: 1px solid #7bc1f7;
	box-shadow: 0px 0px 8px #7bc1f7;
	-moz-box-shadow: 0px 0px 8px #7bc1f7;
	-webkit-box-shadow: 0px 0px 8px #7bc1f7;
}

.button {
	border: 1px solid #0F67A1;
	border-radius: 4px 4px 4px 4px;
	background-color: #0F67A1;
	color: white;
	padding: 4px;
	font-size: 0.8em;
	cursor: pointer;
}

.inputSelect {
	/* padding: 4px; */
	font-size: 1em;
	height: 30px;
}

.inputTextArea {
	width: 500px;
	height: 50px;
}

/* HEADER */

header {
	width: 100%;
	clear: both;
	float: left;
}

/* ERROR */

.error {
	display: none;
	color: red;
	font-weight: bold;
}

/* NAVIGATION */

.nav {
    margin: 0 0 20px 0;
    height: 34px;
    background: #e2e2e2 url(/images/gradient.png) repeat-x top left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.mnav {
    float: left;
}

.snav {
    float: right;
}
.nav li {
    display: inline;
    font-size: 16p
}
.nav a {
    float: left;
    line-height: 34px;
    height: 34px;
    padding: 0 10px;
    color: #222;
    border-right: 1px solid #ddd;
    border-left: 1px solid #f4f4f4;
    font-weight: normal;
    letter-spacing: 1px;
    text-decoration: none;
}
.nav a:hover {
    color: #000;
    background: #eee;
    font-weight: normal;
    letter-spacing: 1px;
}
.nav .current a {
    height: 31px;
    border-bottom: 3px solid #AC2000;
}

/* CONTENUTO PRINCIPALE */

#container {
    margin: 0 auto;
    padding: 80px 0 0;
    position: relative;
    text-align: left;
    width: 80%;
}

#footer {
	clear: left;
	position: relative;
}

#subcontent {
    float: left;
    padding: 15px;
    width: 10%;
}

.paginator {
        margin: 10px;
        float: right;
}

.paginator a {
        font-size: 1em;
        color: #000;
        text-decoration: none;
}

.paginator a:hover {
        color: red;
        text-decoration: unserline;
}

.paginator a.active {
        color: red;
        text-decoration: unserline;
}

/* TABELA DATI */

.forms {

}

.forms > .formsBlock {
	float: left;
	margin: 0.7em;
}

.forms > .formsBlockRight {
	float: right;
	margin: 0.7em;
}

.forms > .clear {
	clear: both;
}

.forms > table {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	width: 100%;
}

.forms > table  > thead {
	background-color: #CCC;
	cursor: pointer;
	text-align: center;
}

.forms > table  > thead  > tr > th {
	padding: 0.5em;
}

.forms > table > tbody > tr > td {
	padding: 0.5em;
}

.forms > table > tbody > tr > td > .inputSmall {
	width: 90%;
	margin-left: 5px;
}

/**/

table.elenco {
	width: 100%;
}

table.elenco td{
	padding: 5px;
}

table.elenco tr.odd {
	background-color: #F5F5F5;
}

/**/

.bodyBgCenter {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 5px 0 #999999;
	width: 75%;
	padding: 10px;
	float: left;
	margin-bottom: 2em;
}

.bodyBgCenter96 {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 5px 0 #999999;
	width: 96%;
	padding: 10px;
	float: left;
	margin-bottom: 2em;
}



