/* 
    Document   : style
    Created on : 14 déc. 2011, 12:22:21
    Author     : landru
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
html {
    font-family: 'Aladin', cursive;
    font-size:15px;
}

body {
    background:url("../img/background.jpg") repeat  gray;
}


#sizer {
    width:960px;
    margin: 0 auto;
}
#header {
    background-color: #E9F9FF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #3366FF;
    height : 70px;
    font-size:30px;
    text-align:center;
    padding-top:2px;
    font-weight:bold;
    position:relative;
}
#content {
    background-color: #E9F9FF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #3366FF;
    margin-top:20px;
    padding:15px;
}
.div_center {
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}
.clearboth {
    clear: both;
}
.form_row {
    width:100%;
    clear:both;
    padding-top:10px;
}
.col1 {
    float:left;
    width:50%;
}
.col2 {
    float:left;
    width:50%;
}
.label {
    float:left;
    width:40%;
    color:#606060;
}
.data {
    float:left;
    width:60%
}
.logoff {
    font-size:12px;
    text-align:right;
    color:#400000;
    cursor:pointer;
    padding-right:7px;
}
.logoff:hover {
    color:#700000;
}
.navigator {
    text-align:right;
    
}
.tr1 {
    background-color: #DEF9F2;
}
.tr1:hover {
    background-color: #CEF7EC;
}
.tr2 {
    background-color: #EFFBDF;
}
.tr2:hover {
    background-color: #DFFEB7;
}
.field_XS {
    width:15%;
}
.field_XL {
    width:90%;
}
.link {
    cursor:pointer;
}
.red:hover {
    color:red;
}
#tmpLink {
    color:red;
    padding-right:20px;
}
.menu {
    text-align:right;
    font-size:13px;
    padding-right:20px;
}
.menu_entry{
    float:left;
    cursor:pointer;
    padding-left:10px;
}
.menu_entry:hover{
    color:#400000;
}
#h_infoPanel {
    background-color: #F3F781;
    border-radius: 5px 5px 5px 5px;
    position:relative;
    top:5px;
    padding:5px;
    text-align:center;
    color:#FE2E2E;
    border:2px solid #FE2E2E;
}
#search_form {
    position:absolute;
    top:20px;
    left:720px;
}