/* Main Style Sheet for jQuery UI date picker */
#datepicker_div, .datepicker_inline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: #60A1DB;
	width: 185px;
}
#datepicker_div {
	display: none;
	border: 1px solid #777;
	z-index: 9999; /*must have*/
}
.datepicker_inline {
	float: left;
	display: block;
	border: 1px solid #E0E0E0;
}
.datepicker_rtl {
	direction: rtl;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #26407D;
}
* html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepicker_control {
	background: #22417A;
	padding: 2px 0px;
}
.datepicker_links {
	background:#E9E9EC url(../midia/dsf_midia/links.gif) repeat-x top;
	padding: 2px 0px;
}
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.datepicker_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.datepicker_clear, .datepicker_prev {
	float: left;
	width: 34%;
}
.datepicker_rtl .datepicker_clear, .datepicker_rtl .datepicker_prev {
	float: right;
	text-align: right;
}
.datepicker_current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepicker_close, .datepicker_next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepicker_rtl .datepicker_close, .datepicker_rtl .datepicker_next {
	float: left;
	text-align: left;
}
.datepicker_header {
	padding: 1px 0 3px;
	background: #EFEFF2;
	color: #003;
	text-align: center;
	font-weight: bold;
	height:36px;
}
.datepicker_header select.datepicker_newMonth{
	width:100px;
	text-align:left;
}
.datepicker_header select.datepicker_newYear{
	width:60px;
	text-align:center;
}
.datepicker_header select, .datepicker_header select * {
	background: #EFEFF2;
	color: #003;
	border: 0px;
	font-size:9px;
	font-weight:normal;
}
.datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepicker_titleRow {
	background: #2BF url(../midia/dsf_midia/weekdays.gif) repeat-x top;
}
.datepicker_daysRow {
	background: #E8EEF4;
	color: #666;
}
.datepicker_weekCol {
	background: #2BF url(../midia/dsf_midia/weekdays.gif) repeat-x top;
	color: #fff;
}
.datepicker_daysCell {
	color: #000;
	background:#FFF;
	border: 1px solid #ddd;
}
.datepicker_daysCell a{
	display: block;
	font-weight:bold;
	color: #444 !important;
}
.datepicker_weekEndCell {
	background: #EEE;
}
.datepicker_titleRow .datepicker_weekEndCell {
	background: #2BF url(../midia/dsf_midia/weekdays.gif) repeat-x top;
}
.datepicker_daysCellOver {
	background: #fff url(../midia/dsf_midia/bg_cell.gif) no-repeat top;
	border: 1px solid #777;
}
.datepicker_unselectable {
	color: #888;
}
.datepicker_today {
	background: #DDD !important;
}
.datepicker_currentDay {
	background: #2BF !important;
	color:	#FFFFFF !important;
}
.datepicker_status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #26407D;
}
.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
}
.datepicker_control a {
	padding: 2px 5px !important;
	color: #FFF !important;
}
.datepicker_links a {
	padding: 2px 5px !important;
	color: #003 !important;
}
.datepicker_titleRow a {
	color: #eee !important;
}
.datepicker_control a:hover {
	background:#33CCFF !important;
	color: #003 !important;
	font-weight:bold !important;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover {
	background: #FFF !important;
	color: #128 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.datepicker_multi .datepicker {
	border: 1px solid #777;
}
.datepicker_oneMonth {
	float: left;
	width: 185px;
}
.datepicker_newRow {

	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.datepicker_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/**/

tr.datepicker_daysRow td.datepicker_currentDay a{
	background: #2BF;
	color:	#FFFFFF !important;
	font-weight:bold;
}

.dsfHora, .dsfMinuto{
	cursor:pointer;
	margin: 0px 5px 0px 5px;
}
.datepicker_newYear{
	margin-left: 10px;
}

#dsfCalendarTime{
	border-top: 1px solid #EFEFF2;
	margin: 1px 0px 0px 0px;
	background: #E9E9EC url(hora.gif) repeat-y  center;
	height:20px;
	font-size:11px;
}


#ui-datepicker-div{ background: #fff; border: 1px solid #123; padding: 4px; }

#ui-datepicker-div .ui-datepicker-title{ display: block; margin:0; text-align:center; vertical-align: middle; line-height: 26px; height: 26px;}
#ui-datepicker-div .ui-datepicker-title select{ vertical-align: middle;}

#ui-datepicker-div table.ui-datepicker-calendar{ border-collapse: separate; border-spacing: 0; border:solid #ccc; border-width: 1px 0 0 1px; clear: both;}
#ui-datepicker-div table.ui-datepicker-calendar td{ border:solid #ccc; border-width: 0 1px 1px 0; width: 26px; text-align: center; }
#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-week-end { background: #eee; }
#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-week-end a { color: #ac0f00; }
#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-week-end a.ui-state-hover { background:#ac0f00;color: #fff; }
#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-week-end a.ui-state-active { background:#f30;color: #fff; }

#ui-datepicker-div table.ui-datepicker-calendar td a{ display:block; padding: 3px 5px; }
#ui-datepicker-div table.ui-datepicker-calendar th{background: url("../midia/dsf_midia/weekdays.gif") repeat-x scroll center top #22BBFF}
#ui-datepicker-div .ui-datepicker-title{ clear: both; }
#ui-datepicker-div .ui-state-highlight{ background: #efeff2; color: #002; font-weight:bold; }
#ui-datepicker-div .ui-state-active{ background: #555; color: #fff; }
#ui-datepicker-div .ui-state-hover{ background: #19f; color: #fff; }
#ui-datepicker-div .ui-state-disabled{ color: #bbb; }
#ui-datepicker-div.ui-helper-hidden-accessible{ display: none; }

#ui-datepicker-div .ui-datepicker-prev{ display: block; background: url("../midia/dsf_midia/action_back.gif") no-repeat center; text-indent:-9999px; position:absolute; line-height:14px; height:14px; left:2px; text-align:center; padding: 3px 5px; width: 24px; font-size: 18px; font-weight: bold; cursor: hand;}
#ui-datepicker-div .ui-datepicker-prev-hover{ background-color: transparent; }
#ui-datepicker-div .ui-datepicker-next{ display: block; background: url("../midia/dsf_midia/action_forward.gif") no-repeat center; text-indent:-9999px; position:absolute; line-height:14px; height:14px; right:2px; text-align:center; padding: 3px 5px; width: 24px; font-size: 18px; font-weight: bold; cursor: hand;}
#ui-datepicker-div .ui-datepicker-next-hover{ background-color: transparent; }