div.datepicker {
	border: solid 1px #DDDDDD;
	background: #EEEEEE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 10px;
}
.datepickerContainer {
	background: #EEEEEE;
	position: absolute;
	top: 2px;
	left: 2px;
}
.datepickerWeek{background-color:#F5F5F5;}
.tdBranco { background-color:#FFF;}
.datepickerBorderT { width: 0px;}
.datepickerBorderB { height: 4px; }
.datepickerBorderL { width: 0px; }
.datepickerBorderR { width: 4px; }
.datepickerHidden { display: none; }

div.datepicker a {

	text-decoration: none;
	cursor: pointer;
	outline: none;
}
div.datepicker a:hover {
	color: #c77405;
}
.datepickerMonth.datepickerMonth span {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold
}
div.datepicker table td {
	padding-left:0px;
	padding-right:3px;
	text-align: right;
}
div.datepicker th {
	padding-left:1px;
	color: #000;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: center;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays  {
	width: 20px;
	line-height: 20px;
	padding-right: 2px;
	border: solid 1px #DDDDDD;
	font-weight: bold;
	color: #0170c3;
}
.datepickerYears a,
.datepickerMonths a{
	border: solid 1px #DDDDDD;
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	font-weight: bold;
}
td.datepickerNotInMonth {
	color: #FFF;
	background: #EEE;
}
tbody.datepickerDays td.datepickerSelected{
	background: #FFCACA;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #FFE1E1;
	color: #CCC;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}

div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: center;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerMonth,.datepickerGoNext,.datepickerGoPrev {
	line-height: 24px;
	height: 24px;
	background: #cccccc url(../img/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; 
	color: #FFFFFF;
	font-weight: bold; 
}
.datepickerGoNext a{ 
	background: url(../img/ui-icons_ffffff_256x240.png); 
	background-position: -110px -188px; 
}
.datepickerGoNext a:hover{ 
	background: url(../img/ui-icons_222222_256x240.png); 
	background-position: -110px -188px; 
}
.datepickerGoPrev a{ 
	background: url(../img/ui-icons_ffffff_256x240.png); 
	background-position: -142px -188px; 
}
.datepickerGoPrev a:hover{ 
	background: url(../img/ui-icons_222222_256x240.png); 
	background-position: -142px -188px; 
}
.datepickerMonth a {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
	color:#CCC;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
	color:#CCC;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #fff;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #fff;
}
