﻿/* 
#4D535D
#6E798A

#E9EBEE

#E67916
#F2901D
*/

*
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    list-style: none;
    text-decoration: none;
    outline: none;
}

:focus
{
    -moz-outline-style: none;
}

body
{
    /*text-align: center; /* background:url(img/header.png) no-repeat center top; */
}

#container
{
    float: left;
    width: 99%;
    min-width: 1250px;
    /*border: 2px solid #1F497D;*/
    margin: 10px 10px 10px 10px;

}

#centralizado
{
    margin: 0 auto;
    width: 600px;
}

#header /* HEADER */
{
    /*
    width: 1360px;
    */
    height: 120px; /* background:url(../images/header.png) no-repeat center top; */
    margin: 0 auto;
    /*border-bottom: 2px solid #1F497D;*/
    /*text-align: center;*/
}

#welcome
{
    color: #F00;
    width: 1250px;
    padding-left: 10px;
    font-weight: bold;
    float: left;
}

#contentHome
{
    padding-top: 50px;
    height: 544px;
    background: url(../images/home_agere.jpg) no-repeat center;
}

#botton
{
    text-align: center;
    border-top: 2px solid #1F497D;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    color: #1F497D;
    clear: both;
}

#container .painel
{
    margin: 0 auto;
    width: 800px;
    /*text-align: center;*/
}

#container2
{
    /*
    min-width: 1700px;
    */
    float: left;
    width: 99%;
    min-width: 1250px;
    border: 2px solid #1F497D;
    margin: 10px 10px 10px 10px;
    
}

#branding /* BRANDING */
{
    /* 	float:left; 	width:1400px; 	height:76px; 	float:left; 	background:url(img/branding.jpg) no-repeat right 4px; 	*/
    margin-left: 231px;
}

#branding h1 a
{
    width: 257px;
    height: 97px;
    float: left;
    /*overflow: hidden;*/
    /*display: inline;*/
    /*margin: 0 0 0 0;*/
    text-indent: -999px;
    background: url(../images/logo_agerenda.jpg) no-repeat;
}
/*
#branding h2
{
    width: 200px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/slogam.jpg) no-repeat center;
    border-left: #CCC 1px solid;
    float: left;
    display: inline;
    margin: 25px 0 0 20px;
    font-size: 12px;
}

#branding form
{
    float: left;
    width: 185px;
    height: 21px;
    margin-top: 10px;
    background: #00CC00;
}

#branding input
{
    width: 154px;
    padding: 0 0 3px 10px;
    height: 18px;
    border: none;
    float: left;
    background: #FFF url(../images/hd_input.gif) no-repeat left top;
}

#branding input.botao
{
    width: 21px;
    height: 21px;
    border: none;
    background: #FFF url(img/hd_bt.gif) no-repeat right top;
    text-align: left;
    font-size: 1px;
    color: #FFF;
    outline: none;
    cursor: hand;
    cursor: pointer;
}
*/
.textDisabled
{
    height: 18px;
    background-color: #D2D2D2;
    border-style: solid;
    border-width: 1px;
    color: #000000;
}

.textEnabled
{
    height: 18px;
    border-style: solid;
    border-width: 1px;
    color: #000000;
}

.numDisabled
{
    height: 18px;
    background-color: #D2D2D2;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.numEnabled
{
    height: 18px;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.disabled
{
    background-color: #D2D2D2;
    border-style: solid;
    border-width: 1px;
    color: #000000;
}

.enabled
{
    border-style: solid;
    border-width: 1px;
    color: #000000;
}

.hide
{
    display: none;
}

.divTitulo
{
    clear: both;
    border-bottom: 1px solid #3d6281;
    text-align: left;
    width: 800px;
}

.titulo
{
    color: #3d6281;
    font-size:medium;
    font-weight: bold;
}

.msg
{
    /* padding: 5px; */
    color: #FFFFFF;
    font-weight: bold;
}

.msgErro
{
    /* padding: 5px; */
    color: #FFFFFF;
    font-weight: bold;
}


.relTitulo
{
    font-weight: bold;
    font-size: 20px;
}

.relLabel
{
    float: left;
    padding: 4px;
    background-color: #F3F3F3;
    width: 125px;
    border: 1px solid #000000;
    font-weight: bold;
}

.relLabel2
{
    float: left;
    padding: 4px;
    background-color: #F3F3F3;
    width: 100px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-weight: bold;
}

.button
{
    border: 1px solid;
    border-color: #4e667e #5e7488 #425c71; /* padding-top:1px; 	padding-bottom:1px; */
    padding: 5px 20px 5px 20px;
    background: #98aec1 repeat-x 0 0 url(commonButton2.gif);
    color: #FFFFFF;
    font: 12px "segoe ui",tahoma, sans-serif;
    cursor: hand;
    cursor: pointer;
}

.button[disabled="disabled"]
{
    background: #d2d2d2 repeat-x 0 0 url(commonButton3.gif);
    color: #D2D2D2;
    cursor: default;
}

.rmRootLink
{  
    color: #FFFFFF;
}  

