.message{
	padding: 6px; margin: 6px 0 6px 0; padding-left: 40px;
}
.success{
	color: #286312;  border: 1px solid #286312; background: #C6F1B6 url('../images/ok.png') no-repeat 4px 4px; padding-left: 40px;
	border: 1px solid #C6F1B6;  color: white;padding-bottom: 8px; color: green;
}
.error {
	background: #ff8a8a url('../images/error.png') no-repeat 4px 4px; padding-left: 40px;
	border: 1px solid #ff0000; color: white; padding-bottom: 8px; color: red;
}
.section {
  margin: 0 0 10px 0;	border: 1px solid silver; padding-bottom: 8px;
}
.section h3{
	background-color: #a5a5a5;  color: white; padding: 8px; margin: 0 0 4px 0;
}

.section label{
	padding-left: 6px; display: block;  width: 180px; float: left; clear: left;
	font-weight: bold; line-height: 24px;
}
.clear{
	clear: both;
}
form[name=isr_settings]{
	line-height: 22px;  text-align: left;
}
form[name=isr_settings] input[type=submit]{
	font-size: 18px; padding: 4px 10px 4px 10px;
}
div#isreports_status{
	max-height: 400px; overflow: auto;	margin: 10px 0 10px 0;
}
.left{
	float: left;
}
img.processing {
	margin-top: 5px; 
}
.note {
	font-style: italic;  font-size: 11px;  color: gray;
	font-weight: normal;
}
.row {
	clear: both; margin: 10px 6px 10px 6px; line-height: 24px;
}
.column {
	width: 220px;  float: left; 
}
.column.header{
	font-weight: bold;
}
form[name=isr_settings] input, form[name=isr_settings] select {
	float: left;
}
input[type=checkbox], input[type=text]{
	margin-right: 6px;
}
.hide{
	display: none;
}
.remove_report{
	margin-left: 10px;
}
#isr{
	background-color: #d1d7ef;	color: #333333; margin: 2px auto 8px auto;
	border: 1px solid #45556d; border-width: 20x 1px 2px 1px;	padding: 8px;
	font-size: 13px; text-align: left;	width: 90%;
}
#isr h3{
	text-align: center; color: gray; font-size: 21px;	
}
div#isr table td, div#isr table th {
	border-bottom: 1px dashed gray; line-height: 24px; padding: 2px 5px 0 2px;
}
div#isr table th {
	border-bottom: 2px solid gray; font-weight: bold;
}
form[name=isr_settings] .columns {
	height: 150px;  width: 300px; overflow: auto;	
}
.table_data{
	width: 100%;  height: 300px;  overflow: auto;	
	background-color: white; border: 1px solid #333333;
}
.data_service, .search_service{
	margin: 0 10px 5px 240px; border: 1px solid silver; padding-bottom: 10px; clear: both;
background-color: white;
}
.data_service h3, .search_service h3{
 	background-color: white; color: black;	 border-bottom: 1px dashed silver;
}