body 
{
	color: #333;
	list-style-type: none;
 	font-family: tahoma, verdana, arial;
    font-size: 12px;	
	margin-top:0px;
	width:100%;
	margin-left:0px;
}


select, textarea, input
{
	font-size: 12px;
    left: 5px;
	
    margin-top:-7px; 
	/*text-transform: uppercase;*/
}

form 
{
    margin: 0;
    padding: 0;
	background:#ffffff;
}


 /*--------------------------
 Tratamento de Links
 --------------------------
*/

a:link { text-decoration: none; color:#4c2c00;   }
a:visited { text-decoration: none; color:#4c2c00;}
a:hover { text-decoration: underline; color:#4c2c00;  }
a:active { text-decoration: none; color:#4c2c00; }
a { text-decoration: none; color:#4c2c00; }


.std th{
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc, endColorstr=#ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cccccc, endColorstr=#ffffff);
 
 /* Mozilla */
    background: -moz-linear-gradient(top, #cccccc, #ffffff) repeat-X;
    /* Safari, Google Chrome */
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff)) repeat-X;		
}


/*--------------------------------------------------------------------------*/




// controle da paginacao


.barratitulo,.divbarrasuperior,.pagination .numberPage {
  
    -moz-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #CDAA7D), color-stop(1, #CDAA7D));
    background:-moz-linear-gradient(top, #d28a4f 5%, #CDAA7D 100%);
    background:-webkit-linear-gradient(top, #d28a4f 5%, #CDAA7D 100%);
    background:-o-linear-gradient(top, #d28a4f 5%, #CDAA7D 100%);
    background:-ms-linear-gradient(top, #d28a4f 5%, #CDAA7D 100%);
    background:linear-gradient(to bottom, #d28a4f 5%, #CDAA7D 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#CDAA7D',GradientType=0);


 padding: 2px;
    /*height:50px;*/
  -webkit-box-shadow: 2px 2px 5px 2px #838B83;
  box-shadow: 1px 2px 5px 2px #838B83;

  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;

}
.barratitulo {
  border-bottom:  1px solid #9C9C9C;
  background:#DEB887;
  text-align:center;
  width:100%; 
  height:40px; 
}


button[type='button'],input[type='submit'] {
  /*button[type='button'] {*/
  
    -moz-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    box-shadow:inset 0px 1px 0px 0px #ffe0b5;
    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, white), color-stop(1, white));
     background:-moz-linear-gradient(top, #8B8989 5%, white 100%);
    background:-webkit-linear-gradient(top, #8B8989 5%, white 100%);
    background:-o-linear-gradient(top, #8B8989 5%, white 100%);
    background:-ms-linear-gradient(top, #8B8989 5%, white 100%);
    background:linear-gradient(to bottom, #8B8989 5%, white 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='white',GradientType=0);
    
    -moz-border-radius:4px 4px 4px 4px;
    -webkit-border-radius:4px 4px 4px 4px;
    border-radius:4px 4px 4px 4px;;
    
    display:inline-block;
    color:#696969;
    font-family:Trebuchet MS;
    font-size:11px;
    padding:1px 11px;
    text-decoration:none;
    height:25px;
    
    text-shadow:0px 1px 0px #8f7f24;  
    text-transform: none;
    cursor:pointer;
  

}


select, textarea, input[type=text], input[type=checkbox], input[type=password]
{
  font-size: 12px;
  left: 5px;
  display: block;
  /*text-transform: uppercase;*/
  border: 1px solid #9C9C9C; 
  resize:none;

}


div.pagination{
	margin: 0 auto;
	padding: 5px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
	
	
	
}
div.pagination .currentPage {
	padding:4px;
	background-color: #cccccc; 
	
	color: #8B4726;
	border-radius: 4px;
	margin-left: 3px;
	margin-right: 3px
	
	
}
div.pagination .numberPage {
	padding: 3px;
	background-color: #fff;
	
	border: 1px solid #cccccc;  /* #069 */
	
	color: #069;
	border-radius: 4px;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px
}
div.pagination .numberPage:hover {
	text-align: center;
}


/*
dl.zend dt, dd {
	min-height: 30px; 
}

dl.zend_form dt {
	float: left;
	clear: left;
	text-align: right;
}

dl.zend_form dt label.required { 
	font-weight: 600;
}

dl.zend_form dd {
	float: left;
	clear: left;
	padding-left: 0px;
}
	
	
	
dl.zend_form dd ul.errors li {
	list-style: none;
	float: left;
	margin: 0 0.15em;
	font-size: 12px;
	color: #666666;
}

.errors{ 
	list-style: none;
	float: left;
	margin-top:-2px;
	margin-left:-30px;
	font-size: 11px;
	color:#7D383C;
}

*/
table.std td {
  border:1px solid #9C9C9C;

}

table.std tr {
  cursor:pointer;
  cursor:hand;
  font-size: 11px;
  height: 25px;
}

table.std th,.quadro_detalhe {
  box-shadow: inset 0 0 0 1px #8a8a8a;
  -moz-box-shadow: inset 0 0 0 1px #8a8a8a;
  -webkit-box-shadow: inset 0 0 0 1px #8a8a8a;
  
  background: #4a4a4a url(/img/grad_dark.png) repeat-x left top;
  background: -moz-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(50%, #707070), color-stop(51%, #626262), color-stop(100%, #787878));
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -o-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -ms-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: linear-gradient(to bottom, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);
  
  border-bottom: 1px solid #5d5d5d;
  border-top: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;

  padding: 0 5px;
  filter: none;
  height: 25px;

  font-weight:normal;

  color:white;
  cursor:default;

}

.divtitulojanela{
  float:left;
  width:100%;
  background:#CDCED6;
  border: 1px solid #696969;

}
