/* GLOBAL */
body
{
    color:#444;
    background: url(layout/bg-topo.jpg) repeat-x;
    text-align:left;
    line-height:14px;
    font-family:Verdana,Tahoma,Helvetica,sans-serif;
    font-size:11px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}

html, body, form
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
a {
    color:#48C;
    text-decoration:none;
}
a:hover {
    color:#048;
}

.h01 {
    display: block;
    color:#6297BC;
    font-size:19px;
    font-weight: bolder;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    color:#6297BC;
    font-size:16px;
}
h2 {    
    background: url(layout/h2.gif);
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    color:#40759A;
    font-size: 14px;
}
h3 {    
    color:#40759A;
    font-size: 13px;
}
img{
    border: 0;
}
fieldset {
    width: 95%;
    display: block;
    border: 1px solid #B5B8C8;
    padding:1%;
    margin:1%;
}
legend {
    color: #15428B;
    font-size:11px;
    font-weight:bold;
    padding: 2px 4px;
}
label {
    display: block;
    float:left;
    width: 97%;
    margin: 5px 1% !important;
    margin: 5px 0.5%;
    line-height: 1em;
}
.input-text,
select,
textarea {
    width: 98%;
    margin: 2px 0;
    padding: 3px;
    border: 1px solid #B5B8C8;
}
select {
    width: 99%;
    padding:2px 3px;
}
textarea{
    height: 100px;
}
button {
    padding:1px 15px;
}

.input-text{
    background: #FFF url(forms/text-bg.gif) repeat-x;
}


/* LAYOUT */

#root{
    width: 100%;
    position: relative;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* TOPO */
#topo{
    display: block;
    width: 96%;
    height: 85px;
    padding: 25px 2% 0;
}
#logo {
    color:#fff;
    float:left;
    width: 300px;
    text-align:center;
}
#topo #logo h1 {
    font-size: 2em;
    letter-spacing:-2px;
    margin: 0;
}
#topo #usuario
{
    width: auto;
    float: right;
    color: #000;
    text-align: right;
    line-height: 20px;
}

#menu {
	margin: auto;
    padding: 0 20px;
    height: 33px;
    font-size: 11px;
    font-weight: bold;
	color: white;
	width: 850px;
}

/* CONTEUDO */
#conteudo{
    width: 790px;
    min-width: 790px;
    margin: 0 auto;
    padding: 10px 0px 200px;
}


/* RODAPE */
#rodape{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    padding: 20px 0 15px;
    width: 100%;
    height: 40px;
    font-size: 9px;
    text-align: center;
    border-top-width: 3px;
    border-top-style: double;
/*    color: #FFF;
    background: url(layout/bg-rodape.jpg) repeat-x;*/
}


/* GERAL */

.visible {visibility:visible}
.hidden {visibility:hidden}

.block {display:block}
.none {display:none}

.full
{
    width:100%;
    height:100%;
}
.auto
{
    width:auto;
    height:auto;
}
.float-left {
    float:left;
}
.float-right {
    float:right;
}
.align-left {
    text-align:left;
}
.align-right {
    text-align:right;
}
.clear{
    clear:both;
    width: 0;
    height: 0;
    line-height: 0;    
}

.mh1 {margin: 0 1%}
.mh2 {margin: 0 2%}

.w100 {width: 100%}
.w95 {width: 95%}
.w90 {width: 90%}
.w85 {width: 85%}
.w80 {width: 80%}
.w75 {width: 75%}
.w70 {width: 70%}
.w66 {width: 66%}
.w65 {width: 65%}
.w60 {width: 60%}
.w50 {width: 50%}
.w45 {width: 45%}
.w40 {width: 40%}
.w35 {width: 35%}
.w33 {width: 33%}
.w30 {width: 30%}
.w25 {width: 25%}
.w20 {width: 20%}
.w15 {width: 15%}
.w10 {width: 10%}

.h50 {height: 50px}
.h100 {height: 100px}
.h150 {height: 150px}
.h200 {height: 200px}
.h250 {height: 250px}


.xxx-small {width:50px;}
.xx-small {width:150px;}
.x-small {width:200px;}
.small {width:250px;}
.large {width:300px;}
.x-large {width:350px;}
.xx-large {width:400px;}
.xxx-large {width:450px;}
.xxxx-large {width:500px;}

.tabelaCor1 {
    background-color: #FFF;
}
.tabelaCor2 {
    background-color: #EFEFEF;
}


/* by Leandro - depois coloque onde achar melhor */
.errorMsg{
    background: url(icons/error_big.gif);
    padding-top: 32px;
    margin-top: 8px;
    background-position: top;
    background-repeat:no-repeat;
    color: red;
    text-align: center;
    margin-bottom: 30px;
}

.loading{
    background: url(icons/loading.gif);
    height: 120px;
    width: 60px;
    text-align: center;
    margin: auto;
    background-position: center;
    background-repeat:no-repeat;
}

/* by Leandro - depois coloque onde achar melhor */
.successMsg{
    background: url(icons/success_big.gif);
    margin-top: 8px;
    padding-top: 52px;
    background-position: top;
    background-repeat:no-repeat;
    color: green;
    text-align: center;
    margin-bottom: 30px;
}

#root label.modal,
#root div.modal {
    float: none !important;
    float: none;
    margin: 0 auto !important;
    margin: 0 auto;
}

/*
Futurepages
*/

.paginator {
    text-align: center;
    font-size: 12px;
    margin-right: 20px;
    margin-bottom: 4px;
}

.paginator a {
    font-weight: normal;
    text-decoration: none
}

.paginator a:hover {
    font-weight: normal;
    text-decoration: underline
}

.box3 {
    background-color: #DFE8F6;
    margin: 0 0 0 0;
}

@media print {
    
    #topo, 
    #menu,
    #rodape,
	.boxExt,.notToPrint{
        display:none
    }

	table.print {
		border-collapse:collapse;
	}
	table.print td {
		border:1px solid #000;
	}
	table.print table td {
		border:0;
	}

    
}