

body {
    padding-top: 0 !important;
    font-size: 12px;
}

A:link {
	COLOR: #0033CC;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #0033CC;
	TEXT-DECORATION: none;
}
A:active {
	COLOR: #000099;
	TEXT-DECORATION: none;
}
A:hover {
 COLOR: #CC3300; 
 TEXT-DECORATION: underline;
}
.tabela1 {
	font-size: 12px;
	color: #003399;
}
select {
	font-size: 10px;
	color: #000099;
	background-color: #F5F5F5;
}
input {
	font-size: 11px;
/*	color: #000099; */
/*	background-color: #F5F5F5;*/
}
input:focus, select:focus, textarea:focus {
/*font-family: Verdana;
font-size: 11px; */
background:#F5F5F5;
color:red; 
}
.linha1 {
	background-color: #F3F3F3;
}
.linha2 {
	background-color: #C6E3FF;
}
.linha3 {
	background-color:#FFCC66;
}
.bordalinha{
border-top:#666666 solid 1px;
}
.linhaesc{
background-color:#0000FF;
color:#FFFFFF;
}
.linhadir{
/*background-color:#009900;*/
background-color:#009900;
color:#ffffff;
}
.linharep{
/*background-color:#FF6600;*/
background-color:#FF6600;
color:#ffffff;
}
.linhasec{
background-color:#CC0000;
color:#ffffff;
}
.tabela2 {
	font-size: 12px;
	color: #003399;
}
.tabela3 {
	font-size: 12px;
	color: #000000;
}

.erro_cad {
background: url(imagens/ico_atencao.gif) no-repeat left;
padding-left: 20px;
padding-top:10px;
padding-bottom:10px;
line-height:55px;
color:#FF0000;
font-weight:bold;
line-height:18px;
}




#lunetas ul{
	width:100%;
	list-style: none;
	list-style-type: none;
	margin-left:0;
	margin-top:0;
	padding-left:0;
	padding-top:0;
}
#lunetas ul li{
	margin:0;
	display:inline;
	padding-left:0;
	padding-top:0;
	padding-right: 25px;
	float: left;
}

.link_branco{
color:#ffffff !important;
}

/*
Class para formatar button
*/

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}



.input-90percent{
 width:90% !important;   
}

.input-10percent{
 width:10% !important;
 float:left;
 padding: 4px 10px;
}

.input-20percent{
 width:20% !important;
}

.input-30percent{
 width:30% !important;
}


.input-40percent{
 width:40% !important;
}

.input-70percent{
 width:70% !important;
}

.input-50percent{
 width:50% !important;
}

.input-60percent{
 width:60% !important;
}

.form-control{
    padding: 2px 10px !important;
}