﻿#Container {
    background-color: White;
    min-height: 300px;
    /*padding: 8px;
    position:relative;*/
    overflow: inherit;
}

div.TitleContainner {
    float: left;
    margin: 0 0.5em 0 0;
}

    div.TitleContainner a {
        background: none repeat scroll 0 0 #590101;
        color: #FFFF00;
        float: left;
        font-size: 16px;
        padding: 0.5em 3.1em;
        text-decoration: none;
        position: relative;
    }

        div.TitleContainner a:after {
            background: none repeat scroll 0 0 #590101;
            border-radius: 0 5px 0 0;
            bottom: 0;
            box-shadow: 2px 0 0 rgba(0, 0, 0, 0.4);
            content: "";
            position: absolute;
            right: -0.5em;
            top: 0;
            transform: skew(10deg);
            width: 1em;
            left: 95%;
        }

#ContactUsContainer {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    background: white url(../Images/Background1.png) repeat;
    overflow: hidden;
    min-height:344px;
}

    #ContactUsContainer table {
        margin: 5px auto;
    }

table.ContactDetail td {
    padding: 5px;
}

    table.ContactDetail td.Title {
        vertical-align: middle;
        color: #E44702;
    }

    table.ContactDetail td.Contain {
        vertical-align: top;
        color: Orange;
    }

    table.ContactDetail td.TextBox {
        vertical-align: top;
    }

    table.ContactDetail td.CheckBox {
        vertical-align: top;
        color: White;
    }


    table.ContactDetail td.HtmlEditor {
        background-color: White;
        vertical-align: top;
        margin: 0 5px;
        overflow: hidden;
    }

#ContactInfo td.DetailTitle, table.ContactInfo td.DetailTitle {
    vertical-align: top;
    color: Red;
}

#ContactInfo td.DetailContain, table.ContactInfo td.DetailContain {
    vertical-align: top;
    color: White;
}

.btClass {
    min-width: 80px;
    margin: 0 20px;
}

#header td {
    border-color: Gray;
    border-style: dashed;
    border-width: 2px;
    background-color: Orange;
}

.FeedBackLisContainer {
    margin: 0px auto;
    padding: 10px 0;
    width: 90%;
}

.btIMGView {
    height: 20px;
    width: 20px;
}

#LeftContain {
    width: 74%;
    float: left;
    padding: 10px;
}

    #LeftContain ul {
        list-style-type: none;
        color: White;
        display: block;
        margin: 0 0;
        padding: 0 0;
    }

        #LeftContain ul li {
            background-color: Gray;
            color: White;
            margin: 0 0 5px 0;
        }

            #LeftContain ul li:hover, #LeftContain ul li.Active {
                background-color: ButtonFace;
                color: Black;
            }

            #LeftContain ul li a {
                display: block;
                text-decoration: none;
                text-align: center;
                color: inherit;
            }

.chucnang ul {
    list-style: none;
    color: White;
    display: block;
    margin: 0 0;
    padding: 0 0;
}

    .chucnang ul li {
        background-color: Gray;
        color: White;
        margin: 0 0 5px 0;
    }

        .chucnang ul li:hover, #LeftContain ul li.Active {
            background-color: ButtonFace;
            color: Black;
        }

        .chucnang ul li a {
            display: block;
            text-decoration: none;
            text-align: center;
            color: inherit;
        }

#RightContain {
    width: 20%;
    padding: 10px;
    float: right;
}

#lightbox {
    position: fixed; /* keeps the lightbox window in the current viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../Images/overlay.png) repeat;
    text-align: center;
    z-index: 100;
}

    #lightbox p {
        text-align: right;
        color: #fff;
        margin-right: 20px;
        font-size: 12px;
    }

    #lightbox .content {
        box-shadow: 0 0 25px white;
        -webkit-box-shadow: 0 0 25px white;
        -moz-box-shadow: 0 0 25px white;
        margin: 50px auto;
        padding: 10px;
        background-color: White;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        display: table;
    }

        #lightbox .content iframe {
            border-width: 0;
            overflow: hidden;
        }

#CommentDataListView {
    border-color: White;
    border-width: thin;
    border-style: double;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 10px;
}

#CommentSendData {
}

div.CommentItem {
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

div.Answer {
    background-color: #666699;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 5px 5px;
    box-shadow: 0 0 10px #666699;
    -webkit-box-shadow: 0 0 25px #666699;
    -moz-box-shadow: 0 0 25px #666699;
    float: right;
    max-width: 70%;
}

div.Question {
    background-color: White;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 5px 5px;
    box-shadow: 0 0 10px White;
    -webkit-box-shadow: 0 0 25px White;
    -moz-box-shadow: 0 0 25px White;
    float: left;
    max-width: 70%;
}

    div.Question .CommentTitle {
        font-weight: bold;
        padding: 0 0 3px 0;
        border-bottom: 1px double black;
        color: Black;
    }

    div.Question .CommentContent {
        color: Black;
    }

div.Answer .CommentTitle {
    font-weight: bold;
    padding: 0 0 3px 0;
    border-bottom: 1px double black;
    color: White;
}

div.Answer .CommentContent {
    color: White;
}

.buttonLeft {
    /*width: 85px !important;*/
    margin: 5px 5px 2px 6px;
    text-transform: uppercase;
    height: 26px;
    display: inline-block;
    color: #FEF4E9;
    font-family: inherit;
    text-decoration: none;
    font-size: 13px;
    background: #E44702;
    border: 1px solid white;
    font-family: Calibri;
    /*font-size: 17px;*/
    /*box-shadow: 2px 2px 3px 0px #680f10;*/
}

.buttonRight {
    font-family: "UVNHongHaHepB",Calibri,"Trebuchet MS";
    /*width: 85px !important;*/
    margin: 5px 0px 5px 2px;
    text-transform: uppercase;
    height: 26px;
    display: inline-block;
    color: #D9EEF7;
    font-family: Calibri;
    font-size: 13px;
    vertical-align: baseline;
    border: 0px;
    /*box-shadow: 2px 2px 3px 0px #680f10;*/
    background: #E44702;
    border: 1px solid white;
}


    .buttonRight:hover {
        background: -moz-linear-gradient(center top, #F88E11, #F06015) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
        /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b51ed0), color-stop(1, #da3df6) );
	background:-moz-linear-gradient( center top, #b51ed0 5%, #da3df6 100% );*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b51ed0', endColorstr='#da3df6');
        /*background-color:#b51ed0;*/
        cursor: pointer;
    }

.buttonLeft:hover {
    background: -moz-linear-gradient(center top, #F88E11, #F06015) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b51ed0), color-stop(1, #da3df6) );
	background:-moz-linear-gradient( center top, #b51ed0 5%, #da3df6 100% */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b51ed0', endColorstr='#da3df6');
    /*background-color:#b51ed0;*/
    cursor: pointer;
}

#LeftBanner {
    position: fixed;
    bottom: 0%;
    left: 0%;
    /*background-color:Blue;
	display:table;*/
    z-index: 10;
    margin: 0 0 0 0;
    max-width: 186px;
}

#RightBanner {
    position: fixed;
    bottom: 0%;
    right: 0%;
    /*background-color:Blue;
	display:table;*/
    z-index: 10;
    margin: 0 0 0 0;
    max-width: 184px;
}

.BannerContent {
    position: relative;
    display: table;
}

.close {
    z-index: 51;
    position: absolute;
    bottom: 50%;
    right: -5%;
}

    .close img {
        height: 10px;
        width: 15px;
    }

        .close img:hover {
            box-shadow: 0 0 2px white;
            -webkit-box-shadow: 0 0 2px white;
            -moz-box-shadow: 0 0 2px white;
        }

div.ButtonList {
}

    div.ButtonList ul {
        margin: 4px 0 0 0;
        list-style: none;
    }

        div.ButtonList ul li {
            min-width: 100px;
            moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            background: -moz-linear-gradient(center top, #FAA51A, #F47A20) repeat scroll 0 0 transparent;
            background: -webkit-gradient(linear, left top, left bottom, from(#FAA51A), to(#F47A20));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da3df6', endColorstr='#34A855');
            border: 1px solid #DA7C0C;
            float: left;
        }

            div.ButtonList ul li a {
                color: #FEF4E9;
                font-family: inherit;
                font-size: 13px;
                text-decoration: none;
                text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
                clear: both;
                display: block;
            }

            div.ButtonList ul li.first {
                min-width: 100px;
                /*min-width: 100px;
                moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
                background: -moz-linear-gradient(center top, #FAA51A, #F47A20) repeat scroll 0 0 transparent;
                background: -webkit-gradient(linear, left top, left bottom, from(#FAA51A), to(#F47A20));
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da3df6', endColorstr='#34A855');
                border: 1px solid #DA7C0C;*/
                -moz-border-radius: 10px 0 0 10px;
                -webkit-border-radius: 10px 0 0 10px;
                border-radius: 10px 0 0 10px;
            }

            div.ButtonList ul li.last {
                min-width: 100px;
                /*min-width: 100px;
                moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
                background: -moz-linear-gradient(center top, #FAA51A, #F47A20) repeat scroll 0 0 transparent;
                background: -webkit-gradient(linear, left top, left bottom, from(#FAA51A), to(#F47A20));
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da3df6', endColorstr='#34A855');
                border: 1px solid #DA7C0C;*/
                -moz-border-radius: 0 10px 10px 0;
                -webkit-border-radius: 0 10px 10px 0;
                border-radius: 0 10px 10px 0;
            }

            div.ButtonList ul li:hover {
                background: -moz-linear-gradient(center top, #F88E11, #F06015) repeat scroll 0 0 transparent;
                background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b51ed0', endColorstr='#da3df6');
                /*background-color:#b51ed0;*/
                cursor: pointer;
            }

#ListNews {
    
}

    #ListNews .ItemNews {
        float: left;
        /*-moz-border-radius: 10px;
        -webkit-border-radius: 10px;*/
        border-radius: 0px;
        font-family: arial;
        padding:10px 0px;
        margin-right:10px;
        border-bottom:1px solid rgba(255, 98, 0, 0.8) !important;
    }

.HeaderImg {
    width:100%;
    float: left;
    overflow: hidden;
    height: 200px;
}

.NewsHeader {
    color: #FE8032;
    font-size: 20px;
    font-weight: bold;
    text-decoration:none;
    text-transform:uppercase;
}

.NewsSubDetail {
    color: Black;
    font-size: 13px;
    padding: 0px 5px;
    overflow: hidden;
}
