@import url('yui/reset.css');
@import url('yui/fonts.css');
@import url('yui/base.css');

@import url('util.css');
@import url('uhtml.css');

.uhtml {
	font: 12px Arial, Verdana, serif;
	color: #333333;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
}

.uhtml h1 {
	font-size: 20px;
	color: #CC6600;
	padding: 15px 0 5px 5px;
	margin: 0;
}

.uhtml h2 {
	font-size: 15px;
	color: #789158;
	font-weight: normal;

	padding: 10px 5px 10px 0;
	margin: 0;
}

.uhtml a {
	color: #ED9C2E;
	text-decoration: none;
}

.uhtml a:hover {
    color:#ED9C2E;
	text-decoration: underline;
}
body {
	background: #B1C129 url('../images/bg_body.jpg') repeat-x 0 0;
	padding: 0;
	margin: 0 auto;
    height: 100%;
	position: relative;
}
body #line{
    position:absolute;
    top:0;
    height:3px;
    width:100%;
    background:#425F2D;
    left:0;
    z-index:1;
}
#container {
	position: relative;
	width: 920px;
	height: 100%;
	
	margin: 0 auto;
}

#header {
	position: relative;
	overflow: hidden;
	width: 920px;
	height: 233px;
	margin: 0;
	padding: 0;
}
#header .login {
	background: transparent url('../images/area_restrita.jpg') no-repeat 0 0;
	position: absolute;
	width: 100px;
	height: 25px;
	top: 3px;
	right: 185px;
    z-index:1;
}
#splitter {
	background: white;
	position: absolute;
    right:130px;
    z-index:1;
    top:2px;
    display:none;
    overflow:hidden;
    width:390px;
    height:25px;
    text-align:right;
    opacity:0.5;
    filter:alpha(opacity=50);
}
#splitterl {
	background: white;
	position: absolute;
    right:130px;
    z-index:1;
    top:2px;
    overflow:hidden;
    width:260px;
    height:25px;
    text-align:right;
    opacity:0.5;
    filter:alpha(opacity=50);
}
#escondeLogin{
    background: transparent url('../images/bt_sair.gif') no-repeat 0;
    position:absolute;
    top:5px;
    right:135px;
    font-size:13px;
    font-weight:bold;
    z-index:2;
    text-decoration:none;
    opacity:0.8;
    filter:alpha(opacity=80);
    height:16px;
    width:16px;
    display:none;
}
#btrestrito{
    position:absolute;
    width:100px;
    height:25px;
    top:2px;
    display:block;
    right:185px;
    z-index:1;
    background: transparent url('../images/area_restrita.jpg') no-repeat 0;
}
#logoffi{
    position:absolute;
    top:5px;
    right:150px;
    z-index:2;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
    color:#215500;
}
#logoffimg{
    position:absolute;
    top:0;
    right:-20px;
}
#logoffi:hover{
    text-decoration:underline;
}
#frmLogin{
    position:absolute;
    top:5px;
    z-index:2;
    right:160px;
    display:none;
}
#frmLogin input{
    border:0;
    font-size:12px;
    background:white;
    opacity:0.7;
    filter:alpha(opacity=70);
    height:16px;
}
#frmLogin label{
    font-size:12px;
    font-weight:bold;
    color:#215500;
}
#frmLogin #btlogin{
    height:17px;
    background: transparent url('../images/fundobtok.jpg') no-repeat 0;
    border:0;
    width:23px;
    opacity:0.8;
    filter:alpha(opacity=80);
}
#frmLogin #login{
    width:180px;
}
#frmLogin #senha{
    width:60px;
}
#logado{
    top:5px;
    position:absolute;
    right:320px;
    font-weight:bold;
    font-size:13px;
    font-family:arial;
    color:#215500;
    z-index:2;
}
#logo {
	background: #FFF url('../images/logo.jpg') no-repeat 0 0;
	
	position: absolute;
	overflow: hidden;
	width: 324px;
	height: 135px;
}

.link-logo {
	position: absolute;
	text-decoration: none;
	width: 324px;
	height: 135px;
	
	top: 0;
	left: 0;
}

#img-topo {
	background: transparent url('../images/img_bg_topo.jpg') no-repeat; 
	
	position: absolute;
	overflow: hidden;
	width: 374px;
	height: 224px;
	right: 0;
}
#topo-content {
    position:absolute;
    top:224px;
    right:31px;
}

#tblinks{
    position:relative;
    float: right;
    right:0;
    margin-top:5px;
    margin-right:10px;
    padding:5px;
    top:0;  
    width:180px;
    border-left:1px dashed #C0C0C0;
    height:auto;
}
#tblinks #font{
    font-size:13px;
    text-align:left;
    color:#789158;
    padding-bottom:10px;
    font-weight:bold;
}
#tblinks a{
    font-size:11px;
    padding:0 0 0 3px;
    color:gray;
}
#tblinks a:hover{
    font-size:11px;
    padding:0 0 0 3px;
    color:#333;
}

#frmSearch {
    background: transparent url('../images/search.gif') no-repeat;
	position: absolute;
	text-decoration: none;
	width: 175px;
	height: 25px;
	top: 60px;
	right: 360px;
    opacity:0.8;
    filter:alpha(opacity=80);
}
#frmSearch input {
	font: normal 12px Tahoma, Verdana, Arial, serif;
    font-weight:bold;
	color: #333;
	background-color: transparent;
	border-style: none;
	position: absolute;
	width: 128px;
	height: 20px;
	right: 36px;
    top:5px;
}

.bt-search {
	position: absolute;
	display: block;
	width: 25px;
	height: 22px;
	top: 0;
	right: 6px;

}
#menu {

	background: transparent url('../images/bg_menu.jpg') repeat-x 0 0;
	position: absolute;
	width: 850px;
	height: 58px;

	padding: 0;
	margin: 150px 35px 16px 35px;

	opacity: 0.5;
	filter: alpha(opacity=50);
}

#menu #left {
	position: absolute;
	width: 6px;
	height: 58px;
	padding: 0;
	margin: 0;
	left: 0;
}

#menu #right {
	background: transparent;
	position: absolute;
	width: 6px;
	height: 58px;
	padding: 0;
	margin: 0;
	right:0;
}

#nav {

	position: absolute;
	width: 850px;
	height: 31px;
	padding: 0;
	margin: 153px 35px 16px 35px;

}

#nav a:hover,
#nav a.selected {
	color: #2CA4E4;
	text-decoration: none;
}

#nav ul {
	list-style: none;
	
	padding: 0;
	margin: 1px auto;
	float: left;
	height: 30px;
	
	display: inline;
}

#nav ul li {
	
	position: relative;
	overflow: hidden;
	float: left;
	height: auto;
	valign: middle;
	padding-left: 10px;
	margin: 3px 5px;
	height:50px;
	display: inline;
}

#nav ul li a {
	
	position: relative;
	overflow: hidden;
	font: bold 12px Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	width: auto;
	
	display: inline;
}

#nav ul li a:hover,
#nav ul li a.selected {
	background: #CBD355;
	color: #364E24;
}

#subnav {

	position: absolute;
	width: 850px;
	height: 31px;
	padding: 0;
	margin: 185px 35px 16px 75px;

}
#subnav a{
	color: green;
	text-decoration: none;
    margin-right:15px;
    font-weight:bold;
}

#subnav a:hover,
#subnav a.selected {
	color: #84964A;
	text-decoration: underline;
}

#subnav ul {
	list-style: none;

	padding: 0;
	margin: 1px auto;
	float: left;
	height: 30px;

	display: inline;
}

#subnav ul li {

	position: relative;
	overflow: hidden;
	float: left;
	height: auto;

	padding-left: 10px;
	margin: 3px 5px;

	display: inline;
}

#subnav ul li a {

	position: relative;
	overflow: hidden;
	font: bold 12px Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;

	width: auto;

	display: inline;
}

#subnav ul li a:hover,
#subnav ul li a.selected {
	background: #CBD355;
	color: #364E24;
}

#content {
	background: transparent url('../images/bg_content.jpg') repeat-y 0;
	position: relative;
	width: 860px;
	min-height: 312px;
	height: auto;
	padding: 0;
	margin-left: 29px;
	margin-right: 29px;

}
#content .leftcontent {
	position: absolute;
	width: 4px;
	padding: 0;
	margin: 0;
	left: 0;

}

#content .rightcontent {
    background: transparent url('../images/content_right_bg.jpg') repeat-y 0;
	position: absolute;
	width: 6px;
	right:0;
    top:0;
    height:312px;

}

#content .main{
	margin: 0;
}
#imghome{
    background:url('../images/home.jpg') no-repeat 0 0;
    width:836px;
    height:310px;
    margin: 0 0 0 23px;
}
#footer {
	position: relative;
	width: 862px;
	height: auto;
	
	padding: 0;
	margin-left: 29px;
	margin-right: 29px;
	top: 0;

}

#palha{
	background:url('../images/palha.jpg') repeat-x;
	position: relative;
	width: 850px;
	height: 30px;
	left:4px;
	padding: 0;
	top:175px;
}

#footer .main {
	background: transparent;
	font: 11px Arial, Verdana, sans-serif;
	color: #495109;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 5px;
	text-align: center;

}
.rodape{
	font: 11px Arial, Verdana, sans-serif;
	color: #495109;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;
}
#footer .main a {
	color: #495109;
	text-decoration: none;
	font-weight: bold;
}

#footer .main a:hover {
	color: #495109;
	text-decoration: underline;
}
#footer .webmail{
	margin-top:5px;
    height:30px;
    background:#314D21;
    padding-top:5px;
    width:150px;
    margin-left:350px;
}

#footer .webmail a {
	font: 11px Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
    line-height:24px;
}

#footer .webmail a:hover {
	color: #fff;
	text-decoration: underline;
}


h1 {
	font: 20px Arial, Verdana, sans-serif;
	color: #CC6600;
	padding: 15px 5px 5px 5px;
	margin: 0;
}

p {
	font: 12px Arial, Verdana, sans-serif;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

p, img {
	border: 0;
}
#imgmail{
    position:absolute;
    left:30px;
    top:15px;
}
#tb_contato{
    position:relative;
    text-align:left;
    float:left;
    left:45px;
    bottom:0;
    color: gray;
}
#tb_contato td{
    padding: 5px 0 0 15px;
    border:1px solid gray;
}
#tb_contato td a{
    text-decoration:none;
    color:gray;
}
#tb_contato td a:hover{
    color:#B9CC7E;
}

.btarea {
	background: transparent url('../images/area_restrita.jpg') no-repeat 0 0;
	position: absolute;
	width: 100px;
	height: 25px;
	top: 3px;
	right: 185px;
    z-index:1;
}
.user-area {
	font: bold 12px Tahoma, Verdana, Arial, serif;
	color: #036;
	text-align: right;
	background: #F9F9F9 url('../images/grid_header.gif') repeat-x 0;
    overflow:hidden;
	position: relative;
	display: block;
	width: auto;
	height: 0;
    z-index:1;
	padding: 0 10px;
}

.user-area a {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}

.user-area a:hover {
	color: #00A47E;
}

.user-area label {
	font: bold 11px Tahoma, Verdana, Arial, serif;
	color: #000;

	position: relative;
	top: 4px;

	margin-right: 2px;
	margin-left: 8px;
}

.user-area input {
	font: normal 11px Tahoma, Verdana, Arial, serif;
	color: #777;
	border: 1px solid #CCC;

	position: relative;
	width: 130px;

	top: 4px;
	padding: 2px;
}

.user-area #bt-acessar {
	font-weight: bold;
	font-size: 10px;
	background-color: #F5F5F5;

	width: 52px;
	height: 19px;

	top: 4px;
	margin-left: 8px;
}

/*-----------------------------------------------------------------------------*/

