%STARTINCLUDE%
/* generated by COLIVRE www.colivre.coop.br */
/* Author: Valessio S Brito <valessio@colivre.coop.br> */
body{
background: url("%ATTACHURL%/bgin_barleft.jpg") left top no-repeat;
margin:0px;
padding:0px;
font:italic 14px/1.5em Verdana, Arial, sans-Serif;
}
/* HEADER */
#header{
background: url("%ATTACHURL%/bgin_top.png") repeat-x;
height: 50px;
margin: 0;
padding: 0;
}
/* Logo Fix */
#logo img{
position: absolute;
top:0;
left:0;
border:0;
z-index:1;
}
#logo a{position:relative;}/* set stacking context*/
#logo span{
visibility:hidden;/* hide message initially*/
position: absolute;
top:0;
left:0;
border:0;
z-index: 2;
}
#logo a:hover {visibility:visible}/* ie bug needed to make span show*/
#logo a:hover span{visibility:visible;}/* reveal image*/
/* Menu */
#menu{
background: transparent;
color: #EDFFED;
height: 40px;
font:bold 18px/1.5em Verdana, Arial, sans-Serif;
float: right;
}
#menu ul{
background: url("%ATTACHURL%/bg_menu_in.png") center bottom no-repeat;
margin: 0px;
padding: 0px;
list-style: none;
}
#menu ul li{
float: left;
position: relative;
margin-left: 7px;
margin-right: 7px;
}
#menu span {
cursor: pointer;
}
#menu ul ul {
display: none;
position: absolute;
width: 150px;
z-index: 100;
margin-left: -15px;
padding: 0px;
padding-bottom: 15px;
}
#menu ul ul li {
font:bold 14px/1.8em Verdana, Arial, sans-Serif;
float: none;
padding-left: 10px;
padding-right: 10px;
}
#menu ul ul li a:link,
#menu ul ul li a:active,
#menu ul ul li a:visited {
color: #2e5923;
display: block;
text-decoration: none;
}
#menu ul ul li a:hover {
color: #5aad0a;
}
#menu span a{
color: #EDFFED;
/* display: block; */
text-decoration: none;
/* letter-spacing: -1px; */
}
#menu a:hover {
color: #2e5923;
}
#menu hr {
border: 1px solid #2e5923;
}
/* User Bar */
#user_bar {
height: 45px;
margin-top: -10px;
margin-left: 180px;
margin-right: 10px;
z-index: 55;
}
#user_bar a {
text-align: center;
height: 100%;
width: 100%;
display: inline;
margin: 2px;
text-decoration: none;
font: 12px/1.0em Verdana, Arial, sans-Serif;
color: #2e5923;
}
#user_bar a:link {
font-weight: bold;
color: #2e5923;
}
#user_bar a:visited {
font-weight: normal;
color: #999999;
}
#user_bar a:hover {
font-weight: bold;
color: #477e3e;
}
#user_bar a:active {
font-weight: bold;
color: #2e5923;
}
/* Title */
#sec {
margin-left: 180px;
margin-right: 5px;
text-align: center;
margin-top: 5px;
padding-right: 5px;
font-size: 20px;
line-height: 26px;
letter-spacing: 2px;
color: #477e3e;
}
/* CONTENT */
#content{
font: 14px/1.3em Verdana, Arial, Serif;
}
/* TAB */
.tabContent{
margin-left: 180px;
margin-right: 5px;
padding: 5px;
}
.tabs {
position: relative;
width: 172px;
list-style: none;
float: left;
z-index: 6;
}
.tabs ul {
margin: 0px;
padding-left: 3px;
list-style: none;
}
.tabs a {
font:bold 12px/1.0em Verdana, Arial, sans-Serif;
text-align: left;
color: #5aad0a;
text-decoration: none;
}
.tabs a:hover {
color: #545454;
}
/* H1 H2 H3 */
h1, h2, h3 {
text-align: center;
margin: 0.8em 0;
color:#54951f;
font-size:1.4em;
}
h2 {
font-size:1.2em;
}
h3 {
font-size:1.0em;
}
/* Table */
table {
background: white;
color: #666;
border-collapse: collapse;
margin-bottom: 1em;
}
table .erase_line {
background-color: white;
border: none;
}
tr:hover {
/* background-color: #ffc; */
}
td, th {
border: 1px solid #477e3e;
}
td {
padding: 0.5em;
}
th {
background: #8cc63e;
color: black;
padding: 0.25em;
}
div.warning {
background-color: #fdd;
border: 1px solid red;
padding: 0.5em;
}
/* FOOTER */
#footer{
position: relative;
clear: both;
padding-top: 10px;
height: 40px;
color: #545454;
font: 10px/1.0em Verdana, Arial, Serif;
text-align: center;
z-index:0;
}
/* MiniBT in Footer */
#minibt{
position: absolute;
bottom: 3px;
left: 10px;
}
#minibt img{
border: 0px;
}
#minibt a{
opacity: 0.5;
filter: alpha(opacity=50);
-moz-opacity:0.5
}
#minibt a:hover {
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity:0.8
}
#btsPower {
text-align: center;
margin-top: 3px;
}
/* Noticias Box */
#noticias{
background: #FFFFFF url("%ATTACHURL%/bg_boxsign.jpg") no-repeat;
float: right;
display: block;
width: 200px;
margin-left: 10px;
margin-top: 20px;
text-align: left;
}
#noticias .todasnews{
background: #FFFFFF url("%ATTACHURL%/bg_box_bottom.jpg") bottom center no-repeat;
margin-top: 15px;
width: 200px;
height: 50px;
text-align: center;
}
%STOPINCLUDE%