/* 
    Document   : stampa
    Created on : 10-ott-2011, 15.22.27
    Author     : leosbrick
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


root { 
    display: block;
}

body {
    
}

#header {
  display: none;
}

#header_nav {
  display: none;
}

#login {
   padding-top: 150px;
   height: 150px;
}

#content {
    width: 100%;

}

#content_nav {
    margin: 0px auto;
    color: Black;
    text-align: left;

}


#footer {
    background: #007AB1;
    height: 20px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    color: White;
    padding-top: 5px;
    font-weight: bold;
}

#label {
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
    color: orange;
    font-variant: small-caps;
}





