div#ja-right table.list1 {
  border-collapse: collapse;
  border: 1px dashed #CCCCCC;
}
div#ja-right table.list1 td {
  padding: 5px;
  vertical-align: top;
}
div#ja-right table.list1 td h2 {
  margin: 0;
  padding: 2px 5px;
  font-size: 12px;
  background-color: #848383;
  color: #FFFFFF;
  text-align: center;
}

div#ja-right table.list1 td h2 a {
  color: #FFFFFF;
  text-decoration: none;
}
div#ja-right table.list1 td a.more {
  color: #0173AD;
}

div#ja-right img.left {
  float: left;
  margin: 0 10px 0 0;
}
div#ja-right img.right {
  float: right;
  margin: 0 0px 10px 10px;
}

div#ja-right h2.title {
  margin: 0;
  margin-top: 10px;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: bold;
  background-color: #848383;
  color: #FFFFFF;
}

div#ja-right div.config {
}

div#ja-right div.config ul {
  float: right;
  list-style-type: none;
}

div#ja-right div.config ul li {
  float: left;
  margin: 2px;
}

div#ja-right ul {
  margin: 0;
  padding: 0;
}
div#ja-right ul li {
  list-style-position: inside;
  padding-bottom: 10px;
}

/* Tableau */

td.greyBackCat1 {
	width: 35%;
 	font-weight: bold;
	background-color: rgb(235,235,235);
}

td.greyBackCat2 {
	width: 35%;
 	font-weight: bold;
	background-color: rgb(245,245,245);
}

td.greyBackData1 {
 	width: 65%;
	background-color: rgb(235,235,235);
}

td.greyBackData2 {
 	width: 65%;
	background-color: rgb(245,245,245);
}

