.heading_actions ul{
 margin: 0;
padding: 0;	
 list-style-type: none; 
}

.heading_actions ul li { display: inline; }

dl.left_list{
	float: left;
	width: 49%;
}

dl.right_list{
	float: right;
	width: 49%;
}

table.edit_table td{
	padding:0;
	border-bottom: 1px solid #FFF;
}

table.edit_table div.input{
	margin: auto;
    padding: 3px;
}

div.related {
	padding-top: 0.5em;
}

select.block_select {
	width:250px;
}

.filterForm{
	width:58%;
	float:right;
}

.filterForm div{
	display: inline-block;
	margin-top: 1em;
	padding-left:15px;
}

.filterForm div.required{
	font-weight:normal;
}

.filterForm label{
	display: inline-block;
	font-size: 100%;
	margin-bottom: 3px;
	width: auto;
	vertical-align: middle;
	margin-right: 10px;
}

.filterForm form .required label::after {
	color: #FFF;
	content: '';
	display: inline;
}

.filterForm  form .submit input[type="submit"]{
	padding: 4px 8px;
	margin-top: 4px;
} 
.filterForm input{
	width: 140px;

}

.edit_col_left {
	
	width:49%;

	display:inline-block;
}

.edit_col_right {
	display:inline-block;
	width:49%;

}
.block_check_list {
	margin:0;
}

.input_two_column{
	width:45%;
	clear:none;
	float:left;
}

.input_three_column{
	width:32%;
	clear:none;
	float:left;
}

.app_messages{
    clear: none;
    color: green;
    width: 98%;
    border-color: black;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    font-size: 77%;
    border-color: green;
}

.app_warning_messages{
  clear: none;
    color: orange;
    width: 98%;
    border-color: black;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    font-size: 77%;
    border-color: orange;  
    
}

.app_critcal_messages{
   clear: none;
    color: red;
    width: 98%;
    border-color: black;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    font-size: 77%;
    border-color: red;   
}


