/* --------------------------------------------------
GENERAL
-------------------------------------------------- */
html {
    color: #52594F;
    background: #FFF;
}

body {
    font-family: Arial, sans-serif;
    text-align: left;
    line-height: 1.3em;
    font-size: 13px;
    color: #52594F;
    background: #FFF;
}

p {
    line-height: 1.3;
    padding: 0 0 10px 0;
}

a {
    color: #03bcce;
    text-decoration: underline;
}

    a:hover, a:active, a:focus {
        color: #03bcce;
        text-decoration: none;
        outline: none;
    }

    a img {
        border: 0;
    }

em {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

textarea, input {
    font-family: Arial;
    text-align: left;
    line-height: 1.3em;
    font-size: 1em;
    color: #333;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

h1 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    color: #666F62;
    margin: 0 0 20px 0;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 1.154em;
    font-weight: bold;
    margin: 10px 0;
    padding: 0px;
    color: #d56811;
}

h3 {
    font-family: Arial, sans-serif;
    font-size: 1.154em;
    font-weight: bold;
}

h4 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 2.462em;
    margin-bottom: 0;
    color: #7AB41D;
}

.clearing {
    clear: both;
    height: 0;
    overflow: hidden;
    margin: -1px 0 0 0;
}

/*	--------------------------------------------------
ARCHITECTURE
-------------------------------------------------- */
#main {
    position: relative;
    margin: 0;
    padding: 0;
    width: 700px;
    overflow: hidden;
}

#form1 {
    position: relative;
    margin: 0;
    background: #FFFFFF;
    padding: 10px;
}

#main .top {
    position: relative;
    width: 300px;
    height: 15px;
    /*border: solid 1px gray;
    background: transparent url(../images/bg_updown.png) top left no-repeat;*/
    overflow: hidden;
}

#main .inside {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 10px 15px;
    border: solid 1px gray;
    /*background: transparent url(../images/bg_inside.png) 0 0 repeat-y;*/
}

#main .bottom {
    position: relative;
    width: 100%;
    height: 15px;
    overflow: hidden;
    /*border: solid 1px gray;
    background: transparent url(../images/bg_updown.png) bottom left no-repeat;*/
    overflow: hidden;
}

.spc {
    position: relative;
    width: 100%;
    height: 15px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/*	--------------------------------------------------
BUTTONS & FORM
-------------------------------------------------- */
a.btn {
    display: inline-block;
    border: 0 none;
    cursor: pointer;
    padding: 0 10px 0 0;
    text-align: center;
    height: 26px;
    line-height: 26px;
    background: transparent url('../images/button_right.png') no-repeat scroll right top;
    color: #000;
    text-decoration: none;
}

    a.btn span {
        display: inline-block;
        padding: 0 0 0 10px;
        position: relative;
        white-space: nowrap;
        height: 26px;
        line-height: 26px;
        background: transparent url('../images/button_left.png') no-repeat scroll left top;
    }

a:hover .btn {
    text-decoration: none;
    cursor: pointer;
}

a.btn:hover {
    background-position: right bottom;
}

    a.btn:hover span {
        background-position: left bottom;
    }

input, select, textarea {
    vertical-align: middle;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}

#main td {
    padding: 5px 2px;
    border: solid 0 #C7BC8F;
    vertical-align: top;
    text-align: left;
}

/*	--------------------------------------------------
RESULT TABLE
-------------------------------------------------- */

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: Red;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }
