﻿.MasterBody {
    text-align: center;
    background-image: url('../images/b.png');
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
    font-family: Verdana;
    font-size: small;
}

#Header {
    background-image: url('../images/t.jpg');
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 917px;
    height: 75px;
}

#Content {
    text-align: left;
    width: 925px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    padding: 4px 4px 0 4px;
}

#Footer {
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/f.png');
    width: 917px;
    height: 25px;
}

.center {
    margin-left: 0;
    width: 900px;
}

TH {
    text-align: left;
    font-size: 0.75em;
}

td {
    vertical-align: top;
}

.RadListBox .rlbGroup {
    border-color: lightslategray;
}

.RadListBox li.rlbItem, .RadListBox .rlbSelected, .RadListBox span.rlbText, .RadListBox .rlbActive {
    font-size: x-Small;
    font-family: segoe ui,arial,sans-serif;
}

.RadListBox li.rlbItem, .RadListBox span.rlbText {
    line-height: 12px;
}

.rlbHovered {
    background-color: rgb(151, 184, 232);
    line-height: 6px;
}

div .rmGroup li.login {
    width: 199px;
    height: 121px;
}

    div .rmGroup li.login .rmText {
        padding: 0 7px;
    }

    div .rmGroup li.login a {
        font: 10px 'Segoe UI', Arial;
        color: #fff;
        text-decoration: underline;
    }

    div .rmGroup li.login input {
        width: 170px;
    }

div li.login a.login-button {
    display: inline-block;
    width: 47px;
    height: 20px;
    margin-left: 6px;
    text-align: center;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 3px;
}

div.Export {
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    line-height: 1.5em;
    overflow: hidden;
}

/*New way*/

a.BigLinks {
    color: black;
    position: relative;
    vertical-align: middle;
    border: solid 1px darkgrey;
    float: left;
    width: 190px;
    height: 213px;
    text-align: left;
    margin-right: 5px;
    padding-right: 250px;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
    background-color: white;
    -ms-border-radius: 3px 3px;
    border-radius: 3px 3px;
    background: #B8B8B8; /* Old browsers */
    background: -moz-linear-gradient(bottom, #B8B8B8 0, #EBEBEB 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0,#B8B8B8), color-stop(100%,#EBEBEB)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, #B8B8B8 0,#EBEBEB 100%); /*Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, #B8B8B8 0,#EBEBEB 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #B8B8B8 0,#EBEBEB 100%); /* IE10+ */
    background: linear-gradient(to top, #B8B8B8 0,#EBEBEB 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EBEBEB', endColorstr='#B8B8B8' )!important; /* IE6-9 */
}

    a.BigLinks:hover {
        background-color: lightgrey;
        text-decoration: underline;
        background: darkgrey; /* Old browsers */
        background: -moz-linear-gradient(bottom, darkgray 0, #EBEBEB 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0,darkgray), color-stop(100%,#EBEBEB)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(bottom, darkgray 0,#EBEBEB 100%); /*Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(bottom, darkgray 0,#EBEBEB 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(bottom, darkgray 0,#EBEBEB 100%); /* IE10+ */
        background: linear-gradient(to top, darkgray 0,#EBEBEB 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EBEBEB', endColorstr='#A9A9A9' )!important; /* IE6-9 */
    }

h2 {
    margin-top: 50px;
}

.sprited {
    overflow: hidden;
    display: block;
}

#sign_up {
    padding: 0 0 0 0;
    width: 400px;
    display: none;
}

    #sign_up #sign_up_form {
        margin-top: 13px;
    }

    #sign_up label {
        display: block;
        color: #536376;
        font-size: .9em;
        text-align: left;
        font-weight: bold;
    }

    #sign_up input {
        margin: 0;
        padding: 0;
        font-size: 1em;
        text-decoration: none;
        border: solid 1px black;
        list-style: none;
        outline: none;
        display: block;
        width: 393px;
        height: 31px;
        padding: 2px 8px;
        font-size: 1.2em;
        line-height: 31px;
        margin-bottom: 10px;
    }


#see_id {
    width: 100%;
}

#sign_up_form {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 12px;
}

a.form_button {
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    float: left;
    width: 93px;
    height: 31px;
    -ms-border-radius: 3px 3px;
    border-radius: 3px 3px;
    margin-right: 15px;
    border: solid 1px darkgrey;
    background-color: #B8B8B8;
    background: #B8B8B8; /* Old browsers */
    background: -moz-linear-gradient(bottom, #B8B8B8 0, #EBEBEB 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0,#B8B8B8), color-stop(100%,#EBEBEB)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, #B8B8B8 0,#EBEBEB 100%); /*Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, #B8B8B8 0,#EBEBEB 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #B8B8B8 0,#EBEBEB 100%); /* IE10+ */
    background: linear-gradient(to top, #B8B8B8 0,#EBEBEB 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EBEBEB', endColorstr='#B8B8B8' )!important; /* IE6-9 */
}

    a.form_button:hover {
        text-decoration: none;
        line-height: 30px;
        float: left;
        width: 93px;
        height: 31px;
        margin-right: 15px;
        background-color: #B8B8B8;
        background: darkgrey; /* Old browsers */
        background: -moz-linear-gradient(bottom, darkgray 0, #EBEBEB 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0,darkgray), color-stop(100%,#EBEBEB)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(bottom, darkgray 0,#EBEBEB 100%); /*Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(bottom, darkgray 0,#EBEBEB 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(bottom, darkgray 0,#EBEBEB 100%); /* IE10+ */
        background: linear-gradient(to top, darkgray 0,#EBEBEB 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EBEBEB', endColorstr='#A9A9A9' )!important; /* IE6-9 */
    }

#close_x {
    width: 24px;
    height: 23px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    text-decoration: none;
    color: black;
}

/*.clearfix::after {
    content: "";
    clear: both;
    display: table;
}*/