/*############################################################## 
	@Autor:			Aderbal Nunes
	@e-mail:		aderbalnunes@gmail.com
	@data:			07/12/2007
	@content:		Estilos do calendário (SÓ ALTERE SE SOUBER O QUE ESTÁ FAZENDO)
###############################################################*/

#calendario{
	text-align:center;
}

#top-calendar{
    word-spacing: 3px;
    background:#999999;
    width:210px;
	/** IECA 6 */
    _width:210px;
    color:white;
	position:relative;
	top:2px;
}

#top-calendar span{
	padding-left:3px;
}

#lista-calendar{
	border:1px double #999999;	
	padding:1px;
	text-align:right;
}

#lista-calendar span{
	padding-left:3px;
	padding-right:3px;
}

#lista-calendar select{
	border:1px solid #666666;
	font-size:10px;
}

#lista-calendar span a{
	cursor:pointer;
}

.destaque-calendar{
    font-weight: bold;
    color:#000000;
    background:url(../bg-ico-hoje.gif) no-repeat;
	/* IECA 6 */
	_background-image:url(../bg-ico-hoje-ie6.gif);
	_background-repeat:no-repeat;
}
.fieldset-calendar{
    width:210px;
	border:1px solid #666666;
}

.col-calendar{
	width:210px;
	clear:both;
}

.col-calendar span{
	float:left;
	width:30px;
	text-align:center;
	cursor:pointer;	
	/** IECA 6 */	
	_width:27px;
	_padding-left:2px;
}

.br-calendar{
	clear:both;
}

.destacado{
	background:url(../bg-ico-event.gif) no-repeat;
	color:#000000;
	/* IECA 6 */
	_background-image:url(../bg-ico-event-ie6.gif);
	_background-repeat:no-repeat;	
	_background-position:center;
}