/* esquema cores */

select, input{
	border: 1px solid #888;
}

button{
	border: 1px solid #ccc;
}

.cadunico .consulta{
	border-right: 1px solid #ccc;
}

.gwt-Label.header{
	background: rgb(159,159,159);
	background: linear-gradient(180deg, rgba(159,159,159,1) 0%, rgba(138,138,138,1) 54%, rgba(125,124,124,1) 100%);
	border-bottom: 1px solid #ccc;
	color: white;
}

.topo .telefone{
	background: rgb(159,159,159);
	background: linear-gradient(180deg, rgba(159,159,159,1) 0%, rgba(138,138,138,1) 54%, rgba(125,124,124,1) 100%);
	color: white;
}

.topo{
	border-bottom: 5px solid rgba(125,124,124,1);
	background: #fcfcfc;
}

.topo .menu a{
	color: #888;
}

.topo .lbSelMenu, .topo .menu .sel, .topo .menu a:hover{
	background: rgb(159,159,159);
	background: linear-gradient(180deg, rgba(159,159,159,1) 0%, rgba(138,138,138,1) 54%, rgba(125,124,124,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(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 54%, rgba(224,223,223,1) 100%);
}

.geral .veiculo:hover .marca, .geral .veiculo.sel .marca{
	border: 1px solid #aa8888;
}

.geral .veiculo{
	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 */
}

.geral .ultimas table tr.header td{
	background: rgb(159,159,159);
background: linear-gradient(180deg, rgba(159,159,159,1) 0%, rgba(138,138,138,1) 54%, rgba(125,124,124,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{
	background: #e82400; /* Old browsers */
	background: -moz-linear-gradient(top,  #e82400 0%, #cf2400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e82400), color-stop(100%,#cf2400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e82400 0%,#cf2400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e82400 0%,#cf2400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e82400 0%,#cf2400 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e82400 0%,#cf2400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e82400', endColorstr='#cf2400',GradientType=0 ); /* IE6-9 */
	color: white;
}
.telalogin .gwt-Label.header{
	background: rgb(159,159,159);
	background: linear-gradient(180deg, rgba(159,159,159,1) 0%, rgba(138,138,138,1) 54%, rgba(125,124,124,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 */	
	font-weight: bold;
	color: black;
}
.bordered .header{
	background: rgba(138,138,138,1)	; /* Old browsers */	
	color: white;
	border: none;
}
.bordered .header .gwt-Label{
	color: white;
}