@import url("main_elements.css");
@import url("style_forms.css");
@import url("style_editor.css");
@import url("style_passos.css");
@import url("style_calendar.css");

* { padding: 0; margin: 0; }

body, th {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 margin:0px;
 padding:0px;
 background-color:#EFEFEF;
 background-image:url(/web/images/background.jpg);
 background-repeat:repeat-x;
}

#wrapper { 
 margin: 0 auto;
 width: 940px;
}

#header {
 color: #333;
 width: 940px;
 height:240px;
 float: left;
 padding: 0px;
 padding-top:10px;
 /* border: 1px solid #ccc; */
 margin: 0px 0px 0px 0px;
/* background: #000000; */
 position:relative;
 margin-left:auto;
 margin-right:auto;
 background-color:#FFFFFF;

}

.img1 {
 background-image:url(/web/images/header_background.jpg);
 background-repeat:no-repeat;
}
.img2 {
 background-image:url(/web/images/header_background2.jpg);
 background-repeat:no-repeat;
}
.img3 {
 background-image:url(/web/images/header_background3.jpg);
 background-repeat:no-repeat;
}
.img4 {
 background-image:url(/web/images/header_background4.jpg);
 background-repeat:no-repeat;
}
.img5 {
 background-image:url(/web/images/header_background5.jpg);
 background-repeat:no-repeat;
}
.img6 {
 background-image:url(/web/images/header_background6.jpg);
 background-repeat:no-repeat;
}
.img7 {
 background-image:url(/web/images/header_background7.jpg);
 background-repeat:no-repeat;
}
.img8 {
 background-image:url(/web/images/header_background8.jpg);
 background-repeat:no-repeat;
}
.img9 {
 background-image:url(/web/images/header_background9.jpg);
 background-repeat:no-repeat;
}
.img10 {
 background-image:url(/web/images/header_background10.jpg);
 background-repeat:no-repeat;
}
.img11 {
 background-image:url(/web/images/header_background11.jpg);
 background-repeat:no-repeat;
}
.img12 {
 background-image:url(/web/images/header_background12.jpg);
 background-repeat:no-repeat;
}

#content { 
 float: left;
 color: #878787;
 /* border: 1px solid #ccc; */
 margin: 0px 0px 0px 0px;
 padding: 0px;
 padding-left:15px; 
 padding-top:20px; 
 padding-bottom:20px;
 /* min-height: 1120px; */
 width: 925px;
 display: inline;
  background-color:#FFFFFF;
}

#footer {
	width: 940px;
	height:325px;
	clear: both;
	color: #B3B3B3;
	font-size:11px;
	/* border: 1px solid #ccc; */
    background: #2E2E2E;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E9193A;
}

.list_c_icon {
    width:180px;
	margin-bottom:15px;
	/* list-style-image: url(/web/images/dialogo.gif); */
	padding-left: 26px;
	background-image:  url(/web/images/dialogo.gif);
    background-position: center left; 
    background-repeat: no-repeat;
	list-style:none;
}

.form_button_enviar {
	background:url(/web/images/bt_enviar.gif);
	background-repeat:no-repeat;
	border:0px;
	width:90px;
	height:40px;
	margin-left:20px;
	margin-bottom:10px;
}
.form_button_submeter {
	background:url(/web/images/bt_submeter.gif);
	background-repeat:no-repeat;
	border:0px;
	width:90px;
	height:40px;
/*	margin-left:20px;*/
	margin-bottom:10px;
}
.form_button_registar {
	background:url(/web/images/bt_registar.gif);
	background-repeat:no-repeat;
	border:0px;
	width:90px;
	height:40px;
/*	margin-left:20px;*/
	margin-bottom:10px;
}
/*	INI PT ACTIVO	*/

#tickercontainer {
	width:900px; height:28px; color:#fff; float:left; padding:0px; overflow:hidden; margin-top:6px; position: relative;
	background-image:url(/web/images/pactivo_scroll_back.gif); background-repeat:repeat-x;
}

#munticker { /* that's your list */
	position: relative;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height:15px;
	margin-top:8px;
	overflow: hidden;
}

#munticker .tit {
	margin: 0 10px 0 0;
	background-color:#CC0000;
	color: #fff;
	padding: 4px 5px 3px 5px;
}

#munticker a {
	color: #fff;
	text-decoration: none;
}

.mun_brasao {
	float:left;
	width:215px;
	min-height:200px;
	margin-right:10px;
	border: 1px solid #CCCCCC;
	position:relative;
	padding-top:75px;
}
.mun_brasao img { margin:auto; display:block; text-align:center }

/*	FIM PT ACTIVO	*/

/* INI ACCORDION */

#accordion_container {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 600px;
	height: 220px;
	line-height:26px; font-size:15px; font-weight:bold; color: #444444;
}

#accordion_container li{
  float: left;
  padding-top: 15px;
  overflow: hidden;
}

#accordion_container li .accordion_a {
  overflow: hidden;
  width: 65px;
  height:200px;
}
* html #accordion_container li .accordion_a {height: 180px;}

#accordion_container li .accordion_dir {
  margin: 0;
  padding: 0;
  width: 350px;
  overflow: hidden;
}

/* FIM ACCORDION */

/*	INI PROPS	*/

.apontador{ cursor:pointer; }
#faqs { padding-left:25px; }
#faqs li { margin-top:15px; font-weight:bold; }