/* 
    Document   : exios.css
    Created on : 18 févr. 2010, 16:11:54
    Author     : exios

*/

/* table container */
div.table {
    float:left;
    position:relative;
    width:700px;
    margin:0 0 37px 0;
}
table.listing {
    border-bottom:1px solid #9097A9;
    width:700px;
    padding:0;
    margin:0;
   /* border:1px solid #9097A9;*/
}
table.listing th {
    border-top:0 !important;
    border:0 !important;
}
table.listing th.full {border-left:0;border-right:0 !important;text-align:left;text-transform:uppercase;}
div.table img.left {
    position:absolute;
    top:0;
    left:0;
}
div.table img.right {
    position:absolute;
    top:0;
    right:1px;
}
/* table styles */
table.listing td,
table.listing th {
    border:1px solid #fff;
    text-align:center;
}
table.listing th {
    /*background:#9097A9;
    color:#fff;
    padding:5px;*/
}
table.listing td {
    background: url(../media/fd10.png) repeat-y left;
    color:#000;
    padding:3px 5px;
}
table.listing .bg td {
    background: url(../media/fd30.png) repeat-y left;
}
table.listing .white td {
    background:#fff;
}
table.listing .first {border-left:0px solid #9097A9;text-align:center;}
table.listing .last {border-right:0px solid #9097A9;}

table.listing th.first {background:#9097A9 url(../media/bg-th-left.gif) no-repeat left top;border-left:0;}
table.listing th.last {background:#9097A9 url(../media/bg-th-right.gif) no-repeat right top;border-right:0;}

table.listing .style1 {font-weight:bold;color:#FF7A00;}
table.listing .style2 {font-weight:bold;padding-left:16px;}
table.listing .style3 {padding-left:25px;}
table.listing .style4 {padding-left:35px;}
table.form .last {padding:1px 0 1px 5px;text-align:left;}
table.form th,
table.form td {padding-left:10px;}
table.form input.text {width:270px;}

/* table select */
div.table .select {
    float:left;
    margin:2px 1px 0 0;
    width:274px;
    height:25px;
    background:#9097A9 url(../media/bg-select.gif);
    color:#fff;
}
div.table .select strong {
    float:left;
    padding:5px 0 0 5px;
}
div.table .select select {
    float:right;
    width:78px;
    margin:2px 3px 0 0;
    text-align:right;
}
div.table .onglet {
    width: 700px;
    height: 25px;
	background: url(../media/onglet.png) no-repeat center bottom;
}