/* basics ----------------------------------------------------------------------------- */

/*
body {
    background: #ab381d url(bg__body.gif) repeat-x top;
    font-size: 12px;
    color: #000;
    text-align: center;
    font-family: arial, "lucida console", sans-serif;
    margin: 0;
    padding: 0;
}
*/

* html .toLeft {
    margin-right:0px;
}

.toLeft {
    display:inline;
    float:left;
    position:relative;
}

.toRight {
    display:inline;
    float:right;
    position:relative;
}

* html .clear {
    margin-top:-2px;
}

.clear {
    border:medium none;
    clear:both;
    font-size:1px;
    height:1px;
    margin:-1px 0pt 0pt;
    padding:0pt;
    visibility:hidden;
}

a img {
    border:medium none;
}

a {
    color: #FEE600;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.errors {
    color: white;
    background: red;
    border: 1px solid white;
    padding: 8px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.notice {
    color: white;
    background: rgb(51,153,0);
    border: 1px solid white;
    padding: 8px;
    margin: 0 0 10px 0;
    font-weight: bold;    
}

.unvisible {
    display: none;
}




/* paging */

div.paging {
    text-align: center;
    color: #7C8AAB;
    padding-bottom: 10px;
}

div.paging a {
    font-weight: bold;
    color: #283F77;
}

div.paging span.selected {
    color: #DE0021;
    font-weight: bold;
    font-size: 150%
}




/* site_map */

#site_map li {
    margin-bottom: 10px;
}

#site_map li a {
    font-weight: bold;
}

#site_map li ul li {
    padding-left: 10px;
    margin-bottom: 0;
}

#site_map li ul li a {
    font-weight: normal;
    color: #283F77;
}
