 .ok{
 	color: green;
 }
 .error{
 	color: red;
  }
  .alert{
  	color: red;
  	font-size: 9pt;
  }
  .information{
  	border: 3px solid #c0c0c0;
  	margin: auto;
  	margin-top: 30px;
  	padding: 2em 1em 2em 2em;
  	padding-left:80px;
  	
  	background-image: url('/images/alert.gif');
  	background-repeat: no-repeat;
  	
  	font-size: 12pt;
  	color: red;
  	
  	
  	width: 450px;
  	
  }
/**/
  .draglist { 
      list-style-type:none;
      margin:0;
      padding:4px;
      width: 290px;
      margin: 2px;
      background-color: #BCEF95;
      min-height: 40px;
   }
   .draglist li {
   	 border: 1px solid #c0c0c0;
     width: 280px;
     margin: 2px 10px 2px 0px;
     padding-left:20px;
     padding: 8px 0px 8px 8px;
     cursor:pointer;
     background-color:#FAFAFA;
   }
	
   .draghandle{
   		background-color:#BCEF95;
   		float: right;
   		color: #ffffff;
   		padding: 4px;
   		cursor:move;
   		color: #000000;
   }
   .draghandle a{ 
	   color: #000000;
   }   
   .edithandle a{ 
	   color: #000000;
   }
   .edithandle{
   		background-color:#BCEF95;
   		color: #000000;
   		float: right;
   		color: #ffffff;
   		padding: 4px;
   		cursor:pointer;
   }   
   
   div#ajaxstatusbar{
	font-size: 8pt;
	text-align: center;
	height: 24px;
	line-height: 24px;
	width: 100%;
	background-color: #65A6BA;
	position: fixed;
	bottom: -1px;
	color: #ffffff;
}

.contentdiv{
	background-color: #FAFAFA; padding: 1em; border: 2px solid #C1C1C1;
}
.contentdiv br{
	display: inline;
	line-height: 0px;
	
}

.content-title{
	float:left;
	font-size: 16pt;
	line-height: 35px;
}
.content-icons{
	float:right;
}

/**/
.nice2{
	margin: 2px;
	text-align: left;	
	font-size: 9pt;
	empty-cells:show;
	border: 1px solid #C1C1C1;
	width: 100%;
	clear: both;
}

.nice2 td{
	padding: 5px;	
	vertical-align: top;
	height: 35px;
}

.nice2 th.small{
	padding: 5px;	
	width: 70px;
	text-align: center;
	vertical-align: top;
}

.nice2 td.small{
	border-bottom: 1px dotted #C9C7C3;
	padding: 5px;	
	width: 70px;
	text-align: center;
	vertical-align: top;
}

.nice2 th.title{
	background-color: #DFDFDF;
	background-image: none;
	padding: 14px 0px 14px 0px;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: top;
}

.nice2 th{
	background-image: url('/images/th-background.gif');
	background-repeat: repeat-x;
	padding: 4px 5px 4px 5px;
	border: 1px solid #C1C1C1;
	vertical-align: top;
}


.nice{
	/*border: 1px solid gray;*/
	width: 100%;
	padding: 10px;
}

.nice td{
	padding: 5px;	
	vertical-align: top;
	text-align: left;
}

p.title{
	background-color: #C2CCCF;
	padding: 4px 5px 4px 5px;
}

.nice p.title a{
	float: right;
}


.nice th{
	padding: 5px;
	background-color: #BFBFBF;
}

a.help{
	border: 1px solid #000000;
	background-color: #C2CCCF;
	padding: 0px 4px 0px 4px;
	
	text-decoration: none;
}


.textok{
	color: green;
}
.texterror{
	color: red;
}
.textcritical{
	color: green;
	font-weight: bold;
}

p.title{
	background-color: #C2CCCF;
	padding: 4px 5px 4px 5px;
}

