﻿* {
      font-family: 微軟正黑體;
}
#main_wrapper
{
    width: 1200px;
    margin: auto;
    --border: 1px solid #000000;
    font-family: 微軟正黑體;
}


#header
{
    clear: both;
    float: left;
    width: 100%;
    height: 148px;
    /*background-image: url('images/Header_bg.png');
    background-repeat: no-repeat;
    --border: 1px solid #000000;*/
}

 #header .header_bg
 {
     float:left;
     width: 250px;
     margin-top:20px;
  }

  #header .header_title
 {
       float:left;
       margin-left: 30px;
       line-height: 85px;
       font-size: 20px;
       font-family:微軟正黑體;
  }
#headerInfo
{
    clear: both;
    float: left;
    width: 100%;
    margin-top: -60px;
    --border: 1px solid #000000;
}

#headerInfo #UserInfo
{
    float: right;
    --width: 200px;
    --height: 20px;
    margin-right: 10px;
    margin-top: -30px;
    z-index: 99;
}

#headerInfo #UserInfo div.info
{
    float: left;
    font-size: .9em;
    font-weight: bold;
    font-style: italic;
    color: #050C1C;
    --margin-top: -2px;
}

#headerInfo #UserInfo div.BtnArea
{
    float: left;
    --background-color: #006666;
    font-size: .85em;
    --margin-top: -2px;
    margin-left: 5px;
}

#headerInfo #UserInfo div.BtnArea a
{
    --background-color: #993300;
    text-decoration: underline;
    color: #050C1C;
}

#headerInfo #UserInfo .btn_download
{
    background: none;
}

#main_wrapper .ProgName
{
    clear: both;
    float: left;
    width: 100%;
    --border: 1px solid #000000;
    color: #FFFFFF;
    font-size: 1.2em;
    text-align: center;
    background-color: #93CDDD;
    letter-spacing: 5px;
    font-weight: bold;
    z-index: 1;
}



#center
{
    clear: both;
    --border: 1px solid #000000;
    float: left;
    width: 100%;
    --padding-bottom: 100px;
    margin-top: -20px;
}

#footer
{
      display:none;
    clear: both;
    float: left;
    width: 100%;
    background-color: #FF8B36;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-bottom-color: #F26700;
}


#center .Content
{
    --clear: both;
    float: left;
    width: 100%;
    --border: 1px solid #000000;
}

#footer .copyright
{
    --clear: both;
    float: right;
    width: 100%;
    text-align: right;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: .8em;
}


#menu
{
    z-index: 1;
    float: left;
    margin-top: 200px;
    --position: fixed;
    --left: 0px;
    --top: 200px;
    height: 130px;
    width: 30px;
    --border: 1px solid #000000;
    -webkit-border-radius: 4px; /* support firefox */
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #333333;
}

#menu em
{
    float: left;
    margin-top: 10px;
    margin-left: 6px;
    color: White;
}

#menu:hover #menu_inner
{
    display: block;
}

#menu_inner
{
    border: 3px ridge #006666;
    display: none;
    z-index: 2;
    float: left;
    position: relative;
    left: 10px;
    top: -300px;
    height: 450px;
    width: 250px;
    --border: 1px solid #000000;
    background-color: #FFFFFF;
    -webkit-border-radius: 8px; /* support firefox */
    -moz-border-radius: 8px;
    border-radius: 8px;
    filter: alpha(opacity=80);
    overflow: auto;
}

#menu_inner .MyTreeView
{
    float: left;
    margin: 7px;
}

#menu_inner .MyTreeView .MyNode
{
    font-size: .95em;
    color: #003366;
    float: left;
    --margin-top: 7px;
    height: 25px;
    vertical-align: middle;
}


#AlertPageActive
{
    border: 2px solid #993399;
    background-color: #F5F6F8;
    height: 3em;
    width: 300px;
    position: absolute;
    top: 700px;
    left: 45%;
    z-index: auto;
    visibility: hidden;
    padding-top: 5px;
    font-size: .9em;
    letter-spacing: 3px;
    color: #FFFFFF;
}

#AlertMessage
{
    color: #006382;
    font-weight: bold;
}

.CancelRefresh
{
    color: #CC6600;
    text-decoration: underline;
}

#AlertErrorMsg
{
    border: 2px solid #FF0000;
    position: absolute;
    bottom: 40%;
    left: 45%;
    visibility: hidden;
    z-index: auto;
    background-color: #F5F6F8;
    text-align: left;
    padding: 10px;
}

.ErrorMsg_txt
{
    --font-family: Arial, Helvetica, sans-serif;
    color: #CC3300;
    font-size: .9em;
    line-height: 2em;
    font-weight: bolder;
    text-decoration: blink;
}

#AlertCheckButton
{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#menu_top
{
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 30px;
    margin-top: -70px;
    margin-bottom: 10px;
    --border: 1px solid #000000;
}


#menu_top ul
{
    float: left;
}

#menu_top li
{
    float: left;
    width: 150px;
    display: inline;
    list-style-type: none;
    --border: 1px solid #000000;
    padding-top: 2px;
    line-height: 27px;
    background-color: #04599C;
    margin-right: 2px;
    letter-spacing: 5px;
    height:35px;
}

#menu_top li,#menu_top li ul li
{
     width: 250px;
    }

#menu_top li:hover
{
}


#menu_top li a
{
    display: block;
    cursor: pointer;
    --padding-top: 20px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: .95em;
    --letter-spacing: 5px;
    color: #FFFFFF;
    --border: 1px solid #000000;
    --font-family: 新細明體;
    
}

#menu_top li a:hover
{
    --color: #fef47f;
}


#menu_top li ul
{
    display: none;
    z-index: 999;
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
}

#menu_top li:hover ul
{
    display: block;
}


#menu_top li ul li
{
    --display: block;
    padding: 0px;
    list-style-type: none;
    border-style: solid;
    border-width: 0px;
    border-color: #de96f9;
    border-top: 1px solid #FFFFFF;
    background-color: #8EB4E3;
}

#menu_top li ul li a
{
    display: block;
    text-align: center;
    --padding: 5px 8px 5px 8px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: .95em;
    --letter-spacing: 1px;
    --border: 1px solid #000000;
    margin-top:3px;
}

#menu_top li ul li:hover a, #header_menu li ul li a:hover
{
}
