﻿
/* CALENDARIO DO COMPONENT ART */

.calendar * { margin: 0; padding:0; }
.calendar_button { cursor: pointer;  cursor: hand; }
.testeira { color: white; background-color: #7694bf; }
.month { border-right: 1px solid #d7dce8; padding: 5px; text-transform: capitalize; }
.monthTitle { text-align:center; border: 1px solid white; color: #5a6699; }
.nextprev { cursor:pointer; height:25px; vertical-align:center; padding:0px 5px 0px 5px; }
.selector { width:14px; cursor:pointer; text-align:left; vertical-align: center; background-color:#FFFFFF; }
.picker { background-color: #FFFFFF; border: 1px gray solid; font-size: 10px; font-weight: bold; font-family: "Verdana",monospace; padding: 2px; cursor: pointer; width:73px; }
.calendar td { font-size:10px; font-weight: bold; }
.title { font-weight:bold; background-color:#D7D7E5; }
.todayDay, 
.todayDayHover { color: #ff6d00; }
.day { font-family:"Verdana"; font-weight:normal; width:15px; height:14px; cursor:pointer; text-align:center; border: 1px solid white; }
.dayHover { font-family:"Verdana"; font-weight:normal; width:15px; height:14px; cursor:pointer; text-align:center; color:white; border: 1px solid white; background-color: #ff6d00; }
.dayOut { visibility:hidden; }
.selectedDay { background-color: #d0d0d0; }
.DisabledDay, 
.DisabledDayHover { width:15px; height:14px; font-weight:normal; cursor:default; text-align:center; color:Silver; background-color:Transparent; }
.dayHeader { width:15px; height:14px; text-align:center; border: 1px solid white; color: #5a6699; }
.calendar { border: 1px solid #336699; background-color:#FFFFFF; cursor:default;}
.footer { font-family: Verdana;  font-size: 9px; font-weight:bold; border-top: 1px solid #d7dce8; text-align: center; padding-top: 3px; height: 16px; }
.footer a { color: #de6325; text-align:none; }
