div.calendar{
	/*margin-top:20px;*/
	background: url(../images/cal_bg_neu.gif) no-repeat left top;
	padding: 5px;
	width: 160px;
	height: 160px;
}

div.calendar div{
	padding-top:5px;
}

button{
	height: 20px;
	width: 27px;
	border: none;
	background: none;
	cursor: pointer;
}

div.calendar td,
div.calendar th,
div.calendar span,
div.calendar a{
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 10px;
	padding: 0;
	margin: 0;
	color: #bfbfbf;
}

div.calendar td,
div.calendar th{
	padding: 3px;
	text-align: right;
}

div.calendar th{
	color: #404040;
}

div.calendar .valid{
	color: #404040;
	cursor: pointer;
}

div.calendar .valid:hover{
	color: #cc0000;
}

div.calendar span.month{
	padding: 0 5px 0 10px;
	color: #404040;
	text-transform: uppercase;
}

div.calendar span.year{
	padding: 0 10px 0 0;
	color: #404040;
}

div.calendar caption a{
	color: #404040;
	cursor: pointer;
}

div.calendar caption a:hover{
	color: #404040;
}

div.calendar th{
	border-bottom: 1px solid #696969;	
}

td.cpMonthNavigation,
a.cpMonthNavigation{
	font-family: Trebuchet MS;
	text-align: center;
	color: #404040;
	text-transform: uppercase;
}

.cpMonthNavigationArrow a{
	color: #404040;
}

.cpMonthNavigationArrow a:hover{
	color: #cc0000;
}

td.cpDayColumnHeader{
	border-top: none;
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
	border-right: none;
	border: none;
	border-bottom: 1px solid #696969;
	text-align: right;
	font-family: Trebuchet MS;
	padding-bottom: 1px;
	padding-right: 2px;
}

span.cpDayColumnHeader{
	padding-right: 2px;
}

td.cpCurrentMonthDate,
a.cpCurrentMonthDate{
	border-top: none;
	border-bottom: 1px solid #696969;
	border-left: 1px solid #696969;
	border-right: none;
	border: none;
	text-align: right;
	font-family: Trebuchet MS;
	color: #404040;
	padding-bottom: 1px;
	padding-right: 2px;
}
a.cpCurrentMonthDate:hover{
	color: #cc0000;
}

td.cpOtherMonthDate,
a.cpOtherMonthDate{
	border-top: none;
	border-bottom: 1px solid #696969;
	border-left: 1px solid #696969;
	border-right: none;
	border: none;
	text-align: right;
	font-family: Trebuchet MS;
	color: #bfbfbf;
	padding-bottom: 1px;
	padding-right: 2px;
}

td.cpTodayText{
	display: none;
	font-family: Trebuchet MS;
}

td.cpCurrentDate{
	border-top: none;
	border-bottom: 1px solid #696969;
	border-left: 1px solid #696969;
	border-right: none;
	border: none;
	text-align: right;
	font-family: Trebuchet MS;
	padding-bottom: 1px;
	padding-right: 2px;
}

td.cpCurrentDate a,
span.cpCurrentDateDisabled{
	font-weight: bold;
	font-family: Trebuchet MS;
}

.cpBorder td,
.cpBorder td a{
	font-size: 12px;
	line-height: 11px;
	font-family: Trebuchet MS;
}

.cpBorder{
	border: 1px solid #696969;
}
