﻿body {
}

#header {
    background-color: #ebebeb;
    color: #000000;
}

#header {
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 50px;
    padding: 6px 0%;
    display: block;
    margin-bottom:20px;
}

/*----------header and footer buttons---------------*/
.gohome {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 0 0 10px;
    background-color: #ffffff;
}

    .gohome a {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
        display: block;
        text-align: center;
    }

        .gohome a img {
            display: inline-block;
            max-height: 25px;
            margin: 5px 0 0 0;
        }

.gohomemenu {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 0 0 10px;
    background-color: #ffffff;
}

    .gohomemenu a {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
        display: block;
        text-align: center;
    }

        .gohomemenu a img {
            display: inline-block;
            max-height: 25px;
            margin: 7px 0 0 0;
        }

.gomenu {
    width: 40px;
    height: 40px;
    float: right;
    margin: 0 10px 0 0;
    background-color: #ffffff;
}

    .gomenu a {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
        display: block;
        text-align: center;
    }

        .gomenu a img {
            display: inline-block;
            max-height: 25px;
            margin: 6px 0 0 0;
        }

.radius20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.scrolltop {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    display: block;
    background-color: #000000;
}

    .scrolltop a {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
        display: block;
        text-align: center;
    }

        .scrolltop a img {
            display: inline-block;
            max-height: 28px;
            margin: 5px 0 0 0;
        }

/* Menu style
/*------------------------------------------*/
#menu {
    width: 100%;
    padding: 0px;
    margin: auto;
}

    #menu ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

        #menu ul li {
            list-style: none;
            margin: 1% 0 2% 4%;
            padding: 5.5% 0;
            width: 28%;
            height: auto;
            float: left;
            display: block;
            text-align: center;
            -webkit-border-radius: 200px;
            -moz-border-radius: 200px;
            border-radius: 200px;
        }

            #menu ul li a {
                color: #000000;
                text-decoration: none;
                text-align: center;
            }

                #menu ul li a span {
                    display: block;
                    text-align: center;
                    font-size: 11px;
                    line-height: 15px;
                }

            #menu ul li img {
                display: inline-block;
                max-width: 50%;
            }

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.img_icon {
    height: 24px;
    width: auto;
    display: inline;
}

.img_icon_tiny {
    height: 16px;
    width: auto;
    display: inline;
}

.results tr[visible='false'],
.no-result {
    display: none;
}

.results tr[visible='true'] {
    display: table-row;
}

.counter {
    padding: 8px;
}