

.monitor_template_link{
	font-size:12px;
	display:block;
	padding-top:5px;
	text-decoration:none;
	cursor:pointer;
}
.monitor_template_link:hover{
	text-decoration:underline;
}
.main_box{
/*	background-color: #bfcffa;*/
	width:98%;
	
}
.monitor_header { /* header of parts */
	font-weight:bold;
	display:block;
/*	background-image: url('/parts/monitor/images/monitoring-verlauf.png');*/
	background-color: white;
	vertical-align:middle;
	padding: 5px 0 5px 5px;
	margin-top: 3px;
	width:125px;
	border:1px solid grey;
	border-bottom: 0 ;
	position:relative;
	top:1px;
	z-index: 0;
}

#help_message_header{	
/*	background-image: url('/parts/monitor/images/monitoring-verlauf.png');*/
	background-repeat: repeat-x;
	color:#000000;
	margin-bottom:10px;
	padding:5px 0 5px 0;
}
.input_text{ /* all input text fields */				
	border:1px solid grey;
}

.input_text_disabled{
	background-color:lightgrey;
	color:#333333;
}

#warning_name{
    width:400px;
}

#monitor_infos{
	border: 1px solid grey;
/*	background-color: #bfcffa;*/
	width:98%;
	padding:5px 5px 5px 5px;
}

#filter_box { 
	border: 1px solid grey;
/*	background-color: #bfcffa;*/
	width:98%;
	padding:5px 5px 5px 5px;
}

#filter_box select{
	width:150px;	
}
#receiver_box { 
	border: 1px solid grey;
/*	background-color: #bfcffa;*/
	width:98%;
	padding:5px 5px 5px 5px;
}

#receiver_box select,input[text]{
	width:150px;	
}

#condition_box { 
	border: 1px solid grey;
/*	background-color: #bfcffa;*/
	width:98%;
	padding:5px 5px 5px 5px;
}

#condition_box select,input[text]{
	width:150px;	
}

.link{
	cursor:pointer;
	text-decoration:underline;
}

.missing_input{
	border: 1px solid red;
}
.missing_select{
	color: red;
}
.missing{
	color:red;
}

.missing_popup{
	background-image: url('/parts/monitor/images/popupbg.png');
	background-repeat: repeat-x;
	color:#000000;
	border:1px solid black;
	font-size:10px;
	position:absolute;
	padding:2px;
	font-weight:bold;
	display:inline;
	z-index: 1000;
	opacity:1;
}

.missing_popup img{
	position:absolute;
	bottom:-7px;
	left:10px;
	opacity:0.8;
}

#warning_list{
	width:100%;
}

#warning_list td{
	border-top: 1px solid rgb(236, 236, 236);	
}

#infoPopup{
	border:1px solid grey;
	z-index:1;
	background-color:#EEEEEE;
	
}

.highlight_row{
	background-color:#ddaaaa;
}

