/**
 * CyberCité stylesheet for Redmine
 * @author: DUVERGIER Claude, CyberCité - http://www.cybercite.fr
 * @version: 1.0
 */

/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

/** Adaptation éléments layout Redmine **/

#wrapper {
    background: transparent;
}

#top-menu,
#header,
#main,
#ajax-indicator {
    margin-left: 30px;
    margin-right: 30px;
}

#top-menu {
    background-color: #000000;
}

#header {
    margin-top: 0;
    margin-bottom: 60px;
    padding: 4px 8px 0px 6px;
    height: 49px;
    background-image: url(../images/bg_banner.png);
    background-color: transparent;
    min-height: 0px;
}

/* Logo dans le header : */
#header h1 {
    color: #f8f8f8;
    float: left;
    display: block;
    border: 0;
    text-indent: 250px;
    margin-top: 10px;
    margin-left: 10px;
    height: 37px;
    overflow: hidden;
    background: url(../images/logo_cybercite_labs.png) no-repeat;
}

#main-menu {
    position: absolute;
    top: 70px;
}
#main-menu ul {
    padding-left: 25px;
}
#main-menu ul li a {
    color: #7fc0f6;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.1em;
}
#main-menu ul li a.selected {
    color: #ffffff;
    background-color: none;
}
#main-menu ul li a.selected,
#main-menu ul li a:hover {
    color: #ffffff;
    background-color: transparent;
}
#main-menu ul li a:hover {
    background-color: #7fc0f6;
}

#main {
    background-color: white !important;
}

#footer {
    background: url(../images/bg_banner.png) 0 0;
    height: 53px;
    margin-top: 30px;
    padding: 0;
    width: 100%;
    border: none;
}

/** /Adaptation éléments layout Redmine **/

body {
    font-family: Helvetica, arial;
    font-size: 12px;
    color: #3E3E40; /* Anthracite */
    background: url(../images/bg_top.png) #479EE8 repeat-x;
    margin: 0;
}

legend {
    color: #094596;
    font-size: 1.3em;
}

fieldset {
    border: 1px solid #094596;;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    color: #3E3E40;
    line-height: 1.2em;
}

h2 {
    font-size: 1.6em;
}

h1 strong,
h2 strong {
    color: #8CBD10;
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: #e74b21;
}
a:hover,
a:active {
    text-decoration: underline;
}

/* Liste    *************************************************/

#main ul {
    /*margin: 0;*/
}

#main ul li {
    /*list-style-position: inside;*/
    list-style-image: url(../images/puce.gif);
    display: list-item;
    
    margin-bottom: 0;
    margin-left: 8px;
    text-align: left;
}

#main div.tabs ul li,
#main div.collapse_tabs ul li {
    list-style-image: none;
}

/* Tableau    *************************************************/


table {
    border-collapse:collapse;
}

table thead tr th,
table.list th {
    color: white;
    font-weight: bold;
    background: #222 url(../images/alert-overlay.png) repeat-x !important; 
    border: 1px solid #585858;
}

td, th {
    border: 1px solid #585858;
    padding: 4px;
    text-align: left;
}
