/* CSS Document */

body {
    margin: 0px;
    background-color: #f1e9d4;
}

a {
    text-decoration: none;
}

img {
    border: 0px;
}

.middle_side {
    background-image:url(../images/middle_side.gif);
    background-repeat:repeat-x;
    height: 100px;
    width: 50%;
}

.middle2_side {
    background-image:url(../images/middle2_side.gif);
    background-repeat:repeat-x;
    height: 485px;
    position: relative;
    z-index: 2;
}

.bottom_side {
    width: 100px;
    height: 100px;
}

.bottom_color {
    background-color: #f1e9d4;
}

.bottom {
    width: 1000px;
    height: 20px;
}

.bottom_bottom {
    width: 1000px;
    padding-top: 5px;
}

.bottom_line {
    background-color: #dcd3be;
    width: 770px;
    height: 2px;
}

.bottom_text {
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 12px;
    margin-left: 30px;
    width: 200px;
    font-weight: bold;
}

.bottom_text_position {
    position: relative;
    float: left;
    padding-top: 0px;
}

.bottom_text_light {
    color: #78746a;
}

.bottom_text_dark {
/*    color: black;    */
    color: #555555;
    top: 2px;
}

.bottom_button {
    padding-left: 2px;
    padding-right: 2px;    
    width: 25%;
}

.copyright {
    font-family: Verdana, Arial, Helvetica; 
    font-size: 12px;
    color: #aaa18c;
}

.lang_position {
    position: relative;
    padding-left: 12px;
    float: left;
    top: 30px;
}

span.lang {
    font-family: Myriad Pro, Verdana, Arial, Helvetica; 
    font-style: normal;;
    font-size: 11px;
    color: #62605e;
    text-decoration: none;
    font-weight: bold;
}

* html .empty_spaces {
    background-image:url(../images/transparent.gif);
    width: 100%;
    cursor: pointer;
}

table.shadow {
    background: #666666 url(../images/logo_bg.jpg) top left repeat;
}


    /* Bottom buttons */
.logoBgEmpty {
    background-image: none;
    width: 254px;
    height: 110px;
    position: relative;
    z-index: 100;
}

.logoBgUnselected {
    background-image:url(../images/bg_unselected.gif);
    width: 254px;
    height: 110px;
    position: relative;
    z-index: 100;
}

.logoBgMouseOver {
    background-image:url(../images/bg_mousover.gif);
    width: 254px;
    height: 110px;
    position: relative;
    z-index: 100;
}

.logoBgMouseClick {
    background-image:url(../images/bg_mouseclick.gif);
    width: 254px;
    height: 110px;
    position: relative;
    z-index: 100;
}

.titleLog {
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 12px;
    width: 200px;
    color: #555555;
}
