
/*  content of the informations of panels */
div.content_information {
   width:98%;
   height:400px;
   /* border:1px solid #ccc; */
   background:black; /* #f2f2f2 */
   padding:6px;
   overflow:auto;
   color : white;
}
div.content_information p,
div.content_information li {font:normal 11px/15px arial;} /* color:#333; */
div.content_information h3 {font:bold 14px/19px arial;} /* color:#000;} */
div.content_information h4 {font:bold 12px/17px arial;} /* color:#000;} */
div.content_information strong {} /* color:#000;}  */

.table_information_td { 
 border-width:1px;
 border-style:solid; 
 border-color:white;
 }
