@charset "UTF-8";

/*IMAGE GALLERY*/
.im_background{
	position: fixed;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
    background-image: url(images/assets/bg_slideshow.png);
}
.im_closeButtonArea{
	width:97%;
	padding-top:20px;
}
.im_contentArea{
	margin-top:-10px;
	width:95%;
	height:500px;
	z-index:97;
}

.im_pictureArea{
	position:relative;
	width:auto;
	height:auto;
	z-index:98;
}

.im_panelArea{
	position:absolute;
	bottom: 0px;
	width:100%;
	height:83px;
	clear:both;
}

/* \*/
* html #panelArea{height: 1%;}
/* */

.im_panelBG{
	position:relative;
	width:676px;
	height:83px;
	background-image:url(images/assets/thumbs_panel.png);
	background-repeat:no-repeat;
	padding-top:15px;
}

.im_leftArrowArea{
	position:absolute;
	float:left;
	top: 0px;
	left:20px;
	width:11px;
	height:83px;
	cursor:pointer;
}

.im_rightArrowArea{
	position:absolute;
	float:right;
	top: 0px;
	right:20px;
	width:11px;
	height:83px;
	cursor:pointer;
}

.im_panelThumbArea{
	 width:70px;
	 height:50px;
	 border:solid #333333 1px;
	 cursor:pointer;
	 margin-left:10px;
}

.im_loading{
	width:126px;
	height:24px;
}

.im_singlePrev{
	position: absolute;
	left: 20px;
	top: 50%;
	cursor:pointer;
	z-index:500;
}

.im_singleNext{
	position: absolute;
	right: 20px;
	top: 50%;
	cursor:pointer;
	z-index:501;
}

.im_picture{
	border:solid white 5px;
	width:800px;
	height:500px;
}

.im_subtitleArea{
	font-family:Arial;
	font-size:12px;
	font-style:italic;
	text-align:left;
	border:solid white 5px;
	height:50px;
	width:800px;
	background-color:#FFFFFF;
}


/*REGULAR*/
.background{
	 background-color:#F0F0F0;
	 padding-top:15px;
	 padding-bottom:10px;
	 padding-left:5px;
	 padding-right:5px;
}
.container{
	 background-color:#FFF;
	 border:solid #000 thin;
	 width:950px;
	 height:auto;
	 min-height:600px;
	 vertical-align:top;
}
.dateAndTime{
	font:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}

.header{
	padding-top:12px;
	padding-bottom:5px;
	padding-right:12px;
	background-color:#FFFFFF;
}

.topGreyBar{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#5F6062;
	color:#FFFFFF;
	width:100%;
	height:25px;
	padding-bottom:3px;
	font-style:italic;
}

.menu{
	padding-top:10px;
}
.menuItem{
	cursor:pointer;
}
.submenu{
	border:solid #FFFFFF 5px;
	background-image:url(images/assets/bg_submenu.png);
	position:absolute;
	padding:5px;
}
.sm_item{
	font-family:Arial;
	font-size:13px;
	background-color:#999999;
	color:#FFFFFF;
	padding-bottom:3px;
	padding-left:3px;
	padding-top:3px;
	padding-right:15px;
}
.sm_itemLink{
	font-family:Arial;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
.sm_separador{
	 height:5px;
}
.separadorH{
	width:100%;
	height:12px;
	background-image:url(images/assets/separador.gif);
	background-repeat:repeat-x;
}
.slideshow{
	/*padding-bottom:15px;*/
}
.topico{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
	background-image:url(images/assets/arrowBullet.png);
	background-repeat:no-repeat;
	background-position: 0px 13px;
	padding-left:65px;
	padding-bottom:10px;
	padding-top: 15px;
}
.textBox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	padding-left:65px;
	padding-right:35px;
	padding-bottom:30px;
}

.textoDestaque{
	font-family: Tahoma;
	font-size:18px;
	font-weight:bold;
	color:#F78E1E;
}

.rodaPe{
	background-image:url(images/assets/separador.gif);
	background-repeat:repeat-x;
	padding-top:15px;
	padding-bottom:20px;
	font:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}

.imageHolder{
	padding:15px;
	float:right;
	cursor:pointer;
}

.legenda{
	padding-top:5px;
	font:"Times New Roman", Times, serif;
	font-size:9px;
	color:#000;
	font-style:italic;
}

.slideShowBG{
    position: fixed;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
    background-image: url(images/assets/bg_slideshow.png);
    display: none;
}

.simpleButton{
    cursor: pointer;
}

.fotoGaleria{
	margin:7px;
	padding:7px;
	background-color:#FFFFFF;
	border:solid #000000 thin;
	cursor:pointer;
}

/*FORMS*/
.formTextInput{
	width:100%;
	height: 25px;
	font-size:14px;
	border: solid #5F6062 thin;
}

.formTextArea{
	width:100%;
	height: 150px;
	font-size:14px;
	border: solid #5F6062 thin;
}

/*LISTA*/

li{
	padding-bottom: 10px;
}

.smallListItem{
	list-style-type:disc;
}
