/**
Propósito:
Definição de estilos do componente UICalendar

Descrição:
Arquivo que define o estilo para os elementos html que compõem o componente
*/

/* estilo dos botoes de navegação */
.UICalendar-botao_navegar_dir {
	
	background: transparent url(../images/UICalendar_botao_seta_dir.gif) no-repeat scroll left top;
	width: 18px;
	height: 17px;
	font-size: 2px;
	text-indent: -99999px;
	display: block;
}

.UICalendar-botao_navegar_esq {
	background: transparent url(../images/UICalendar_botao_seta_esq.gif) no-repeat scroll left top;
	width: 18px;
	height: 17px;
	font-size: 2px;
	text-indent: -99999px;
	display: block;
}

/* Estilo das subdivs */
.UICalendar-calendar-subdivs {
	padding-right: 0 !important;
}

/* Estilo para os componentes desabilitados */
.UICalendar-calendar-disabled {
	opacity: 0.5;
	filter: alpha(opacity =   50);
}

/* Estilo dos botões de navegação por mês */
.UICalendar-month-botao_navegar {
	cursor: pointer;
}

.UICalendar-month-botao_navegar_dir {
	
	background: transparent url(../images/UICalendar_botao_seta_dir.gif) no-repeat scroll left top;
	width: 18px;
	height: 17px;
	font-size: 2px;
	text-indent: -99999px;
	display: block;
	right: -5px;
	position: relative;
}

.UICalendar-month-botao_navegar_esq {
	background: transparent url(../images/UICalendar_botao_seta_esq.gif) no-repeat scroll left top;
	width: 18px;
	height: 17px;
	font-size: 2px;
	text-indent: -99999px;
	display: block;
	left: 5px;
	position: relative;
}

.UICalendar-month-pointedMonth {
	text-decoration: underline;
	cursor: pointer;
	color: #cc092f;
}

.UICalendar-month-pointedCurrentMonth {
	background-color: #bf0101;
	color: white;
	text-decoration: underline;
	cursor: pointer;
}

.UICalendar-month-normalMonth {
	background-color: #fff;
	color: #666666;
	cursor: pointer;
}

.UICalendar-month-currentMonth {
	background-color: #bf0101;
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.UICalendar-month-table_calendar {
	text-align: center;
	background-color: #fff;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	border-collapse: separate;
	border: 1px solid #ccc;
	font-family: tahoma;
	height: 121px;
	width: 158px;
	font-size: 11px;
}

.UICalendar-month-table_calendar td {
	padding: 3px;
	vertical-align: middle !important;
}

.UICalendar-month-meses_font_dec {
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}

.UICalendar-month-no_border {
	border: 0;
	padding-bottom: 3px;
}

.UICalendar-month-selected {
	background-color: #fff7d9;
	color: #bf0101;
}

.UICalendar-month-disabledMonth {
	color: #aeaeae;
	cursor: default;
}

.UICalendar-show-calendar {
	background-image: url(../images/UICalendar_calendario.gif);
	background-repeat: repeat-x;
	width: 21px;
	height: 19px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 5px;
	margin-left: 3px;
}

.UICalendar-show-calendar-pointer {
	cursor: pointer;	
}

.UICalendar-input_date {
	background: #F4F4F4;
	border-top: solid 1px #7A7A7A;
	border-left: solid 1px #7A7A7A;
	border-bottom: solid 1px #D4D4D4;
	border-right: solid 1px #D4D4D4;
	font: Tahoma, Arial, Sans-Serif;
	color: #333;
	vertical-align: middle;
	float: left;
	padding-left: 8px;
	padding-top: 3px;
}

.UICalendar-separators {
	font-family: tahoma;
	font-size: 13px;
	margin-right: 3px;
	margin-left: 1px;
	float: left;
}

.UICalendar-mask-label {
	font-size:0.9em;
	line-height:19px;
}

.UICalendar-input_date_day {
	width: 19px !important;
}

.UICalendar-input_date_month {
	width: 19px !important;
}

.UICalendarAno {
	width: 38px !important;
	margin-right: 7px !important;
}

.UICalendar-div-calendar {
	clear: both;
	position: absolute;
	display: none;
	z-index: 999;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	height: 181px;
	width: 158px;
}

.UICalendar-month-div-calendar {
	clear: both;
	position: absolute;
	display: none;
	z-index: 999;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	height: 121px;
	width: 158px;
}

/* Estilo das células dos dias */
.UICalendar-dias_calendario {
	text-align: center;
	border: 0;
}

/* Estilo para o dia corrente */
.UICalendar-dia_atual {
	color: #ffffff;
}

/* Estilo dos dias do calendário quando o ponteiro do mouse é passado por cima */
.UICalendar-botao_hover {
}

/* Estilo para a tabela renderizada no div do calendário */
.UICalendar-table_calendar {
	text-align: center;
	background-color: #fff;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 3px;
	border: 1px solid #ccc;
	font-family: tahoma;
	height: 100%;
	width: 158px;
	font-size: 11px;
}

.UICalendar-table_calendar_expanded {
	height: 203px;
}

/* Estilo dos botões de navegação por mês */
.UICalendar-botao_navegar {
	cursor: pointer;
}

.UICalendar-no_border {
	border: 0;
}

/* Estilo para a seção onde é mostrado o mês e ano em que se está navegando */
.UICalendar-meses_font_dec {
	font-weight: bold;
	font-size: 11px;
	border: 0;
	cursor: default;
}

/* Estilo do botão para ocultar o div do calendário */
.UICalendar-botao_fechar {
	cursor: pointer;
	margin-bottom: 2px;
}

/* Estilo do botão onde se clica para tornar o calendário visível */
.UICalendar-img_calendar {
	vertical-align: bottom;
}

/* Estilo para o rodapé */
.UICalendar-calendar_footer {
	border-top: 1px solid #e5e5e5;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	cursor: default;
}

/* Estilo com prefixo customizavel */
.UICalendar-dias_calendario {
	background-color: #eee;
	padding: 3px 0;
}

.UICalendar-fim_de_semana {
	background-color: #fff;
}

.UICalendar-dia_de_semana {
	background-color: #fff;
	color: #333333;
}

.UICalendar-dia_atual {
	background-color: #bf0101;
	color: #FFFFFF;
}

.UICalendar-dia_semana_ext,.UICalendar-dia_semana_ext_fds {
	background-color: #eee;
	font-size: 10px;
	border: 0;
	cursor: default;
}

.UICalendar-no-spacing {
	padding: 0 !important;
	height: 21px;
}

.UICalendar-table_calendar td {
	padding: 0 2px 0 3px;
	vertical-align: middle;
}

.UICalendar-meses_font_dec {
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	cursor: default;
}

.UICalendar-calendar_footer {
	font: 10px Tahoma;
	color: #333;
	text-align: center;
	border-style: none;
	border-top: solid 1px #e5e5e5;
	padding-top: 3px;
}

.UICalendar-no_border {
	border: 0;
	padding-bottom: 3px;
}

.UICalendar-selected {
	background-color: #fff7d9;
	color: #bf0101;
}

.UICalendar-dia_disable {
	background-color: #fff;
	color: #aeaeae;
	cursor: default;
}