@charset "utf-8";
/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.VejaMais{
	background: url(./images/group-menu.gif) no-repeat left;
	display: block;
	height: 46px;
}

.NoticiaSearch{
	background: url(./imagespeciais/PesquisarNoticia.png) no-repeat; /*custom bullet list image*/
	display: block;
	height:29px;
	padding-left:45px;
	font-size: 90%;
	color: #746936;
}

.TituloSearch{
	background: url(./imagespeciais/Titulo_Pesquisar.png) no-repeat; /*custom bullet list image*/
	display: block;
	height:29px;
	padding-left:45px;
	font-size: 90%;
	color: #746936;
}
.caixaText{
	display: block;
	width:148px;
	padding-left:5px;
	font-size: 90%;
	padding-top: 8px 2px 2px 2px;
	color: #BCB490;
	border: 1px solid #DCD5B5
}
.topicoCalendario{
	background: url(./imagespeciais/Calendar.png) no-repeat; /*custom bullet list image*/
	display: block;
	height:28px;
	padding-left:45px;
	font-size: 130%;
	color: #746936;
	padding-top: 10px;
}
.topicoHome{
	background: url(./imagespeciais/Home.png) no-repeat; /*custom bullet list image*/
	display: block;
	height:28px;
	padding-left:45px;
	font-size: 130%;
	color: #746936;
	padding-top: 10px;
}
.topicoTipo{
	background: url(./imagespeciais/Element.png) no-repeat; /*custom bullet list image*/
	display: block;
	height:28px;
	padding-left:45px;
	font-size: 130%;
	color: #746936;
	padding-top: 10px;
}


.topicoCategoria{
	background: url(./imagespeciais/Categoria.png) no-repeat; /*custom bullet list image*/
	display: block;
	height:28px;
	padding-left:45px;
	font-size: 130%;
	color: #746936;
	padding-top: 10px;
}
.topicoAtividades{
	background: url(./imagespeciais/Atividades.png) no-repeat; /*custom bullet list image*/
	display: block;
	height:30px;
	padding-left:45px;
	font-size: 130%;
	color: #746936;
	padding-top: 10px;
}
.topicoFormacao{
	background: url(./imagespeciais/Formacao.png) no-repeat; /*custom bullet list image*/
	display: block;
	height:25px;
	padding-left:45px;
	font-size: 130%;
	color: #746936;
	padding-top: 10px;
}

/*************************** TABLES **********************/
table.TableTopico
{
   border-collapse: collapse;
   margin-bottom: 3em;
   font-size: 70%;
   line-height: 1.1;
}
 
table.TableTopico tr:hover, td.start:hover, td.end:hover
{
	background-color: #D7F2FF;
}

table.TableTopico th, table.TableTopico td
{ 
   padding: .3em .5em; 
}

table.TableTopico th
{
  font-weight: normal;
  text-align: left;
  background: url(./imagespeciais/arrow.gif) no-repeat 2px 50%;
  padding-left: 15px;
}
 
table.TableTopico th.name {
	width: 30em;
}
table.TableTopico th.quantidade {
	width: 3em;
	text-align: right;
}

 
table.TableTopico thead th
{
	background: #FFFFFF;
	border-color: #fff #fff #888 #fff;
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	padding-left: 0.5em;
}
 
table.TableTopico tbody th.start
{
   background: url(./imagespeciais/dots.gif) 18px 54% no-repeat;
   padding-left: 26px;
}
 
table.TableTopico tbody th.end
{
   background: url(./imagespeciais/dots2.gif) 18px 54% no-repeat;
   padding-left: 26px;
}
/*************************** noticias **********************/
.styleNoticia_Table
{
	border: 1px solid #DCD5B5;
}
.styleNoticia_Left{
   border-left: 1px solid #DCD5B5;
}
.styleNoticia_data {
	color: #CC9900;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.styleNoticia_Texto
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.styleNoticia_Titulo {
	font-size: small;
	font-weight: bold;
	color: #0066FF;
	border-bottom: 1px solid #DCD5B5;
}
