/*
	Autor: Anderson Triacca
	Empresa: Guife Multicom
	Data de Início: 06/09/2009
	Última Modificação: 01/05/2010
*/

/*----------------------------------------
	- Calendário de Reservas
---------------------------------------*/
#calendario_reservas{
	width: 375px;
	height: 454px;
	background: #1a0c00;
	position: relative;
	float: left;
}
#calendario_reservas h3{
	width: 263px;
	padding: 9px 100px 10px 12px;
}
#calendario_reservas p.reservado{
	color: #908969;
	font-size: 13px;
	background: url(../imagens/data_indisponivel.png) left center no-repeat;
	padding: 10px 0 10px 33px;
	position: absolute;
	bottom: 15px;
	left: 12px;
}
/*----------------------------------------
	- Calendário from Hell
---------------------------------------*/
#calendario{
	width: 352px;
	height: 332px;
	margin-top: 12px;
	margin-left: 12px;
	position: relative;
	overflow: hidden;
}
#calendario div{
	width: 352px;
	height: 332px;
	float: left;
	clear: none;
	background: url(../imagens/trc_calendar/base.png) left top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
#calendario p{
	width: 152px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 5px;
}
#calendario p span{
	text-transform: uppercase;
	color: #1d1402;
	font-size: 12px;
	font-weight: bold;
}
#calendario p a{
	display: block;
	width: 8px;
	height: 7px;
	text-indent: -20000px;
	position: absolute;
	top: 3px;
}
#calendario p a.bt_anterior{
	background: url(../imagens/trc_calendar/bt_anterior.png) left top no-repeat;
	left: 0;
}
#calendario p a.bt_proximo{
	background: url(../imagens/trc_calendar/bt_proximo.png) left top no-repeat;
	right: 0;
}
#calendario p a:hover{
	background-position: left bottom;
}
#calendario ul{
	margin-top: 31px;
}
#calendario ul li{
	display: block;
	width: 48px;
	height: 31px;
	padding-top: 15px;
	float: left;
	background: url(../imagens/trc_calendar/inativo.png) left top no-repeat;
	clear: none;
	margin-left: 2px;
	margin-top: 2px;
	text-align: center;
	color: #4c422d;
}
#calendario ul li.ativo{
	background: url(../imagens/trc_calendar/ativo.png) left top no-repeat;
	cursor: pointer;
}
#calendario ul li.marcado{
	background: url(../imagens/trc_calendar/marcado.png) left top no-repeat;
}
#calendario ul li.ativo:hover{
	background-position: left bottom;
}
/*----------------------------------------
	- Formulário de Reservas
---------------------------------------*/
#formulario_reservas{
	width: 295px;
	float: left;
	clear: none;
	background: #908969;
	height: 454px;
}
#formulario_reservas h3{
	padding: 9px 0 10px 12px;
	margin-bottom: 12px;
	color: #1a0c00;
}
#formulario_reservas form{
	width: 273px;
	height: 359px;
	margin-left: 11px;
	position: relative;
}
#formulario_reservas label{
	width: 273px;
	height: 27px;
	margin-bottom: 5px;
}
#formulario_reservas label input, #formulario_reservas label textarea{
	width: 266px;
	padding-left: 7px;
	height: 21px;
	padding-top: 6px;
	background: #827c5e;
	color: #1d1402;
}
#formulario_reservas label textarea{
	height: 134px;
	overflow: auto;
}
#formulario_reservas input.bt_enviar{
	display: block;
	width: 45px;
	height: 8px;
	background: url(../imagens/bt_enviar.gif) left top no-repeat;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
}
#formulario_reservas input.bt_enviar:hover{
	background-position: left bottom;
}
#formulario_reservas label span{
	color: #1d1402;
	position: relative;
	left: 10px;
}
#formulario_reservas label span input{
	width: 13px;
	height: 13px;
	display: inline;
	padding: 0;
	position: relative;
	top: 2px;
}



