/*
Autor: Marcel Gomes / UmStudio
Mail: marcel@umstudio.com / marcelcgomes@gmail.com
Data:  2009-03-19
*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- CALENDARIO <<<---------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.mes{
width:100px;
height:24px;
border-right:1px solid #000;
font-weight:bold;
}

#calendar {
width: 141px;
padding: 0;
margin: 0;
border-left: 1px solid #000;
color: #FFF;
text-align: center;
background-color: #000;
font-weight: bold;
}

caption {
width: 141px;
background: #000;
color: #1bb8ff;	 
text-align: center;
text-transform:uppercase;
height:24px;
}

.seta{
border-right:1px solid #000;
width:19px;
}



th {
color: #616B76;
background: #000;
border-right: 1px solid #1f1f1f;
/*border-bottom: 1px solid #000;*/
border-top: 1px solid #000;
}

.today, td.today a, td.today a:link, td.today a:visited {
color: #1bb8ff;
font-weight: bold;
background: #000;
text-decoration:none;
}

td {
border-right: 1px solid #1f1f1f;
/*border-bottom: 1px solid #1f1f1f;*/
width: 20px;
height: 20px;
text-align: center;
/*background: url(images/bg_calendar.gif) no-repeat right bottom;*/
}

/*td a {
text-decoration: none;
font-weight: bold;
display: block;
}

td a:link, td a:visited {	
color: #608194;
/*background: url(images/bg_calendar.gif) no-repeat;
}

#calendar td a:hover, td a:active {
color: #6aa3ae;
background: url(images/bg_calendar.gif) no-repeat right top;
}*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- DESTAQUE CALENDARIO <<<------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#calendario #destaque_calendar{
background:url(../_img/bg_destaque_calendar.png) no-repeat;
_background:url(../_img/bg_destaque_calendar.gif) no-repeat;
width:180px;
height:96px;
display: none;
position:absolute;
left:77px;
top:-10px;
z-index:10 !important;
}

.global_date{
width:165px;
height:76px;
padding:8px 5px 15px 15px;
_padding:7px 5px 15px 15px;
overflow: hidden;
/*background:red;*/
}

.flash_data
{
width:54px;
height:69px;
float:left;
margin:0 10px 0 0;
overflow: hidden;
}

.global_date p{
width:90px;
height:auto;
margin:5px 0 0 0;
float:left;
text-transform:uppercase;
font-weight:bold;
}

.txt_destaque_date{
	overflow: hidden;
color:#1bb8ff;
}
