/* 
    Document   : layout
    Created on : 05/06/2009, 13:46:30
    Author     : Marcelo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
	margin: 1px 1px 1px 1px;
	font-family: arial;
	font-size: 12px;
	background:url("fundo.gif");
	background-repeat:repeat-x;
    background-color:#f9efe0;
}

#topo {
    position: absolute;
	margin: 0 0 0 0;
	width: 728px;
	height: 90px;
	top: 0;
	left: 10px;
	background-color: #ffffff;
}

#direita {
    position:absolute;
	margin: 0 0 0 0;
    background-color:#e8e8e8;
	left:738px;
	top:0;
	width:2px;
	height:544px;
}

#esquerda {
    position:absolute;
	margin: 0 0 0 0;
    background-color:#e8e8e8;
	left:0px;
	top:0;
	width:2px;
	height:544px;
}

#esquerdaL {
    position:absolute;
	margin: 0 0 0 0;
    background-color:#e8e8e8;
	left:8px;
	top:0;
	width:2px;
	height:544px;
}

#menu {
    font-family:"Garamond";
    font-size:14px;
    color:#484747;
    top:15px;
    left:2px;
    width:170px;
    height:352px;
    border-right:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8;
}

#tabela2 tr td{
    font-family:"Garamond";
    font-size:14px;
    color:#484747;
    border-right:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8;
}

ul {
    list-style:none;
    padding:2px;
    width:180px;
    
}

ul li {
    padding:7px;
    
}

ul li a{
    display:block;
    width:162px;
    border-bottom:1px dotted #ccc;
}

ul li a:hover{
    color:#7b1a1a;    
    background-color:#eee;
    
}

#pesquisa{    
    left:5px;
    width:180px;
    
}

#conteudo {
    position:absolute;
    top:10px;
    left:225px;
    width: 500px;
	height:431px;
    overflow:auto;
    z-index:2;
    
}

#titulo {
    font-family:"Garamond";
    font-size:26px;
    color:#6b0606;
    text-decoration:underline;
    padding:5px;
}

#texto {
    font-family:"tahoma";
    font-size:12px;
    color:#4f4c4c;
    padding:2px;
}



#centro {
	position:absolute;
	margin: 0 0 0 0;
	width: 728px;
	height:451px;
	top:93px;
	left: 10px;
    background: url("fundoCentro1.jpg");
    background-color: #ffffff;
}

#rodape {
    position:absolute;
	margin: 0 0 0 0;
	left:10px;
	top:544px;
	width:728px;
	height:6px;
    border-top:2px solid #e8e8e8;
}

#pagLogin{
    position:absolute;
    top:0;
    width: 700px;
	height:580px;
}

#login{
    position:absolute;
    top:270px;
    left:190px;
    z-index:2;
}

#enviamono{
    position:absolute;
    visibility:hidden;
    top:5px;
    left:0px;
    width:485px;
    height:350px;
    border:2px solid #777;
    background-color:white;
    z-index:3;
}

#iframe{
    position:absolute;
    top:25px;
    left:0px;
    width:480px;
    height:325px;
    z-index:4;
}

#fecharJ{
    position:absolute;
    text-align:right;
    top:0px;
    left:0px;
    width:480px;
    height:25px;
    z-index:5;
}

a:visited{
    text-decoration:none;
    color:#8f8f8f;
}
a:hover{
    text-decoration:underline;
    color:#7b1a1a;
}
a:link{
    text-decoration:none;
    color:#8f8f8f;
}


