/*
    Document   : dark_blue.css
    Created on : 23 septembre 2009, 14:36:59
    Author     : Mathieu
    Description:
        Dark blue color stylesheet.
*/

/* Begin Reset */
input,
textarea,
select {
    background:#fff url('../../images/fieldbg.gif') repeat-x scroll center top;
    border-color:#7c7c7c #c3c3c3 #ddd;
}

blockquote {
    border-left:2px solid #5a3b51;
    background-color:#f2f2f2;
}

/* Begin Global CSS */
body {
    background-color:#333;
    color:#505050;
}

h1 {
    background-color:#00A489;
}

h1 a {
    background:transparent url('../../images/banner.jpg') no-repeat scroll left center;
}

h2 {
	color:#505050;
}

h3 {
	color:#a72024;
}

#container {
    background-color:#fff;
}

/* Formulaires */
.info {
    border-bottom:1px dotted #ccc;
}

.info div, .info p {
    color:#505050;
}

form li.focused {
    background-color:#fff7c0;
}

form li div {
    color:#444;
}

form label {
    color:#222;
}

/* Errors */
#errorDiv {
    border:1px solid red;
    background:#fff !important;
}

#errorDiv h3 {
    color:#df0000 !important;
}

#errorDiv p {
    color:#000 !important;
}


#errorDiv strong {
    background-color:#ffdfdf !important;
    color:red !important;
}

form li.error {
    background-color:#ffdfdf !important;
}

form li.error label {
    color:#df0000 !important;
}

form ul.errors li {
    color:#df0000 !important;
}

/* Tableau */
table.readonly {
    border-bottom:1px solid #eee;
}

table.readonly tr {
    background-color:#f5f5f5;
}

table.readonly tr.alt {
    background-color:#fff;
}

table.readonly th {
    border-top:1px solid #eee;
    color:#222;
}

table.readonly td {
    border-top: 1px solid #eee;
    color:#333;
}

/* Boutons */
.btn {
    color:#fff;
}
.btn.medium { background: #aaa url('../../images/btn80.png') top left no-repeat; }
.btn.wide { background: #aaa url('../../images/btn130.png') top left no-repeat; }
.btn.blue { background-color: #2ae; }
.btn.green { background-color: #9d4; }
.btn.pink { background-color: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }

/* Fieldset pour le transport */
form ul li fieldset {
    border:1px solid #ccc;
}
