/*------------------------------------------------------------------
# Ballum Desenvolvimento
#
# Author:       Igor Pimentel
# Project:      Sistema Monólitos
# Version:	    1.9
# Last change:	09/02/10
-------------------------------------------------------------------*/
/** RESET *****/
a {
    color:#0000FF;    
}

div.box h4 {
    color:#000099;
    border-bottom-color: #E77817;
}
div.box h3 {
    color:#000099;
    border-bottom-color: #E77817;
}
div.box h2 {
    color:#000099;
    border-bottom-color: #E77817;
}
.botao {background:#0000FF;}
/** HEADER *****/
#header {
    background:transparent url(images/sistema/header_bg.jpg) 0px 25px repeat-x;    
}
#header #logos h1 {
    background:transparent url(images/sistema/logo.png) no-repeat;    
}
#header #logos #outraslogos {
    background:transparent url(images/sistema/header_logos_bg.png) no-repeat;
}
#header #menu {
    background:transparent url(images/sistema/menu_bg.png) repeat-x;
}
#header #menu #menuitens ul li a {    
    background-image: url(images/sistema/menu.png);
}
#content #maincolumn div.mais a {    
    color:#0000FF;
    border-bottom-color:#E77817;
}
#content #maincolumn div.mais2 {    
    border-bottom-color:#E77817;
}