body {
	background: #f2f2f2;
	color: #222;
	cursor: default;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type:none;
}

p {
	margin: 0 0 .9em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 36px;
	line-height: 1em;
	margin: 0 0 25px;
}


h3 {
    font-size: 22px;
    margin: 0 0px 0.2em;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 .2em;
}

h5 {
	font-size: 16px;
	line-height: 1em;
	margin: 0 0 .2em;
}

h6 {
	font-size: 14px;
	line-height: 1em;
	margin: 0 0 0;
	margin-bottom: 0px;
}

a {
    font-size: 14px;
	color: #0075b5;
	text-decoration: none;
	font-weight: bold;
}

img {
    border: 0px;
}

a:hover {
    font-size: 14px;
	color: #4698ca;
}

#aviso{
	background-color: #FFF200;
	margin-top: 45px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 14px;
	color: #999999;
	background-color: #F0EFAB;
    border: 1px solid #D1CF3F;
    padding: 5px;
	font-weight: bold;
	text-align: center;
}

#tudo {
    left: 0px;
    top: 0px;
    width: 980px;
    margin:0 auto;
}

/* Conteúdo */
#corpo{
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #999;
	margin-right: 20px;
	margin-left: 440px;
	margin-top: -319px;
	-moz-box-shadow: 0 1px 3px #444;
	-o-box-shadow: 0 1px 3px #444;
	-webkit-box-shadow: 0 1px 3px #444;
	-khtml-box-shadow: 0 1px 3px #444;
	box-shadow: 0 1px 3px #444;
}

#corpo div input {
	font-family: sans-serif;
	font-size: 12px;
	width: 494px;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 4px;
}


/* Header */
#header {
	background: #0075b5;
	height: 100%;
	width: 400px;
	margin: 0px 0px 0px 20px;
	-moz-box-shadow: 0 1px 3px #444;
	-o-box-shadow: 0 1px 3px #444;
	-webkit-box-shadow: 0 1px 3px #444;
	-khtml-box-shadow: 0 1px 3px #444;
	box-shadow: 0 1px 3px #444;
	border-bottom-color: #198ECF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #198ECF;
    border-top-style: solid;
    border-top-width: 1px;
}

.logo {
    background: transparent;
    margin-left: 2px;
}

.botao_busca {
padding-right: 5px;
    margin-top: -30px;
	float: right;
}

#header div input {
	font-family: sans-serif;
	font-size: 19px;
	width: 350px;
	color: #222;
	height: 22px;
	padding: 2px;
	margin: 0px 0px 0px 5px;
	margin-bottom: 2px;
	background-image: url(/imagens/form.png);
	border-bottom-left-radius: 2px 2px;
    border-bottom-left-radius: 2px 2px;
    border-bottom-right-radius: 2px 2px;
    border-bottom-right-radius: 2px 2px;
    border-top-color: #CCC;
    border-top-color: #CCC;
    border-top-left-radius: 2px 2px;
    border-top-left-radius: 2px 2px;
    border-top-right-radius: 2px 2px;
    border-top-right-radius: 2px 2px;
    border: 1px solid #CCC;
    outline:none;
}

/* Login */
.login {
    margin-right: 20px;
    float: right;
    margin-top: 10px;
}


/* Menu */
ul.menu li {
    width:400px;
    background: #0075b5;
    padding:0px;
	padding-top: 1px;
    line-height: 30px;
    border-style: solid;
    border-width: 0px;
    border-color: #404040 #1a1a1a #1a1a1a #505050;
    list-style-type:none;
    list-style: none;
}

ul.menu li a {
    display:block;
    width:380px;
	padding-left: 20px;
	padding-top: 1px;
    color: #fff;
    font-size:17px;
    font-family:Arial,Helvetica,sans-serif;
    text-decoration: none;
    font-weight: bold;
    list-style-type:none;
    list-style: none;
}

ul.menu li a:hover, ul.menu li:hover {
    color: #fff;
	padding-top: 1px;
    background: #4698ca;
    border-top-color: #5db1e0 !important;
    border-left-color: #5db1e0;
    list-style-type:none;
    list-style: none;
}

ul { 
    margin-top: 0; 
    margin-left: 0; 
    padding-left: 0; 
}

/* Botão */
.button_large,
.button_small,
.button {
	background: #fafafa url(/imagens/botao.png) repeat-x;
	border: 1px solid #bbb;
	color: #444;
	cursor: pointer;
	font-size: 15px;
	line-height: 18px;
	padding: 4px 12px;
	text-decoration: none;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	border-radius: 16px;
	-moz-text-shadow: 0 1px 0 #fff;
	-o-text-shadow: 0 1px 0 #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
	-khtml-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
	margin-top: 5px;
}
a.button_small,
a.button {
	padding: 4px 13px;
}
a.button_large {
	padding: 11px 14px 9px;
}

.button_large:hover,
.button_small:hover,
.button:hover {
	background-position: 0 -50px;
	background-color: #eee;
	border-color: #666;
	color: #000;
}

.button_large:active,
.button_small:active,
.button:active {
	background-position: 0 -114px;
	background-color: #eee;
}

/* Footer */
#footer {
    width:100%; 
    clear:both; 
    color:#5d5d5d; 
    margin:auto; 
    margin-top:10px;
}

#FooterCreditos {
    margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:940px;
	border-top:solid 1px #164552;
}

#FooterCreditos p {
    font-size:0.85em;
    text-align:center;
    margin-bottom:10px;
}



/* Box Cadastro */
#mask2 {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
}

#boxes2 .window2 {
    position:absolute;
    left:0;
    top:0;
    display:none;
    padding:20px;
    z-index:9999;
	box-shadow: 0px 0px 2em #000;
    -webkit-box-shadow: 0px 0px 2em #000;
    -moz-box-shadow: 0px 0px 2em #000;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#boxes2 #cadastro {
    width:400px; 
    padding:5px 5px 5px 5px;
    background-color:#ffffff;
    z-index:9999;
}

#cadastro div input {
	font-family: sans-serif;
	font-size: 17px;
    color: #222;
	width: 393px;
	height: 20px;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 2px;
	background-image: url(/imagens/form.png);
	border-bottom-left-radius: 2px 2px;
    border-bottom-left-radius: 2px 2px;
    border-bottom-right-radius: 2px 2px;
    border-bottom-right-radius: 2px 2px;
    border-top-color: #CCC;
    border-top-color: #CCC;
    border-top-left-radius: 2px 2px;
    border-top-left-radius: 2px 2px;
    border-top-right-radius: 2px 2px;
    border-top-right-radius: 2px 2px;
    border: 1px solid #CCC;
    outline:none;
}

.close2{
    display:block; 
    text-align:right;
}

/* Box Termos */
#mask4 {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
}

#boxes4 .window4 {
    position:absolute;
    left:0;
    top:0;
    display:none;
    padding:20px;
    z-index:9999;
	box-shadow: 0px 0px 2em #000;
    -webkit-box-shadow: 0px 0px 2em #000;
    -moz-box-shadow: 0px 0px 2em #000;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#boxes4 #termos {
    width:400px; 
    padding:5px 5px 5px 5px;
    background-color:#ffffff;
    z-index:9999;
}

#termos div {
    text-align: justify;
}

.close4{
    display:block; 
    text-align:right;
}

/* Box Mini */
#mask3 {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
}

#boxes3 .window3 {
    position:absolute;
    left:0;
    top:0;
    display:none;
    padding:20px;
    z-index:9999;
	box-shadow: 0px 0px 2em #000;
    -webkit-box-shadow: 0px 0px 2em #000;
    -moz-box-shadow: 0px 0px 2em #000;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#boxes3 #mini {
    width:400px; 
    padding:5px 5px 5px 5px;
    background-color:#ffffff;
    z-index:9999;
}

#mini div input {
	font-family: sans-serif;
	font-size: 17px;
    color: #222;
	width: 393px;
	height: 20px;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 2px;
	background-image: url(/imagens/form.png);
	border-bottom-left-radius: 2px 2px;
    border-bottom-left-radius: 2px 2px;
    border-bottom-right-radius: 2px 2px;
    border-bottom-right-radius: 2px 2px;
    border-top-color: #CCC;
    border-top-color: #CCC;
    border-top-left-radius: 2px 2px;
    border-top-left-radius: 2px 2px;
    border-top-right-radius: 2px 2px;
    border-top-right-radius: 2px 2px;
    border: 1px solid #CCC;
    outline:none;
}

.close3{
    display:block; 
    text-align:right;
}

/* Box Login */
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
}

#boxes .window {
    position:absolute;
    left:0;
    top:0;
    display:none;
    padding:20px;
    z-index:9999;
	box-shadow: 0px 0px 2em #000;
    -webkit-box-shadow: 0px 0px 2em #000;
    -moz-box-shadow: 0px 0px 2em #000;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#boxes #login {
    width:250px; 
    padding:5px 5px 5px 5px;
    background-color:#ffffff;
    z-index:9999;
}

#login div input {
	font-family: sans-serif;
	font-size: 22px;
    color: #222;
	width: 244px;
	height: 25px;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 2px;
	background-image: url(/imagens/form.png);
	border-bottom-left-radius: 2px 2px;
    border-bottom-left-radius: 2px 2px;
    border-bottom-right-radius: 2px 2px;
    border-bottom-right-radius: 2px 2px;
    border-top-color: #CCC;
    border-top-color: #CCC;
    border-top-left-radius: 2px 2px;
    border-top-left-radius: 2px 2px;
    border-top-right-radius: 2px 2px;
    border-top-right-radius: 2px 2px;
    border: 1px solid #CCC;
    outline:none;
}

.close{
    display:block; 
    text-align:right;
}