html {
    border: 0 none;
    margin: 0;
    padding: 0;
}

body, table {
    font-size: 13px;
    line-height: 1.7em; /*color: #333333;*/
/*color: #04155D;*/
    color: #595959;
    font-family: Trebuchet MS, Arial, san-serif;
}

a img {
    border-width: 0;
}

a {
    color: #000099;
    text-decoration:underline;
}

a:hover {
    color: #2277BB;
}

/*a:visited {
    text-decoration: none;
    color: #618EAC;
} */

input {
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.pageWrapper {
    width: 886px;
    text-align: left;
    margin: 10px auto;
    -moz-border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.3);
    padding: 10px;
    min-height: 500px;
}

.pageWrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.pair:hover, .impair:hover {
    -moz-border-radius: 4px 4px 4px 4px;
    background: none repeat scroll 0 0 #70739C;
    color: #E1DEF1;
    text-decoration: none;
}

.bindedText {
    color: #6178BC;
    text-decoration: none;
}

.navStyle {
    position: absolute;
    top: -13px;
}

.mainTitle {
    color: #0066FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    padding-left:6px;
    padding-top:11px;
    height: 35px;
    width: 630px;
}

.mainReader {
    color: #000099;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding-right:10px;
    text-align:right;
    line-height:1.1em;
}


.subTitle {
/*color: #3167AD;*/
    color: #0066FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    margin-left: 12px;
}

/** ************************************ **/
/** *********** DIV INFOS ************** **/
/** ************************************ **/
.error, .alert, .notice, .success, .info, .loading {
    padding: 0.5em;
    margin: 0.5em auto;
    border: 2px solid #ddd;
    text-align: center;
}

.error, .alert {
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4;
}

.notice {
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324;
}

.success {
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880;
}

.info {
    background: #d5edf8;
    color: #205791;
    border-color: #92cae4;
}

.loading {
    border: none;
}

#errors {
    position: absolute;
    background: #FEF1EC;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #CD0A0A;
    color: #CD0A0A;
    padding: 10px;
    margin: 53px;
    float: right;
    display: none;
    z-index: 2;
}

/** ************************************ **/
/** ************ LOADING *************** **/
/** ************************************ **/
.loading-classic {
    background-image: url(../../resources/icons/transparent_loading.gif);
    height: 38px;
    width: 38px;
}

.loading-data {
    background-image: url(../../resources/icons/loading_datas.gif);
    height: 15px;
    width: 128px;
    margin: auto;
}
