/*
|----------------------------------------------------------------------------------------------------|
|  Site: ABAC - Focusnetworks Brasil                                                                 |
|  Descrição: Estilo do Calendario                                                                   |
|                                                                                                    |
|  Criado:     17/03/2006 | Por:Rodrigo Pellegrini                                                   |
|  Modificado: __/__/____ | Por:                                                                     |
|----------------------------------------------------------------------------------------------------|
*/
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#calendario {
	border:1px solid #AAA;
	background: #EEE;
	font: 11px verdana;
	margin: 20px auto;
}
#calendario td{
	border:1px solid #FFF;
	width: 70px;
	height:60px;
	text-align:center;
	overflow: none;
}
#calendario_cab th {
	color: #000;
	background: #ABD017;
	border:1px solid #FFF;
	height: 30px;
	text-align:center;
}
.diaAtual{
	background: #ABD017;
}
.diaAtual:hover{
	background: #9DC015;
}
.evento {
	background: #CCC;
	color:#000;
}
.evento:hover{
	background: #AAA;
	color:#000;
}
.btnOkCalendario {
	display: block;
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 26px;
	height: 16px;
	background:transparent url('img/botoes/btnOk.gif') no-repeat;
	border: none;
	cursor: pointer;
	_text-indent: 0px;
	_line-height: 999999px;
	_border: 0px;
}
html:first-child > body .btnOkCalendario {
	font-size: 1px;
	padding-left: 90px;
}