/***********************************************
 * Studio Lovotrico
 * www.studiolovotrico.net
 * info@studiolovotrico.net
 * Copyright: Guillermo Lovotrico
 * All right reserved
 **********************************************/
/* ***************************************************
 * CSS - IMPORT
 * -- layout e schema di colori --
 * ***************************************************/
 
 @import "layouts/2cols-main-extra.css";

body {
    font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Arial, sans-serif;
    font-size: 10pt;
    color: #222;
    background-image: url(../images/main-bg1.gif);
    background-repeat: repeat-x;
    background-color: #5a5a5a;
    text-align: center;
}

h1, h2, h3 {
    color: #346;
}

h1 {
    font-size: 13pt;
    text-transform: uppercase;
}

h2 {
    font-size: 12pt;
    text-transform: uppercase;
    border-top: dotted 1px #ccc;
    margin-top: 15px;
    padding-top: 15px;
}

h3 {
    font-size: 11pt;
}

div#container {
    text-align: left;
    background-color: #ffffff;
    border: solid 1px red;
}

div#header {
    position: relative;
    width: 900px;
    height: 203px;
    padding: 20px;
    background-image: url(../images/head_bckg_940.jpg);
    background-repeat: no-repeat;
}

div#main {
    background-image: url(../images/bg-extra.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

div#extra {
    font-size: 9pt;
    background-image: url(../images/bg-extra.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    border-left: dotted 1px #ccc;
    padding: 0px 8px;
}

div#footer {
    clear: both;
    height: 100px;
    padding-top: 10px;
    background-color: #222;
    background-image: url(../images/bg-foot.jpg);
    background-repeat: repeat-x;
    text-align: center;
    color: #aaa;
    border-top: solid 2px #aaa;
    font-size: 8pt;
}

div#menu-lite {
    height: 20px;
    line-height: 16px;
    padding: 2px 5px;
    font-size: 9pt;
    background-color: #222;
    background-image: url(../images/bg-foot.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

div#menu-lite ul {
    margin: 0px;
    padding: 0px;
    list-style-position: outside;
    list-style: none;
    position: relative;
    right: 10px;
}

div#menu-lite li, div#menu-lite li a {
    color: #aaa;
}

div#menu-lite li {
    float: right;
    margin-left: 10px;
}

div#menu-lite span {
    color: #ffff00;
}

div#menu-lite a:hover {
    color: #f60;
}

.logo, .logo-ombra {
    font-family: "Lucida Sans Unicode", Arial, "MS Sans Serif", sans-serif;
}

.logo {
    color: #ffffff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bolder;
    position: absolute;
    top: 20px;
    left: 20px;
}

.logo-ombra {
    position: absolute;
    top: 22px;
    left: 22px;
    color: #222;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bolder;
}

.slogan {
    color: #ffffff;
    font-family: "Arial Narrow", Arial, Tahoma;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 60px;
}

.under_slogan_text {
    color: #ffff00;
    font-size: 10px;
    line-height: 12px;
    padding-top: 15px;
}

.header-info {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 8pt;
}

.login {
    margin-top: 15px;
    padding-top: 15px;
    border-top: dotted 1px #ccc;
}

.user-section {
	position:relative;
    /*width: 92%;*/
    padding:1%;
    margin: 1%;
    border: solid 1px #aaa;
    /* float: left;  */
}

.user-section h2 {
    margin:0px 10px;
    padding: 5px 0px;
    background-color: #346;
    color: #ccc;
    border: solid 1px #ccc;
    text-align: center;
}

.user-admin {
   /* width: 92%;*/
}

.frm_login {
    width: 360px;
    font-size: 9pt;
    text-align: left;
    border: solid 1px #346;
    background-color: #dee9ec;
    padding: 1%;
    margin: 45px auto 10px;
}

.textbox-login {
    width: 350px;
}

.textbox-message {
    width: 95%;
    font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Arial, sans-serif;
    font-size: 9pt;
}

.textarea {
    font-size: 9pt;
}

.form-message {
    font-size: 9pt;
    border: dotted 1px #aaf;
    background-color: #eeeeff;
    margin: 20px auto;
    padding: 15px 20px;
    width: 90%;
    position: relative;
}

.form-message p {
    margin: 3px 0px;
}

div#ajax-response {
    display: none;
    border: dotted 1px #aaa;
    color: #aaa;
    background-color: #222;
    background-image: url(response.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 90px;
    left: 150px;
    width: 250px;
    height: 121px; /* 151 - 15 - 15 (margin-top / margin-button) */
    text-align: center;
    padding: 15px;
}

div#ajax-response p {
    margin: 20px;
}
