@charset "utf-8";
/* CSS Document */
/*Page CSS*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #605645;
}

/* Default links*/
a:link {
	color: #605645;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #605645;
}
a:hover {
	text-decoration:none;
	color: #9F9480;
}
a:active {
	text-decoration: none;
	color: #605645;
}

/*Footer links*/
a.footer:link {
	color: #9F9480;
	text-decoration: none;
	font-weight:bold;
}
a.footer:visited {
	text-decoration: none;
	color: #9F9480;
	font-weight:bold;
}
a.footer:hover {
	text-decoration: underline;
	color: #9F9480;
	font-weight:bold;
}
a.footer:active {
	text-decoration: none;
	color: #9F9480;
	font-weight:bold;
}

/*Banner link #03009D*/
a.banner:link {
	color: #03009D;
	text-decoration: none;
}
a.banner:visited {
	text-decoration: none;
	color: #03009D;
}
a.banner:hover {
	text-decoration: none;
	color: #03009D;
}
a.banner:active {
	text-decoration: none;
	color: #03009D;
}

/*Tables CSS*/
#editable table {
  border-right: 1px solid #605645;
}

#meetingrooms table {
  border-right: 1px solid #605645;
  border-left: 1px solid #605645;
  border-top: 1px solid #605645;
  border-bottom: 1px solid #605645;
}


/*fonte para titulo*/
.titulo{
font-family: "Monotype Corsiva";
font-size: 24px;
text-decoration:underline;
}

/*lonrho font and lins*/
.lonrho_text {
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.lonrho:link {
	color: #ffffff;
	text-decoration: none;
}
a.lonrho:visited {
	text-decoration: none;
	color: #ffffff;
}
a.lonrho:hover {
	text-decoration: none;
	color: #ffffff;
}
a.lonrho:active {
	text-decoration: none;
	color: #ffffff;
}



/*titulo Form*/
.titleForm {
color: #CAC1B3;
font-family: "Monotype Corsiva";
font-size: 24px;
}

/************************************************/
/*Content Slider for Gallery**/
.contentslide{
border: 10px solid #605645;
border-bottom-width: 6px;
padding: 8px;
width: 500px;
height: 400px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 516px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color:#9F9480;
border: 10px solid #9F9480;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 500px; /*IE5 width*/
w\idth: 516px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #605645;
background-color: #9F9480;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFFFFF;
}
/*End Content Slider*/
/****************************************************************/

/*Content Slider for Weddings**/
.contentslide2{
border: 2px solid #605645;
border-bottom-width: 2px;
padding: 1px;
width: 360px;
height: 270px;
}

.contentslide2 .contentdiv{
display: none;
}

.pagination2{
width: 358px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color:#9F9480;
border: 2px solid #9F9480;
border-width: 0 4px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination2{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 360px; /*IE5 width*/
w\idth: 376px; /*IE6 width*/
}

.pagination2 a{

padding: 0 6px;
text-decoration: none; 
color: #605645;
background-color: #9F9480;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #000;
background-color: #FFFFFF;
}
/*End Content Slider*/
/****************************************************************/

/*FORM Hint BOX*/
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #CAC1B3;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #605645;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid #605645;
border-bottom: 3px solid #605645;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
/****************************************************************/