/*
	Calendário de Eventos
*/

div #littlecalendar {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FCFDFD url(../img/bg_litlecalendar.png) repeat-x scroll 50% bottom;
	border:1px solid #A6C9E2;
	color:#222222;
	font-size:1.1em;
}

#littlecalendar table {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: white;
	margin: 0 auto;
	width:100%;
	padding:0 2px;
	border-collapse: separate;
	border-spacing: 2px;
}
#littlecalendar td {
	text-align: center;
	padding: 2px 0;
}
#littlecalendar .tem_evento {
	background-color: #ddd;
}

/*litle calendar front end*/
#littlecalendar div.nav_left_right {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#5C9CCC url(../img/bg_nav_litlecalendar.png) repeat-x scroll 50% 50%;
	border:1px solid #4297D7;
	tex-align:center;
	padding:4px;
	font-weight:bold;
	color:#FFFFFF;
}

#littlecalendar div.nav_left_right a {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
#littlecalendar div.nav_left_right a:hover {
	text-decoration:underline;
}

#littlecalendar tr.semanas td {
	text-align:center;
	color:#000;
	padding:1px;
	font-size:1em;
}

#littlecalendar tbody tr td.off {
	background: none;
	border: 0 none;
}

#littlecalendar tbody tr td.off:hover {
	background: none;
	border: 0 none;
}

#littlecalendar tbody tr td {
	padding:1px;
	margin:1px;
	font-size:1em;
	text-decoration:none;
	color:#222222;
	opacity:0.7;
	background:#DFEFFC url(../img/bg_celula_litlecalendar.png) repeat-x scroll 50% 50%;
	border:1px solid #C5DBEC;
	color:#2E6E9E;
	font-weight:bold;
}

#littlecalendar tbody tr td:hover {
	 border: 1px solid #79b7e7; 
	 background: #d0e5f5 url(../img/bg_celula_litlecalendar.png) 50% 50% repeat-x; 
	 font-weight: bold; 
	 color: #1d5987; 
	 outline: none;
}

#littlecalendar tbody tr td.hoje {
	background:#FBEC88 url(../img/bg_celula_hoje_litlecalendar.png) repeat-x scroll 50% 50%;
	border:1px solid #FAD42E;
}

#littlecalendar tbody tr td.tem_evento {
	background:#F5F8F9 url(../img/bg_celula_tem_evento_litlecalendar.png) repeat-x scroll 50% 50%;
	border:1px solid #79B7E7;
	color:#E17009;
	font-weight:bold;
}

/*listagem de eventos*/

div.legenda{
	width:15px;
	height:13px;
	border:none;
	float:left;
	margin:1px 5px 0 5px;
	padding:0;
	background:transparent url(../img/mascara_legenda.gif) no-repeat scroll center -2px;
}

.bg_padrao{
	background-color: #fff;
}

div.no_eventos{
	text-align:center; 
	font-size:14px; 
	margin: 40px 0;
}

div.evento{
	text-align:left; 
	font-size:12px; 
	margin-bottom: 10px;
}

div.evento a{
	text-decoration:none;
}

dl.calendario {
	margin:10px;
}

dl.calendario dt {
	font-weight:bold;
	margin-bottom:5px;
}

dl.calendario dd {
	font-weight:normal;
	margin-bottom:10px;
	margin-left:10px;
}

dl.calendario fieldset.programacao{
	padding:10px;
	-moz-border-radius:5px;
}

dl.calendario fieldset.programacao legend {
	font-weight:bold;
	margin-left:15px;
}

