body {
    font-size: 0.8rem;
    font-family: Verdana,sans-serif;
}

div#main {
    padding:0px 3rem 0px;
    width:auto;
}
div#main.with-menu{
    display:table-cell;
}
span.helptext {
    display:block;
    font-size: smaller;
}
div#cgu {
   overflow: scroll;
   height: 30rem;
   font-size: small;
}
.small-info {
    font-size: 0.6rem;
    float:right;
}
.logout {
    width: 10px;
    height: 10px;
    display: inline-block;
}
#logout_dw {
    border: 1px solid #456baa;
}
#logout_pbb {
    border: 1px solid #54baba;
}
#logout_wp {
    border: 1px solid #8fc002;
}
#logout_sso {
    border: 1px solid #ef7103;
}
#logout_main {
    border: 1px solid #456baa;
}
#logout_dw_full {
    border: 1px solid #456baa;
    background-color: #456baa;
}
#logout_pbb_full {
    border: 1px solid #54baba;
    background-color: #54baba;
}
#logout_wp_full {
    border: 1px solid #8fc002;
    background-color: #8fc002;
}
#logout_sso_full {
    border: 1px solid #ef7103;
    background-color: #ef7103;
}
#logout_main_full {
    border: 1px solid #456baa;
    background-color: #456baa;
}


/**
 * Index page
 * TODO: cleanup from georezo_build
 **/
div#intro, div#emploi, div#communaute, div#geoblogs, div#biblio, div#geopromo, div#blogfr, div#infofr, div#infouk,
div.blocleft, div.blocright {
    float: none;
    width: 100%;
}
/**
 * Table
 *
 * */
/*
 This css is part of the blue/style.css theme, shown as an example
 To work with the zebra widget, include the .odd and .even color definitions as well
 as definitions for the "primary", "secondary" and "tertiary" sorts.
*/
/* Column Widget - column sort colors */
table.tablesorter-dropbox td.primary,
table.tablesorter-dropbox tr.odd {
  background-color: #d6e0f5;
}
table.tablesorter-dropbox tr.even {
  background-color: #ebf0fa;
}

/**
 * Form
 *
 * * */
ul.errorlist li {
    color: #ef7103;
}
