/*--------------------------------------------------------------------
LAYOUT "agenda" Style - SICO (IE6+ FF1.5+ Opera9+)

Version: 	1.0 - 2007
author: 		Burocratik (alexandre r. gomes)
email: 		alex@burocratik.com
website: 	http://www.burocratik.com
-----------------------------------------------------------------------*/
@import url(corpo.css);

/* =HEADER
------------------------------------------------------------------*/
#headerFlash{background: transparent url(../imgs/header-index.jpg) no-repeat left top;}


/* =contentPrim Esquerda: desenvolvimento da noticia
------------------------------------------------------------------*/
#contentEsq{
	float: left; position: relative;  width: 360px;  margin: 12px 30px 0 0; padding: 0;
	font: 1.1em Georgia, serif;
}
* html #contentEsq{display: inline;} /* :BUG: IE6 double margin float bug*/

#contentEsq ul{
	font: 1.0em/1.30em Tahoma, Arial, Helvetica, sans-serif; color: #585630;
	width: 100%; list-style: none; margin: 0; padding:0; /* :INFO: width 100% para dar no IE6 o picotado*/
}
#contentEsq li{
	display: block; width: auto; padding: 1em .5em 1em 0.5em; margin: 0;
	background: transparent url(../imgs/bg-picotado.gif) repeat-x left top;
}
#contentEsq ul span{
	display: block; width: auto; padding: 0 0 0 1.2em; margin: 0;
	background: transparent url(../imgs/icon-documento-cinza.gif) no-repeat left .1em;
}
#contentEsq ul strong{
	display: block; margin: 0; padding: 0;
	font: bold 1.09em Georgia, serif; letter-spacing: normal; color: #858f23;
}
#contentEsq ul span.dataEvento{
	display: block; margin: 0; padding: 0; background: none;
	font-size: 0.91em; letter-spacing: normal; color: #858f23;
}



/* =contentPrim Direita: desenvolvimento da noticia
------------------------------------------------------------------*/
#contentDta{
	float: left; position: relative;  width: 155px;  margin: 0; padding: 0;
	font: 1.0em Georgia, serif;
}
* html #contentDta{display: inline;} /* :BUG: IE6 double margin float bug*/

#contentDta h3{
	position: relative; width:155px; height:105px;
	font: normal 2.2em Georgia, serif; color: #a9b909;
	background: transparent url(../imgs/agenda-bg-header.gif) repeat-x left top;
}
#contentDta h3 a{position:absolute; top:2.0em; left:0.4em; color:#a9b909; text-decoration: none;}
#contentDta h3 span{position:absolute; top:2.0em; left:0.4em; color:#a9b909; text-decoration: none;}

#contentDta ul{
	width: 155px; list-style: none; margin: 0; padding:0; 
	font: normal 1.1em Georgia, serif;
}
#contentDta ul li{ /* :BUG: como nao uso disply inline no IE tenho de no html meter os <li> sem espaços no codigo!!!*/
	display: block; width: 155px; height: auto; padding: 0 0 .1em 0; margin:0;
	background: transparent url(../imgs/bg-picotado.gif) repeat-x left bottom;
}
#contentDta li span{
	display: block; width: auto; height: auto; 
	padding: 0 0 0 1.5em; margin: 0; line-height: 2.5em; color: #ffffff; 
	background: #bfca6d url(../imgs/icon-documento-cinza-arq.gif) no-repeat 3px center;
}
#contentDta li a{
	display: block; width: auto; height: auto; 
	padding: 0 0 0 1.5em; margin: 0; line-height: 2.5em;
	color: #b8c45d; text-decoration: none; 
	background: transparent url(../imgs/icon-documento-cinza-arq.gif) no-repeat 3px center;
}
#contentDta li a:hover, .arquivo #contentDta li a:focus{
	text-decoration: none; color: #ffffff; 
	background: #bfca6d url(../imgs/icon-documento-cinza-arq.gif) no-repeat 3px center;
}
#contentDta li strong, .arquivo #contentDta li.on strong{display: inline;}

#contentDta ul.sec{
	width: auto; list-style: none; margin: 0; padding:.5em 0; 
	font: normal 1.0em Tahoma, Arial, Helvetica, sans-serif; 
}
#contentDta ul.sec li{ /* :BUG: como nao uso disply inline no IE tenho de no html meter os <li> sem espaços no codigo!!!*/
	display: block; width: auto; height: auto; line-height: 1.4em;
	padding: 0 0 0 1.5em; margin: 0; color: #b8c45d; text-decoration: none; 
	background: none; font-weight: bold;
}
#contentDta ul.sec li a{
	display: block; width: auto; height: auto; line-height: 1.4em;
	padding: 0; margin: 0; color: #9b9a83; text-decoration: none; 
	background: none; font-weight: normal;
}
#contentDta ul.sec li a:hover, .arquivo #contentDta ul.sec li a:focus{
	text-decoration: none; color: #b8c45d; 
	background: none; font-weight: bold;
}

