BODY {
	margin : 0px;
	background-color: #e0ebf9;
}

.TextoApagado {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #83A2E0;
}
/*
#DepORTer, #cdTerminal, #cdDeposito{
    width: 188px;
}*/
/*
.Topo {
	background-color: #7FB0F9;
}

.Texto {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}



.Texto A:Link {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration : none;
}


.Texto A:Hover {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Yellow;
	text-decoration : none;
}


.Texto A:Visited {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration : none;
}

.Rodape {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EDEDED;
	text-decoration: none;
}

.Rodape A:Hover {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Aqua;
	text-decoration: none;
}

.Rodape A:Link {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EDEDED;
	text-decoration: none;
}

.Rodape A:Visited {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EDEDED;
	text-decoration: none;
}
*/
.HeaderShadow{
	Height:20px;
	Color:  #00BFFF;
	Padding:1px;
	Font:bold 12pt verdana;  
	
}

.F1 {
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.F1 A:Link {
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: none;
}

.F1 A:Visited {
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: none;
}

.F1 A:Hover {
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: underline;
}



.frmErro {
	border: 1px solid red;
	background-color: #FFEAED;
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}

#obs {
	color: red;
}
/*Bruno Rafael Alteração de botoes/layout geral*/
.menu.small {
	width: 30px !important;
}
.menu.rel{
	padding: 0px 0px 0 7px;
	width: 100px;
}
.menu.rel>.button{
	padding: 6px;	
}
.menu.rel>.button.small{
	width: 15px !important;
	height: 15px !important;
}
.menu.rel>.button.small>img {
	width: 18px;
	margin-left: -1px;
}
.button.small{
	width: 20px !important;
	height: 20px !important;
	padding: 5px !important;
}
.button{
	float:none !important;
}
.button {
	text-decoration: none;
	display: block;
	border: 1px solid black;
	border-radius: 6px;
	padding: 8px;
	color: #000;
	font-size: 11px;
	font-family: sans-serif;
	text-align: center;
}
input[type="button"], input[type="submit"] {
    width: 110px ;
    height: 34px;
    border: 1px solid black;
    border-radius: 7px;
}
.button,input[type="button"], input[type="submit"] {
	background: #ffffff !important;
	background: -moz-linear-gradient(top, #ffffff 0%, #dae0e5 50%, #d0dce2 52%, #eaf0f7 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#dae0e5), color-stop(52%,#d0dce2), color-stop(100%,#eaf0f7)) !important;
	background: -webkit-linear-gradient(top, #ffffff 0%,#dae0e5 50%,#d0dce2 52%,#eaf0f7 100%) !important;
	background: -o-linear-gradient(top, #ffffff 0%,#dae0e5 50%,#d0dce2 52%,#eaf0f7 100%) !important;
	background: -ms-linear-gradient(top, #ffffff 0%,#dae0e5 50%,#d0dce2 52%,#eaf0f7 100%) !important;
	background: linear-gradient(to bottom, #ffffff 0%,#dae0e5 50%,#d0dce2 52%,#eaf0f7 100%) !important;
	filter: 	progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf0f7',GradientType=0 ) !important;
	cursor: pointer;
}
.button:hover,input[type="button"]:hover, input[type="submit"]:hover {
	background: #f2f6f8 !important;
	background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)) !important;
	background: -webkit-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%) !important;
	background: -o-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%) !important;
	background: -ms-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%) !important;
	background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%) !important;
	filter: 	progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ) !important;
}
input[disabled="disabled"], input[disabled="disabled"]:hover {
	opacity: 0.6;
	background: #ffffff !important;
	background: -moz-linear-gradient(top, #ffffff 0%, #dae0e5 50%, #d0dce2 52%, #eaf0f7 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#dae0e5), color-stop(52%,#d0dce2), color-stop(100%,#eaf0f7)) !important;
	background: -webkit-linear-gradient(top, #ffffff 0%,#dae0e5 50%,#d0dce2 52%,#eaf0f7 100%) !important;
	background: -o-linear-gradient(top, #ffffff 0%,#dae0e5 50%,#d0dce2 52%,#eaf0f7 100%) !important;
	background: -ms-linear-gradient(top, #ffffff 0%,#dae0e5 50%,#d0dce2 52%,#eaf0f7 100%) !important;
	background: linear-gradient(to bottom, #ffffff 0%,#dae0e5 50%,#d0dce2 52%,#eaf0f7 100%) !important;
	filter: 	progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf0f7',GradientType=0 ) !important;
	cursor: auto;
}


.menu {
	padding: 15px 5px 0 5px;
	width: 120px;
}

img{	
	opacity: 0.7;
}
.logoCliente, .imgOpaca{
	opacity: 1 !important;
	width: 125px;
    height: auto;
}
.imgButton {
	max-height: 18px;
	float: left;
	max-width: 25px;
	border: none;
	margin:-2px 0; 
}