/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 11px;
	color:#666666;
}
body {
	/*margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;*/
}
a {
	font-family: Arial;
	font-size: 11px;
	color: #313951;
}
a:link {
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a:visited {
	text-decoration: none;
	color: #313951;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a:hover {
	text-decoration: none;
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a:active {
	text-decoration: none;
	color: #313951;
}.TextoBotão {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #313951;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus,
input[type="number"]:focus,
.uneditable-input:focus {
  outline: 0;
  /* IE6-9 */
}

/***********************************************************
/***********************************************************
/* novos menus */
body { font: normal 100% verdana; }
 
ul.menubar{ 
 
  /*margin: 0px;*/  
  padding: 0px;
  background-color:; /* IE6 Bug */
  font-size: 100%;
}
 
ul.menubar .submenu{	
  margin: 0px;
  padding: 2px;
  list-style: none;
  background-color:;
  border: 0px solid #FFF; /* borda do fundo*/
  float:left;
}

ul.menubar .submenu a{   
   background-color:;
}
 
ul.menubar ul.menu{
  display: none;
  position: absolute;
  margin: 0px;
}
 
ul.menubar a{
  padding: 5px;
  display:block;
  text-decoration: none;
  color: #434343; /* cor da letra do menu */
}
 
ul.menu, ul.menu ul{
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  width: 100px; /* Width of Menu Items */
  
}
 
ul.menu li{
  position: relative;
  list-style: none;
  border: 0px;
  padding: 1px;
}
 
ul.menu li a{
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  border-bottom: 0px;
  color: #434343; /* cor da letra do submenu */
  padding: 5px 10px 5px 5px;
}
 
ul.menu li sup{
  font-weight:bold;
  font-size:7px;
  color: red;
}
 
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */
 
ul.menu ul{
  position: absolute;
  display: none;
  left: 149px; /* Set 1px less than menu width */
  top: 0px;
}
 
ul.menu li.submenu ul { display: none; } /* Hide sub-menus initially */
 
ul.menu li.submenu { background: transparent url(arrow.gif) right center no-repeat; }
 
ul.menu, ul.menubar li a:hover { color: #E2144A; }


/***********************************************************
/***********************************************************
/* novos menus */
.linkbotao {    font-family: verdana, arial, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   padding: 4px;
   background-color: #ffffff;
   color: #666666;
   text-decoration: none;
}
.linkbotao:link,
.linkbotao:visited {
	border-top: 1px solid #cccccc;
   border-bottom: 2px solid #666666;
   border-left: 1px solid #cccccc;
   border-right: 2px solid #666666;
}
.linkbotao:hover {
    border-bottom: 1px solid #cccccc;
   border-top: 2px solid #666666;
   border-right: 1px solid #cccccc;
   border-left: 2px solid #666666;
} 

#descricaoOS{
	border-right: 3px solid #000000;
	position: absolute;
	width: 300px;
	height: 100px;
	z-index: 1;
	background-color: #fffeb9;
	border-style: solid;
	border-width: 1px;
	display:none;
}
#descricaoOC{
	border-right: 3px solid #000000;
	position: absolute;
	width: 300px;
	height: 100px;
	z-index: 1;
	background-color: #fffeb9;
	border-style: solid;
	border-width: 1px;
	display:none;
}
#descricaoCON{
	border-right: 3px solid #000000;
	position: absolute;
	width: 450px;
	height: 200px;
	z-index: 1;
	background-color: #fffeb9;
	border-style: solid;
	border-width: 1px;
	display:none;
}
#conteudo{
	width: 100%;
	height: auto;
	z-index: 2;
} 
#closeButt{
     width: 100%;
     height: 15px;
     z-index: 1;
     cursor: pointer;
     left: 0px;
     top: 0px;
     background-color: #fffd76;
}
.env-mode{
  width:100%;
  padding:2px;
  background: #ef5858;
  color: #fff;
  position: fixed;
  bottom: 0;
  text-align: center;
}