﻿/* -------------------------------------- Menu Style -------------------------------------- */
.menu_title
{
    position: relative;
    font-size: 12px;
    margin: 0px 0px 0px 5px;
    font-weight: bold;
    top: -2px;
}

.menu_header
{
    border: none;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px; /*background-color: #181818;*/
    background-image: url(../images/left_head_1px2.gif);
    background-repeat: repeat-x;
    height: 25px;
    font-family: 'Arial' , "MS Sans Serif" , Tahoma;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    padding: 0px 0px 0px 0px;
}

.sub_menu
{
    border: 0px #FFFFFF solid;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    font-family: 'Arial' , "MS Sans Serif" , Tahoma;
    font-size: 10px;
    color: #000000;
    background-color: #D2D2B4;
    height: 24px;
    text-decoration: none;
    text-align: left;
    padding: 0px 0px 0px 5px;
    cursor: pointer;
}

.sub_menu:hover
{
    background-color: #C6C6A5;
    cursor: pointer;
    color: #686868;
    font-weight: bold;
}

.menu_item
{
    position: relative;
    text-decoration: none;
    font-size: 10px;
    margin: 0px 0px 0px 2px;
    top: 5px;
}

.menu_item:hover
{
    cursor: pointer;
    font-weight: bold;
    font-size: 10px;
}

/* -------------------------------------- End Menu Style -------------------------------------- */
/* -------------------------------------- Gridview Style -------------------------------------- */

.gvMainStyleWrap
{
    /*border: 2px #181818 solid;*/
    border: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    padding: 0px 0px 0px 0px;
    overflow: auto;
}

.gvMainStyleWrapNoneRadius
{
    /*border: 2px #181818 solid;*/
    border: none;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    padding: 0px 0px 0px 0px;
    overflow: auto;
}

.gvMainStyle
{
    margin: 0px 0px 0px 0px;
}

.gvHeaderStyle
{
    /*background-color: #181818;*/
    background-color: #404040;
    height: 25px;
    font-family: 'Arial' , "MS Sans Serif" , Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #FFFFFF;
    border: 2px 2px 2px 2px #181818 solid;
}

.gvRowStyle
{
    background-color: #F2F2F2;
    border: 0px 0px 0px 0px #181818 solid;
}

.gvAlternatingRowStyle
{
    background-color: #FFFFFF;
    border: 0px 0px 0px 0px #181818 solid;
}

.gvSelectedRowStyle
{
    background-color: #BDBDBD;
    font-weight: bold;
    border: 0px 0px 0px 0px #181818 solid;
}

.gvPagerStyle
{
    /*background-color: #181818;*/
    background-color: #404040;
    color: #FFFFFF;
    border: 0px 0px 0px 0px #181818 solid;
}

.gvFooterStyle
{
    /*background-color: #181818;*/
    background-color: #404040;
    color: #FFFFFF;
    border: 0px 0px 0px 0px #181818 solid;
}

/* -------------------------------------- End Gridview Style -------------------------------------- */

/* -------------------------------------- Table Style -------------------------------------- */

.table_column
{
    font-size: 12px;
    font-weight: normal; /*font-family: 'Arial' , "MS Sans Serif" , Tahoma; background-color: #F4F7FA */
    font-family: 'Arial' , "MS Sans Serif" , Tahoma;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0px 5px 0px;
    white-space: nowrap;
}

.table_line
{
    border-bottom: 2px #CCCCCC solid;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
}

.table_box
{
    border-bottom: 2px #CCCCCC solid;
    border-left: 2px #CCCCCC solid;
    border-right: 2px #CCCCCC solid;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
}

.table_border_top
{
    border-top: 2px #ccc solid;
    border-left: 2px #ccc solid;
    border-right: 2px #ccc solid;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
}

.table_border_top_only_left
{
    border-top: 2px #ccc solid;
    border-left: 2px #ccc solid;
    -webkit-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
}

.table_border_top_only_right
{
    border-top: 2px #ccc solid;
    border-right: 2px #ccc solid;
    -webkit-border-radius: 0px 5px 0px 0px;
    border-radius: 0px 5px 0px 0px;
    -moz-border-radius: 0px 5px 0px 0px;
}

.table_border_left_right
{
    border-left: 2px #ccc solid;
    border-right: 2px #ccc solid;
}

.table_border_left
{
    border-left: 2px #ccc solid;
}

.table_border_right
{
    border-right: 2px #ccc solid;
}

.table_border_bottom
{
    border-bottom: 2px #ccc solid;
    border-left: 2px #ccc solid;
    border-right: 2px #ccc solid;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
}

.table_header_border_top
{
    border: none;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px; /*background-color: #181818;*/
    background-image: url(../images/left_head_1px2.gif);
    background-repeat: repeat-x;
    height: 25px;
    font-family: 'Arial' , "MS Sans Serif" , Tahoma;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    padding: 0px 0px 0px 0px;
}

.table_footer_border_bottom
{
    border: none;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    background-color: #404040;
    height: 25px;
    font-family: 'Arial' , "MS Sans Serif" , Tahoma;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.table_header_border_top_none_radius
{
    border-left: none;
    background-color: #404040;
    height: 25px;
    font-family: 'Arial' , "MS Sans Serif" , Tahoma;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

/* -------------------------------------- End Table Style -------------------------------------- */

/* -------------------------------------- Basic Style -------------------------------------- */

.label_title
{
    position: relative;
    font-size: 12px;
    margin: 0px 10px 0px 20px;
    font-weight: bold;
    top: 5px;
}

.label_header
{
    font-size: 12px;
    margin: 0px 10px 0px 20px;
    font-weight: bold;
}

.label_front
{
    margin: 0px 20px 0px 40px;
    font-weight: bold;
}

.label_unit
{
    margin: 0px 10px 0px 10px;
    font-weight: bold;
}

.label_background
{
    /*background: #F2F2F2;*/
    height: 22px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    padding: 2px 5px 2px 5px;
    font-family: 'Arial' , "MS Sans Serif" , Tahoma;
    font-weight: normal;
    margin: 0px 10px 0px 0px;
}

.validator
{
    margin: 0px 2px 0px 2px;
    font-weight: bold;
}

.linkbutton
{
    border: 1px #ccc solid;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    color: #000000;
    text-decoration: none;
    font-family: 'Arial' , "MS Sans Serif" , Tahoma;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
}

.linkbutton:hover
{
    text-decoration: none;
    cursor: pointer;
    background-color: #C0C0C0;
}

.linkbutton-no-bg
{
    color: #000000;
    text-decoration: none;
    font-family: 'Arial' , "MS Sans Serif" , Tahoma;
    font-size: 12px;
    font-weight: bold;
}

.linkbutton-no-bg:hover
{
    text-decoration: underline;
    cursor: pointer;
    color: #C0C0C0;
}

.textbox
{
    border: 1px #ccc solid;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    width: 180px;
    height: 20px;
    font-family: 'Arial' , "MS Sans Serif" , Tahoma;
    font-weight: normal;
    padding: 0px 5px 0px 5px;
}

.textboxPop
{
    border: 1px #ccc solid;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    font-family: 'Arial' , "MS Sans Serif" , Tahoma;
    font-weight: normal;
    padding: 0px 5px 0px 5px;
    font-size: 10px;
}

.dropdown
{
    border: 1px #ccc solid;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    width: 192px;
    height: 22px;
    font-family: 'Arial' , "MS Sans Serif" , Tahoma;
    font-weight: normal;
    padding: 0px 3px 0px 5px;
}

.dropdown select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 2px 0px 2px;
}

.button
{
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    overflow: visible;
    height: 22px;
    font-size: 12px;
    font-family: 'Arial' , "MS Sans Serif" , Tahoma;
    font-weight: normal;
    padding: 2px 9px 2px 9px;
}

.button:hover
{
    color: #686868;
    background-color: #CCCCCC;
    cursor: pointer;
}

.radiobutton_horizon
{
    font-weight: bold;
}

.radiobutton_horizon input[type="radio"]
{
    margin: 0px 5px 0px 5px;
}

/* -------------------------------------- End Basic Style -------------------------------------- */

.THeader
{
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    height: 20px;
    vertical-align: bottom;
    background-image: url(../images/header_bg.jpg);
}

.TFooter
{
    height: 20px;
    vertical-align: middle;
    background-image: url(../images/footer_bg.jpg);
}
.TbHeader
{
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    height: 20px;
    vertical-align: middle;
}

.TbBox
{
    border-right: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid; /*background-color: #F4F7FA;*/
    width: 100%;
}

.TbPanel
{
    border-right: #C1D5E2 1px solid;
    border-top: #C1D5E2 1px solid;
    border-left: #C1D5E2 1px solid;
    border-bottom: #C1D5E2 1px solid; /*background-color: #F4F7FA;*/
    width: 100%;
}
.TbPageHeader
{
    font-weight: bold;
    font-size: 15px;
    color: #373737;
    font-family: Verdana, Tahoma;
    height: 35px;
    vertical-align: middle;
}
.TrHeader
{
    border-right: #C1D5E2 1px solid;
    border-top: #C1D5E2 1px solid;
    border-left: #C1D5E2 1px solid;
    border-bottom: #C1D5E2 1px solid;
    background-image: url(../images/left_head_1px2.gif);
    background-color: #FFFFFF;
    height: 25px;
    font-family: "MS Sans Serif" , Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-border-radius: 5px 5px 0 0px;
    border-radius: 5px 5px 0 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
}

.txtBox
{
    height: 16px;
    width: 150px;
}

.ddlBox
{
    height: 22px;
    width: 150px;
}
.MenuHeader
{
    height: 25px;
    font-family: "MS Sans Serif" , Tahoma;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(../images/left_head_1px2.gif);
}
.SubMenu
{
    display: block; /*background-image: url(../images/sub_menu.jpg); background-color: inherit;  width: 82px;*/
    height: 26px;
    font-family: "MS Sans Serif" , Tahoma;
    font-size: 10px;
    color: #2F2F20;
    background-color: #D2D2B4;
    text-decoration: none;
    text-align: left;
}
.SubMenuOver
{
    display: block;
    height: 26px;
    font-family: "MS Sans Serif" , Tahoma;
    font-size: 10px;
    color: #F3F3F3;
    background-color: #F3F3F3;
    text-decoration: none;
    text-align: left;
}
.TrEmtryControl
{
    height: 5px;
}
.TbControl
{
    font-size: 12px;
    font-weight: normal;
    font-family: "MS Sans Serif" , Tahoma; /*background-color: #F4F7FA */
}
.Button
{
    /*font-size: 11;         color: #333333;          font-family: Verdana;          background: #DBE4EE;          border-right: #649EFF 1px solid;          border-top: #ADCBFF 1px solid;          border-left: #ADCBFF 1px solid;          border-bottom: #639EFF 1px solid;*/
    overflow: visible;
    width: 70px;
}
.PageBody
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #090909; /*background-image: url(../images/head_01.jpg);     background-repeat: repeat-x;*/
}

.bodyLeft
{
    background-image: url(../images/head_01.jpg);
    background-repeat: repeat-x;
}

#progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage
{
    position: fixed;
    top: 40%;
    left: 50%; /*padding:10px;*/ /*width:14%;*/
    z-index: 1001; /*background-color:#fff;*/ /*border:solid 0px #000;*/
}

.rblTUPOption input[type="radio"]
{
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 0px;
}

/* CSS Document */

body
{
    padding: 0;
    margin: 0;
    font-family: tahoma, Geneva, Arial, Helvetica, sans-serif, "MS Sans Serif";
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span
{
    margin: 0;
    padding: 0;
}

ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    line-height: 0;
}
.spacer
{
    clear: both;
    font-size: 0;
    line-height: 0;
}
/*------------------------------------------------main--------------------*/

/*------------------------------------------------top--------------------*/
#topmain
{
    width: 100%;
    background: url(images/top_bg.gif) 0 0 repeat-x;
    height: 134px;
    padding: 19px 0 0 0;
}
#top
{
    width: 958px;
    margin: 0 auto;
    height: 134px;
}
#top img.logo
{
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 7px 0 0 0;
    float: left;
    margin: 0 82px 22px 0;
}
#top p.topTxt
{
    display: block;
    width: 365px;
    font-size: 12px;
    line-height: 19px;
    color: #D4F5FF;
    background-color: inherit;
    float: left;
    padding: 21px 0 0 0;
}
#top p.topTxt span.yellow
{
    font-weight: bold;
    color: #F4F23C;
    background-color: inherit;
}
#top p.topTxt span.red
{
    font-weight: normal;
    color: #fff;
    background-color: #B70D0D;
    padding: 2px;
}
#top form
{
    background: url(images/serch_bg.gif) 0 0 no-repeat;
    width: 249px;
    height: 47px;
    float: right;
    padding: 17px 8px 0 53px;
}
#top form input.txtBox
{
    width: 184px;
    height: 15px;
    border-bottom: #D4D0C8 solid 1px;
    border-right: #D4D0C8 solid 1px;
    border-left: #404040 solid 1px;
    border-top: #404040 solid 1px;
    background-color: #fff;
    color: #000;
    float: left;
    padding: 4px 0 0 14px;
    font-size: 10px;
    margin: 0 0 5px 0;
    line-height: 15px;
}
#top form input.go
{
    background: url(images/btn_go.gif) 0 0 no-repeat;
    width: 36px;
    height: 21px;
    float: right;
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    color: #333333;
    background-color: #0D6C8A;
    border: none;
    cursor: pointer;
    margin: 0 0 5px 0;
}
#top form a
{
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #D6DF43;
    background-color: #0D6C8A;
    float: left;
    display: block;
    width: 89px;
    text-decoration: none;
}
#top form a:hover
{
    text-decoration: underline;
}
#top ul.nav
{
    width: 847px;
    height: 26px;
    padding: 0 0 0 56px;
    float: left;
}
#top ul.nav li
{
    float: left;
    margin: 0 3px 0 0;
    font-size: 0;
    line-height: 0;
}
#top ul.nav li.noMargin
{
    margin: 0;
}
#top ul.nav li a
{
    display: block;
    background: url(images/nav_bg.gif) 0 0 no-repeat;
    width: 82px;
    height: 26px;
    font: bold 11px/26px "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    color: #EBEBEB;
    background-color: inherit;
    text-decoration: none;
    text-align: center;
}
#top ul.nav li a:hover
{
    background: url(images/nav_bg_hover.gif) 0 0 no-repeat;
    color: #444444;
    background-color: inherit;
}
#top ul.nav li a.hover
{
    display: block;
    background: url(images/nav_bg_hover.gif) 0 0 no-repeat;
    width: 82px;
    height: 26px;
    font: bold 11px/26px "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    color: #444444;
    background-color: inherit;
    text-decoration: none;
    text-align: center;
    cursor: text;
}
#top ul.sub
{
    width: 892px;
    height: 29px;
    padding: 0 0 0 65px;
    float: left;
}
#top ul.sub li
{
    float: left;
    background: url(images/nav_div.gif) right top no-repeat;
    padding: 0 2px 0 0;
}
#top ul.sub li.noImg
{
    background-image: none;
}
#top ul.sub li a
{
    padding: 0 14px;
    font: normal 11px/29px "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    color: #1F2123;
    background-color: inherit;
    text-decoration: none;
}
#top ul.sub li a:hover
{
    color: #B70D0D;
    background-color: inherit;
}
/*------------------------------------------------top--------------------*/

/*------------------------------------------------body--------------------*/
#bodyMain
{
    width: 100%;
    background: url(images/body_bg.gif) 0 0 repeat-x #E8E8D0;
    color: #000;
    padding: 35px 0 28px 0;
}
#body
{
    width: 958px;
    margin: 0 auto;
    background-attachment: scroll;
    background-image: url(images/innerbg.gif);
    background-repeat: repeat-y;
    background-position: -23px;
}

#left
{
    width: 216px;
    float: left;
}
#left h2
{
    display: block;
    width: 200px;
    height: 22px;
    background: url(images/left_head_1px.gif) 0 0 repeat-x;
    border-left: #404040 solid 1px;
    border-right: #404040 solid 1px;
    padding: 4px 0 0 14px;
    margin: 0 0 1px 0;
}
#left h2 span
{
    background: url(images/arrow.gif) 0 3px no-repeat;
    padding: 0 0 0 16px;
    font-size: 12px;
    font-weight: bold;
    color: #F3F3F3;
    background-color: inherit;
}
#left ul
{
    width: 216px;
}
#left ul li
{
    margin: 0 0 1px 0;
}
#left ul li a
{
    display: block;
    background: url(images/arrow_green.gif) 19px 9px no-repeat #DBDBBE;
    padding: 0 21px 0 31px;
    font-weight: normal;
    color: #2F2F20;
    font-size: 11px;
    line-height: 24px;
    text-decoration: none;
}
#left ul li a span.bg
{
    background-color: #F3F3DD;
    color: #000;
    width: 15px;
    height: 15px;
    font: normal 10px/15px Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    float: right;
    margin: 4px 0 0 0;
}
#left ul li a span.nor
{
    color: #000;
    background-color: inherit;
    font: normal 10px/15px Tahoma, Arial, Helvetica, sans-serif;
    float: right;
    margin: 4px 0 0 4px;
}
#left ul li a:hover
{
    color: #2F2F20;
    background-color: #C6C6A5;
}
#left ul li a:hover span.bg
{
    color: #2F2F20;
    background-color: #C6C6A5;
}
#left ul li a:hover span.nor
{
    color: #2F2F20;
    background-color: #C6C6A5;
}
#left form
{
    width: 210px;
    padding: 5px 15px 41px 15px;
    background-color: #D2D2B4;
    color: #000;
}
#left form label
{
    display: block;
    font: bold 11px/23px Arial, Helvetica, sans-serif;
    float: left;
}
#left form input.txtBox
{
    width: 208px;
    height: 19px;
    background-color: #fff;
    color: #000;
    border-bottom: #D4D0C8 solid 1px;
    border-right: #D4D0C8 solid 1px;
    border-left: #808080 solid 1px;
    border-top: #808080 solid 1px;
    float: left;
}
#left form a
{
    display: block;
    font: bold 11px/21px Arial, Helvetica, sans-serif;
    float: left;
    color: #945E02;
    background-color: inherit;
    text-decoration: none;
    margin: 4px 0 0 0;
}
#left form a:hover
{
    text-decoration: underline;
}
#left input.login
{
    background: url(images/btn_login.gif) 0 0 no-repeat;
    width: 66px;
    height: 21px;
    float: right;
    font: bold 11px/21px Arial, Helvetica, sans-serif;
    color: #F2F2E2;
    background-color: #D2D2B4;
    border: none;
    cursor: pointer;
    margin: 4px 0 0 0;
}





