/* esquema cores */

select, input{
	border: 1px solid #888;
}

button{
	border: 1px solid #ccc;
}

.cadunico .consulta{
	border-right: 1px solid #ccc;
}

.gwt-Label.header{
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#d8d8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#d8d8d8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#d8d8d8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #ccc;
}

.topo .telefone{
	background: rgb(68,68,68);
	background: linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(43,43,43,1) 66%, rgba(17,17,17,1) 100%);
	color: white;
}

.topo{
	border-bottom: 5px solid #596a72;
	background: #fcfcfc;
}

.topo .menu a{
	color: #888;
}

.topo .lbSelMenu, .topo .menu .sel, .topo .menu a:hover{
	background: rgb(68,68,68);
	background: linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(43,43,43,1) 66%, rgba(17,17,17,1) 100%);
	color: white;
}

.geral .menu .item.sel{
	background: #555;
	color: white;	
}

.geral .menu .item{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.geral .aba{
	border: 1px solid #ccc;			
}

.geral .veiculo:hover, .geral .veiculo.sel{
	background: rgb(242,242,242);
	background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(208,208,208,1) 54%, rgba(125,124,124,1) 100%);
	border: 1px solid #e0eff9;
	color: white;
}

.geral .veiculo:hover .marca, .geral .veiculo.sel .marca{
	border: 1px solid #aa8888;
	color: black;
}
.geral .veiculo:hover .placa, .geral .veiculo.sel .placa{
	color: black;
}

.geral .veiculo{
	background: rgb(238,238,238);
	background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(218,218,218,1) 66%, rgba(198,198,198,1) 100%);
}

.geral .ultimas table tr.header td{
	background: rgb(68,68,68);
	background: linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(43,43,43,1) 66%, rgba(17,17,17,1) 100%);

	color: white;
}

.geral .resumo{
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 1%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f9f9f9), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 1%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 1%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 1%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 1%,#dbdbdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	border-radius: px;
}


.telalogin{
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 5px 8px 11px #eee;	
}

.telalogin .btEntrar{ border-radius: 3px; }

.telalogin .btEntrar,
.telalogin .gwt-Label.header{
	background: rgb(68,68,68);
background: linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(43,43,43,1) 66%, rgba(17,17,17,1) 100%);
color: white;
}
.grid tr:hover td,
.grid tr td.selected{
	background: #eee;
}
.grid tr:hover .grid-title,
.grid .grid-title{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	color: black;
}
.bordered .header{
	background: #444444	; /* Old browsers */	
	color: white;
	border: none;
}
.bordered .header .gwt-Label{
	color: white;
}