/***************************************************
	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: 15px 0;
	float:left;
}
.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;
	
}
table.calendario thead th{
	height: 36px;
	color: #EF5D2E;
	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;
	width:180px;
	
}
table.calendario tbody th.linhadupla{
	line-height: 1.1em;
}
table.calendario tbody td{
	width: 50px;
	height: 33px;
	padding-left: 5px;
	padding-right: 1px;
	overflow: hidden;
	border-left: 1px solid #d9f0ee;
	background: #EAEAEA;
	vertical-align: top;
}
table.calendario tbody td.last{background-color:#EAEAEA;background-position:45px -810px}
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: -8px;
}
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: 591px;
	margin-top: 33px;
	_margin-left: -30px;
}
.qdr_evento .qdr_topo{
	position: relative;
	z-index: 2;
	width: 580px;
	height: 9px;
	padding: 0 15px;
	margin-bottom: -5px;
	background-position:0 -193px !important;
	font-weight: bold;
	line-height: 33px;
}
.qdr_evento p{width:583px;color:#FFF;background:#373737;height:20px;margin-left:1px;padding:3px 0 3px 7px;font:bold 18px Trebuchet MS, Verdana, sans-serif}
.qdr_evento .qdr_centro{
	position: relative;
	z-index: 1;
	width: 570px;
	padding:5px 10px 0 10px;
	margin: 0 auto;
	background: #EF5D2E;
	color: #fff;
	overflow: hidden;
}
.qdr_evento .qdr_rodape{
	position: relative;
	clear: both;
	z-index: 1;
	width: 590px;
	height: 10px;
	margin: 0 auto;
	background-position:0 -204px !important;
}

.qdr_evento .botao_fechar{
	cursor:pointer;
	position:relative;
	z-index:3;
	float:right;
	width:12px;
	height:13px;
	margin-right:5px;
	font:24px Trebuchet MS, Verdana, Arial, sans-serif;
	color:#FFF;
	*top:12px;
}
.qdr_evento table .separador{height:4px;background-position:-5px -217px !important}

.qdr_evento table a{
	color: #fff;
	text-decoration: underline;
}
.qdr_evento table{
	width: 100%;
	border-spacing: 2px;
	border-collapse: separate;
}
.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.brasil{
	background-color: #ED997D !important;
}

td.brasil span{float:left;margin-right:15px}
td.brasil img{float:right}

/***************************************************
	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;
}

.lh13{line-height:13px !important}