﻿body {
	background-image: url('../../images/Fundo.jpg');
	background-repeat: repeat-x;
	background-color: #d9f5f6;
	margin-top: 0px;
	padding: 0px;
	border: 0;
}

table
{
    z-index :1;
}
.modalBackground {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../../images/FundoModal.png');
	background-repeat: repeat;
	z-index: 0;
}

.modalWindow {
	position: fixed;
	left: 35%;
	top: 150px;
}

#Principal
{
	padding: 0px;
	width: 950px;
	margin: 0 auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

#Corpo
{
	padding: 5px;
	font-family: Verdana;
	margin: 0 auto;
	min-height: 400px;
	background-color: White;
}

#CorpoAdmin
{
	padding: 5px;
	border-style: solid solid solid solid;
	background-repeat: repeat-x;
	border-width: 1px;
	border-color: #fb8300;
	font-family: Verdana;
	margin: 0 auto;
	min-height: 400px;
	background-color: White;
	font-size:12px;
}

#CorpoMaster
{
	font-family: Verdana;
	margin: 0 auto;
	font-size:12px;
	min-height: 600px;
	background-color: White;
	display: table;
	width: 950px;
	text-align: center;
}

#Dados
{
	font-family: Verdana;
	margin: 0 auto;
	font-size:12px;
	min-height: 600px;
	background-color: White;
	display: table;
	width: 940px;
	text-align: left;
}

#Rodape
{
	font-family: Verdana;
	font-size: 10px;
	margin: 0 auto;
	padding: 0,0,0,0;
	color: #fb8300;
	font-weight: bolder;
	color: #000000;
}

#Rodape1
{
	font-family: Verdana;
	font-size: 10px;
	margin: 0 auto;
	color: #000000;
	padding: 0,0,0,0;
	color: #fb8300;
	text-align: left;
	font-weight: bolder;
	width: 300px;
	float: left;
}

#Rodape2
{
	font-family: Verdana;
	font-size: 10px;
	margin: 0 auto;
	padding: 0,0,0,0;
	color: #000000;
	text-align: right;
	font-weight: bolder;
	float: right;
}

#Rodape a 
{
    color: #000000;
}

#Menu {
	font-family: Verdana;
	font-size:13px;
	text-align:right;
	padding-top: 1px;
	width: 950px;
}

#Menu a
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#Menu a:hover
{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

#Ajax
{
	float: left;
	display: block;
	text-align: left;
	width: 350px;
	vertical-align: top;
	color: #ffffff;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}

#Sair
{
	float: right;
	display: block;
	text-align: right;
	width: 550px;
	vertical-align: top;
	color: #ffffff;
}

#Sair a
{
	color: #ffffff;
}

#Login
{
    background-position: right;
    float: right;
    height: 104px;
    margin-top: 10px;
    padding-top: 1px;
    padding-right: 10px;
    display: block;
    text-align: right;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    width: 550px;
    vertical-align: top;
    color: #ffffff;
    background-image: url('../../images/FundoLogin.png');
    background-repeat: no-repeat;
    vertical-align:text-top;
}

#LoginAdmin
{
    background-position: right;
    float: right;
    margin-top: 0px;
    padding-top: 1px;
    padding-right: 10px;
    display: block;
    text-align: right;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    width: 550px;
    vertical-align: top;
    color: #ffffff;
    background-repeat: no-repeat;
    vertical-align:text-top;
}

#Login a
{
	text-decoration: none;
	color: #ffffff;
}

#LoginAdmin a
{
	text-decoration: none;
	color: #ffffff;
}
#Logo
{
	float: left;
	margin-top: 20px;
	display: block;
	text-align: left;
	width: 200px;
	vertical-align: top;
}

#Topo
{
	height: 80px;
}

#TopoAdmin
{
	height: 50px;
}

#Topo2
{
    height: 40px;
}

#MenuLancamentos
{
	float: left;
	display: block;
	width: 170px;	
}

#MenuLancamentos ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: small;
}

#MenuLancamentos li
{
	background-color: #0db0b7;
	color: White;
	vertical-align:middle;
	margin-bottom: 1px;
	padding-left: 10px;
	border-left: solid;
	border-left-color: #fb8300;
	border-width: 5px;
	background:transparent url(../../images/FundoMenuVert.jpg) repeat-x top left;
}

#MenuLancamentosMarcado
{
	background-color: #0db0b7;
	color: White;
	vertical-align:middle;
	margin-bottom: 1px;
	padding-left: 10px;
	border-left: solid;
	border-left-color: #fb8300;
	border-width: 5px;
	background:transparent url(../../images/FundoMenuVert.jpg) repeat-x top left;
}

#MenuLancamentos li:hover
{
	background-color: #fb8300;
	font-weight: bold;
	background:transparent url(../../images/FundoMenuVertOver.jpg) repeat-x top left;
}

#MenuLancamentos li a{ /*Non IE6 width*/
	width: auto;
	text-decoration: none;
	color: White;
	font-size: 12px;
	vertical-align: middle;
}

#MenuLancamentos li a:hover
{
	font-weight: bold;
}

#MenuLancamentos ul li a.current
{
	border-left: 10px solid #9c2a06;
	background-color: #f1dcc6;
	color: #353535;
	font-size: small;
}

#ListaLancamentos
{
    float: right;
    width: 750px;
    padding-left: 18px;
}

#MesAno
{
	width: 100%;
}

#TipoLancamento
{
	float: left;
	display: block;
	width: 350px;
}

#Saldo
{
	float: right;
	display: block;
	width: 300px;
	text-align: right;
}

#stylefour{
	position:relative;
	display:block;
	height:39px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../../images/bgOFF.gif) repeat-x top left;
	font-family: Verdana;
	border-top:4px solid #0db0b7;
	}

#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#stylefour ul li{
	display:block;
	float:left;
	margin:0;
	}

#stylefour ul li a{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(../../images/bgDIVIDER.gif) no-repeat top right;
	}

#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#fb8300;
	background:#fff url(../../images/bgON.gif) no-repeat top right;
	}

.PainelLancamento
{
	border: 2px solid #FF9933;
	width: 600px;
	background-color: White;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.PainelLancamentoInvestimento
{
	border: 2px solid #FF9933;
	background-color: White;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#VertItemMenu
{
	height: 100%;
	vertical-align: middle;
}

#ListaLancamentos2
{
	text-align: left;
	}
#TotalCategoria
{
    text-align: right;
    color: #FFFFFF;
    background-color: #FF6600;
    font-weight: bold;
}
.Tela
{
    border-style: none none solid none;
    border-width: 2px 2px 1px 2px;
    border-color: #FF6600;
}
.TituloTela
{
    color: White;
    background-color: #009999;
}
.Carregando
{
    background-color: #FFFFFF;
    border: 1px solid #FF6600;
}
.Carregando td
{
    color: #FF6600;
    font-weight: bold;
}
h2
{
    border-style: none none solid none;
    border-width: 2px;
    border-color: #FF6600;
    width: 100%;
    text-align: center;
    color: #FF6600;
    font-weight: bolder;
}

fieldset
{
    border: 1px solid #FF6600;
    padding:1em;
}

legend
{
  color: #FF6600;
  font-weight: bold;
}

.Home{
    text-align: center;
    font-family: Verdana;
    font-size: 10pt;
}
.FundoModal
{
    background-image: url('../../images/FundoModal.png');
}
.linkbotao
{
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 4px;
    background-color: #14b8c3;
    color: #FFFFFF;
    text-decoration: none;
} 
.linkbotao:link, 
.linkbotao:visited { 
   border-top: 1px solid #cccccc; 
   border-bottom: 2px solid #666666; 
   border-left: 1px solid #cccccc; 
   border-right: 2px solid #666666; 
} 
.linkbotao:hover { 
    border-bottom: 1px solid #cccccc; 
   border-top: 2px solid #666666; 
   border-right: 1px solid #cccccc; 
   border-left: 2px solid #666666; 
} 
.TituloAviso{
	text-align:left;
	background-image:url('../../images/Aviso_01.png');
	vertical-align:top;
	width: 400px;
	padding-top: 10px;
	padding-left: 12px;
	color: white;
	font-weight:bold;
}
.CorpoAviso{
	text-align:center;
	background-image:url('../../images/Aviso_02.png');
	vertical-align:top;
	height: 100%;
	padding-left: 12px;
	padding-right: 30px;
}
.TabelaAviso
{
    text-align: left;
    vertical-align: top;
    height: 150px;
    width: 350px;
    font-size: 11px;
    color: #666666;
}
.ColEAviso{
	text-align:left;
	vertical-align:top;
	height: 170px;
	width: 150px;
}
.ColDAviso
{
    text-align: left;
    vertical-align: top;
    height: 170px;
    width: 150px;
    padding-left: 12px;
}


li.headline {text-align:center;}
div#adsense {display:inline-table;margin:30px 100px;width:550px;height:250px;}

