@charset "iso-8859-1";
/* CSS Document */

.calendarHeader {
	font-weight: bolder;
	color: #CC0000;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding-top:2px;
	padding-bottom:2px;
}

.calendarToday {
	border: 1px solid #000099;
	text-align: center;
	border-radius: 4px;
}

.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	height: 20px;
	text-align: center;
}
.mes {
	background-color: #CCC;
	width: 155px;
	height: 18px;
	padding-top: 3px;
}
a.linksetas {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(imagens/seta-esq-calendario.gif);
	height: 20px;
	width: 19px;
}
a.linksetas:hover {
	font-weight: bold;
	color: #C30;
	text-decoration: none;
}
a.linkdia {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #0A6CA7;
	padding: 1px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
}

a.linkdia:hover {
	background-color: #0E98EB;
}
a.linkdia2 {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #DBDBDB;
	border: 1px solid #BCBCBC;
	padding: 1px;
	display: block;
}
a.linkdia2:hover {
	background-color: #A6A6A6;
}

body {
	margin: 0px;
}
