@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.4
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @appdef yaml
 */

@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01% }
  
  img{ behavior: url(iepngfix.htc) }
  
  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 75.00%;
	color: #444;
	background-color: #FFF;
  }


img{ behavior: url(iepngfix.htc) }

  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 200%; color:#182E7A}          /* 24px */
  h3 { font-size: 120% }                        /* 18px */  
  h4 { font-weight: bold; } color: #930202                    
  h5 { font-size: 75%; } {color: #FFFFFF}                 
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */


#header{
	background-image: url(../../images/risco_topo.png);
	background-repeat: repeat-x;

  }

#main{
	width:auto;
	margin-left:auto;
	margin-right:auto;
}


  p { line-height: 1.4em; margin: 0 0 2px 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl {
	line-height: 1.5em;
	margin: 0
}
  li {}

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }
  
  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  .warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #ffffff; text-decoration:none;}
  a:focus, {}		
  a:hover, {}
  a:active {color:#ffffff; text-decoration:none;}
 
  
  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, {} 
  #topnav a:hover, {}
  #topnav a:active { text-decoration:underline; background-color: transparent;}
  
  #footer a { color: #000000; background:transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #055f82; background-color: transparent; text-decoration:underline;}

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  table {
	border-collapse:collapse;
}
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td {
	padding: 0em;
}
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }
  
  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }


#nav{
	width:100%;
	background-repeat:no-repeat;
}

/* menu topo*/


#menu{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height:35px;
	padding-left: 0px;
	
}



#menu ul{
	height: 35px;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	list-style-type: none;
	text-transform:uppercase
}


#menu ul li {
	
	display: block;
	float: left;
	height:35px;
	width:92px;	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 0px;	
	background-image:url(../../images/riscomenu.png);
	background-repeat:no-repeat;
	background-position:right;
	text-align:center;
	padding-right:0;
	
	
}


#menu ul li a {
	
	display: block;	
	float: left;
	height:35px;
	width:92px;	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 0px;	
	background-image:url(../../images/riscomenu.png);
	background-repeat:no-repeat;
	background-position:right;
	text-align:center;
	padding-right:0;
	padding-top:8px
	
}

#menu ul li a:hover { color:#FFF  }

#menu ul li.current{
	width:92px; background-image:url(../../images/fundo_menu_ativo.png); background-repeat:no-repeat;
}


/*Menu lateral*/

 #submenu {
	height:auto;
	min-height:226px;
	margin-left:0px;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#submenu li {
background:transparent url(../../images/seta.gif) no-repeat scroll 2px center;
color:#666666;
font-weight:bold;
}
#submenu li {
border-bottom:1px dotted #b5b5b5;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:8px 18px;
}

#submenu li a.current2{ color:#FE5C11;
font-weight:bold;
}


/*Div destaques/ rodolfo*/

.destaques{border-top-style:solid;
 border-top-color:#ff6600;
  border-top-width:10px;
   background-color:#FFFFFF;
   height:120px;
    width:300px;
	padding:5px;	
	}

.destaques2{
	border-top-style:solid;
	border-top-color:#ff6600;
	border-top-width:10px;
	background-color:#FFFFFF;
	height:120px;
	width:300px;
	margin-top:10px;
	padding:5px;
	}


/*
sombra divs da home
data: 20/10/2008 1430
alterado por: Rodolfo
*/

.laranja{ background-image:url(../../images/topolaranja6.png);
background-repeat:no-repeat;
background-position:top;
height:21px;
}

.meio{background-image:url(../../images/meiobox.png);
background-repeat:repeat-y;
padding-left:10px; 
margin-left:10px; 
margin-right:5px;
padding-right:10px;
height: 130px;
}

.final{background-image:url(../../images/baixobox3.png);
background-repeat:no-repeat; 
height:19px;
margin-top:-14px;
}

.titulo1 {
	color: #000000;	font-weight: bold; text-align:center
}

.texto1 {
	color:#FFFFFF;text-align:center; font-size: 11px; font-weight: normal;
}


img.imagemdestaquehome{float:left; padding-left:10px; padding-top:10px; padding-right:20px; width:100px; height:100px;}

#atalhos{
	width:100px;
	float:right;
	margin-right:180px;
	margin-top:20px;
}


/*Forularios*/


select.buscarapida {
	 margin-right: 5px;
	 width: 95px;
	 font-size:9px; margin-left:2px;
}

.btenviar {
	color: #990000; font-size:9px; text-align:center; font-weight:bold;
}

.logo{
	width:980px;
	height:68px;
	margin-left:auto;
	margin-right:auto;
	padding-left:35px;
	padding-top: 10px;
	margin-bottom:auto;
}




.search{
	width:170px;
	height:90px;
	float:left;
	margin-left:0px;
	padding-left:10px;
	margin-top:12px;	

}

.fundoflash1{
	width:780px;
	margin-left:14px;
	margin-top:0px;
	padding-top:0px;
	padding-left:20px;
	height:220px;
	background-image:url(../../images/fundoflash.png);
	background-repeat:no-repeat
}

.fundoflash2{
	width:780px;
	margin-left:14px;
	margin-top:0px;
	padding-top:0px;
	padding-left:20px;
	height:160px;
	background-image:url(../../images/fundoflash2.png);
	background-repeat:no-repeat
}


.fundoformulario{
	width:780px;
	margin-left:13px;
	height:33px;
	padding-left:20px;
	padding-top:18px;
	background-image: url(../../images/fundoformulario.png);
	background-repeat:no-repeat
}



.fundotabela{width:790px;
 height:398px; margin-left:13px;
  padding-top:25px; background-image:url(../../images/tabelafundo.png);
   background-repeat:no-repeat
   }

.lancamentos{width:740px;
 text-align:left;
  margin-left:30px;
   margin-top:10px
   }

.noticias{width:760px;
 height:192; margin-left:13px;
  padding:15px; background-image: url(../../images/colunfundo.png);
   background-repeat:no-repeat
   }

.rodape{margin-left:200px;
}

.textosec{width:740px;
 text-align:left;
  margin-left:30px;
   margin-top:10px;
   }
   


.textobox {
	color: #990000;
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Adicionado por Alan, formatação do mapa do site (31/10/2008)*/

.subtitulo{
	font-size: 11px;
	color: #333333;
	margin-left: 25px;
	margin-right: 2px;
	padding-left: 10px;
	background-image:url(../images/bola.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	line-height: 15px;
}

/* Fim da modificação */

}
