@charset "utf-8";
a {
	font-size: smaller;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #06F;
}

.principal {
	color: #06C ;
}
.faixa_sup {
	background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.faixa_principal {
	color: black;
	
     background:#FFF;

	-webkit-box-shadow: 0px 0px 5px #8e8e8e;
    -moz-box-shadow: 0px 0px 5px #8e8e8e;
    box-shadow: 0px 0px 5px #8e8e8e;
	
	border-radius: 0px,0px,8px,8px;
    -moz-border-radius: 0px,0px,8px,8px;
    -webkit-border-radius: 0px,0px,8px,8px;



}
.faixa_inf {
	color: #999;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.janela_login {
	color: #333;
	background-color: #FFFFE8;
	border: thin solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	box-shadow: 0px 0px 10px #FC0;
	-moz-box-shadow: 0px 0px 10px #FC0;
	-webkit-box-shadow: 0px 0px 10px #FC0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 400px;

}
.janela_principal {
	color: #333;
/*	background-color: #FFF; */
	font-family: "Segoe UI Light", sans-serif;
	font-size: 11px;
	text-align: left;

}

.texto_gr {
	font-size: 16px;
	font-family: "Segoe UI Light", sans-serif;
	font-weight: normal;
	color: #666;
}
.titulos {
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #666;
}
.texto_gr_des {
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #F00;
}
.botoes {
	width:120px;
	height:30px;
	font-size: 14px;
	color: #FFF;
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: normal;
	background-color: #06C;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}
.botoes:hover {
	-webkit-box-shadow: 0px 0px 8px #8e8e8e;
    -moz-box-shadow: 0px 0px 8px #8e8e8e;
    box-shadow: 0px 0px 8px #8e8e8e;
}
.botoes:active {
-webkit-box-shadow: inset 0px 0px 5px #8e8e8e;
-moz-box-shadow: inset 0px 0px 5px #8e8e8e;
box-shadow: inset 0px 0px 5px #8e8e8e;
}
.luz {
	width:20px;
	height:20px;
	display:block;
    background: #fff;
    position:absolute;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    opacity:0.25;
    -moz-opacity: 0.25;
    filter: alpha(opacity=25);
}

.texto_top {
	color: grey;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
.texto_top a:link {
	color: grey;
	text-decoration: none;
}
.texto_top a:visited {
	text-decoration: none;
	color: grey;
}
.texto_top a:hover {
	text-decoration: underline;
	color: #900;
}
.texto_top a:active {
	text-decoration: none;
	color: #FFF;
}
.div_preta {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:500%;
/*	opacity: .92;
	color: #000000;
	background-color: #E0E0E0;
	z-index:1;
*/
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 1%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 1%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 1%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 1%,rgba(0,0,0,0.3) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 1%,rgba(0,0,0,0.3) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */

}
.div_conteudo {
	display: block;

	
}
.botoes_img {
	cursor:hand;

}
.botoes_img:hover {
	cursor:hand;
	box-shadow: 0px 0px 10px #FC0;
	-moz-box-shadow: 0px 0px 10px #FC0;
	-webkit-box-shadow: 0px 0px 10px #FC0;

}

.form_pedidos {
	font-family: "Segoe UI Light", sans-serif;
	font-size: 14px;
	color: #333;
	display: block;
	font-weight: normal;
}
.form_dados_pedidos {
	font-family: "Segoe UI Light", sans-serif;
	font-size: 14px;
	color: #333;
	display: block;
	font-weight: normal;
	
}

.div_itens {
	width: 990px;
	display: block;
	color: #03C;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid  #CCC;
	background-color: #F4F4F4;





}
.form_dados_pedidos tr td #img_carrega {
	display: none;
}


    .dia {font-family: helvetica, arial; font-size: 8pt; color: #FFFFFF}
    .data {font-family: helvetica, arial; font-size: 8pt; text-decoration:none; color:#191970}
    .mes {font-family: helvetica, arial; font-size: 8pt}
    .Cabecalho_Calendario {font-family: helvetica, arial; font-size: 10pt; color: #000000; text-decoration:none; font-weight:bold}

i {
	font-weight: normal;
	color: #039;
	font-style:normal;
	font-family: "Segoe UI Light", sans-serif;

	
}


select {
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid  #999;
	background-color: #FFF;
}
select:hover{
	background-color: #9CF;
	box-shadow: 0px 0px 5px #333333;
	-moz-box-shadow: 0px 0px 5px #333333;
	-webkit-box-shadow: 0px 0px 5px #333333;

}

input{
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid  #999;
	background-color: #FFF;
}
input:hover{
	background-color: #9CF;
	box-shadow: 0px 0px 5px #333333;
	-moz-box-shadow: 0px 0px 5px #333333;
	-webkit-box-shadow: 0px 0px 5px #333333;

}
input:focus{
	background-color: #9CF;
}
.titulo {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width: 996px;
	font-size: 17px;
	font-family: "Segoe UI Light", sans-serif;
	font-weight: normal;
	color: #666;

	
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}
.menu {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow: 3px 3px 4px #333333;
	-moz-box-shadow: 3px 3px 4px #333333;
	-webkit-box-shadow: 3px 3px 4px #333333;
}
.botao_menu {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width: 180px;
	height: 40px;
	color:#000000;
	padding:2px;
	margin:2px;
	
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */


	
}
.botao_menu:hover{
/*	border:1px solid #FC0; */
	box-shadow: 0px 0px 10px #FC0;
	-moz-box-shadow: 0px 0px 10px #FC0;
	-webkit-box-shadow: 0px 0px 10px #FC0;

}

.botoes_2{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.botoes_2:hover{
	box-shadow: 0px 0px 10px #FC0;
	-moz-box-shadow: 0px 0px 10px #FC0;
	-webkit-box-shadow: 0px 0px 10px #FC0;
	cursor:pointer;
}


.img_enviando {
	display: none;
}
.linha_lista {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #FFF;
	
}
.linha_lista:hover{
	background-color: #FF6;
	border:1px solid #FC0;
}
.pop_nome_repr {
	position:absolute;
	visibility:hidden;
	background-color:#9FF;
	border:1px solid #06F;
}

.div_borda {
	border-radius:20px;
	border: 1px solid #E6E6E6;
	background-color:#E6E6E6;
}

.div_descontos {
	display:block;
}

.aviso {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color: #D7FFD7;
	border:1px solid #060;
	width: 60px;
	color:#006600;
	display: none;
	alignment-adjust:central;
	text-align: center;
	vertical-align: middle;
	padding:5px;
}

.aviso_2 {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color: #FFFFCC;
	border:1px solid #FC0;
	width: 280px;
	color:#FF9900;
	alignment-adjust:central;
	text-align: center;
	vertical-align: middle;
	padding:5px;
}
.quadro {
	border:1px solid #CCC;
	border-radius:4px;
	
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
h4 {
	color:#666666;
	font:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style:oblique;
	text-align:center;
}
h3 {
	color: gray;
	text-align:center;
}
.menssagem {
	border:1px solid #F9C;
	border-radius:4px;
	text-align:center;
	background-color:#FCC;
	margin:10px;
	padding:10px;
	color:#303030;
}
.mensagem-ok {
	border:1px solid  #33A000;
	border-radius:4px;
	text-align:center;
	background-color:#88FF8A;
	margin:10px;
	padding:10px;
	color:#303030;
}
.mensagem-erro {
	border:1px solid #F9C;
	border-radius:4px;
	text-align:center;
	background-color:#FCC;
	margin:10px;
	padding:10px;
	color:#303030;
}

.alert
{
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    width: auto;
    word-wrap: normal;
}

.meta {
	border:1px solid lightgray;
	background-color: whitesmoke;
	border-radius:4px;
}

.texto_gr_2 {
	font-size: 15px;
	font-family: "Segoe UI Light", sans-serif;
	font-weight: normal;
	color: #666;
}
.barra {
	height:18;
}

.campo_readyonly{
	font-family: Verdana, Geneva, sans-serif;
	color: #03C;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid  #999;
	background-color: #C30;
}
.janela_ftp {
	color: #333;
	background-color: #FFFFE8;
	border: thin solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	box-shadow: 0px 0px 10px #FC0;
	-moz-box-shadow: 0px 0px 10px #FC0;
	-webkit-box-shadow: 0px 0px 10px #FC0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 900px;
	text-align:left;
}
.lista:hover{
	background-color:#FF9;
}
.lista{
	height: 40px;
}
.situacao-info{
	font-size:11px;
	color:#888888;
}
	.cartao{
	border:#D4D4D4 thin solid;
	border-radius:5px;
	padding:5px;
	margin:10px;
	color:#535353;
	}
	.legenda{
	border:#D4D4D4 thin solid;
	border-radius:5px;
	padding:5px;
	margin:2px;
	color:#535353;
	max-width:380px;
	}
