﻿html, body, form {
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: white; /*background-image:url('../Images/Background_Blue.jpg'); 	background-repeat:repeat; 	color:#777;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
}

.UnderConMsg {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 300px;
    background-color: white;
}



.siteframe {
    width: 972px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    min-height: 100px;
    height: 100%;
    z-index: 99;
}

.content-frame {
    width: 924px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    min-height: 100px;
    height: 100%;
    z-index: 502;
}

#slides {
    position: relative; /*top:15px; 	left:4px;*/
    width: 972px;
    height: 588px;
    z-index: 100;
}

.slides_container {
    width: 972px;
    overflow: hidden;
    position: relative;
    display: none;
}

    .slides_container div.slide {
        width: 972px;
        height: 588px;
        display: block;
    }

.caption {
    z-index: 500;
    position: absolute;
    bottom: -35px;
    left: 0;
    height: 30px;
    padding: 5px 20px 0 20px;
    background: #000;
    background: rgba(0,0,0,.5);
    width: 972px;
    font-size: 12px;
    line-height: 1.33;
    color: #fff;
    border-top: 1px solid #000;
    text-shadow: none;
}

/*
	Pagination
*/

.pagination {
    margin: 26px auto 0;
    width: 100px;
}

    .pagination li {
        float: left;
        margin: 0 1px;
        list-style: none;
    }

        .pagination li a {
            display: block;
            width: 12px;
            height: 0;
            padding-top: 12px;
            background-image: url(../images/pagination.png);
            background-position: 0 0;
            float: left;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -12px;
        }

.colorStrip {
    height: 309px;
    background-color: white;
    position: relative; /*top:588px;*/
    z-index: 99;
}

.colorStrip-blue {
    background-color: #1e9ad6;
    width: 50%;
    height: 100%;
    float: left;
}

.colorStrip-none {
    width: 50%;
    height: 100%;
    float: left;
}


.footer {
    height: 100px;
    background-color: white;
    position: relative;
    width: 972px;
    font-family: Helvetica;
    font-size: 10px;
    font-weight: bold;
    clear: both;
}

.footer-red-box {
    height: 100%;
    width: 170px;
    background-color: #cf1e30;
    float: left;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.footer-copyright-box {
    height: 100%;
    width: 802px;
    float: left; /*margin-left:170px;*/
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-color: #edebeb;
}


.table-list {
    width: 788px;
    text-align: left;
    margin-left: 184px;
}

    .table-list tr {
        padding-bottom: 5px;
    }

    .table-list th {
        border-bottom-style: solid;
        border-bottom-color: silver;
        border-bottom-width: 1px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: small;
        font-weight: bold;
        color: #C0C0C0;
    }

    .table-list td {
        border-bottom-style: solid;
        border-bottom-color: silver;
        border-bottom-width: 1px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
    }

.table-cell-title {
    font-weight: bold;
}

    .table-cell-title span {
        font-size: x-small;
    }

.omni-box {
    background-color: #cf1e30;
    position: absolute;
    height: 94px;
    width: 158px;
    right: 0px;
    z-index: 501;
    left: 814px;
    top: 0px;
}

    .omni-box div {
        bottom: 0px;
        position: relative;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-size: 14px;
        font-weight: bold;
        width: 80px;
        float: left;
        left: 5px;
        top: 20px;
    }

.nav-box {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    position: relative; /*top: 15px; 	*/
    font-weight: bold;
}

    .nav-box a {
        text-decoration: none;
        color: black;
    }

.nav-first {
}

    .nav-first li {
        padding-bottom: 8px;
        list-style-type: none;
        font-size: 13px;
    }

.nav-second {
}

    .nav-second li {
        padding-bottom: 8px;
        list-style-type: none;
        font-size: 11px;
    }

.link-select {
    color: #cf1e30 !important;
}

.text-higlight {
    color: #cf1e30 !important;
}

.managecontent {
    position: relative;
    text-align: justify;
}

p {
    text-align: justify;
}

.mLabel {
    display:block;
    width:500px;
}
.mContent {
    width: 500px;
}
