/* detailedprogram.css */

.TitleOrangeArrow {
 margin-top: 0;
}

.DetailedProgram {
 width: 571px;
 background: white;
 margin-left: 0;
 border: 1px solid #2e3030;
 //margin-top: 0;  /* hack ie6 */
}

.DetailedProgram .header {
 background: #2e3030 url(/images/programs/header.gif) repeat-x top;
 color: white;
 margin: 0;
 padding: 5px;
}
.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: -10px 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: -10px 5px 0 -5px;
}

/*ie6 and below hack*/

* html .DetailedProgram .header .FavoritePicto {
  background: transparent url(/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: 50%;
}
.DetailedProgram .header .right {
 text-align: right;
 width: 50%;
 vertical-align: top;
}

#DetailedProgramBox .DetailedProgram .header .name {
 color: white;
 background: none;
 padding: 0;
 text-decoration: none;
 text-transform: uppercase;
}

#DetailedProgramBox .DetailedProgram .header .city {
 color: white;
 padding: 0;
 background: none;
  font-weight: bold;
}

.DetailedProgram .header .city {
 font-size: 12px;
}
.DetailedProgram .header .city a {
 color: white;
}
.DetailedProgram .header .small,
.DetailedProgram .header .law {
 font-size: 10px;
}

#MainContent .DetailedProgram .header .law a {
 color: white;
}

.DetailedProgram .header .price {
 font-weight: bold;
 text-align: right;
}

.DetailedProgram .header .rentability {
  color: white;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.DetailedProgram .content {
 padding: 5px;
}
.DetailedProgram .content h3 {
 color: #8F0000;
 font-size: 15px;
 margin-bottom: 5px;
 background: none;
}
.DetailedProgram .content p {
 margin: 0 0 10px 0;
 text-align: justify;
}

.DetailedProgram .content .video {
 float: left;
 margin: 0 5px 0 0;
}
.DetailedProgram .content .image img {
 height: 100px;
  width: 134px;
 margin-right: 2px;
}
.DetailedProgram .content .cleaner {
 clear: both;
 display: block;
}

.DetailedProgram .state,
.DetailedProgram .disponibilityDate {
 font-weight: bold;
}
.DetailedProgram .state {
 padding-top: 20px;
}

.DetailedProgram .table {
 margin: 10px 5px;
}
.DetailedProgram .table tr th,
.DetailedProgram .table tr td {
 border: 1px solid #fff;
}
.DetailedProgram .table tr th {
 width: 100px;
 padding: 5px;
}
.DetailedProgram .table tr td {
 width: 70px
 color: white;
 padding: 5px;
 background: #f6f6f6;
}
.DetailedProgram .table th,
.DetailedProgram .table .type {
 background: #C9D1D5;
 padding: 5px;
 font-weight: bold;
}
.DetailedProgram .table .none {
 background: none;
}
.DetailedProgram .table .type {
 text-align: center;
}
.DetailedProgram .table .MinMax {
 background: #e4e4e4;
 padding: 2px 5px;
 text-align: center;
}

.DetailedProgram .AutoForm .error,
.DetailedProgram .AutoForm .required {
 color: red;
}
.DetailedProgram .AutoForm {
 margin: 10px;
}
.DetailedProgram .AutoForm table tr td{
 padding: 2px;
 color: black;
}
.DetailedProgram .AutoForm .DrWIButton  {
 margin-left: 72px;
}

.back a {
 color: black;
 margin: 161px;
}

.back a:hover {
 color: black;
}

