
/***************************************************
	Título
***************************************************/
h4.titulo .icone{
	width: 20px;
	background-image: url(img/titulo/icn_calendario.gif);
}

/***************************************************
	Icones
***************************************************/
.icn_check,
.icn_brasil,
.icn_taca{
	display: block;
	overflow: hidden;
	line-height: 100px;
}
.icn_check{
	width: 22px;
	height: 22px;
	background-image: url(img/calendario/icn_check.png);
}
.icn_taca{
	width: 20px;
	height: 20px;
	background-image: url(img/calendario/icn_taca.png);
}
.icn_brasil{
	width: 7px;
	height: 30px;
	background-image: url(img/calendario/icn_brasil.gif);
}

.legenda{
	clear: both;
	margin-top: 15px;
}
.legenda dt{
	display: none;
}
.legenda dd{
	float: left;
	margin-right: 30px;
	line-height: 25px;
}
.legenda span{
	float: left;
	margin-right: 5px;
}


/***************************************************
	Tabela
***************************************************/
table.calendario{
	padding: 0;
	border: 0;
	border-spacing: 2px;
	border-collapse: separate;
	background: url(img/calendario/tbl_topo.gif) no-repeat top right;
}
table.calendario thead th{
	height: 36px;
	color: #60779b;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
table.calendario tbody th{
	height: 33px;
	padding-left: 8px;
	background: url(img/calendario/tbl_titulo.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	vertical-align: top;
	overflow: hidden;
}
table.calendario tbody th.linhadupla{
	line-height: 1.1em;
}
table.calendario tbody td{
	width: 30px;
	height: 33px;
	padding-left: 5px;
	padding-right: 1px;
	overflow: hidden;
	border-left: 1px solid #d9f0ee;
	background: url(img/calendario/qdr_bg_1.png) no-repeat center top;
	vertical-align: top;
}
table.calendario tbody td.last { background-position: right top; }
table.calendario tbody tr.even td { background-image: url(img/calendario/qdr_bg_2.png); }

table.calendario span { position: relative; }
table.calendario .icn_check{
	position: absolute;
	z-index: 1;
	cursor: pointer;
	float: left;
	margin-top: 4px;
}
table.calendario .icn_taca{
	position: relative;
	z-index: 3;
	float: right;
	margin-top: 9px;
	margin-right: -3px;
}
table.calendario .icn_brasil{
	position: absolute;
	*position: relative;
	z-index: 2;
	float: right;
	margin-top: 1px;
	margin-left: 25px;
	*margin-left: -5px;
}


/***************************************************
	Quadro Evento
***************************************************/
.qdr_evento{
	display: none;
	position: absolute;
	z-index: 5;
	width: 610px;
	margin-top: 33px;
	_margin-left: -30px;
}
.qdr_evento .qdr_topo{
	position: relative;
	z-index: 2;
	width: 580px;
	height: 32px;
	padding: 0 15px;
	margin-bottom: -5px;
	background: url(img/calendario/qdr_topo.png);
	font-weight: bold;
	line-height: 33px;
}
.qdr_evento .qdr_centro{
	position: relative;
	z-index: 1;
	width: 570px;
	padding: 15px 10px 0 10px;
	margin: 0 auto;
	background: #6abbcc;
	color: #fff;
	overflow: hidden;
}
.qdr_evento .qdr_rodape{
	position: relative;
	clear: both;
	z-index: 1;
	width: 590px;
	height: 49px;
	margin: 0 auto;
	background: url(img/calendario/qdr_rodape.png);
}

.qdr_evento .botao_fechar{
	cursor: pointer;
	position: relative;
	z-index: 3;
	float: right;
	width: 12px;
	height: 13px;
	margin: 10px 15px -30px 0;
	overflow: hidden;
	line-height: 50px;
	background: url(img/calendario/qdr_icn_x.gif);
}

.qdr_evento table a{
	color: #fff;
	text-decoration: underline;
}
.qdr_evento table{
	width: 100%;
	border-spacing: 2px;
	border-collapse: separate;
	background: url(img/calendario/qdr_barra.gif) no-repeat 0 22px;
}
.qdr_evento table th{
	height: auto !important;
	padding: 0 5px 5px 5px  !important;
	text-indent: 0 !important;
	line-height: normal !important;
	background: none !important;
}
.qdr_evento table td{	
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	padding: 0 5px !important;
	background: none !important;
	font-size: 0.8em !important;
	background: none !important;
}
.qdr_evento table td img{
	float: right;
}
.qdr_evento table td.brasil{
	background-color: #88c9d6 !important;
}


/***************************************************
	Chamadas
***************************************************/
.chamadas h4{
	color: #60779b;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: -0.1em;
}
.chamadas  a.img_borda{
	margin-top: 3px;
	margin-right: 10px;
}
.chamadas  ul.relacionados{
	clear: both;
	padding-top: 8px;
}
.chamadas .ch_pequena {
	float: left;
	width: 400px;
	margin-top: 7px;
	margin-right: 20px;
	_margin-right: 10px;
	font-weight: bold;
}