﻿.CalendarPeq
{
	background-image: url(imagem/calendarpeq.jpg);
	background-repeat: no-repeat;
	background-position: 1px 10%;
	background-attachment: fixed;
	padding-left: 1px;
	text-align: center;
		
}
.Calendar
{
	background-image: url(imagem/calendar.jpg);
	background-repeat: no-repeat;
	background-position: 1px 10%;
	background-attachment: fixed;
	padding-left: 1px;
	text-align: center;
		
}

.CalendarLista
{
	background-image: url(imagem/calendar.jpg);
	background-repeat: no-repeat;
	background-position: 1px 10%;
	background-attachment: fixed;
	padding-left: 5px;
	text-align: center;
		
	}

.Dia
{
	font-family: Verdana;
	font-size: 28px;
	color: black;
	font-weight: bold;
	
}
.Mes
{
	font-family: Verdana;
	font-size: 10px;
	color: black;
	font-weight: bold;	
}
.Mes2
{
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
}
.Semana
{
	font-family: Verdana;
	font-size: 8px;
	color: black;
	font-weight: bold;
	text-align: center;
	
}

.Ano
{
	font-family: Verdana;
	font-size: 14px;
	color: white;
	font-weight: bold;
	
}

.TextoCalendario
{
	font-family: Verdana;
	font-size: 14px;
	color: #4169e1;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.Linhas
{
	font-family: Verdana;
	font-size: 10px;
	color: #dcdcdc;
	text-align: center;
	vertical-align: middle;
}
.VerEvento
{
	font-family: Verdana;
	font-size: 10px;
	color: gray;
	vertical-align: top;
	background-image: url(icones/ver.gif);
	background-position: 56% 45%;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
.CalendarDireita
{
	font-family: Verdana;
	font-size: 12px;
	color: #696969;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
}
.CalendarEsquerda
{
	font-family: Verdana;
	font-size: 12px;
	color: #696969;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
