body, ul, li, table, th, td, span, p, input, select, textarea, div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9.4pt;
    padding: 0px;
    color: #003366;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    padding: 0px;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #003366;
}

li {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: #003366;
}

a:link, a:active, a:visited {
    text-decoration: none;
    color: #003366;
}

a:hover {
    color: #FF3300;
}

a.mn:link, a.mn:active, a.mn:visited {
    text-decoration: none;
    color: #b22222;
    font-weight: bold;
    padding-left: 2px;
}

a.mn:hover {
    color: #FF0000;
}

a.mn2:link, a.mn2:active, a.mn2:visited {
    text-decoration: none;
    color: #b22222;
    padding-left: 2px;
}

a.mn2:hover {
    color: #FF0000;
}

a.mn1:link, a.mn1:active, a.mn1:visited {
    text-decoration: none;
    color: #990000;
    padding-left: 2px;
}

a.mn1:hover {
    color: #FF0000;
}

h2 {
    font-size: 120%;
}
/*---------------------------------------*/
.gridview {
    border: 1px solid #0000ff;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

    .gridview tr {
        text-align: left;
        background-color: #f3f3ff;
    }

        .gridview tr:hover {
            background-color: #e0e0ff;
            color: black;
        }

    .gridview td {
        vertical-align: top;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 3px;
        padding-bottom: 2px;
        border-left-color: #454545;
        border-right-color: #454545;
        border-top-color: #aaaaaa;
        border-bottom-color: #aaaaaa;
    }

    .gridview th {
        padding: 3px;
        color: #0000ff;
        background-color: #C0D3FF;
        vertical-align: middle;
        text-align: center;
        font-weight: normal;
        border-color: #0000ff;
    }

/*=========Group Line of Grid==========*/
.groupline {
    background-color: #C0D3FF;
    border-color: #9999FF;
    color: #0000ff;
    font-weight: bold;
    height: 16px;
}

/*===================================*/

.gridviewhd {
    width: 100%;
    border-width: 1px;
    border-color: #c0d3ff;
}

    .gridviewhd th {
        background-color: #C0D3FF;
        border-color: #9999FF;
        color: #0000ff;
        vertical-align: middle;
        text-align: center;
        font-weight: normal;
    }

    .gridviewhd td {
        border-color: #C1C4D0;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
        vertical-align: middle;
    }

    .gridviewhd tr:hover {
        background-color: #f6f6ff;
    }

.gridborderbottom {
    width: 100%;
    border: none;
}

    .gridborderbottom td {
        border-bottom: 1px dotted #C1C4D0;
        border-left: none;
        border-right: none;
        border-top: none;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
        vertical-align: top;
    }
/*=============botton=============== */
input[type="button"], input[type="submit"] {
    height: 24px;
}

    input[type="button"]:active, input[type="submit"]:active {
        font-weight: bold;
    }

    input[type="button"]:hover, input[type="submit"]:hover {
        color: blue;
    }

input[type="text"], input[type="password"] {
    margin: 0px 1px 0px 1px;
    text-decoration: none;
    height: 20px;
}

    input[type="text"], input[type="password"]:active {
        color: blue;
    }

    input[type="text"], input[type="password"]:hover {
        color: blue;
    }

textarea {
    padding: 2px 0px 2px 0px;
    text-decoration: none;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 0px;
}

    textarea:active {
        color: blue;
    }

    textarea:hover {
        color: blue;
    }

select {
    margin: 0px 1px 0px 1px;
    padding: 2px 0px 0px 0px;
    text-decoration: none;
    height: 22px;
}

    select:active {
        color: blue;
    }

    select:hover {
        color: blue;
    }

image {
    border: none;
}

/*===========my background control============*/

.boxcorner {
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.mylinkbuton {
    height: 18px;
    display: inline-block;
    border-top: 1px solid #96d1f8;
    background: #3e779d;
    background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
    background: -moz-linear-gradient(top, #65a9d7, #3e779d);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -webkit-text-stroke: 1px transparent;
    text-align: center;
}

    .mylinkbuton:hover {
        border-top: 1px solid #4789b4;
        background: #28597a;
        background: -webkit-gradient(linear, left top, left bottom, from(#3d789f), to(#28597a));
        background: -moz-linear-gradient(top, #3d789f, #28597a);
        color: rgba(255,255,255,.85);
    }


#fixedtipdiv {
    position: absolute;
    padding: 6px;
    border: 1px solid black;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    z-index: 100;
}

.title {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 4px 0;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 3px solid #8199A9;
}

.title_do {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 4px 0;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 3px solid #c00000;
}

.menustyle {
    font-size: 12px;
}

    .menustyle ul li a {
        font-size: 12px;
    }


#div_border {
    position: relative;
    background-color: #ffffff;
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.tdleft1 {
    width: 250px;
    vertical-align: top;
    padding: 16px;
    position: relative;
    float: left;
    background-color: #ffffff;
    border: none;
    border-right: 1px dotted #336699;
}

.tdcenter1 {
    width: 470px;
    vertical-align: top;
    padding: 16px 16px 16px 16px;
    position: relative;
    float: left;
    display: inline;
    background-color: #ffffff;
    border: none;
    border-right: 1px dotted #c0c0c0;
}

.tdleft2 {
    width: 200px;
    vertical-align: top;
    padding: 16px;
    position: relative;
    float: left;
    background-color: #ffffff;
    border: none;
    border-right: 1px dotted #336699;
}

.tdcenter2 {
    width: 540px;
    vertical-align: top;
    padding: 16px 10px 16px 10px;
    position: relative;
    float: left;
    display: inline;
    background-color: #ffffff;
    border: none;
    border-right: 1px dotted #c0c0c0;
}

.tdright {
    width: 210px;
    vertical-align: top;
    padding: 0px 10px 0px 0px;
    position: relative;
    float: right;
    display: inline;
    background-color: #ffffff;
    border-bottom: none;
    border-top: none;
    border-right: none;
}

.tdfooter {
    border: none;
    position: relative;
    padding: 0px;
}


.tdleft1, .tdleft2, .tdcenter1, .tdcenter2, .tdright {
    padding-bottom: 8000px;
    margin-bottom: -8000px;
    background: none repeat scroll 0 0 #ffffff;
}

/*=========div coloumns======*/

.div_column2 {
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
    -moz-column-gap: 40px; /* Firefox */
    -webkit-column-gap: 40px; /* Safari and Chrome */
    column-gap: 40px;
    -moz-column-rule: 1px dotted #c0c0d0; /* Firefox */
    -webkit-column-rule: 1px dotted #c0c0d0; /* Safari and Chrome */
    column-rule: 1px dotted #c0c0d0;
}

.div_column3 {
    -moz-column-count: 3; /* Firefox */
    -webkit-column-count: 3; /* Safari and Chrome */
    column-count: 3;
    -moz-column-gap: 30px; /* Firefox */
    -webkit-column-gap: 30px; /* Safari and Chrome */
    column-gap: 30px;
    -moz-column-rule: 1px dotted #c0c0d0; /* Firefox */
    -webkit-column-rule: 1px dotted #c0c0d0; /* Safari and Chrome */
    column-rule: 1px dotted #c0c0d0;
}

.div_popup_image {
    position: absolute;
    border: 5px solid #3e779d;
    background-color: #3e779d;
    text-align: center;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    z-index: 3000;
    display: block;
    width: auto;
    height: auto;
}

    .div_popup_image #close {
        moz-border-radius: 16px 16px 16px 16px;
        -webkit-border-radius: 16px 16px 16px 16px;
        border-radius: 16px 16px 16px 16px;
        background-color: #ffffff;
        color: #003366;
        text-wrap: none;
        display: inline-block;
        width: 90px;
        margin: 3px;
    }

@font-face {
    font-family: FontBucthu;
    src: url(UVNBucThu.TTF),url(UVNBucThu.eot);
}

/*=============the end===============*/

