﻿* {margin: 0; padding: 0; border: 0;}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#tudo
{
	width: 90%;
	position: relative; /*Contexto de posicionamento */
	background: #fff url(bg-auxiliar.gif) repeat-y right;
	margin: 0 auto;
	text-align: left;
	min-height: 100%; /*  */
	border: dotted #999;
	border-width: 0 1px;
	min-width: 760px;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
* html #tudo
{
	height: 100%;
}
#conteudo
{
	padding-bottom: 30px;
}
#topo
{
	background: #ffffff;
	background-image: url(       './Imagens/topo_gradiente.jpg' );
	background-repeat: repeat-y;
	background-position: right;
	width: 100%;
	height: 132px;
	border-bottom: 1px dotted #999;
	text-align: center;
	padding-top: 1px;
}
#topo .logo
{
	background-image: url(       './Imagens/riot.gif' );
	width: 127px;
	height: 129px;
	float: left;
	margin-left: 10px;
}

#topo .titulo
{
	font-size: 20px;
	font-weight: bold;
}
#topo .subtitulo
{
	font-size: 15px;
}

#principal
{
	padding-top: 10px;
	text-align: justify;
	padding-left: 210px;
	padding-right: 10px;
}
#auxiliar
{
	width: 200px;
	float: left;
	padding-top: 10px;
}
#rodape
{
	background: #b0f1b0;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	border: dotted #999;
	border-width: 1px 0;
	text-align: center;
}
#rodape p
{
	margin: 0;
	font-weight: bold;
	color: #060;
}
#caixaComandos
{
	margin-top: 15px;
	margin-bottom: 15px;
}
.colunaLabel
{
	text-align:right;
	padding-right: 3px;
	padding-top: 3px;
	vertical-align:top;
}
.caixaLogin
{
	background-image: url(     './Imagens/login_bg.jpg' );
	background-repeat: no-repeat;
	width: 384px;
	height: 167px;
}

.caixaLogin .content
{
	padding-left: 120px;
	padding-top: 50px;
}
.caixaLogin .content table
{
	width: 100%;
}
.mensagemAlerta
{
	background-image: url(    './Imagens/alerta.jpg' );
	background-repeat: no-repeat;
	background-position: left;
	height: 87px;
	width: 270px;
	text-align: left;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: Black;
	/*display:none;*/
}
.mensagemAlerta .texto
{
	float: left;
	width: 100%;
	display: block;
	padding-top: 30px;
	text-align: center;
}
.mensagemAlerta .fechar
{
	float: right;
	margin-bottom: 0px;
	padding-right: 6px;
	padding-top: 20px;
	font-size: x-small;
}
.oculto
{
	display: none;
	position: absolute;
	float: none;
}

.AdicionarRegistro
{
	background-image: url(       './Imagens/edit_add.png' );
	background-position: left;
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 18px;
	margin-right: 18px;
	text-decoration: none;
	color: Blue;
}
.SalvarRegistro
{
	background-image: url(       './Imagens/filesave.png' );
	background-position: left;
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 18px;
	margin-right: 18px;
	text-decoration: none;
	color: Blue;
}
.Cancelar
{
	background-image: url(        './Imagens/fileclose.png' );
	background-position: left;
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 18px;
	margin-right: 18px;
	text-decoration: none;
	color: Blue;
}


.clear
{
	clear: both;
}

.loadingTopo
{
	background-image: url(       './Imagens/loading1.gif' );
	background-position: left;
	background-repeat: no-repeat;
	float: right;
	padding-left: 20px;
	background-color: White;
}
.loadingTopo span
{
	font-size: small;
	font-weight: bold;
}

.botaoSalvar
{
	background-image: url(       './Imagens/filesave.png' );
	background-position: left;
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 18px;
	margin-right: 18px;
	text-decoration: none;
	color: Blue;
	border: none 0;
	background-color: Transparent;
	cursor: pointer;
}
.botaoCancelar
{
	background-image: url(        './Imagens/fileclose.png' );
	background-position: left;
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 18px;
	margin-right: 18px;
	text-decoration: none;
	color: Blue;
	border: none 0;
	background-color: Transparent;
	cursor: pointer;
}

/* GridView */

.GridViewStyle
{
	font-family: Arial, Sans-Serif;
	font-size: small;
	table-layout: auto;
	border-collapse: collapse;
	border: #999999 1px solid;
	width: 100%;
}

/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
	background-image: url(Imagens/HeaderWhiteChrome.jpg);
	background-position: center;
	background-repeat: repeat-x;
	background-color: #fff;
	border-bottom: solid 1px #999;
}
.HeaderStyle th
{
	padding: 2px;
	color: #333;
}
.HeaderStyle a
{
	text-decoration: none;
	color: #333;
	display: block;
	text-align: left;
	font-weight: normal;
}
.PagerStyle table
{
	text-align: center;
	margin: auto;
}
.PagerStyle table td
{
	border: 0px;
	padding: 5px;
}
.PagerStyle td
{
	border-top: #999999 1px solid;
}
.PagerStyle a
{
	color: #333;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-top: solid 1px #fff;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 1px #fff;
}
.PagerStyle span
{
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
	padding: 5px;
	border-right: solid 1px #999;
}
.RowStyle td
{
	background-color: #E4E4E4;
}
.AltRowStyle td
{
	background-color: #fff;
}
.SelectedRowStyle td
{
	background-color: #FF9;
}



/* Menu */
.MenuAccordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.MenuAccordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #666666;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.MenuAccordionContent
{
	height: 0px;
	overflow: hidden;
}
.MenuAccordionContentInner
{
	background-color: #CCCCCC;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}
.MenuAccordionContent ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.MenuAccordionContent li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.MenuAccordionContent a
{
	color: #000;
	text-decoration: none;
	width: 100%;
	display: block;
}

.MenuAccordionContent a:hover
{
	color: #000;
	background: #fff;
	font-weight: bold;
	width: 100%;
	display: block;
}
.painelLogoff
{
	text-align:right;
}
.painelLogoff a
{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.painelLogoff a:hover
{
	color:#000;
	font-weight:bold;
}

.maisConteudo
{
	font-size:small;
	text-decoration:none;
}
.invisivel
{
	display:none;
}
/* novo login */

#boxHomeNovo
{
	margin:auto;
	width:700px;
	text-align:left;
	margin-top:50px;
}
#boxHomeNovo h3
{
	font-size: 29px;
	margin-bottom: 5px;
}
#boxHomeNovo img
{
	border: none 0px;
}

#boxHomeNovo #boxLoginHeader
{
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin:0 0 0 0;
	background-color: #F2F2F2;
	overflow: auto;
}
#boxHomeNovo #boxLoginHeader ul
{
	list-style-type:none;
	font-weight:bold;
	margin-bottom: 15px;
}
#boxHomeNovo #boxLoginHeader p
{
	text-align:justify;
}

#boxHomeNovo #boxLoginHeader #boxLogo
{
	width:190px;
	padding-top: 30px;
	padding-left:20px;
	float:left;
}
#boxHomeNovo #boxLoginHeader #boxBemVindo
{
	width:440px;
	float:left;
}
#boxHomeNovo #boxCadastrar
{
	float:left;
	width:345px;
	background-color: #A6A6A6;
	margin-top: 10px;
	height: 150px;
	margin-right:10px;
	color: #ffffff
}
#boxHomeNovo #boxCadastrar h4
{
	font-size: 20px;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#boxHomeNovo #boxCadastrar strong
{
	padding-left: 15px;
	padding-bottom: 10px;
}
#boxHomeNovo #boxCadastrar img
{
	padding-top: 7px;
}
#boxHomeNovo #boxLogin
{
	float:left;
	width:345px;
	background-color: #F2F2F2;
	margin-top: 10px;
	height: 150px;
}
#boxHomeNovo #boxLogin h4
{
	font-size: 20px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#boxHomeNovo #boxLogin strong
{
	padding-left: 10px;
}

#boxHomeNovo #boxLogin fieldset
{
	padding-top: 5px;
	padding-left: 10px;
	font-size: 18px;
}
#boxHomeNovo #boxLogin a
{
	font-size: xx-small;
}

#boxHomeNovo #boxLogin label
{
	width:60px;
	float:left;
}

.btnEntrar
{
	background:#000000;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	width: 100px;
}

/* internas */
#paginaInterna
{
	margin:auto;
	width:	600px;
}
#paginaInterna #cabecalho
{
	overflow:auto;
}
#paginaInterna #cabecalho img
{
	float:left;
	padding: 5px 0px 5px 5px;
}
#paginaInterna #cabecalho h4
{
	font-size: 28px;
	text-align:center;
	width:390;
	padding-top: 80px;
}
#paginaInterna #conteudo #dadosPessoais #header, #paginaInterna #conteudo #dadosVeiculo #headerVeiculo, #paginaInterna #conteudo #veiculosCadastrados #header, #paginaInterna #conteudo #comum #header
{
	background-color: #F2F2F2;
	padding-bottom:20px;
}
#paginaInterna #conteudo #dadosPessoais h4, #paginaInterna #conteudo #dadosVeiculo h4,  #paginaInterna #conteudo #veiculosCadastrados h4
{
	font-size: 16px;
}

#paginaInterna #conteudo #dadosPessoais h5, #paginaInterna #conteudo #dadosVeiculo h5, #paginaInterna #conteudo #veiculosCadastrados h5, #paginaInterna #conteudo #comum h5
{
	font-size: 16px;
	color: #8F8F8F;
	padding-top: 10px;
}
#headerVeiculo
{
	padding-left:14px;
	padding-right:14px;
}
#ucDadosPessoais
{
	width: 100%;
}
#ucDadosPessoais th
{
	width: 200px;
	text-align: right;
	padding-right: 3px;
}

#ucDadosPessoais td label
{
	padding-left: 6px;
}

.ucDpNormalRow
{
	background-color: #ffffff;
}

.ucDpAlternateRow
{
	background-color: #F2F2F2;
}
.campoDispEventos
{
	width: 200px;
	margin:auto;
}
.labelDispEventos
{
	margin-left: 62px;
}

#paginaInterna #sepRedesSociais
{
	background-color: #F2F2F2;
}
#paginaInterna #sepRedesSociais h6
{
	padding-top: 40px;
}
#paginaInterna #redesSociais .boxRedeSocial
{
	border: solid 1px #D9D9D9;
	width: 100%;
	background-color:#ffffff;
	margin-bottom: 5px;
}

#paginaInterna #redesSociais table th
{
	width: 160px;
	text-align: right;
	padding-left: 6px;
}

.btnContinuarSalvar
{
	background:#000000;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding: 10px 10px 10px 10px;
}

.linkCancelar
{
	vertical-align:bottom;
	margin-right:30px;
}
.inputNomeVeiculo
{
	font-size: 23px;
	text-align:center;
}
.ucVeiculoTipoVeiculo
{
	background-color:White;
	border:1px solid #D9D9D9;
	padding-bottom: 10px;
}
.ucVeiculoTipoVeiculo #tipoVeiculo
{
	margin-top:7px;
	margin-bottom:7px;
	width: 100%;
	background-color: #F3DDDC;
}
.ucVeiculoTipoVeiculo #tipoVeiculo th
{
	width: 210px;
}
.ucVeiculoTipoVeiculo #tipoVeiculo td
{
	text-align: center;
}
.ucVeiculoTipoVeiculo #dadosVeiculo
{
	margin-top:7px;
	width:100%;
}
.ucVeiculoTipoVeiculo #dadosVeiculoInterna
{
	width:100%;
}


.ucVeiculoTipoVeiculo #dadosVeiculo th
{
	width:30%;
	background-color:#F2F2F2;
}

.ucVeiculoTipoVeiculo #dadosVeiculo, .ucVeiculoTipoVeiculo #dadosVeiculoInterna th
{
	background-color:#FFFFFF;
}


#rodapeCadastro
{
	padding-top:15px;
	float:right;
}
#dadosVeiculoNormalRow table, #dadosVeiculoAlternateRow table
{
	width: 100%;
}
#dadosVeiculoNormalRow
{
	background-color:#F2F2F2;
	padding-top:10px;
	padding-bottom:10px;
}
#dadosVeiculoAlternateRow
{
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	border: solid 1px #D9D9D9;
}

#boxCamposAdicionaisVeiculo
{
	background-color:#FFFFFF;
}
#boxCamposAdicionaisVeiculo table
{
	width:100%;
}

#dadosVeiculo #dadosVeiculoInterna
{
	
}

#dadosVeiculo #dadosVeiculoInterna th
{
	text-align:right;
	padding-right:3px;
}
#boxCamposAdicionaisVeiculo table
{
	padding-top:5px;
	padding-bottom: 5px;
}
#boxCamposAdicionaisVeiculo th
{
	padding-top:5px;
	padding-bottom:5px;
	padding-right:3px;
	width:157px;
	text-align:right;

}

#fi-button-msg {
    border: 2px solid #ccc;
    padding: 5px 10px;
    background: #eee;
    margin: 5px;
    float: left;
}
