/* created by Ardora http://www.webardora.net */

               #ArdoraEnunciado {
                   padding-top:10px;
                   padding-bottom:10px;
                   font-family: Georgia, "Times New Roman", Times, serif;
                   font-size: 18px;
                   font-weight: bold;
                   font-style: italic;
                   text-align:center;
               }
               .ArdoraAutor {
                   font-family: Georgia, "Times New Roman", Times, serif;
                   font-size:10px;
               }
               #menuLog { font-size:1.4em; margin:20px; }
               #areaMenu{
                  float:left; clear:both
                  height:20px;
               }
               #areaMenu a{
                  clear:none;
               }
               .hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }
               .fg-button { margin:0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
               .fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
               a.fg-button { float:left;  }
               button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */
               .fg-button-icon-left { padding-left: 2.1em; }
               .fg-button-icon-right { padding-right: 2.1em; }
               .fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
               .fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
               .fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */
               .fg-button.ui-state-loading .ui-icon { background: url(spinner_bar.gif) no-repeat 0 0; }
body {font-size:62.5%; margin:0; padding:10px; background-color:#FFFFFF; }
#contedorTotal{ 
   position:absolute;
   width:890px;
   left:50%;
   margin-left:-445px;
   height:auto;
   border-style:solid;
   border-width:thin;
   border-color:#000000;
   background-color:#FFFFFF;
}
#cabeceira{ 
   font-family:Georgia, "Times New Roman", Times, serif;
   background-color:#000000;
   height:35px;
   padding:5px;
   border-style:solid;
   border-width:thin;
   border-color:#000000;
}
#ArdoraEnunciado{
   clear:both;
   color:#FFFFFF;
   font-family:Georgia, "Times New Roman", Times, serif;
   background-color:#808040;
   height:25px;
   padding:5px;
   border-style:solid;
   border-width:thin;
   border-color:#FFFFFF;
   font-weight:bolder;
   font-style:italic;
}
#ArdoraIframe{
   background-color:#FFFF80;
   height:550px;
   padding:5px;
   border-style:solid;
   border-width:thin;
   border-color:#000000;
}
#pe_pax{
   font-family:Georgia, "Times New Roman", Times, serif;
   background-color:#808000;
   height:20px;
   padding:5px;
   border-style:solid;
   border-width:thin;
   border-color:#FFFFFF;
   font-weight:bolder;
}
ul{ margin:0; padding:0 }
.stack { position: fixed;
       top: 0px;
       left: 0px; }
.stack > img { position: relative; cursor: pointer; padding-top: 0px; z-index: 2; }
.stack ul { list-style: none; position: absolute; top: 5px; cursor: pointer; z-index: 1; }
.stack ul li { position: absolute; }
.stack ul li img { border: 0; }
.stack ul li span { display: none; }
.stack .openStack li span {
font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	display:block;
	height: 14px;
	position:absolute;
	top: 17px;
	left:60px;
	line-height: 14px;
	border: 0;
	background-color:#000;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fcfcfc;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	opacity: .85;
	filter: alpha(opacity = 85);
}
/* IE Fixes */
#stacksNav { _position: absolute; }
.stack { _position: absolute; }
.stack ul { _z-index:-1; _top:-15px; }
.stack ul li { *right:5px; }
