@charset "utf-8";
body {
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	color: #505050;
	text-align:left;
	}

img {
	border:0px;
	}

a{
	color:#336699;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
a:image, a image{
	border:0px;
	}
.top_princ {
	width:763px;
	height:120px
	}

.topo{
	width:763px;
	height:120px;
	background-image:url(../images/back_top.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
.linha_st td{
	border-top:3px solid #b6b6b6;
	height:20px;
	text-align:left;
	vertical-align:bottom;
	padding-top:1px;

	color:#415072;
	}
	
.linha_st a{
	font-family:Arial, Helvetica, sans-serif;
	color:#335a7f;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	}
	
.linha_st a:hover{
	color:#990000;
	}
	
	
.reserve input[type="text"], .reserve input[type="password"]{ /* style for INPUT type="text" fields. oHas no effect in IE7 or belw! */
	width: 95px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-right:5px;
	background-color:#FFFFFF
}

*.reserve input.reserve00 {
	width: 95px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-right:5px;
	background-color:#FFFFFF
	}
.reserve input[type="image"]
	{
	border:0px;
	}
td.reserve {
	padding-top:26px;
	background-image:url(../images/sample_reserve.jpg);
	background-repeat:no-repeat;
	background-position: 48px 9px;
	}

.busca input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-right:5px;
	color:#999999;
	margin-left:20px;
}
input.busca00{
	width: 120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-right:5px;
	color:#999999;
	margin-left:20px;
	}
input[type="text"].busca_r {
	width: 120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-right:5px;
	color:#000000;
	margin-left:20px;
}

.menu {
	height:20px;
	padding-left:0px;
	}
	
.after_top01 {
	background-image:url(../images/after_top_01.jpg);
	background-repeat:repeat-x; height:9px;
	}
	
.after_top02 {
	background-image:url(../images/after_top_02.jpg);
	background-repeat:repeat-x;
	height:9px;	
	}
	
.after_top03 {
	background-image:url(../images/after_top_03.jpg); 
	background-repeat:repeat-x;
	}

.after_top04 {
	background-image:url(../images/after_top_06.jpg);
	background-repeat:repeat-x;
	}

.data {
	color:#7986a2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}


	
	

	
	
/*BASICO DO MENU*/ 
.ddsmoothmenu{
font: bold 11px Arial;
*position:absolute;
height:20px;

}


/* INTERNET EXPLORER LIXO*/
*html.ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}


/* POSIÇÃO */
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}




/*ESPAÇO 1st LINHA DO MENU*/
.ddsmoothmenu ul li a{
display:block;
/*margin-right:5px;*/
}


li.subitem{
	margin-right: 5px;
	}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: white;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/*SUBMENU*/
.subitem ul a{
display: block;
text-decoration: none;
background-repeat:no-repeat;
background-position:5px;
}








.subitem li a, .subitem li a:link, .subitem li a:visited{
font: normal 12px Arial;
*width: 195px;
padding:10px;
margin: 0px;
padding-left:20px;
border-top-width: 0;
border-bottom: 1px solid gray;
background-image:url(../images/menu_bullet.png);
color:#2b3c61;
white-space:nowrap;
}

.subitem li a:hover{
color: #CC0000;
background-image:url(../images/menu_bullet_hover.png);
text-decoration:none;
}

.subitem div {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	background-image:url(../images/fundo_menu.png);
	background-repeat:repeat;
	border: 1px solid #999999;
	background-image:url(../images/fundo_menu.png);
	}
