@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#palco{
	position: absolute; 
	top: 0px;
	left: 0px;
	z-index: 90;
	width:100%; 
	height:100%;
	border:1px solid #CCC;
	filter: alpha(opacity=75);
	background-color:#000;
	text-align: center;
}
#pImg{
	position: absolute;
	left:50%;
	top:50%;
	z-index: 100;
	border:1px solid black;
	background-color:#CCB17C;
	overflow: auto;
	padding: 3px;
	display:	
}
#controles{
	vertical-align: text-top;
	background-color:#CCB17C;
	padding: 3px;
}
.borda_esq {
	height: none;
	width: none;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px solid #000000;
}
.borda_esq_rod {
	height: none;
	width: none;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.borda_dir {
	height: none;
	width: none;
	border-top: 1px none;
	border-right: 1px solid #000000;
	border-bottom: 1px none;
	border-left: 1px none;
}
.borda_dir_rod {
	height: none;
	width: none;
	border-top: 1px none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none;
}
.borda_top {
	height: none;
	width: none;
	border-top: 1px solid #000000;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
.borda_rodape {
	height: none;
	width: none;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px solid #000000;
	border-left: 1px none;
}
.borda_esq_top_dir_rodape {
	height: none;
	width: none;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.borda_dashed {
	height: none;
	width: none;
	border-top: 1px none;
	border-right: 1px dashed #000000;
	border-bottom: 1px none;
	border-left: 1px none;
}
.menu {
	font-size: 7pt;
	color: #FF9900;
	font-family: verdana;
	text-decoration: none;
}
.MenuOver{
	font-size: 7pt;
	color: #E4672F;
	font-family: verdana;
	text-decoration: none;
	text-decoration:underline;
}
.MenuOut{
	font-size: 7pt;
	color: #FF9900;
	font-family: verdana;
	text-decoration: none;
}

.menu_log {
	font-size: 7pt;
	color: #ffffff;
	font-family: verdana;
	text-decoration: none;
}
.MenuOver_log{
	font-size: 7pt;
	color: #ffffff;
	font-family: verdana;
	text-decoration: none;
	text-decoration:underline;
}
.MenuOut_log{
	font-size: 7pt;
	color: #ffffff;
	font-family: verdana;
	text-decoration: none;
}

.menu_admin {
	font-size: 8pt;
	color: #ffffff;
	font-family: verdana;
	text-decoration: none;
}
.MenuOver_admin{
	font-size: 8pt;
	color: #ffffff;
	font-family: verdana;
	text-decoration: none;
	text-decoration:underline;
}
.MenuOut_admin{
	font-size: 8pt;
	color: #ffffff;
	font-family: verdana;
	text-decoration: none;
}

.texto_index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
	font-weight: bold;
}
.texto_tab_index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.titulo_index {
	color: #FF9900;
	font-weight: bold;
}
.titulo_festa {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.informe_index {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	color: #CCB17C;
}
.form_cadcli{
	border-bottom-color:#FF6600;
	border: 1px;
	border-style:solid;
	font-size:11px;
	font-family:Verdana;
	color:#FF6600;
	height:20px;
}
.form_comprar{
	border-bottom-color:#CCCCCC;
	border: 1px;
	border-style:solid;
	font-size:11px;
	font-family:Verdana;
	color:#666666;
	height:20px;
}

