@CHARSET "UTF-8";

.avm-calendar
{
	border: 1px solid black;
	text-align: center;
	width: 175px;
}

.avm-calendar table
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-collapse: collapse;
	width: 175px;
	height: 140px;
	background-color: white;
	clear: both;
}

.avm-calendar td
{
	border: 2px solid white;
	font: normal 12px Arial, sans-serif;
	width: 25px;
	height: 20px;
	background-color: #CCCCCC;
}

.avm-calendar thead td
{
	text-align: center;
}

.avm-calendar-mynav
{
	border: 1px solid green;
	position: relative;
	height: 24px;
}

.avm-calendar-month,
.avm-calendar-year
{
	border: 1px solid orange;
	position: absolute;
}

.avm-calendar-up,
.avm-calendar-down
{
	width: 7px;
	height: 5px;
	border: 1px solid red;
	font-size: 0px;
	position: absolute;
}

.avm-calendar-drag
{
	width: 7px;
	height: 2px;
	background-color: black;
	border: 1px solid red;
	font-size: 0px;
}