/**
 *  Main  Style Sheet
 *
 *
 *       @author     Ronaldo Maia <romaia@async.com.br>
 *
 *      #ffffff     branco
 *      #eeeeee     fundo 1
 *      #dddddd     fundo 2
 *      #aaaaaa     texto claro
 *      #777777     texto normal
 *      #333333     texto destaque
 *      #009530     Schneider green
 */

@import url(elements.css);
@import url(form.css);
@import url(table.css);
@import url(calendar.css);

* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt ;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt ;
    background-color: #fff;
    color: #444;
    margin: 0;
    background: url(../images/bg.gif) ;
}

#login_box {
    width: 90%;
    margin: 0 auto 0 auto;
}

#nav_header {
    position: relative;
    display: block;
    background: white;
    border-bottom: 2px solid #009530;
}

#nav_header #title {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 1em;
}

#nav_logo {
    margin: 0 10px;
    width: 240px;
    text-align: center;
}

#user_info {
    padding: 10px;
    padding-bottom:0;
    text-align: right;
}

#nav_header .option{
    margin-left: 1em;
}

#nav_header a.option:hover {
    color: black;
    border-bottom: 2px solid #009530;
}

#nav_header #loading_placeholder {
    width: 18px;
}

#message_box {
    margin-left: 260px;
    margin-right: 10px;
}

#nav_footer, .footer {
  text-align: right;
  margin: 10px;
}

#nav_left {
    margin: 0 10px;
    width: 240px;
    position: absolute;
    left: 0;
    top: auto;
}

#nav_main {
    position: relative;
    margin-left: 260px;
    display: block;
    margin-right:10px;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: black;
    border-bottom: 2px solid #009530;
}


img {
    border: none
}

img.disabled {
    opacity: 0.3;
}


/*****************************************************
 *
 *                 GENERIC CLASSES
 *
 *****************************************************/

.graph_width {
    width: 500px;
}

.margin_auto {
    margin-left: auto;
    margin-right: auto;
}


.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.bold {
    font-weight: bold;
}

.hidden {
    display: none;
}

.warning {
    font-size: 13pt;
}

@import url(print.css);
