/* CSS Document */

/****************************************************************/
/* agenda.css                                                   */ 
/* Data			: 14.07.2009                                    */
/* Atualização	: 17.06.2010                                    */
/****************************************************************/

/* Formatação das áreas */
#areaConteudo
{
	width:679px;/*701px;*/
	height:auto;
	padding-bottom:32767px;
	margin-bottom:-32767px;
	margin-left:44px;
	/*background:#F00;*/
}
/* Fim da formatação das áreas */

/* Formatação da tabela */
#rounded-corner
{
	font-family:Verdana, Geneva, sans-serif;/*: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 12px;
	margin: 0px;/*45px;*/
	width: 680px;/*480px;*/
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	/*background: #F1F1F1 url(../images/site/left.png) left -1px no-repeat;*/
	background:#F1F1F1;
}
#rounded-corner thead th.rounded-q4
{
	/*background: #F1F1F1 url(../images/site/right.png) right -1px no-repeat;*/
	background:#F1F1F1;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color:#333;/* #039;*/
	background:#F1F1F1;/* #b9c9fe;*/
}
#rounded-corner td
{
	padding: 8px;
	background:#E5E5E5;/*:#999;/*: #e8edff;*/
	border-top: 1px solid #CCC;
	color:#696969;/*: #669;*/
}
#rounded-corner tfoot td.rounded-foot-left
{
	/*background: #F1F1F1 url(../images/site/botleft.png) left bottom no-repeat;*/
	background:#F1F1F1;
}
#rounded-corner tfoot td.rounded-foot-right
{
	/*background: #F1F1F1 url(../images/site/botright.png) right bottom no-repeat;*/
	background:#F1F1F1;
}
#rounded-corner tbody tr:hover td
{
	background:#666;/* #d0dafd;*/
	color:#FFF;
}
/* Fim da formatação da tabela */

/* Formatação dos textos */
.destaque
{
	font-family:Verdana, Geneva, sans-serif;/*: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 12px;
	font-weight:700;
	color:#F00;
}
/* Fim da formatação dos textos */

/* Formatação das imagens */
/* Fim da formatação das imagens */