@import url('LayoutInterna.css');
@import url('menu.css');

body{
	background:#e8e8e8 url(../images/sombraLayout.gif) center repeat-y;
}
.clear_both{
	clear:both;
}

strong,b,h1,h2,h3,h4,h5,h6
{
    font-weight:bold;
}
body, td, th, input, select, option, textarea, p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

p
{
    margin-bottom: 20px;
}
input
{
    margin-right: 8px;    
}
a
{
    color:#cd0007;
}
/********************************************************************************/
.msgAlerta
{
    background-color: #990000;
    font-weight: bold;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #666 #666 #ccc;
    text-align: center; /*height: 12px;*/
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    font-family: Arial, Verdana;
}
.msgAlerta .m
{
    float: left;
}
.msgAlerta .f
{
    float: right;
}
.msgAlerta, .msgAlerta .f a
{
    color: #FFFFCC;
    text-decoration: none;
}
/********************************************************************************/
#geral{
	width:999px;
	margin:0 auto;
}
#areaHeader{
	width:100%;
	margin:0 auto;
	background:url(../images/background.gif);
}

#header{
	width:991px;
	margin:0 auto;
}

#header #logo{
	width:145px;
	height:85px;
	background:url(../images/logo.gif);
	float:left;
	
}

#header #logo h3{
	width:145px;
	height:85px;
	text-indent:-9999px;
	cursor:pointer;
}

#header #banner{
	width:467px;
	height:60px;
	float:left;
	margin-top:25px;
	margin-left:340px;
}


#AreaConteudo{
	width:991px;
	margin:0 auto;
	margin-top:1px;
}

#conteudo{
	width:991px;
	background:#FFF;
	margin:0 auto;
}

#conteudo #bannerCidade{
	width:991px;
	background:url(../images/headerCidade.jpg) no-repeat;
	height:268px;
	margin:0;
}

#conteudo #bannerCidade #edicaoSemana{
	width:161px;
	height:213px;
	position:absolute;
	margin-top:22px;
	margin-left:86px;
}

#conteudo #btExtras div{
	float:right;
	margin-right:14px
}

#conteudo #destaques{
	width:830px;
	margin:0 auto;
	margin-top:-10px;
}

#conteudo #destaques #titulo{
	width:110px;
	height:21px;
	background:url(../images/titDestaques.gif) no-repeat;
	margin-bottom: 10px;
}

#conteudo #destaques #boxDestaques{
	width:100%;
	margin:0;
}

#conteudo #destaques #boxDestaques .link{
	width:270px;
	float:left;
	font-family:arial;
	font-size:14px;
}
#conteudo #destaques #boxDestaques .link strong{
	font-weight:bold;
}
#conteudo #destaques #boxDestaques .link a{
	color:#4b4b4b;
	text-decoration:none;
}
#conteudo #destaques #boxDestaques .link a:hover{
	text-decoration:underline;
}

#conteudo .hr{
	margin:18px 0 10px 0;
}

/************ HOME ************/
#conteudo #sumario{
	width:830px;
	margin:0 auto;
	margin-top:15px;
}

#conteudo #sumario #titulo{
	width:89px;
	height:17px;
	background:url(../images/titSumario.gif);
	margin-bottom:10px;
}

#conteudo #sumario .link{
	font-family:georgia;
	font-size:11px;
	margin:0px 0 6px 0;
}

#conteudo #sumario .link strong{
	font-weight:bold;
	font-family:arial;
	font-size:14px;
}

#conteudo #sumario .link a{
	color:#4b4b4b;
	text-decoration:none;
}
#conteudo #sumario .link a:hover{
	text-decoration:underline;
}
/************ /HOME ************/

#conteudo #linhaFinaliza
{
    background-image: url("../images/linhafinaliza.gif");
    background-repeat: no-repeat;
	margin-top:54px;
	height: 83px;
	clear: both;
}

#conteudo #assine{
	margin-left:260px;
	margin-bottom:20px;
}

#conteudo #assine #titulo{
	background:url(../images/titAssineJa.gif) no-repeat;
	width:91px;
	height:21px;
}

#conteudo #areaEdicaoSemana{
	background:url(../images/moldeEdicaoSemana.gif);
	width:173px;
	height:244px;
	margin-left:36px;
	float:left;
}

#conteudo #areaEdicaoSemana .imagem{
	margin-left:5px;
	margin-top:3px;
	position:absolute;
}


/************ RODAPÉ ************/
#linhaRodape{
	width:100%;
	height:6px;
	background:#AAA;
}
#rodape{
	width:999px;
	margin:0 auto;
	padding-left:24px;
	padding-top:12px;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#575757;
	/*background:#e8e8e8;*/
}

#rodape a{
	color:#575757;
	text-decoration:none;
}
#rodape a:hover{
	color:#575757;
	text-decoration:underline;
}
/************ /RODAPÉ ************/


/*FORMS*/

.leftInput{
	width:7px;
	height:17px;
	background:url(../images/leftInput.png) no-repeat;
	float:left;
}

.midInput{
	width:auto;
	height:17px;
	background:url(../images/midInput.gif) repeat-x;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	font-weight:normal;
}

.midInput input{
	width:auto;
	height:17px;
	border:0;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
}

.rightInput{
	width:7px;
	height:17px;
	background:url(../images/rightInput.png) no-repeat;
	float:left;
}

.rightInputSeta{
	width:20px;
	height:17px;
	background:url(../images/setaInput.png) no-repeat;
	float:left;
	cursor:pointer;
}

label.error{
	width:auto !important;
	padding-left:10px;
}

.noPadding
{
    margin-left:-8px
}


