
/* HTML & BODY */
html {
        background-color:	white;
  	margin:			0;
	padding:		0;
}

body  {
  	background-color:	transparent;
        border:                 none;
  	color:			black;
  	font: 			12px verdana, tahoma;
        width:                  1000px;
  	margin-top:		30px;
        margin-left:            auto;
        margin-right:           auto;
        padding:                0;
        text-align:             justify;
}


/* ALL */
.page {
        border:                 3px solid steelblue;
        line-height:            2.0;
        margin:                 0;
        padding:                5px;
        text-align:             justify;
        -moz-border-radius:     12px;
}

/* titolo */
h1 {
        color:                  #006699;
        margin:                 0;
        padding:                0;
}

/* avvertimenti */
h2 {
        color:                  red;
        margin:                 0;
        padding:                0;
        text-align:             center;
}

/* LINK & FORM */
a:link, a:visited {
        color:                  #006699;
        font-weight:            bold;
        text-decoration:        none;
}

a:hover, a:active {
        color:                  #006699;
        font-weight:            bold;
        text-decoration:        underline;
}

input, select, textarea  {
        background-color:       #EEEEEE;
        border:                 2px solid #BBCCDD;
        width:                  700px;
}

/* LOGIN */
.userLogin {
        background-image:       url(../../images/adminUser.gif);
        background-position:    0px 0px;
        background-repeat:      no-repeat;
        font-size:              300%;
        height:                 50px;
        margin:                 5px;
        padding-left:           50px;
}

.passLogin {
        background-image:       url(../../images/adminPass.gif);
        background-position:    0px 0px;
        background-repeat:      no-repeat;
        font-size:              320%;
        height:                 50px;
        margin:                 5px;
        padding-left:           50px;
}

/* HOMEPAGE */
.home {
        width:                  90%;
        margin:                 5px;
}

/* ARTICLE */
.listArticle {
        border-right:           1px dashed steelblue;
        border-bottom:          1px dashed steelblue;
        padding:                10px;
        margin-bottom:          10px;
        text-align:             center;
}

.listArticle label {
  	float: 			left;
  	width:			20%;
        text-align:             right;
}

/* CONTACTS */
.listContacts {
        border-bottom:          1px dashed steelblue;
        padding:                10px;
        margin-bottom:          10px;
        text-align:             justify;
}