/*************** classi base */

a img, img, form, fieldset {
    border: medium none;
}
html * {
    margin: 0;
    padding: 0;
}
.red {
    color: #df2340;
}
h1 {
    color: #0072c6;
    font-size: 20px;
    padding: 0 0 10px;
}
h2, h3 {
    padding: 0px 0 10px;
    color: black;
    font-family: Helvetica, Tahoma, sans-serif;
}
h2 {
    border: medium none;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 0 16px;
    padding: 2px 0 0;
    font-weight: 600;
    color: white;
}
a, input[type="submit"], h3, form span {
    color: #0f496f;
    text-decoration: none;
}
a:hover {
    color: #2b9ee6;
    text-decoration: underline;
}
ul {
}
li {
    margin-left: 12px;
    list-style: square;
    margin-bottom: 3px;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0f496f;
}
header {
    background-color: white;
    padding-top: 25px;
    margin: 0 auto!important;
}
#logo_nel_csu {
    float: left;
    width: 180px;
}
#logo {
    float: right;
}
section {
    overflow: hidden;
}
article, header, footer, .container {
    margin: 30px auto auto;
    max-width: 100%;
    min-width: 1000px;
    position: relative;
    width: 1000px;
    overflow: hidden;
}
/********   personalizzazioni ******* */
	
#header_line {
    background-color: #0072c6;
    margin-bottom: 25px;
    height: 35px;
}
.slider-wrapper {
    position: relative;
}
.red {
    color: #df2340;
    font-weight: normal;
    text-decoration: none;
}
/*************** CONTENT */
	
#testo_introduttivo {
    width: 1000px;
    font-size: 14px;
    margin-bottom: 25px;
}
.box {
    color: white;
    float: left;
    min-height: 298px;
    width: 20%;
    padding: 10px;
}
.box a {
    color: white;
}
#login_box {
    background-color: #0072c6;
}
#assistenza {
    background-color: #a00054;
    margin-left: 3%;
}
#opportunities {
    background-color: #003893;
    margin-left: 3%;
}
#links {
    margin-left: 3%;
    color: #A29E9E;
}
#links a {
    margin-left: 3%;
    color: #a00054;
}
#links a:hover {
    color: #003893;
}
#links h2 {
    background: #fff url("../images/icon-news.png") no-repeat scroll left 1px;
    padding-left: 40px;
    border-bottom: 1px solid #b5b5b5;
    color: #003893;
    line-height: 32px;
    margin-bottom: 20px;
    padding-bottom: 8px;
}
/*************** LOGIN */

legend {
    display: none;
}
label {
    display: block;
}
input, textarea {
    width: 170px;
    padding: 8px;
    margin: 8px 0;
    border: 1px solid #d8d7d7;
    border-radius: 3px;
    background: #f7f7f7;
}
input[type=submit] {
    border: medium none;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 10px;
    width: auto;
}
.rowForm {
    width: 200px;
}
.bottone {
    background: rgba(0, 0, 0, 0) url("../../NEL_CSU/images/espaceactionnaire_big.png") no-repeat scroll left center;
    color: #ffffff !important;
    font-size: 13px;
    margin-top: 20px;
    min-width: 120px;
    padding: 12px 0 10px 36px !important;
}
.bottone a {
    color: #ffffff!important;
}
/*************** FOOTER */

footer {
    border-top: 1px solid #b5b5b5;
    color: #a00054;
    font-size: 11px;
    padding: 15px 20px
}
#copy {
    float: right;
    margin-top: 20px;
}
#warning {
    color: #666;
    font-size: 9px;
    margin: 10px 0;
    text-align: justify;
}
/*************** call me back */

.formRow label {
    display: block;
    float: left;
    padding: 18px 0 10px;
    width: 120px;
}
.formRow input, .formRow textarea {
    color: #666666;
    margin: 10px 5px 0 30px;
    width: 250px;
}
#send {
    text-align: center;
    margin-top: 20px;
}
/*************** second home page */

#logout {
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px auto auto;
    padding-top: 10px;
    text-align: right;
    width: 1000px;
}
#logout a {
    color: white;
}