/* 
    Document   : main.css
    Created on : 13-mai-2010, 19:17:41
    Description:
        OutfiBus main stylesheet
*/

body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fff;
    color: #000;
    font-family: Verdana;
    font-size: 12px;
}

#logoprint {
    display: none;
}

a {
    color: #000;
    text-decoration: underline;
}
h1 {}
h2 {}
h3,h4 {
    margin: 10px auto;
    text-align: center;
}

#main {
    width: 100%;
    height: 100%;
    text-align: center;
}
#header {
    padding: 10px 20px 0 20px;
    height: 125px !important;
    height: 135px;
    text-align: center;
    border-bottom: 15px solid gray;
}
#headerlogo {
    float: left;
    width: auto;
}
#headertitle {
    float: right;
    width: auto;
    text-align: right;
}
#menu {
    text-align: center;
    height: 22px !important;
    height: 30px;
    padding-top: 8px;
    border-bottom: 15px solid gray;
    color: gray;
}
#menu a {
    color: gray;
    text-decoration: none;
    font-weight: bold;
    padding: 0 10px;
}
#content {
    margin: auto;
    margin-top: 15px;
    text-align: left;
    width: 990px;
}

#loginForm {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 400px;
}
#loginForm li {
    width: 400px;
    margin: 0;
    padding: 0;
}
#loginForm li label {
    float: left;
    width: 180px;
    margin-top: 3px;
}
#loginForm li input {
    float: left;
    width: 200px;
    margin-top: 3px;
    border: 1px solid gray;
}
.dataForm {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 500px;
}
.dataForm li {
    width: 500px;
    margin: 0;
    padding: 0;
}
.dataForm li label {
    float: left;
    width: 180px;
    margin-top: 3px;
}
.dataForm li input[type=text],.dataForm li select {
    float: left;
    width: 300px;
    margin-top: 3px;
    border: 1px solid gray;
}
.dataForm li select.middle {
    float: left;
    width: 50px;
    margin-top: 3px;
    border: 1px solid gray;
}
.dataForm li input[type=submit],.dataForm li input[type=button] {
    float: left;
    width: 150px;
    margin-top: 3px;
    border: 1px solid gray;
}
.dataForm li textarea {
    float: left;
    width: 300px;
    height: 80px;
    margin-top: 3px;
    border: 1px solid gray;
}
table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse:collapse;
}

table tr {
    height: 30px;
}
table tr td {
    border-bottom: 1px solid black;
}
table tr.head {
    font-weight: bold;
    height: 20px;
}
table tr.noborder {
    font-weight: bold;
    height: 20px;
}
table tr.noborder td {
    border: 0;
}

table.formHeader {
    border: 0;
    width: 60%;
    margin-bottom: 15px;
}
table.formHeader tr td {
    border: 0;
}
table.planningMois {
    margin-top: 20px;
}
table.planningMois tr td {
    border: 1px solid #aaa;
    padding: 2px;
    font-size: 11px;
}

ul.exportMenu {
    width: 30%;
    margin: 0 auto;
}
ul.exportMenu li {
    margin-bottom: 10px;
}
ul.exportMenu label {
    float: left;
    width: 115px;
}
