@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
   		
}


				/****elementos correspondem a um fundo genérico cinza 666 ***/
body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 170%;
	color: #000;
	background-color:#666;
	font:Verdana, Arial, Helvetica, sans-serif 12px normal;
	border-left:#000000 double medium;
			
}








																	/********LIMPAR FAMLY*********/
h1, h2, h3, h4, h5, h6, dl {
	margin: 0;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:"Courier New", Courier, monospace;
	line-height: 100%;
}


h1 {font-size: 2.2em;
		}



h2 {
	font-size: 1.8em;
}


h3 {
  font-size: 1.5em;
  
}


h4 {
	font-size: 1.4em;
}


h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em; 
}

		         /*******elementos de LINK******/
a {
	color: #999999;    /*MUDEI*/
	color:#666;
	color:#787878;
	
	}
	
a:link {text-decoration: none;
	font-weight:bold;
}

a:visited {
	text-decoration: underline;
	font-weight:normal;
} 

a:hover {
	color: #009933;
	text-decoration:none;
}

		/*******LISTAS  ******/


ol, ul {
  margin: 0;
  padding: 0;
}

ol {
	color: #000000;
}

ol span {
  color: #EEE;
}


											/*ALTEREI ESTILOS DE LISTA POR CAUSA DO IE*/
ul {
	list-style:none;
	list-style-image:url(images_css/bg/bullet0.gif);
}



/*******obs by vera: ELEMENTOS DIVERSOS ******/

b, strong {
	color: #660000;
}


acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
	font-weight: bold;
}

dd {
	font-weight: normal;
}


del {
  color: #AAA;
}


code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #444;
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}


cite {
	font-family:"Courier New", Courier, monospace;
	}



/**************************************************************
   Images
 **************************************************************/

img.floatRight {
	margin: 5px 10px 10px 15px;
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}



a img {
	border: 1px solid #666666;
	padding: 3px;
}

a:hover img {
	/* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #ffcc66 !important;
	border: 2px solid #8BE6FA;
	background-color: #FFCC66;
}




/*******VARIACOES SB IMAGENS*****/

img.chique {
	border:2px  solid  #000000;
	}
	
	
a img.clean {
	border: none;
	}





/**************************************************************
   Blockquote and included icons
 **************************************************************/

				
blockquote {
	font:normal normal bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 20px;
	border: 4px double #006600;
	padding: 5px 5px 5px 80px;
	text-indent: 0;
	text-align: left;
	background-color:#ffcc66;
			
}

blockquote.depo {
	padding:10px  20px;
	background-color:#FFE791;
	text-align:justify;
		font:normal normal normal 14px/20px Time, "Times New Roman", Times, serif;
		
		/*teste*/
		margin:0 30px;
	}

blockquote.notice {
	background:#ffcc66 url(../descontinuados_junho2009/gifs/notice.gif) no-repeat 15px  50%;
	/*teste*/
		margin:0 10px 0 30px;
			background:#ffcc66 url(../descontinuados_junho2009/gifs/notice.gif) no-repeat 15px  50%;
			background:#FFCC66 url(../imagens/medieval_girls.png) no-repeat 90%  50%;
		
	}
	

blockquote.clip {
	background:#ffcc66 url(../descontinuados_junho2009/gifs/clip.gif) no-repeat 15px 50%;
/*teste*/
		margin:0 10px 0 30px;
	}


blockquote.next {
	background:#ffcc66  url(../descontinuados_junho2009/gifs/little_people.gif) no-repeat 95% 50%;
	padding: 5px 250px 5px 5px;

}




blockquote ul {
list-style-image:url(../descontinuados_junho2009/gifs/asterisco_block.gif);
 margin: 10px 20px;
  padding: 0 20px;
}



/*nao consegui juntar as pseudo-classes de link*/
	
blockquote a:link {
	color:#339900;
	text-decoration:none;
	font-weight:bold;
	}
	
	
blockquote a:visited {
	color:#339900;
	text-decoration:none;
	font-weight:bold;
	}
	
blockquote a:hover {
	color:#005200;
	text-decoration:none;
	font-weight:bold;
	background-color:#ffffcc;
	}
			


/*descartar??*/


blockquote.exclamation {
  background-image: url(../../css/images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(../../css/images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../../css/images/icons/go.gif);
}

/************REMAINS TO BE REVISED *********/

            /***VERA TABELAS copiei dicas do MAUJOR para centralizar e resolver margens tabelas na pagina***/

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	
	/*teste*/
	font-size:10px;
	font-weight:bold;
	
	font-size:0.85em;
	font-weight:normal;

}

table.bordasimples {
	border-collapse: collapse;
	width:90%;
	caption-side: top;
	margin-left: auto; 
	margin-right: auto;
	
		/*teste*/
		width:80%
	
}

table caption {
	font-size:12px;
	font-weight:bold;
	
		/*teste*/
		font-size:1em;
}

table.bordasimples tr td {border:1px solid #000000;}

table.bordasimples th {
	border:1px solid #000000;
	text-align:right;
	font-weight:bold;
	background-color:#669900;
	color: #ffcc33;
	text-transform: uppercase;
	padding:2px 8px  2px  2px;
	margin: 0px;
	
		/*teste*/
		background-color:#FFCC33;
		color:#005200;
		background-color:#CCCCCC;
		
		
}

table.bordasimples th.top {
	text-align:center;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC33;
	
		/*teste*/
		background-color:#CCCCCC;
		
}

table.bordasimples td {
	text-align:center;
	font-weight: bold;
	background-color:#FFcc33;
	color: #000000;
	padding: 2px  2px  2px  8px;
	margin: 0px;
	/*teste*/
		background-color: #FFE491;
	vertical-align:top;
	vertical-align:middle;	
	background-color:#eeeeee;
}

/**classes criada para acomodar os poemas do tarso***/
table.bordasimples td.tarso {
	background-color:#ffcc33;
	font-weight:bold;
	}
	

	
table.bordasimples td.tarso a:link {
	color:#666;
	font-weight:bold;
	}

	
table.bordasimples td.tarso a:hover {
	color:#009900;
	font-weight:bold;
	}
	
		
table.bordasimples td.tarso a:visited {
	color:#666;
	font-weight:bold;
	}


table.bordasimples li {
	line-height: 1em;
	margin-left: 6px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}



table.bordasimples img {
	vertical-align:top;
	margin-right:5px;
	
	/*em teste, esta classe nao funciona em nada*/
	vertical-align:top;

	border-color:#FFF;
	
	}



/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
	padding: 2px;
	color: #444;
	background: #EEE;
	border: 1px solid #444;
	font-family: verdana, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "trebuchet ms", serif;

  color: #555;
  background: #9FF3FF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}
