/* CSS Document */

a
{
text-decoration: none;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: normal;
}

.titulos {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	line-height: normal;
	}


.enquete {
	font-family: Verdana, sans-serif;
	font-size: 5px;
	color: #000000;
	line-height: normal;
	padding: 0px;
	margin-left: 5px;
}

.enquete_topo {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
	padding-left: 5px;
}

.enquete_fechar {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #213389;
	line-height: normal;
	font-weight: bold;
	padding-right: 10px;
}

.enquete_titulo {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
	padding-left: 5px;
}

.content {
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
	font-style: normal;
}

.questionario_fechar {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #213389;
	line-height: normal;
	font-weight: bold;
	padding-left: 50px;
}

/* Customização */
.celulaBordaBranca {
    border-color:#FFFFFF;
    border-style:solid;
    border-width:thin;
}

/* ============ */

.list-header {
   background-color: #eeeeee;
   font-size: larger;
   font-weight: bold;
}

.list-paging-header {
   background-color: white;
}

.list-paging-footer {
   background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
   background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
   color: black;
}

.warnMessage {
   color: orange;
   font-weight: bold;
}

.errorMessage {
   color: red;
   font-weight: bold;
}

.fatalMessage {
   color: red;
   font-style: italic;
   font-weight: bold;
}
#dropmenudiv{
   position:absolute;
   border:1px solid black;
   border-bottom-width: 0;
   font:normal 10px Verdana;
   line-height:11px;
   z-index:100;
}

#dropmenudiv a{
   border-bottom: 1px solid black;
   color: #000000;
   display: block;
   font-weight: bold;
   padding: 1px 0;
   text-decoration: none;
   text-indent: 3px;
   width: 100%
}

#dropmenudiv a:hover{ /*hover background color*/
   background-color: #E6E6E6;
}

.texto {
   color: #ffffff;
   font-family: Arial, Helvetica, sans-serif;
   
   font-weight: bolder
}
