@charset "utf-8";
/* CSS Document */

*{
	scrollbar-arrow-color:white;
	scrollbar-face-color:#039;
	scrollbar-track-color:blue;
}

/* !INCLUDE.PHP */
body{
	background:#6594E0 url(img/fundo2.png) center top;
	margin:0 0 0 0;
	font-size:11px;
}

/* TODOS */
a{
	/* font-weight:bold; */
	text-decoration:none;
	color:#036;
}

/* TODOS */
a:hover{
	text-decoration:underline;
}

table{
	border-collapse:collapse;
	border-width:0;
	border-style:none;
}

/* TODOS */
input, textarea, select{
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	font-size:11px;
	width:190px;
}

select{
	width:auto;
}

input:focus, textarea:focus{
	color:#333;
}

input:hover, textarea:hover{
	color:#F90;
}

/* !INCLUDE.PHP -- TOP.PHP*/
table#head{
	width:100%;
	border-width:0;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

/* !INCLUDE.PHP */
table#body{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border-width:0;
	text-align:center;
}

/* HOME.PHP */
table#a_home{
	width:100%;
	border-right:solid #999 1.3px;
}

/* HOME.PHP */
td#rec{
	width:18%;
}

/* TODOS */
#cont{
	background:#FFF url(img/top_cont.png) top repeat-x;
	width:850px;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	color:#036;
}

/* !INCLUDE.PHP */
table#menu{
	background:url(img/fundo_menu2.png) right no-repeat;
	width:850px;
	height:17px;
	font-family:Verdana, Geneva, sans-serif;
	color:#036;
	text-align:center;
}

/* !INCLUDE.PHP */
td#menu{
	width:118px;
}

/* !INCLUDE.PHP */
td#menu_l{
	background:url(img/m_left.png) left no-repeat;
	height:17px;
	width:10px;
}

/* !INCLUDE.PHP */
td#menu_r{
	background:url(img/m_right.png) right no-repeat;
	height:17px;
	width:10px;
}

/* !INCLUDE.PHP */
#loading{
	width:100%;
	left:0;
	top:100px;
	vertical-align:middle;
	text-align:center;
	position:absolute;
	position:fixed;
	z-index:1;
	display:block;
}

/* FOTOS.PHP */
table#TbPreview{
	width:430px;
	background:url(imgs/bt-foto.png) top left no-repeat;
}

td#TdTitulo{
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	text-indent:5px;
}

table#FotoMenu{
	width:90%;
	text-align:left;
	text-indent:20px;

}

table#FotoMenu td{
	border-bottom:1px solid #F90;
	height:28px;
}

table#FotoMenu td:hover{
	cursor:hand;
}

table#FotoMenu td#FotoTipo{
	width:160px;
	vertical-align:middle;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	background:url(imgs/back-titulo.png) no-repeat center;
}

table#FotoMenu td#TipoAtivo{
	width:148px;
	vertical-align:middle;
	color:#036;
	font-size:12px;
	font-weight:bold;
	border-bottom:none;
	background:url(imgs/back-select.png) no-repeat center bottom;
}

/*img.Foto{
	background:url(imgs/alpha-30.png);
}*/

div#sombra{
	background:url(imgs/back-sombra.png) bottom right no-repeat;
	width:405px;
	height:305px;
	text-align:left;
}

div#sombra img{
	top:0;
	left:0;
}

/* CARDÁPIO.PHP */
ul#List{
	list-style-image:url(img/list.png);
	line-height:18px;
	text-align:left;
}

table#ContCard{
	width:95%;
}

table#rodape{
	width:850px;
	height:25px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	text-indent:13px;
	font-size:10px;
	color:#FFF;
	background:url(imgs/back-bottom2.png);
}

/* ---- Estilos da pagina de Parceiros ---- */
tr#Title{
	font-size:14px;
	font-weight:bold;
	color:#F60;
	text-align:left;
	text-indent:40px;
	font-style:italic;
	border-bottom:1px #CDDFF5 solid;
	background:url(imgs/OrderByDesc.png) no-repeat center left;
}
/* ---- Fim dos estilos da pagina de Parceiros ---- */

