/*******************************************************************************

        Style sheet for kdelibs doxygen documentation.
        Copyright (c) Anders Lund <anders@alweb.dk> 2002

        This script is made available under the terms of the General Public Licence.
        You should have received a copy of the GNU General Public License
        along with this software; see the file COPYING.  If not, write to
        the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
        Boston, MA 02111-1307, USA.

********************************************************************************/

body {
        margin: 0px;
        background-color: white;
	OVERFLOW-Y: auto;
	BACKGROUND: #ffffff;
	OVERFLOW-X: hidden;
	scrollbar-face-color: #4A81D5;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
        font-family: sans-serif;
}


/* decorative header */
div.header {
        background-color: #0855C5;
        background-image: url("headerbg.jpg");
}
div.header table {
        padding: 0px;
        margin: 0px
}
div.header table tr td h1 {
        color: white;
        font: bold 20pt;
        padding-top: 0.1em;
}

/* global lind buttons at bottom of decorative header */

table.links {
        float: right;
        border:0;
        padding-left:1px
}
table.links td a {
        color: white
}

table.links td {
        padding: 0px 12px 0px 12px;
        font-size:8pt;
        /*font-weight: bold;*/
}

/* little gradient below decorative/navigation header */
div#hgrad {
        height: 12px;
        background-image: url("grad.png");
}

div#espaco {
        height: 12px;
		background-image: url("bco.gif");
		}

/* contents part of page */
div.text {
        margin: 5px;
}

div.titulo_janela {
		font-size: 10pt;
    text-align: left;
		vertical-align: center;
		color: white;
}

div.news {
        margin: 10px;
        text-align: justify;
}

div.search {
        margin: 10px;
		font-size: 8pt;
        text-align: center;
}

div.icone {
        margin: 10px;
}

div.lista_antiga {
        margin: 3px;
        text-align: left;
	vertical-align: bottom;

}

div.item_menu {
        margin: 3px;
        color: white;
        text-align: left;
	vertical-align: bottom;
}

div.menu_blog {
        margin: 3px;
        color: black;
        vertical-align: bottom;
}

div.rodape_new {
        margin: 2px;
        color: black;
		font-size: 6pt left serif;

}

table.menu {
        border:0;
        padding-left:1px
}
table.menu td a {
        color: white
}
table.menu td:hover {
        background-color:#0E4EAF;
}
table.menu td a:hover {
        color: white;
        background-color:#0E4EAF;
}
table.menu td {
        font-size:8pt;
        /*font-weight: bold;*/
}

/* contents, mostly equivalent to the default doxugen style sheet */
H1 { text-align: left; }
CAPTION { font-weight: bold }
A.qindex {}
A.qindexRef {}
A.el { text-decoration: none; font-weight: bold }
A.elRef { font-weight: bold }
A.code { text-decoration: none; font-weight: normal; color: #4444ee }
A.codeRef { font-weight: normal; color: #4444ee }
A:hover { font-style: italic}
DL.el { margin-left: -1cm }
DIV.fragment { width: 100%; border: none; background-color: #ffffee; padding: 12px }
DIV.ah { background-color: navy; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
TD.md { background-color: #ececec; font-weight: bold; }
TD.mdname1 { background-color: #ececec; font-weight: bold; color: #602020; }
TD.mdname { background-color: #ececec; font-weight: bold; color: #602020; width: 600px; }
DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
BODY { background: white }
TD.indexkey {
   background-color: #e0eef8;
   font-weight: bold;
   padding-right  : 10px;
   padding-top    : 2px;
   padding-left   : 10px;
   padding-bottom : 2px;
   margin-left    : 0px;
   margin-right   : 0px;
   margin-top     : 2px;
   margin-bottom  : 2px
}
TD.indexvalue {
   background-color: #e0eef8;
   font-style: normal;
   padding-right  : 10px;
   padding-top    : 2px;
   padding-left   : 10px;
   padding-bottom : 2px;
   margin-left    : 0px;
   margin-right   : 0px;
   margin-top     : 2px;
   margin-bottom  : 2px
}
FONT.keyword       { color: #008000 }
FONT.keywordtype   { color: #604020 }
FONT.keywordflow   { color: #e08000 }
FONT.comment       { color: #800000 }
FONT.preprocessor  { color: #806020 }
FONT.stringliteral { color: #002080 }
FONT.charliteral   { color: #008080 }



/* kde decoration at bottom */
div#bottom-nav {
        position : relative;
        background-color: transparent;
        /*width : 100%;*/
        /*top: 0px;
        left: 0px;
        right: 0px;
        margin-left: 0px;
        margin-right:0px;*/
        margin-top: 12px;
        height: 50px;
        background-image : url('bottom1.png');
        background-repeat : repeat-x;
}

/* copyright etc at bottom */
div.bottom {
        margin: 12px;
        font-size: 8pt;
        text-align: right;
}
div.bottom a {
        color: #aaaaaa
}

