/* detailedprogram.css */

#MainContent h2 {
  color: white;
}
#MainContent h2.title {
  color: #314f9c;
  font-size: 15px;
  text-decoration: underline;
  margin-bottom: 10px;
}
.DetailedProgram {
  font-size: 12px;
  border: 1px solid #546477;
  width: 100%;
}
.DetailedProgram .header {
  font-size: 16px;
  color: white;
  height: 70px;
  background: #2D537A url(/images/menu/boutonl.png) no-repeat top center;
  padding: 5px;
}
#MainContent .DetailedProgram .header .FlashPicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/vente-flash.gif) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: -5px 5px 0 5px;
}

/*ie6 and below hack*/

* html .DetailedProgram .header .FavoritePicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/coeur.gif) no-repeat;
}
* html .DetailedProgram .header .FlashPicto ,
* html .DetailedProgram .header .FavoritePicto,
* html .DetailedProgram .header .VideoPicto {
  margin: 0 5px 0 0;
}
.DetailedProgram .header p {
  margin: 2px 0;
}
#MainContent .DetailedProgram .header a {
  color: white;
  text-decoration: none;
}
.DetailedProgram .header .active {
  font-size: 10px;
  background: #e50000;
  border: 1px solid white;
  padding: 0 2px;
  margin-right: 5px;
}
.DetailedProgram .header .FlashPicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/vente-flash.gif) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: -13px 5px 0 -5px;
}
.DetailedProgram .header .FavoritePicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/coeur.png) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: -13px 5px 0 -5px;
}
/* hack ie7 */
*:first-child+html .DetailedProgram .header .FavoritePicto {
  position: relative;
}
/*ie6 and below hack*/

* html .DetailedProgram .header .FavoritePicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/coeur.gif) no-repeat;
}
* html .DetailedProgram .header .FlashPicto ,
* html .DetailedProgram .header .FavoritePicto,
* html .DetailedProgram .header .VideoPicto {
  margin: 0 5px 0 0;
}
.DetailedProgram .header table {
  width: 100%;
}
.DetailedProgram .header .left{
  text-align: left;
  width: 70%;
}
.DetailedProgram .header .right {
  text-align: right;
  width: 40%;
  vertical-align: top;
}
#MainContent .DetailedProgram .header .name {
  color: white;
  font-size: 14px;
  margin: 2px 0;
  text-transform: uppercase;
  text-decoration: none;
}
.DetailedProgram .header .city {
  font-size: 12px;
  font-weight: bold;
}
.DetailedProgram .header .small,
.DetailedProgram .header .law {
  font-size: 10px;
}
.DetailedProgram .header .price {
  font-weight: bold;
  font-size: 12px;
}
.DetailedProgram .rentability {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.DetailedProgram .content {
  color: black;
  padding: 5px;
}
.DetailedProgram .content p {
  margin: 10px 0;
  text-align: justify;
}
.DetailedProgram .content .video {
  float: left;
  margin: 0 5px 0 0;
}
.DetailedProgram .content .image img {
  width: 135px;
  height: 100px;
  margin: 0;
  padding: 0;
  border: 1px solid black;
}
.DetailedProgram .content .cleaner {
  clear: both;
  display: block;
}
.DetailedProgram .content ul li {
  margin: 10px 0px 0 12px;
  text-align: justify;
}
.DetailedProgram .content .description {
  margin: 10px 0;
}
#MainContent .DetailedProgram .table {
  margin: 0 auto 10px auto;
}
.DetailedProgram .table tr td {
  padding: 10px;
  border: 2px solid white;
}
.DetailedProgram .table tr th{
  padding: 10px; 
  background: #177298;
  color: white;
  font-weight: bold;
  text-align: center;
  border: 2px solid white;
}
.DetailedProgram .table .even{
  background: #EBEEEF;
}
.DetailedProgram .table .odd {
  background: #D8DFE3;
}
.DetailedProgram .AutoForm .error,
.DetailedProgram .AutoForm .required {
  color: red;
}
.DetailedProgram .AutoForm {
  margin: 10px;
}
.DetailedProgram .AutoForm table tr td{
  padding: 2px;
}
.DetailedProgram .AutoForm .DrWIButton  {
  margin-left: 72px;
}
#MainContent .back  {
  text-align: center;
  margin-bottom: 20px;
}
.back a {
  color: #127DC9;
  font-size: 12px;
}
