/* AKINSOFT CSS Document */

div {
display: block;
}

#logodaire {
position: absolute;
right: 30px;
}

.float-right {
float: right;
}

#right {
position: absolute;
top: 0;
right: 0;
float: none;
width: 8px;
height: 42px;
background-image: url(images/header_h1_bg_right.png);
}

#auto {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 42px;
color: #fff;
background-image: url(images/header_h1_bg.png);
height: 42px;
font-weight: bold;
padding-left: 20px;
}

.float-left {
float: left;
}

.paddingR50 {
padding-right: 50px;
}

#h1 {
position: relative;
float: left;
padding: 0 8px 0 0;
margin: 16px 0 0 -10px;
color: #333;
height: 57px;
background: url(images/shadow.png) no-repeat left bottom;
}

#main {
height: auto;
margin-top: 20px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
border: 1px solid #E2E2E2;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#main #content {
    margin: 20px 10px 10px;
}

.width950 {
width: 950px;
}

#header {
position: relative;
height: 80px;
padding: 10px;
margin: 0;
border-bottom: 1px dashed #ccc;
background-image: url(images/gold_scale.png);
background-color: #fff;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.tablo {
  width: 100%;
  margin-bottom: 20px;
}

.tablo th,
.tablo td {
  padding: 5px;
  line-height: 15px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.tablo th {
  font-weight: bold;
}

.tablo thead th {
  vertical-align: bottom;
}

.tablo caption + thead tr:first-child th,
.tablo caption + thead tr:first-child td,
.tablo colgroup + thead tr:first-child th,
.tablo colgroup + thead tr:first-child td,
.tablo thead:first-child tr:first-child th,
.tablo thead:first-child tr:first-child td {
  border-top: 0;
}

.tablo tbody + tbody {
  border-top: 2px solid #dddddd;
}

.tablo .tablo {
  background-color: #ffffff;
}

.tablo-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tablo-bordered th,
.tablo-bordered td {
  border-left: 1px solid #dddddd;
}

.tablo-striped tbody > tr:nth-child(odd) > td,
.tablo-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.tablo-hover tbody tr:hover > td,
.tablo-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

.text-right {
text-align: right !important;
}

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font: normal 11px/15px Tahoma, Geneva, sans-serif;
}

