.coluna_agenda {
	font-family: Arial, Veranda, sans-serif;
	padding: 3px;
}
/*
se houver alteração nesta classe alterar também em:
- widget/agenda.php
*/
#agenda_back {
	margin: 0 auto;
	width: 200px;
}
/*
se houver alteração nesta classe alterar também em:
- widget/agenda.php
- common/agenda/agenda.js
*/
#agendar {
	width: 100%;
	height: 100%;
}

.agenda {
	background-color: #f7f7f7;
	width: 100%;
}

.cabecalho_agenda {
	width: 100%;
	font-weight: bold;
	color: #000000;
}

.coluna_cabecalho_agenda {
	font-family: Arial, Veranda, sans-serif;
	padding: 3px;
}

.cabecalho_dia {
	min-height:30px;
	height: auto !important;
	height:30px;
}

.coluna_cabecalho_dia {
	color: #037E45;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}

.linha_dia {
	min-height:30px;
	height: auto !important;
	height:30px;
}

.coluna_linha_dia {
	font-family: Arial, Veranda, sans-serif;
	padding: 3px;
	width: 30px;
	color: #000000;
}

.dia_qualquer {
	color: #037E45;
	font-weight: normal;
	text-align: center;
}

.dia_corrente {
	background: #0f711c;
	width: 30px;
	font-size: 11px;
	color: #ffffff;
	float: right;
	text-align: center;
	vertical-align: middle;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding-top: 6px;
}

.dia_com_evento {
	background: #b0c4de;
	width: 30px;
	height: 20px;
	min-height: 20px;
	height: auto !important;
	font-size: 11px;
	color: #ffffff;
	float: right;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
}

.sobre_dia {
	background: #eeeeee;
	font-family: Arial, Veranda, sans-serif;
	padding: 3px;
	width: 30px;
	color: #000000;
}

.fora_dia {
	font-family: Arial, Veranda, sans-serif;
	padding: 3px;
	width: 30px;
	color: #000000;
}
/* :::::::::::::::::::::::::::::::::*/
.titulo_padrao_agenda{
	color: #4F8A75;
	font-size:15px;
	font-weight:bold;
}
/* :::::::::::::::::::::::::::::::::*/
.lk_agenda_mes_ano:link {
	color: #037E45;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
.lk_agenda_mes_ano:visited {
	color: #037E45;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
.lk_agenda_mes_ano:hover {
	color: #037E45;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

.lk_agenda_verde:link {
	color: #037E45;
	font-weight: normal;
	text-decoration: none;
}
.lk_agenda_verde:visited {
	color: #037E45;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.lk_agenda_verde:hover {
	color: #037E45;
	font-weight: normal;
	text-decoration: none;
}
/*---------------------------*/
.lk_dia_qualquer:link {
	color: #037E45;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.lk_dia_qualquer:visited {
	color: #037E45;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.lk_dia_qualquer:hover {
	color: #037E45;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
/*---------------------------*/
.lk_dia_corrente:link {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.lk_dia_corrente:visited {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.lk_dia_corrente:hover {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
/*---------------------------*/
.lk_dia_com_evento:link {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.lk_dia_com_evento:visited {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.lk_dia_com_evento:hover {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
/* :::::::::::::::::::::::::::::::::*/
/* :::::::::::::::::::::::::::::::::*/
/* :::::::::::::::::::::::::::::::::*/
/* :::::::::::::::::::::::::::::::::*/
.agenda_exibe {
	font-family: Arial, Veranda, sans-serif;
	border: 1px #000000 solid;
	width: 100%; 
}

.borda_cabecalho{
	border: 1px #000000 solid;
}

.agenda_cabecalho_dia {
	background-color: #e9b4a2;
	border: 1px #ffffff solid;
	color: #000000;
	font-size: 9px;
	font-weight:bold;
	text-align: center;
	width: 68px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.coluna_mes_agenda {
	border: 1px solid #ffffff;
	width: 75px;
	min-height:75px;
	height: auto !important;
	height:75px;
}

.dia_comum_agenda{
	background-color: #ffdead;
	width: 75px;
	min-height:75px;
	height: auto !important;
	height:75px;
	font-size: 11px;
	font-weight:bold;
}

.dia_comum_agenda_extra{
	background-color: #b0c4de;
	width: 75px;
	min-height:75px;
	height: auto !important;
	height:75px;
}

#evento_agenda{
	background-color: #b0c4de;
	font-size: 10px;
	font-weight: normal;
}

.dia_atual_agenda{
	background-color: #e9b4a2;
	width: 75px;
	min-height:75px;
	height: auto !important;
	height:75px;
	font-size: 11px;
	font-weight:bold;
}

/* :::::::::::::::::::::::::::::::::*/
.formata {
	font: 12px arial, verdana, helvetica, sans-serif;
}
a.dcontexto{
	position:relative;
	font:12px arial, verdana, helvetica, sans-serif;
	padding:0;
	color: #039;
	text-decoration: none;
	cursor:pointer;
	z-index: 2400;
}
a.dcontexto:hover{
	background:transparent;
	color: #f00;
	z-index: 2500;
}
a.dcontexto span{
	display: none;
	z-index: 2600;
}
a.dcontexto:hover span{
	background-color: #fff7af;
	display:block;
	position: absolute;
	width: 230px;
	top:3em;
	left:0;
	font: 12px arial, verdana, helvetica, sans-serif;
	padding:5px 10px;
	border:1px solid #999;
	color: #000;
	z-index: 2700;
}
/* :::::::::::::::::::::::::::::::::*/
.tabela_ano{
	background: url(rosa.png);
	width: 550px;
	padding-top: 10px;
	padding-bottom: 13px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	font-weight: bold;
}

.anual_coluna_esq{
	background-color: #c5d5e5;
	width: 100px;
	border: 1px solid #000000;
	vertical-align: top;
	padding: 3px;
	border-collapse: collapse;
}

.anual_coluna_dir{
	width: 450px;
	border: 1px solid #000000;
	vertical-align: top;
	padding: 3px;
	border-collapse: collapse;
}

.tabela_diaria{
	background: url(rosa.png);
	width: 462px;
	padding-top: 10px;
	padding-bottom: 13px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	font-weight: bold;
}

.diario_coluna_esq{
	background-color: #c5d5e5;
	width: 50px;
	border: 1px solid #000000;
	vertical-align: top;
	padding: 3px;
	border-collapse: collapse;
}

.diario_coluna_dir{
	width: 400px;
	border: 1px solid #000000;
	vertical-align: top;
	padding: 3px;
	border-collapse: collapse;
}

.form_agenda{
	color: #cccccc;
	border: 0px;
}

.field_agenda{
	background-color: #eeeeee;
	border: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.legenda_agenda{
	font-weight: bold;
}
/* :::::::::::::::::::::::::::::::::*/

