body {
  background-color: #e7e7e7;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 200px;
}

.label_table {
  width: 40px;
}

input, label, select, textarea {
  border: 1px solid #c3c3c3;
  padding: 3px;
}

input[type="text"], input[type="password"], select, textarea {
  border-radius: 5px;
}

select {
  padding: 2px;
}

body, table, tr, th, td, input, label, select, textarea {
  font-family: verdana, helvetica, arial;
  font-size: 11px;
  color: #555;
}

th {
  background: url('../imagens/bg_menu_over.png');
  background-repeat: repeat-x;
  background-position: center;
  height: 25px;
  color: #0c74c9;
}

.table_foot {
  background: url('../imagens/bg_menu_over.png');
}

.tr1 {
  background: url('../imagens/bg_menu_over.png');
  color: #555;
  background-repeat: repeat-x;
}

.tr2 {
  color: #555;
  background-color: #fff;
  background-repeat: repeat-x;
}

.even {
  background-color: #f0f0f0;
}

.odd {
  background-color: #fff;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #898989;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

#box_login {
  background: url('../imagens/bg_login.png');
  background-repeat: repeat-x;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -112px;
  left: 50%;
  margin-left: -160px;
  padding: 30px 20px 20px 20px;
  
  box-shadow:
  0 0 0 2px #fff,
  0 0 0 4px #d3d3d3;
  
  border-radius: 20px;
}

#container {
  width: 991px;
  height: 400px;
  height: auto !IMPORTANT;
  min-height: 400px;
  position: absolute;
  left: 50%;
  margin-left: -496px;
  margin-bottom: 4px;
  background: url('../imagens/center.png');
}

#content {

}

#container #topo {
  background: url('../imagens/topo.png');
  width: 991px;
  height: 140px;
  background-repeat: no-repeat;
}

#container #menu {
  background: url('../imagens/bg_menu.png');
  width: 989px;
  _width: 991px;
  height: 50px;
  background-repeat: repeat-x;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#container #menu ul {
	display: inline;
	list-style-type: none;
}

#container #menu ul li {
  float: left;
}

#container #menu ul li a {
	display: block;
	_display: inline;
	text-align: center;
	font-weight: bold;
	padding-top: 18px;
	height: 32px;
	_height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	background: url('../imagens/bg_menu.png');
	background-repeat: repeat-x;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
  color: #0c74c9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#container #menu ul li a:hover {
	background: url('../imagens/bg_menu_over.png');
	background-repeat: repeat-x;
	color: #dc322b;
	text-decoration: none;
}

#container #menu ul li a.menu_over {
	background: url('../imagens/bg_menu_over.png');
	background-repeat: repeat-x;
	color: #dc322b;
	text-decoration: none;
}

#container #content {
  background: url('../imagens/center.png');
  height: 400px;
  height: auto !IMPORTANT;
  min-height: 400px;
  background-repeat: repeat-y;
  margin: 5px;
}

#container #bottom {
  background: url('../imagens/bottom.png');
  width: 991px;
  height: 60px;
  background-repeat: no-repeat;
  /*margin-bottom: 10px;*/
  color: #0c74c9;
  font-weight: bold;
}

#logged {
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
  font-size: 10px;
  color: #0c74c9;
  background: url('../imagens/center.png');
}

.titles {
  background: url('../imagens/bg_menu_over.png');
  text-align: center;
  padding-top: 10px;
  padding-bottom: 12px;
  border: 1px solid #e3e3e3;
  color: #0c74c9;
  font-weight: bold;
}

.paginator_pages {
  padding: 5px;
  border: 1px solid #d3d3d3;
  background: url('../imagens/bg_th_invert.png');
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #ebebeb;
  border-radius: 5px;
}

.paginator_pages:hover {
  background: url('../imagens/bg_th.png');
  background-repeat: repeat-x;
  background-position: top;
  color: #555;
}

.paginator_current {
  background: url('../imagens/bg_th.png');
  background-repeat: repeat-x;
  background-position: top;
  color: #555;
}

.titles_page {
  background: url('../imagens/bg_menu_over.png');
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 12px;
  border: 1px solid #e3e3e3;
  color: #0c74c9;
  font-weight: bold;
  margin: 5px 0 5px 0;
  border-radius: 5px;
}

.status_pedido {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 12px;
  border: 1px solid #e3e3e3;
  color: #777;
  font-weight: bold;
  margin: 5px 0 5px 0;
  border-radius: 5px;
  font-style: italic;
}

.titles_page td {
  text-align: left;
  color: #0c74c9;
  font-weight: bold;
  font-family: verdana, helvetica, arial;
}

.item_pedido {
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}

.content_page {
  margin: 5px;
}

.default_title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #898989;
  margin-bottom: 5px;
  color: #0c74c9;
}

.default_title_pages {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
  color: #0c74c9;
  margin-left: 5px; 
  margin-right: 5px; 
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: verdana, helvetica, arial;
}

.default_title_pages_modal {
  font-size: 16px;
  font-weight: bold;
  color: #0c74c9;
  font-family: verdana, helvetica, arial;
}

.pager {
  border-radius: 5px;
}


