/* 
    Document   : styles
    Created on : 23 mars 2012, 15:02:48
    Author     : ebertin
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    background:#336699;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:small;
    margin:8px 0 16px;
    text-align:center;
}
table {
    width: 100%;
}
tr, td {
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:small;
}
#container {
    background:#fff;
    margin:auto;
    padding: 15px;
    text-align:left;
    width:800px;
}
#deplacement_form {
    padding-right: 50px;
    display: table;
}


form div {
    color:#444;
    margin:0 4px 0 0;
    padding:0 0 8px;
}

label {
    display:block;
    font-size:12px;
    line-height:9px;
    margin:0;
    padding-top:3px;
    float: left;
    width: 150px;
    font-weight: bold;
}

input.text {
    border-bottom:1px solid #ddd;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-top:1px solid #7c7c7c;
    color:#333;
    font-size:100%;
    margin:0;
    padding:2px 0;
}

.ipt {
    width: 300px;
}

#repas, #divers, #kms {
    width: 50px;
}

#date, .date{
    width: 70px;
}

.rs_ipt {
    background-color: rgba(255,0,0,0.2);
    width: 300px;
    margin-left: 150px;
}

#map_canvas {
    width: 600px;
    height: 400px;
    margin: auto;
    margin-top: 10px;
    border: 1px solid black;
}

#suggestion {
    float: right;
    margin-left: 5px;
}
#suggestion tr:hover{
    background-color: #E6DDD5;
}
.spacer {
    clear: both;
}

.error {
    border-color: #cd0a0a !important;
}
.user_coord {
    font-weight: bold;
}
#bloc_demandeur {
    margin: 20px 0 20px 400px;
}
#bloc_titre {
    text-align: right; 
    font-weight: bold; 
    font-size: 1.5em;
}
.bloc_sstitre {
    font-size: 10px; 
    font-weight: normal;
}
#bloc_adresse {
    float:left; 
    width: 50%; 
    font-weight: bold; 
    font-size: 1.5em;
}
.bloc_ssadresse {
    font-size: 12px; 
    line-height:22px;
}
#tbl_fd {
    border-collapse: collapse;
}
#tbl_fd td, th {
    border: 1px solid black;
	font-size: 10px;
}
#tbl_fd th {
    color: black;
    background-color: lightgray;
}
#tbl_fd .totaux {
    font-weight: bold;
}
#tbl_fd .lgtotaux {
    border-top: 3px solid black;
    padding-top: 5px;
}
#tbl_fd .nombre {
    text-align: right;
}
#tbl_fd .woborder {
    border-bottom: 1px solid white;
}
#duplicata {
    font-weight: bold; 
    font-size: 24px; 
    color: red; 
    margin-top: 50px; 
    margin-left: 50px; 
    float: left; 
    -webkit-transform: rotate(330deg); 
    -moz-transform: rotate(330deg); 
    -o-transform: rotate(330deg); 
    -ms-transform: rotate(330deg); 
    writing-mode: lr-tb;
}
#menu {
    margin: 0 auto 15px auto;
    padding: 2px 15px 2px 15px;
    text-align:left;
    width:800px;
}
#menu ul {
    width: 100%;
    overflow: hidden;
    margin-left: -30px;
}
#menu li {
    float: left;
    list-style: none;
}
#menu li a {
    float: left;
    padding: 8px;
    background: rgb(79,152,201);
    color: white;
    margin-right: 10px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.button_text {
    margin: 30px auto 30px 150px;
}