* { margin: 0;}
html { overflow-y: scroll; }
body { 
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #fff;
	}
 
ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a img { border: none; }


.bglogin
{
    /*background-image:url("../images/img/mbmfundo.jpg");
    background-repeat:repeat;*/
}


.floatleft { float: left;
	height: 138px;
}
.floatright { float: right; } 
.clear { clear: both; }

aGrid tr td a 
{	
	text-decoration: none; 
	outline: none;
	color: #000000;
}

a  
{	
	text-decoration: none; 
	outline: none;
	color:#fff;
}
a:hover {
	/*text-decoration: underline;*/
	color:#fff;
}
        

.a2  
{	
	text-decoration: none; 
	outline: none;
	color: #9c9b9a;
}
.a2:hover {
	text-decoration: underline;
	color: #e67a17;
}
                
.texto {
    /*text-shadow: gray 0.1em 0.1em 0.2em;*/
}

#page-wrap {
	/*min-width: 960px; max-width: 1260px;*/
 	min-width: 100%; max-width: 100%;
	margin: 0 auto; padding: 0 10px;
	/*width:expression(document.body.clientWidth < 961? "960px" : document.body.clientWidth > 1261? "1260px" : "auto");*/
}

#top-nome-bar {
	color: white;
	font-size: 25px;
	font-style: italic;
	font-family: Sans-Serif;
	float:left;
}


#top-barL {
	background: #19725E; /* Digg Blue */
	min-height: 75px;
	padding: 0px 10px 0px 0px;
	font-size: 1.3em;
	font-weight: bold;
	}

#top-bar {
	background: #19725E; /* Digg Blue */
	min-height: 75px;
	padding: 0px 10px 0px 0px;
	font-size: 1.3em;
	font-weight: bold;
	}
	#right-side {
		float: right;
		margin-top:10px;
		padding-top: 15px;
		height:40px;
		width:auto;
		border: solid thin white;
       /* border-radius: 1em;*/
        padding:10px 10px 0px 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        background-color:#217C6A;
		}
		#right-side img {
			border: 0px solid white;
			vertical-align: middle;
		}
		#right-side a {
			color: white;
			border-left: 1px solid white;
			height: 10px;
			padding-left: 10px;
			}
			#right-side a.first {
				border: none;
				padding: 0;
			}
				
#zonebar {
	background: #217C6A;/*#7e7e7e;*/
	min-height: 30px;
	padding: 5px 10px 0 10px;
	}
	#zonebar ul {
		display: block;
		}
		#zonebar ul li {
			height: 18px;
			padding: 5px 5px 0 5px;
			position: relative;
			float: left;
			margin-right: 10px;
			}
			#zonebar ul li:hover {
				background: url(images/zonebar-navleft.png) center left no-repeat;
			}
			#zonebar ul li a {
				display: block;
				float: left;
				height: 20px;
				position: relative;
				top: -5px;
				right: -5px;
				padding-right: 3px;
				color: #000;
				font-weight: bold;
				font-size: 1.1em;
				text-decoration: none;
				}
				#zonebar ul li a:hover {
					background: url(images/zonebar-navright.png) center right no-repeat;
				}
				#zonebar ul li a span {
					position: relative;
					top: 6px;
					color: white;
				}
				#zonebar ul li a em {
					font-style:normal;
				}
				#zonebar ul li a strong {
					color: black;
				}				
			#zonebar ul li ul {
				display: none;
				position: absolute;
				top: 29px;
				left: 0px;
				width: 200px;
				border: 1px solid #000;
				background: white;
				padding: 10px 0 0 0;
				}
				#zonebar ul li ul li {
					float: none;
					padding: 0; margin: 0;
					height: 100%;
				}
				#zonebar ul li ul li:hover {
					background: none;
					}
					#zonebar ul li ul li a {
						display: block;
						float: none;
						margin-left: -5px;
						padding: 5px 0 0 10px;
						width: 140px;
					}
					#zonebar ul li ul li a:hover {
						background: #cecece;
					}
#divLogin {
    /* basic */
    background-color: #fff;
    /*background-image: url('../images/fundo_login_satel.jpg');*/
    margin: 0 auto;
    width: auto;
    height: auto;
    padding: 50px;
    text-align: center; /* border-radius */
    font-size: medium;
   /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -goog-ms-border-radius: 5px;
    -opera-border-radius:5px;
    -khtml-border-radius:5px;
  /*  border-radius: 5px; /* box-shadow */
  /*  -webkit-box-shadow: rgba(0,0,0,1.5) 0px 1px 5px;
    -moz-box-shadow: rgba(0,0,0,1.5) 0px 1px 5px;
    box-shadow: rgba(0,0,0,1.5) 0px 1px 5px;*/
}

#main-content {
	background: #fff;
	padding: 16px;
}

#centralizar {
	/*width: 1200px;*/
	width: auto;
	margin:0 auto;         
	padding: 10px;
	text-align:center; /* "remédio" para o hack do IE */ 
	margin:0;
	padding:0;
	padding: 5px;
}

#feature-content {
	margin-bottom: 18px;
	}
	#feature-left {
		width: 48%;
		float: left;
		padding-right: 15px;
		}
		#feature-left p {
			font-size: 1.2em;
			line-height: 1.5em;
			margin-top: 8px;
		}
		#feature-left h2 {
			color: black;
		}
	#feature-right {
		float: right;
		width: 49%;
		}
		#feature-right p {
			font-size: 1.2em;
			line-height: 1.5em;
		}
		.feature-mini {
			float: left;
			width: 46%;
			margin-right: 2%;
		}

#tabela {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
	border-color:#000000;
	border:solid;
	border-width:1px;
}

#subTabela {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
	text-align:left;
	border-color:#000000;
	border:solid;
	border-width:1px;
}

#container {
    margin:0 auto;
    text-align:left;
    height:105px;
    width:445px;
    clear:left;
    background-color:#fff;
    /*border:1px solid #939393;*/
}

#containerGrid {
    margin:0 auto;
    text-align:center;
    height:105px;
    width:950px;
    clear:left;
    background-color:#fff;
    /*border:1px solid #939393;*/
    background-position: center;
}

.dgConfirmacaoEmbarque a {
    color: #000000;
}

.textBox 
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	border-color:#b1b1b1;*/
}

.botao 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #cccccc;
	border-color:#000000;
	border:solid;
	border-width:1px;
}

.botoesPrincipais
{
    border: 1px solid #FFF;
    padding: 5px 13px;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    background: #777777;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#777777' ,endColorstr= '#b2b2b2' );
    background: -webkit-gradient(linear,left top,left bottom,from(#777777),to(#b2b2b2));
    background: #777777;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

.botoesPrincipais:hover
{
    /*margin-top: 5px;
    padding: 5px 13px;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    border-color: #FFF #FFF #FFF #FFF ;
    border-width: 1px;
    border-style: solid;*/
    background: #b2b2b2;
    text-decoration:underline;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#b2b2b2' ,endColorstr= '#777777' );
    background: -webkit-gradient(linear,left top,left bottom,from(#b2b2b2),to(#777777));
    background: -moz-linear-gradient(top,#b2b2b2,#777777);
    /*display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;*/
}  

#footer 
{
    width: 0 auto;
    text-align: center;
	background-color: #217C6A;
	padding: 5px;
	color: white;
	font-size: 12px;
}
#footer a { color: white; }

.LegendaAgenda
{
    width:15px;
    height:15px;
    border:1px solid #333;
    margin-left:10px;
    float:left;
    }
    
   
    
.btn {
  display: inline-block;
  *border-left: 0 none #e6e6e6;
    border-right: 0 none #e6e6e6;
    border-top: 0 none #e6e6e6;
    border-bottom: 0 none #b3b3b3;
    border: 1px solid #CCCCCC;
    display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
  *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
    background-repeat: repeat-x;
  *-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.

.btn:first-child {
  *margin-left: 0;
    height: 32px;
}

hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}    




/****************************************** NOVO ***************************************** */


.inputTextPadrao
{
    font-size:12px;
    color:#666666;
   /* text-transform:uppercase;*/
    height: 19px;
}   

.areaCamposPadrao
{
    width:100%;
    padding:8px 5px 0px 5px;
    border:1px solid #CCCCCC;
    border-radius:5px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	min-height:40px;
    font-size:12px;
}  
 
.campoTituloPadrao
{
    float:left;
    font-weight:bold;
    color:#333333;
    padding-left:5px;
}

.campoTituloPadraoSemNegrito
{
    float:left;
    color:#333333;
    padding-left:5px;
}

.campoTituloPadraoRight
{
    float:right;
    font-weight:bold;
    color:#333333;
    
}

.topoTitulo
{
    margin:auto;
    padding:5px;
    width:100%;
    min-height:20px;
    border:1px solid #CCCCCC;
    border-radius: 5px;
    font-family:Verdana, Arial, Times New Roman;
    font-size:16px;
    font-weight:bold;
    background-color:#EAEAEA;
    }   
    
.topoTituloPadrao
{
    margin:auto;
    padding:5px;
    width:100%;
    border:1px solid #CCCCCC;
    min-height:20px;
    border-radius: 5px;
    font-family:Verdana, Arial, Times New Roman;
    font-size:16px;
    font-weight:bold;
    background-color:#EAEAEA;
} 


.areaGridViewPadrao
{
    width:100%;
    padding:2px 2px 2px 2px;
    border:1px solid #CCCCCC;
    border-radius:5px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	min-height:40px;
    font-size:12px;
}  
 
.msgGeralPadrao
{
    text-align:center;
    width:100%;
    float:left;
    font-family:Verdana;
    font-size:13px;
    color:Red;
    font-weight:bold;
}

.rodapePaginacaoPadrao
{
    float:left;
    width:100%;
    text-align:center;
    font-family:Verdana;
    font-size:12px;
    color:#919191;
}

.campoInputCaixaAlta
{
    text-transform:uppercase;
}

.tituloFontePadrao
{
    font-weight:bold;
    color:#333333;
    padding-left:5px;
}

.janelaPadrao
{
    background-color:White;
    width:500px;
    height:200px;
    position:absolute;
    padding-top:20px;
    left:50%;
    margin-left:-250px;
    border-radius:15px;
    box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.5);
	border:1px solid #999;
	font-size:16px;
}