.next, .prev{
	cursor:pointer;
}
#screen2 {
	background-color: #D2D9DD;
	background-image: url(../images/padrao/det_banners.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 65px;
	width: 780px;
	padding: 10px;
	position: relative;
}

#screen2 #buttons{
	width:780px;
	position: absolute;
	left: 10px;
	top: 5px;
}
        
#screen2 #buttons img {
	border: 0px none #FFFFFF;
}

#screen2 .prev{
	float:left;
	height: 30px;
	width: 10px;
	display: block;
}
        
#screen2 .next {
	float:right;
	height: 30px;
	width: 10px;
	display: block;
}


#slideshow{
	overflow:hidden;
	width:710px;
	position: absolute;
	left: 40px;
	top: 10px;
}
	#slideshow ul{
	width:1470px;
	}



.titulo{
    padding-top:10px;
    font-size:20px;
}

.form {
    width: 724px;
}

.form label {
	display: block;
	margin: 0 10px;
	/*min-height: 45px;*/
        width: 300px;
}

.form label input,
.form label select,
.form label textarea {
	width: 100%;
}

.form label input {	
	height: 20px;
}

.form label select {	
	height: 20px;
}

.form label textarea {
	height: 100px;
	resize: none;
	margin-bottom: 5px;
}

.form label span {
	display: block;
    padding-bottom:2px;
	color: #578;
}

.form legend {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	color: #337c9c;
	font-size: 130%;
	margin-bottom: 10px;
	display: block;
	padding-left: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.top {
	padding-top: 10px;
}

.desabilitado {
	background: #ebf6fe;
	color: #153642;
	font-weight: bold;
}

.form p {
	font-size: 90%;
	padding: 0 10px;
}


#fim em {
	line-height: 20px;
	color: #79a;
}

.col1{width:20px;}


listCidade{
    background-image: url("../images/padrao/tit_cidades.jpg") ;
    background-position: 80px top;
    background-repeat: no-repeat;
}

.listCidade{
    background-color: #E3E7EA;
    display: table;
    /*padding: 5px 90px 10px;*/
   padding: 5px 0 0 30px;
} 

.listCidade li{
        float: left;
	background-image: url(../images/padrao/det_chamadas.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 196px;
	padding-left: 20px;
        padding-right:15px;
        padding-bottom:10px;
}

.listCidade li img{
    border:4px solid #FFFFFF;
}

.listCidade li a{
    opacity: .5;
    filter: alpha(opacity=50);
}

.listCidade li a:hover{
    opacity: 100;
    filter: alpha(opacity=50);
}



