body {
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 12px;
	background-repeat: repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#Header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 100%;
}
#TopNav {
	line-height: 40px;
	height: 40px;
	font-size: 110%;
	color: #afb0b3;
	padding-left:15px;
}
#TopNav a {
	color: #afb0b3;
	text-decoration: none;
}
#TopNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#divConsultaVeicMenuFloat {
	position:absolute;
	top:0px;
	right:0px;
	/*float:right;*/
	margin:0px;
	list-style:none;
	padding:9px;
}
#divConsultaVeicMenuFloat input{
    border-radius: 3px 3px 3px 3px;
    padding-left: 4px;
}

#page-wrap-bg {
	background-image: url(Imagens/header-center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#MenuMain {
	background-image: url(Imagens/menumain-start.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
}
#MenuInside {
	background-image: url(Imagens/menumain-bg.png);
	background-repeat: repeat;
	background-position: right top;
	width: 210px;
	padding-right: 30px;
	height: 100%;
	min-height: 300px;
	padding-top: 12px;
}
#Menu-Wrap {
	float: left;
	width: 268px;
	padding-top: 40px;
}
#MenuInside a {
	display: block;
	text-decoration: none;
	line-height: 22px;
	color: #2C3643;
	padding-left: 10px;
}

#MenuInside a:hover {
	color: #00538A;
	background-image: url(Imagens/fundomenu.png);
}

#MenuInside strong {
	display: block;
	text-decoration: none;
	line-height: 22px;
	color: #2C3643;
	padding-left: 10px;
	background-image: url(Imagens/fundo-menu-titulo.png);
}

#MenuInside strong.intranet-link {
	padding-left: 0px;
	background-image: url(Imagens/fundomenu-intranet.png);
}

#MenuInside span.separador {
	display:block;
	height:3px;
	border-bottom:thin outset #555;
	margin-bottom:3px;
}

#MenuInside a.submenu {
	padding-left: 20px;
}

table {
	border: 1px solid #333333;
	border-collapse:collapse;
}
th, td {
	border-bottom: 1px solid #333333;
}
td {
	padding: 2px;
}

th {
	background-color: #1F4E87;
	color: #FFFFFF;
	padding: 3px;
	background-image: url(Imagens/table-th.gif);
}

table.linhas-complex {
	/*border-collapse:collapse;*/
	border:none;	
}

table.linhas-complex tr {
	border-right:1px solid #000;
	border-left:1px solid #000;
}

table.linhas-complex tr.table-break-line {
	border-right:none;
	border-left:none;
}

h1#TituloPag {
	font-size: 36px;
	color: #FFFFFF;
	line-height: 80px;
}
#MainDiv {
	margin-left: 268px;
}
#MainDiv h1 {
	color: #1F4E87;
}

input[type="text"], input[type="password"], input[type="file"], textarea,select {
	background-image: url(Imagens/input-bg.png);
	background-position: left top;
	border-width:1px;
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 11px;
}

input[type="button"], input[type="submit"], input[type="reset"], button {
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 11px;
}

#MainDiv h2 {
	color: #1F4E87;
}
#MainDiv h3 {
	color: #1F4E87;
}
#MainDiv a {
	color: #003366;
	text-decoration: none;
}
#MainDiv a:hover {
	color: #0066CC;
	text-decoration: underline;
}
td.TituloTable {
	color: #FFFFFF;
	background-image: url(Imagens/table-td-titulo.jpg);
	background-position: center center;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
table.sem-linhas, table.sem-linhas th, table.sem-linhas td  {
	border: 0px none #000000;
}

table td.dados {
	padding-right:35px;
	font-weight:bold;
}

.mensagem
{
	color:#990000;
	font-weight:bold;
	text-align:center;
}

span.mensagem
{
	display:block;
	text-align:left;
}

@media print{
	#MainDiv #MenuOpcoes {display:none;}
	.no-print {display:none;}
}

@media screen {	
	.justPrint {display:none;}
}


#MainDiv #MenuOpcoes {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#MainDiv #MenuOpcoes a{
	font-weight:bold;
	padding:2px;
}

.paginacao {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.paginacao a {
	font-weight: normal;
}

dl.table-display
{
	float: left;
	width: 520px;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #999;
}

dl.table-display dt
{
	clear: left;
	float: left;
	width: 200px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #999;
	font-weight: bold;
	font-size:140%;
}

dl.table-display dd
{
	float: left;
	width: 300px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #999;
	font-size:110%;
}

.formInputErro
{
	border-color:#F00;
	border-style:solid;
}

.formInputErro::selection {
	background:#cc0000;
	color:#fff;
}

.formInputErro::-moz-selection {
	background:#cc0000;
	color:#fff;
}

.formInputErro::-webkit-selection {
	background:#cc0000;
	color:#fff;
}

.tr-subgrupo td {
	padding-top: 15px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.marcaPodeAcessar {
	position:absolute;	
}

.btnAzul {
	border: 1px solid #b7e7fc;
	background: #f0f9ff;
	background: -moz-linear-gradient(top,  #f0f9ff 0%, #c6e9fb 47%, #c6e9fb 95%, #f0f9ff 100%);
	background: -webkit-linear-gradient(top,  #f0f9ff 0%,#c6e9fb 47%, #c6e9fb 95%, #f0f9ff 100%);
	background: linear-gradient(to bottom,  #f0f9ff 0%,#c6e9fb 47%, #c6e9fb 95%, #f0f9ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#c6e9fb',GradientType=0 );
	-webkit-border-radius: 2px;
	border-radius: 3px;
	padding:2px 4px;
}

.btnAzul:after{
  display: inline-block;
  margin-left:2px;
  content: "\00d7"; /* This will render the 'X' */
}