/* CSS Document */

/* basic elements */

html,body{margin:0; padding:0; height:100%;}

body, h1, h2, h3, h4, h5, h6, p, ul, li, form {
	margin: 0px;
	padding: 0px;
	border:0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	/*background:url(img/fundo.jpg) repeat-x left bottom;*/
	line-height: 15px;
}

/*
LINKS --------------------- */

a {
	font-size: 11px;
	color: #999999;
	text-decoration: none
}

a:hover {
	color: #666666;
	text-decoration: underline
}

a:active {
	color: #333333;
}

a img {
	border-width: 0; 
	border-style: none;
}

/*
COMMON --------------------- */

br {
	clear: both;
}

hr {
	display: none;
}

p {
	margin: 0; 
	padding-top: 1em; 
	line-height: 150%;
}

.box {
	border: 1px solid #999;
	padding: 4px;
	width: 850px;
    }


/*
MASTHEAD + SUBMAST --------------------- */

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
}

h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}


/*
TABLES ------------------- */


/*
TABLE A ----- */

#box-table-a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 900px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th {
	font-size: 12px;
	padding: 8px;
	background: #117EB2;
	border: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	font-weight:bold;
}

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

#box-table-a td {
	padding: 8px;
	border: 1px solid #FFF;
	color: #666;
}
#box-table-a tr:hover td {
	background: #d0dafd;
	color: #339;
}

#box-table-a .odd {
	background: #F2F2F2; 
}

#box-table-a .odd2 {
	background: #E5E5E5; 
}


#table-icon th {
	border: none !important;
	padding:0;
	margin:0;
	}

#table-icon td {
	border: none !important;
	padding:0;
	margin:0;
	}



/*
TABLE B ----- */

#box-table-b {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 872px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-b th {
	font-size: 12px;
	padding: 8px;
	background: #117EB2;
	border: 2px solid #FFF;
	border-right: 2px solid #FFF;
	color: #FFF;
	text-align: right;
	font-weight:bold;
}
#box-table-b td {
	padding: 8px;
	border: 2px solid #FFF;
	border-left: 4px solid #FFCC00;
	color: #666;
	background:#E5E5E5;
	text-align:left;
}

/*
TABLE C ----- */

#box-table-c {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 872px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-c th {
	font-size: 12px;
	padding: 8px;
	background: #117EB2;
	border: 2px solid #FFF;
	border-right: 2px solid white !important;
	color: #FFF;
	text-align: right;
	font-weight:bold;
}
#box-table-c td {
	padding: 8px;
	border: 2px solid #FFF;
	border-left: 4px solid #FFCC00;
	color: #666;
	background:#E5E5E5;
	text-align:left;
}

#box-table-c .odd {
	border-left: 4px solid #FFCC00;
}

#box-table-c .odd2 {
	border-left: 4px solid #FFF;
}

#box-table-c th .white {
	border-right: 2px solid #FFF !important;
}
#box-table-c tbody th .white {
	border-right: 2px solid #FFF !important;
}


/*
TABLE D ----- */

#box-table-d {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 350px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-d th {
	font-size: 12px;
	padding: 8px;
	background: #117EB2;
	border: 2px solid #FFF;
	border-right: 2px solid white !important;
	color: #FFF;
	text-align: right;
	font-weight:bold;
}
#box-table-d td {
	padding: 8px;
	border: 2px solid #FFF;
	color: #666;
	background:#E5E5E5;
	text-align:left;
}
#box-table-d .white {
	background:#FFF;
}



/*
TABLE E ----- */

#box-table-e {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 400px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-e th {
	font-size: 12px;
	padding: 8px;
	background: #117EB2;
	border: 2px solid #FFF;
	border-right: 2px solid white !important;
	color: #FFF;
	text-align: right;
	font-weight:bold;
}
#box-table-e td {
	padding: 8px;
	border: 2px solid #FFF;
	color: #666;
	background:#E5E5E5;
	text-align:left;
}



/*
TABLE F ----- */

#box-table-f {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 300px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-f th {
	font-size: 12px;
	padding: 8px;
	background: #CCCCCC;
	border: 2px solid #FFF;
	border-right: 2px solid white !important;
	color: #666;
	text-align: center;
	font-weight:bold;
}
#box-table-f td {
	padding: 8px;
	border: 2px solid #FFF;
	color: #666;
	background:#E5E5E5;
	text-align: right;
}

#box-table-f .cor1 {
	background: #F2F2F2;
}

#box-table-f .cor2 {
	background: #E5E5E5;
}


/*
TABLE G ----- */

#box-table-g {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 200px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-g th {
	font-size: 12px;
	padding: 8px;
	background: #FFF;
	border: 2px solid #FFF;
	border-right: 2px solid white !important;
	color: #666;
	text-align: center;
	font-weight:bold;
}
#box-table-g td {
	padding: 8px;
	border: 2px solid #FFF;
	color: #666;
	background:#E5E5E5;
	text-align: right;
}



/*
TABLE H ----- */

#box-table-h {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 200px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-h th {
	font-size: 12px;
	padding: 8px;
	background: #FFF;
	border: 2px solid #FFF;
	border-right: 2px solid white !important;
	color: #666;
	text-align: center;
	font-weight:bold;
}
#box-table-h td {
	padding: 8px;
	border: 2px solid #FFF;
	color: #666;
	background:#E5E5E5;
	text-align: right;
}

#box-table-h .cor1 {
	background: #F2F2F2;
}

#box-table-h .cor2 {
	background: #E5E5E5;
}


/*
TABLE I ----- */

#box-table-i {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	padding:0;
	border:0;
}

#box-table-i td {
	font-size: 12px;
	padding: 0px;
	border: 0px;
	color: #666;
	font-weight:bold;
}




/*
TABLE J ----- */

#box-table-j {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	width: 860px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-j th {
	font-size: 11px;
	padding: 8px;
	background: #117EB2;
	border: 2px solid #FFF;
	border-right: 2px solid white !important;
	color: #FFF;
	text-align: right;
	font-weight:bold;
}
#box-table-j td {
	padding: 8px;
	border: 2px solid #FFF;
	color: #666;
	background:#E5E5E5;
	text-align:left;
	width:67px;
}
#box-table-j .white {
	background:#FFF;
}

#box-table-j .total {
	font-weight:bold;
	text-align:right
}

#box-table-j .right {
	text-align:right;
}



/*
TABLE K ----- */

#box-table-k {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	width: 460px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-k th {
	font-size: 11px;
	padding: 8px;
	background: #117EB2;
	border: 2px solid #FFF;
	border-right: 2px solid white !important;
	color: #FFF;
	text-align: right;
	font-weight:bold;
	width:200px;
}
#box-table-k td {
	padding: 8px;
	border: 2px solid #FFF;
	color: #666;
	background:#E5E5E5;
	text-align:left;
}


/*
TABLE L ----- */

#box-table-l {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	width: 460px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-l th {
	font-size: 11px;
	padding: 8px;
	background: #117EB2;
	border: 2px solid #FFF;
	border-right: 2px solid white !important;
	color: #FFF;
	text-align: right;
	font-weight:bold;
	width:200px;
}
#box-table-l td {
	padding: 8px;
	border: 2px solid #FFF;
	color: #666;
	background:#E5E5E5;
	text-align:left;
}

#box-table-l .empty {
	background:#FFF;
}

#box-table-l .right {
	text-align:right;
	background:#FFF;
}



/*
TABLE M ----- */

#box-table-m {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 650px;
	text-align: left;
	border-collapse: collapse;
}

#box-table-m th {
	font-size: 12px;
	padding: 8px;
	background: #117EB2;
	border: 2px solid #FFF;
	border-right: 2px solid white !important;
	color: #FFF;
	text-align: right;
	font-weight:bold;
}
#box-table-m td {
	padding: 8px;
	border: 2px solid #FFF;
	color: #666;
	background:#E5E5E5;
	text-align:left;
}
#box-table-m .white {
	background:#FFF;
}


/*
TABLE N ----- */

#box-table-n {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 900px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-n th {
	font-size: 12px;
	padding: 4px;
	background: #117EB2;
	border: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	font-weight:bold;
}
#box-table-n td {
	padding: 8px;
	border: 1px solid #FFF;
	color: #666;
	text-align:center
}
#box-table-n tr:hover td {
	background: #FFF;
	color: #339;
}






/*
TABLE GERAL ----- */

.box-table-geral {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	width: 860px;
	text-align: left;
	border-collapse: collapse;
}

.box-table-geral th {
	font-size: 11px;
	padding: 8px;
	background: #117EB2;
	border: 2px solid #FFF;
	border-right: 2px solid white !important;
	color: #FFF;
	text-align: right;
	font-weight:bold;
}
.box-table-geral td {
	padding: 8px;
	border: 2px solid #FFF;
	color: #666;
	/*background:#E5E5E5;*/
	text-align:left;
}

.box-table-geral tr:hover td {
	background: #d0dafd;
	color: #339;
}

.box-table-geral-right {
	text-align: right !important;
}

.box-table-geral-center {
	text-align: center !important;
}


.box-table-geral .white {
	background:#FFF;
}






/*
MASTHEAD + SUBMAST --------------------- */





/* ----------------------------*/
/* PAGE ELEMENTS */
/* ----------------------------*/


/* ----------------------------*/
/* PAGE ELEMENTS */
/* ----------------------------*/

/*
MAIN CONTENT --------------------- */

#wrapper {
	width: 100%;
	margin: auto;
}

#outer {
	width: 100%;
	margin:0 auto;
	padding: 0px;
	text-align:left; /* "remédio" para o hack do IE */
}

/*
SIDEBAR --------------------- */

#sidebar_a {
	float:left;
	width:12%;
	height:500px;
	/*background-color:#CC3;*/
	margin-bottom:180px;
}

#sidebar_b {
	float: left;
	width:88%;
	height:500px;
	/*background-color:#F90;*/
	margin-bottom:180px;
}


/*
CONTENT --------------------- */

#content {
	float:left;
	width:100%;
	height:500px;
}

#header {
	width: 100%;
	height:111px;
	float:left;
}

#logoAdm {
	width: 20%;
	height:111px;
	float:left;
}

#logo {
	width: 80%;
	height:111px;
	float:left;
	text-align:right;
}

#main {
	float:left;
	width:100%;
	height:500px;
}

#barra1 {
	border-top-width:1px;
  	border-top-style:dotted;
  	border-top-color:#999;
	width:100%;
	height:24px;
	}
	

#barra2 {
	border-top-width:1px;
  	border-top-style:dotted;
  	border-top-color:#999;
	border-bottom-width:1px;
  	border-bottom-style:dotted;
  	border-bottom-color:#999;
	width:100%;
	height:24px;
	background-color:#DBEBF3;
	color:#005A9F
	}

#barra1-icons {
	width:222px;
	height:24px;
	float:right;
	}

#barra2-submenu {
	width:65%;
	height:19px;
	float:left;
	padding-left:13px;
	padding-top: 5px;
	}
	
#barra2-data {
	width:32%;
	height:19px;
	float:right;
	font-weight:bold;
	padding-right:18px;
	text-align: right;
	padding-top: 5px;
	color:#898989;
	}
	
#print {
	width:90px;
	height:24px;
	float: left;
	}

#help {
	width:65px;
	height:24px;
	float: left;
	}

#exit {
	width:49px;
	height:24px;
	float: left;
	padding-right:18px;
	}

/*
FOOTER --------------------- */

#footer {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width:100%;
	height:180px;
	padding-top:20px;
	clear:both;
	background-color:#6CF*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color:#6CF;
	position:absolute; 
	bottom:0; 
	width:100%; 
	height:180px;/* Height of the footer */
	background:url(img/fundo.jpg);
}

/*
MISC --------------------- */

.footerTxt {
	color:#FFF;
	}

.data {
	color:#898989;
	font-weight:bold;
	}

/* ----------------------------*/
/* CUSTOM CLASSES */
/* ----------------------------*/

#bottom {
	width:100%;
	background:url(img/fundo.jpg) repeat bottom left;
	padding-top:40px;
	padding-bottom:10px;
	color:#FFF;
	font-size:11px !important;
	}

.txtForm {
	color:#00559F;
	font-size:14px;
	font-weight:bold;
	}
.bemvindo {
	color: #999;
	}.red_field {
	color: #999;
	font-weight: bold;
}
input#pesquisa {
color: #666;
background-color:#F2F2F2;
border: 1px solid #DDDDDD;
width:200px;
height:20px;
padding-left:5px;
padding-right:5px;
}

input#lupa {
background:url(img/btn_search.png) no-repeat;
width:25px;
height:23px;
border:0;
cursor:hand;
}

.txtRed {
	color:#C00;
	font-weight:bold;
	font-size:12px;
	}

.txtGreen {
	color:#0C0;
	font-weight:bold;
	font-size:12px;
	}

.txtRed2 {
	color:#C00;
	font-weight:bold;
	font-size:16px;
	}

.txtGreen2 {
	color:#0C0;
	font-weight:bold;
	font-size:16px;
	}
.red_field2 {
	color: #C00;
}


/************* List  ****************/

#lselect {
	font-size: 0.9em; 
}

#lselect ul li {
	background: transparent url(img/bullet.gif) no-repeat 0% 10%;
	padding: 3px 0 3px 25px;
	list-style-type: none;
}
