* {
   color:#7F7772 
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.autocomplete ul li.selected { background-color: #ffb;}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

div.form-edit-group {
	/*margin-bottom: 5px; adrtx: esta linha estava descomentada*/
	overflow: hidden;
	/*border: 1px solid #000000;
	vertical-align: middle;*/
}

div.form-edit-group label {
	display: block;
	float: left;
	width: 150px;
	border-bottom: 1px solid #f1f1f1;	
	font-weight: bold;
	color: #7F7772;
    /*text-align: right;*/
    padding-right: 3px;
}

span.group-element {
	color: #7F7772;	
	/*border: 1px solid #000000;*/
}	

div.form-edit-group .group-element {
	float: left;		
}

/*
div.form-edit-group {
    padding-bottom: 0px;
    margin-bottom: 0px;
    zoom: 1;
}

div.form-edit-group > label {
    display: block;
    float: left;
    width: 150px;
    color: #000;
    border-bottom: 1px solid #f1f1f1;
    font-weight: bold;
        color:#7F7772 
}

div.form-edit-group .group-element {
    float: left;
}
*/
/*adrtx: proxima marca estava comentada*/
div.form-edit-group:after {
    display: block;
    clear: left;
    visibility: hidden;
    content: ".";
}

.navigatable {
	cursor: pointer;
	cursor: hand;
}

/*div.form-edit-group br {
    clear: left;
}*/

div.buttons-block {
    text-align: center;
    padding: 3px;
}

.LV_validation_message {
    clear:both;
    display:inline-block;
    color: red;
}

.method_details_components {
    height: 250px;
}

#ass_templs {
    height: 120px;
    overflow: auto;
    border-bottom: 1px solid black;
    margin-bottom: 25px;
}

.clearboth 
{
    clear: both;
}

a {
    text-decoration: none;
}

a:link {
        color: #7F7772;
}

a:visited {
        color: #7F7772;
}

a:hover {
    color: #FF0000;
}

table {
    background: #F0F3F8 none repeat scroll 0 0;
    padding: 4px;
    border: 1px solid #3E6F90;
    margin: 5px;
    border-collapse: collapse;
    border-spacing: 0px;
}

th {
    /*background: #EA8F3E url("/asi/nucleu/image_/main-menu.jpg") repeat-x;*/
    background: #6D89B8 none repeat scroll 0 0;
    color: #FFFFFF;
    padding: 4px;
    border: 1px solid #3E6F90;
}

/*
tr:hover {
    background-color: #9EBED7;
}
*/

td {
    padding: 4px;
    border: 1px solid #3E6F90;
}

.alert-image, .alert-message {
    text-align: center;
    padding: 3px;
}


ul.box_list {
	position: relative;
} 

ul.box_list li {
	border: 1px solid black;
	width: 25em;
	height: 6em;
	padding: 1px;
	float: left;
	margin: 3px;
}

ul.box_list li h1 {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FEE4CA;
	margin-top: 0;
	vertical-align: middle;
	height: 25px;
}

ul.box_list .action_box {
	width: 16px;
	height: 16px;
	float: right;
	z-index: 100;	
	margin-right: 8px;
	/*position: absolute;
	right: 0px;*/
}

ul.box_list .action_box img {
	width: 16px;
	height: 16px;
	margin: 4px;
	/*position: absolute;
	right: 0px;*/
}

ul.box_list .action_box img:hover {
	width: 24px;
	height: 24px;
	margin: 0;
	/*z-index: 100;
	margin: 2px;*/
	/*position: absolute;
	right: 0px;*/
}

.inline_window {
	width: 100%;
	border: 1px solid #3E6F90;
	position: relative;
}

.inline_window h1 {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FEE4CA;
	margin-top: 0;
	vertical-align: middle;
	height: 25px;
}

.inline_window .action_box {
	width: 16px;
	height: 16px;
	/*float: right;*/
	position: absolute;
	z-index: 100;
	right: 7px;
	top: 0px;
	/*margin-right: 8px;*/
}

.inline_window .action_box img {
	width: 16px;
	height: 16px;
	margin: 4px;
	cursor: pointer;
	cursor: hand;
}

.inline_window .action_box img:hover {
	width: 24px;
	height: 24px;
	margin: 0;
}
