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

*/

/* table container */
div.table {
    float:left;
    position:relative;
    width:600px;
    margin:0 0 37px 0;
}
table.listing {
    border:1px solid #063;
    width:600px;
    padding:0;
    margin:10px 0;
}
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 #063;
    text-align:center;
}
table.listing th {
    /*background:#9097A9;
    color:#fff;
    padding:5px;*/
}
table.listing td {
    background:#fff;
    color:#000;
    padding:3px 5px;
}
table.listing .bg td {
    background:#fff;
    color:#000;
}
table.listing .white td {
    background:#fff;
    color:#000;
}
table.listing .first {border-left:1px solid #063;text-align:center;}
table.listing .last {border-left:6px solid #063;}

table.listing th.first {border-left:1px solid #063;text-align:center;}
table.listing th.last {background:6px solid #063;}

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:#fff;
    color:#000;
}
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: 600px;
    height: 25px;
	background: url(../media/onglet.png) no-repeat center bottom;
}
