	
body,html {
    margin: 0;
    padding: 0;
    height:100%;
    /*font-family: "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體", "DFKai-sb", serif;*/
}
 
 
 
table {
        overflow:hidden;
        border:1px solid #d3d3d3;
        /*background:#fefefe;*/
        /*width:100%;*/
        /*margin:5% auto 0; */
        -moz-border-radius:5px; /* FF1+ */
        -webkit-border-radius:5px; /* Saf3-4 */
        border-radius:5px;
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }
     
    /*th, td {padding:18px 28px 18px; text-align:center; }*/
     
    th {/*padding-top:22px;*/ text-shadow: 1px 1px 1px #fff; background:#e8eaeb;}
     
    td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}
     
    .no_boder_td {border:0px;}
     
    tr.odd-row td {background:#f6f6f6;}
     
    td.first, th.first {text-align:left}
     
    td.last {border-right:none;}
     
    input.readonly {background:#F2F2F2;}
     
     
     
    hr {
    border:0; height:2px; background-color:#89a6b4;
    color:#89a6b4   /* IE6 */
    }
     
    textarea { overflow: auto; }
 
.device_table{
	width: 70%;
}

.font_color_green{
    color:green;
}
     
.TextAreaView{
    border:0px;
    overflow:auto;
}
 
.font_color_blue{
    color:blue;
}
 
.font_color_red{
    color:red;
}
 
.font_color_green{
    color:green;
}
 
.font_color_yellow{
    color:#0dab96;
}
 
#tableHead{
    text-shadow: 1px 1px 1px #fff;
    background:#e8eaeb;
    font-weight:bolder;
}
 
.tableHead{
    text-align:center;
    text-shadow: 1px 1px 1px #fff;
    background:#e8eaeb;
    font-weight:bolder;
}
 
#caseTitle{
    font-weight:bolder;
    background:#c7f4a2;
}
#caseEndBar{ /*id的css是給js新增時候用 */
    background:#f3f4f5;
}
.caseEndBar{
    background:#f3f4f5;
}
.tdMenuBg {
    background: #f5f5f5;
 
}
     
#container {
    width: 95%;
    min-height:100%;
    position: relative;
    margin: auto;
     
}
/*
#sidebar    {width: 200px;
    float: left;
    margin: 15px 0;
    padding-right: 20px;}
*/
#content    {
    width: 100%;
    float: right;
    margin: 15px 0;
    margin-left: -150px;
    margin-right: 0px;
    margin-bottom:50px;
    }
     
/*
#content_inner  {
    margin-left: 160px;
     
    }
*/
 
 
#foot   {clear: both;}
 
 
/* ==================== header ==================== */
 
#header {width: auto;
    height: 86px;
     
     
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
 
     
}
 
#header_inner   {padding: 10px;
     
}
 
#header table {
        overflow:hidden;
        border:none;
        background-color:(0,0,0,0);
        /*width:100%;*/
        /*margin:5% auto 0; */
        -moz-border-radius:0px; /* FF1+ */
        -webkit-border-radius:0px; /* Saf3-4 */
        border-radius:0px;
        -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    }
#header td {
    border:none;
}
 
#header tr {
    border:none;
}
 
#header th {
    border:none;
}
     
#header h1  {margin: 0;
    font-size: 2em;
    font-family: "新細明體", "PMingLiU", serif;
    color: white;}
 
#header p   {margin: 0;
     
    margin-top: 3px;
    font-size: 1em;
    color: white;}
     
/*chrome 只能吃到class IE FX可以吃到id 找時間再修正*/
#login-bar{
    float: right;
    text-align: right;
    color: white;
    margin-right: 5px;
    margin-top: 5px;
}
 
#login-bar a {
    color:red;
     
}
 
.login-bar{
    float: right;
    text-align: right;
    color: white;
    margin-right: 5px;
    margin-top: 5px;
}
 
.nodisplay{
    display:none;
}
 
#nodisplay{
    display:none;
}
 
 
.login-bar a {
    color:red;
     
}
 
/* ==================== top_menu ==================== */
 
.top_menu   {
    font-size: 0.8em;
    width: 100%;
    height: 35px;
    border-top: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa;}
 
.top_menu ul    {margin: 0;
    padding: 0;}
 
.top_menu li    {list-style-type: none;
    float: left;}
 
.top_menu li a  {display: block;
    width: 120px;
    line-height: 35px;
    border-right: solid 1px #aaaaaa;
    color: #000000;
    text-align: center;
    text-decoration: none;}
 
.top_menu, .top_menu li a   {
    background-image: url(../img/top_menu/gr.png);
    background-repeat: repeat-x;}
 
.top_menu li a:hover    {background-position: 0 -50px;}
 
.top_menu .current a    {background-position: 0 -50px;}
 
             
            /* 選單 li 之樣式 */
            ul.navigation li {
                position: relative;
                float: left;
            }
             
            /* 特定在第一層，以左邊灰線分隔 */
            ul.navigation > li > a{
                border-bottom: 1px solid #CCC;             
                border-left: 1px solid #CCC;
            }
            ul.navigation > li > a:hover{
                color: #666;
                background: #DDD;
            }
            /* 特定在第一層 > 第二層或以後下拉部分之樣式 */
            ul.navigation ul{
                border: solid 1px #aaaaaa;
                display: none;
                float: left;
                position: absolute;        
                left: 0;   
                margin: 0;
            }
            /* 當第一層選單被觸發時，指定第二層顯示 */
            ul.navigation li:hover > ul{
                display: block;
            }          
            /* 特定在第二層或以後下拉部分 li 之樣式 */
            ul.navigation ul li {
                border-bottom: 1px solid #DDD;
            }
            /* 特定在第二層或以後下拉部分 li （最後一項不要底線）之樣式 */
            ul.navigation ul li:last-child {
                border-bottom: none;
            }
            /* 第二層或以後選單 li 之樣式 */
            ul.navigation ul a {
                width: 120px;
                 
                color: #666;       
                background: #EEE;          
            }
            ul.navigation ul a:hover {     
                background: #CCC;              
            }
            /* 第三層之後，上一層的選單觸發則顯示出來（皆為橫向拓展） */
            ul.navigation ul li:hover > ul{
                display: block;
                position: absolute;
                top: 0;            
                left: 100%;
            }
            /* 箭頭向下 */
            .arrow-bottom {
                display: inline-block;
                margin-left: 5px;
                border-top: 4px solid #FFF;
                border-right: 4px solid transparent;               
                border-left: 4px solid transparent;    
                width: 1px;
                height: 1px;
            }
 
            /* 箭頭向右 */
            .arrow-right {
                display: inline-block;
                margin-left: 12px; 
                border-top: 3px solid transparent;
                border-bottom: 3px solid transparent;
                border-left: 3px solid #666;       
                width: 1px;
                height: 1px;
            }
 
 .css_td_page{
	text-align: center;
	font-weight:bold;
	width: 150px;
}

.css_page_a {
	display: block;
	color: green;
	text-decoration: none;
	height: 20px; 
	width: 150px; 
	background-color: white; 
	padding-top: 6px; 
	padding-left: 5px; 
	text-align: center;
	font-weight:bold;
}

.css_page_a_unselected{
	display: block;
	color: black;
	text-decoration: none;
	height: 20px; 
	width: 150px; 
	background-color:#e8eaeb; 
	padding-top: 6px; 
	padding-left: 5px; 
	text-align: center
}


.css_page_a:hover{
	background-color: #DFE7F2;
	color:black;
}

.css_page_a_unselected:hover{
	background-color: white;
	color:black;
}
/* ==================== content ==================== */
 
.post   {width: auto;
        margin-bottom: 20px;
}
 
.post h2    {font-size: 1em;
    margin: 0;
    margin-bottom: 15px;
    background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
 
 
    line-height: 32px;
    padding-left: 10px;}
 
     
.posttext   {font-size: 0.875em; /* 目前沒在用的css */
    line-height: 1.5}
 
.posttext p {margin: 0;   /* 目前沒在用的css */
    margin-bottom: 20px;}
 
.cus_stat_on {
    color:green;
    font-weight:bold;
}
.cus_stat_off {
    color:red;
    font-weight:bold;
}
     
/* ==================== serach box ==================== */ 
#search p   {margin: 0;
             padding-left: 10px;
}
 
#search #keyword    {width: 150px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1;
    border: none;
    outline: none;
    background: none;
    background-image: url(../img/serach/textbox_gray.png);
    background-repeat: no-repeat;}
 
#search #submit {width: 22px;
    padding: 4px 0;
    font-size: 14px;
    line-height: 1;
    border: none;
    outline: none;
    background: none;
    background-image: url(../img/serach/search_button.png);
    background-repeat: no-repeat;
    margin-left: 4px;
    vertical-align:top;
    text-indent: -9999px;}
 
#search #submit:hover   {background-position: 0 -32px;}
 
/* ==================== footer ==================== */
 
#footer {
    border-top: solid 5px #719a18;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    /*background-color: #AAA; */
    width: 100%;
}
 
#footer p   {color: #000000;
    font-size: 0.75em;
    margin: 0;
    text-align: right;
    }
