﻿html {
  margin: 0;
  padding:0;
  height: 100%;
}
body
{    margin: 0;
     padding:0;
     height: 100%;
    font-family: "微軟正黑體" , "新細明體";
    color: #333333;
    font-size: 12pt;
}
img 
{
    BORDER: 0px;
 }
.indexMain {
	float: right;
	width: 750px;
	border: thin solid #EEEEEE;
}

.buttonStyle
{
        padding:4px;       
        font-weight:bold;
        border-radius: 5px; 
        font-family: "微軟正黑體" , "新細明體";  
        font-size:16px;
        background-color:White;
    }
.buttonStyle2
{
   font-family: "微軟正黑體", "新細明體";
  font-size:16px;
    height: 32px;
}
.buttonStyle3
{
        padding:4px;       
        font-weight:bold;
        border-radius: 4px; 
        font-family: "微軟正黑體" , "新細明體";  
        font-size:16px;
        background-color:White;
        
}
.buttonStyleDel
{
        padding:4px;       
        font-weight:bold;
        border-radius: 5px; 
        font-family: "微軟正黑體" , "新細明體";  
        font-size:16px;
        background-color:Red;
        color:White;
}
.itemStyle
{
   font-family: "微軟正黑體", "新細明體";
   border-radius: 4px; 
   font-size:16px;
   }



a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
.defaultStyle
{
    font-family: "微軟正黑體", "新細明體";
    color: #666666;
    font-size:12px;
}

.gvStyle
{
    table-layout: fixed;
}
/*Header 標題*/
.gvStyle th
{
    font-weight:bold;
    border: 1px solid #999999;
    text-align: center;
    background-color: #22B0EB; /*background-image: url('../images/background/gvStyleHeaderBg.jpg');background-repeat: repeat-x;  */
    color:White;
    padding:5px 0px 5px 0px;
    border-color:#CCCCCC;
}
/*超連結*/
.gvStyle a:link
{    
    display:block;
    /*height:20px;
    width:20px;*/
    padding:2px 5px 2px 5px;
    background-color:#22B0EB;
    color:#fff;
    font-weight:bold;
    border:1px solid #22B0EB;
    text-align:center;
    text-decoration:none;
}
.gvStyle span
{
    display:block;
    /*height:18px;
    width:18px;*/
    padding:2px 5px 2px 5px;
    background-color:#fff;
    color:#22B0EB;
    font-weight:bold;
    border:1px solid #22B0EB;
    text-align:center;
    text-decoration:none;
}
/*Rows 列表顏色*/
.gvStyle td
{	
	/*height:38px;*/
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding-top:2px;
    padding-bottom:2px;
    border-color:#CCCCCC;
	
	
}
/*OnMouseOver 滑鼠移過列表時, 背景色變更*/
.gvStyle tr:hover
{
    background-color:#FFFF99;
}
/*Change Rows 如果想要有單、雙列不同顏色替換, 在這裡更換*/
.gvStyle .alt
{
    background-color: #EEE;
}
/*Page 分頁樣式*/
.gvStyle .pagerStyle 
{    
    border: 1px solid #000099;   
   
}
.gvStyle .pagerStyle tr td
{    
    border-width: 0px;
    background-color: #22B0EB;
    font-size:20px;    
    width:40px;
    text-align:center;   
}




.gvStyleGreen
{
    table-layout: fixed;
}
/*Header 標題*/
.gvStyleGreen th
{
    font-weight:bold;
    border: 1px solid #999999; /*height: 28px;*/
    text-align: center;
    background-color: #93C533; /*background-image: url('../images/background/gvStyleGreenHeaderBg.jpg');background-repeat: repeat-x;  */
    color:White;
    padding:5px 0px 5px 0px;
    border-color:#CCCCCC;
}
/*超連結*/
.gvStyleGreen a:link
{    
    display:block;
    /*height:20px;
    width:20px;*/
    padding:2px 5px 2px 5px;
    background-color:#93C533;
    color:#fff;
    font-weight:bold;
    border:1px solid #93C533;
    text-align:center;
    text-decoration:none;
}
.gvStyleGreen span
{
    display:block;
    /*height:18px;
    width:18px;*/
    padding:2px 5px 2px 5px;
    background-color:#fff;
    color:#93C533;
    font-weight:bold;
    border:1px solid #93C533;
    text-align:center;
    text-decoration:none;
}
/*Rows 列表顏色*/
.gvStyleGreen td
{	
	/*height:38px;*/
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding-top:2px;
    padding-bottom:2px;
    border-color:#CCCCCC;
	
	
}
/*OnMouseOver 滑鼠移過列表時, 背景色變更*/
.gvStyleGreen tr:hover
{
    background-color:#FFFF99;
}
/*Change Rows 如果想要有單、雙列不同顏色替換, 在這裡更換*/
.gvStyleGreen .alt
{
    background-color: #EEE;
}
/*Page 分頁樣式*/
.gvStyleGreen .pagerStyle 
{    
    border: 1px solid #000099;   
   
}
.gvStyleGreen .pagerStyle tr td
{    
    border-width: 0px;
    background-color: #22B0EB;
    font-size:20px;    
    width:40px;
    text-align:center;   
}



.gvStyleOrange
{
    table-layout: fixed;
}
/*Header 標題*/
.gvStyleOrange th
{
    font-weight:bold;
    border: 1px solid #999999; /*height: 28px;*/
    text-align: center;
    background-color: #FF7F50; /*background-image: url('../images/background/gvStyleOrangeHeaderBg.jpg');background-repeat: repeat-x;  */
    color:White;
    padding:5px 0px 5px 0px;
    border-color:#CCCCCC;
}
/*超連結*/
.gvStyleOrange a:link
{    
    display:block;
    /*height:20px;
    width:20px;*/
    padding:2px 5px 2px 5px;
    background-color:#FF7F50;
    color:#fff;
    font-weight:bold;
    border:1px solid #FF7F50;
    text-align:center;
    text-decoration:none;
}
.gvStyleOrange span
{
    display:block;
    /*height:18px;
    width:18px;*/
    padding:2px 5px 2px 5px;
    background-color:#fff;
    color:#FF7F50;
    font-weight:bold;
    border:1px solid #FF7F50;
    text-align:center;
    text-decoration:none;
}
/*Rows 列表顏色*/
.gvStyleOrange td
{	
	/*height:38px;*/
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding-top:2px;
    padding-bottom:2px;
    border-color:#CCCCCC;	
}
/*OnMouseOver 滑鼠移過列表時, 背景色變更*/
.gvStyleOrange tr:hover
{
    background-color:#FFFF99;
}
/*Change Rows 如果想要有單、雙列不同顏色替換, 在這裡更換*/
.gvStyleOrange .alt
{
    background-color: #EEE;
}
/*Page 分頁樣式*/
.gvStyleOrange .pagerStyle 
{    
    border: 1px solid #000099;   
   
}
.gvStyleOrange .pagerStyle tr td
{    
    border-width: 0px;
    background-color: #22B0EB;
    font-size:20px;    
    width:40px;
    text-align:center;   
}


.gvStyleDimGray
{
    table-layout: fixed;
}
/*Header 標題*/
.gvStyleDimGray th
{
    font-weight:bold;
    border: 1px solid #999999;
    text-align: center;
    background-color: #666666; /*background-image: url('../images/background/gvStyleDimGrayHeaderBg.jpg');background-repeat: repeat-x;  */
    color:White;
    padding:5px 0px 5px 0px;
    border-color:#CCCCCC;
}
/*超連結*/
.gvStyleDimGray a:link
{    
    display:block;
    /*height:20px;
    width:20px;*/
    padding:2px 5px 2px 5px;
    background-color:#666666;
    color:#fff;
    font-weight:bold;
    border:1px solid #666666;
    text-align:center;
    text-decoration:none;
}
.gvStyleDimGray span
{
    display:block;
    /*height:18px;
    width:18px;*/
    padding:2px 5px 2px 5px;
    background-color:#fff;
    color:#666666;
    font-weight:bold;
    border:1px solid #666666;
    text-align:center;
    text-decoration:none;
}
/*Rows 列表顏色*/
.gvStyleDimGray td
{	
	/*height:38px;*/
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding-top:2px;
    padding-bottom:2px;
    border-color:#CCCCCC;
	
	
}
/*OnMouseOver 滑鼠移過列表時, 背景色變更*/
.gvStyleDimGray tr:hover
{
    background-color:#FFFF99;
}
/*Change Rows 如果想要有單、雙列不同顏色替換, 在這裡更換*/
.gvStyleDimGray .alt
{
    background-color: #EEE;
}
/*Page 分頁樣式*/
.gvStyleDimGray .pagerStyle 
{    
    border: 1px solid #000099;   
   
}
.gvStyleDimGray .pagerStyle tr td
{    
    border-width: 0px;
    background-color: #666666;
    font-size:20px;    
    width:40px;
    text-align:center;   
}


.gvHidden
{
    display:none;    
}

.defaultTable
{
    
}
.defaultTable td
{
   padding:2px;
   border-color:#EEE;
   border-style:solid;
   border-width:1px;  
}
.divBody
{
  background-color:#FFF;
  height:700px;
}
.titleBr
{
    background:#EEE;
    padding:4px;
}


.JustPrint {display:none}

 @media print {
 .JustPrint { display:block; font:9pt verdana; letter-spacing:2px;} 
 .NoPrint {display:none}
 .divFormBroder{ border-color:White; page-break-after:always; height: auto;}
 .divFormBroderW{ border-color:White; page-break-after:always;}
 .divFormInputAreaBorder{display:none}
}

.divA4_P
{
    font-family: "新細明體";
	font-size: 16px;
	height: 1123px;
	width: 794px;	
}
.divA4_P_Style_Null
{    
	height: 1123px;
	width: 794px;	
}
.divA4_L
{
    font-family: "新細明體";
	font-size: 16px;
	height: 794px;
	width: 1123px;	
}
.divA4_L_Style_Null
{    
	height: 794px;
	width: 1123px;	
}
.titleTxt
{
    font-size: 20px;
    font-weight: bold;
    color: #3366CC;
}
.processText
{
    font-family: "微軟正黑體","Arial", "新細明體";
    /*text-decoration: underline;*/
    font-weight:bold;
    color: #0000FF;
}
.processTextGreen
{
    font-family: "微軟正黑體", "新細明體";
    /*text-decoration: underline;*/
    font-weight:bold;
    color: #009900;
}
.divB5_P
{    
	height: 945px;
	width: 665px;
}
.divB5_L 
{    
	height: 665px;
	width: 945px;
}
.divA5_P
{
    height: 794px;
	width: 559px;	
}
.divA5_L
{
    height: 559px;
	width: 794px;	
}

.tableStyle
{
    border-top-style: solid; 
    border-top-width: 1px; 
    border-top-color: #EEEEEE; 
    border-left-style: solid; 
    border-left-width: 1px; 
    border-left-color: #EEEEEE;           
                       
}
.tableStyle td
{                       
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #EEEEEE;
    border-bottom-color: #EEEEEE;
    padding:4px
} 

.tableNullStyle
{
      
                       
}
.tableNullStyle td
{                       
    border:0;
    padding:4px
} 


/*指定特定Row的連結樣式*/
.gvLink a:link
    {
        background-color:inherit;
        border-width:0px;
        text-decoration: underline;
        color:#999999;
}

    .headerText
    {
       font-weight:bold;
       color:White; 
       padding:8px 0px 4px 8px;
        }
    .headerDivBox_blue
    {  
        border: 1px solid #4DB9FF;
        padding: 10px;
        text-align: center; width: 200px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: #666 0px 2px 3px;
        -moz-box-shadow: #666 0px 2px 3px;
        box-shadow: #666 0px 2px 3px;
        background: #4DB9FF;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4DB9FF), to(#337AEE));
        background: -webkit-linear-gradient(#4DB9FF, #337AEE);
        background: -moz-linear-gradient(#4DB9FF, #337AEE);
        background: -ms-linear-gradient(#4DB9FF, #337AEE);
        background: -o-linear-gradient(#4DB9FF, #337AEE);
        background: linear-gradient(#4DB9FF, #337AEE);
        -pie-background: linear-gradient(#4DB9FF, #337AEE);
        behavior: url(/pie/PIE.htc);
    }
    .headerDivBox_green
    {  
        text-align: left; 
        width: 100%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px 0 0 0;       
        background: #AAF000;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#AAF000), to(#79A12B));
        background: -webkit-linear-gradient(#AAF000, #79A12B);
        background: -moz-linear-gradient(#AAF000, #79A12B);
        background: -ms-linear-gradient(#AAF000, #79A12B);
        background: -o-linear-gradient(#AAF000, #79A12B);
        background: linear-gradient(#AAF000, #79A12B);
        -pie-background: linear-gradient(#AAF000, #79A12B);
        behavior: url(../javascript/PIE-2.0beta1/PIE.htc);
    }
    .headerDivBox_orange
    {  
        text-align: left; 
        width: 100%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px 8px 0 0;       
        background: #FFC66B;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFC66B), to(#FF9500));
        background: -webkit-linear-gradient(#FFC66B, #FF9500);
        background: -moz-linear-gradient(#FFC66B, #FF9500);
        background: -ms-linear-gradient(#FFC66B, #FF9500);
        background: -o-linear-gradient(#FFC66B, #FF9500);
        background: linear-gradient(#FFC66B, #FF9500);
        -pie-background: linear-gradient(#FFC66B, #FF9500);
        behavior: url(../javascript/PIE-2.0beta1/PIE.htc);
    }
    
    .headerDivBox_WhiteSmoke
    {  
        text-align: left; 
        width: 100%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px 0 0 0;       
        background: #EEEEEE;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEEEEE), to(#FFFFFF));
        background: -webkit-linear-gradient(#EEEEEE, #FFFFFF);
        background: -moz-linear-gradient(#EEEEEE, #FFFFFF);
        background: -ms-linear-gradient(#EEEEEE, #FFFFFF);
        background: -o-linear-gradient(#EEEEEE, #FFFFFF);
        background: linear-gradient(#EEEEEE, #FFFFFF);
        -pie-background: linear-gradient(#EEEEEE, #FFFFFF);
        behavior: url(../javascript/PIE-2.0beta1/PIE.htc);
    }
    .headerDivBox_DimGray
    {  
        text-align: left; 
        width: 100%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px 0 0 0;       
        background: #666666;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#666666), to(#444444));
        background: -webkit-linear-gradient(#666666, #444444);
        background: -moz-linear-gradient(#666666, #444444);
        background: -ms-linear-gradient(#666666, #444444);
        background: -o-linear-gradient(#666666, #444444);
        background: linear-gradient(#666666, #444444);
        -pie-background: linear-gradient(#666666, #444444);
        behavior: url(../javascript/PIE-2.0beta1/PIE.htc);
    }
    .headerDivBox_Yellow
    {  
        text-align: left; 
        width: 100%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 0 0 8px 8px;       
        background: #ECFF14;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ECFF14), to(#FFD50A));
        background: -webkit-linear-gradient(#ECFF14, #FFD50A);
        background: -moz-linear-gradient(#ECFF14, #FFD50A);
        background: -ms-linear-gradient(#ECFF14, #FFD50A);
        background: -o-linear-gradient(#ECFF14, #FFD50A);
        background: linear-gradient(#ECFF14, #FFD50A);
        -pie-background: linear-gradient(#ECFF14, #FFD50A);
        behavior: url(../javascript/PIE-2.0beta1/PIE.htc);
    }
    .headerDivBox_Pink
    {  
        text-align: left; 
        width: 100%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px 0 0 0;       
        background: #FED7FA;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FED7FA), to(#FE8FEE));
        background: -webkit-linear-gradient(#FED7FA, #FE8FEE);
        background: -moz-linear-gradient(#FED7FA, #FE8FEE);
        background: -ms-linear-gradient(#FED7FA, #FE8FEE);
        background: -o-linear-gradient(#FED7FA, #FE8FEE);
        background: linear-gradient(#FED7FA, #FE8FEE);
        -pie-background: linear-gradient(#FED7FA, #FE8FEE);
        behavior: url(../javascript/PIE-2.0beta1/PIE.htc);
    }
    .deviceIndexDivBox
    {
        padding: 10px; 
        float: left;
        margin:5px;
        border: 1px solid #C0C0C0;
        background-color:#EEEEEE;
                              
    }
    .divContent
    {
        border: 1px solid #CCCCCC;
        
    }
    
    .titleBrDimGray
    {
        background-color: #666666; 
        color:White; padding:10px;
        font-weight:bold;
        }
    .titleBrBlue
    {
        background-color: #22B0EB; 
        color:White; padding:10px;
        font-weight:bold;
        }
    .titleBrGreen
    {
        background-color: #93C533; 
        color:White; padding:10px;
        font-weight:bold;
        }
        
    .titleBrRed
    {
        background-color: #FF6666; 
        color:White; padding:10px;
        font-weight:bold;
    }
   .myCalendar
   {  
            background-color: #f2f2f2;  
            width: 156px;  
            border:20px solid #4CCAEF !important;
            border-top:0px !important;}  
            .myCalendar a {  
            text-decoration: none;  
    }  
   .myCalendar td 
   { 
            vertical-align:text-top;
   } 
   .myCalendar .myCalendarTitle {  
            font-weight: bold;  
            height:40px;line-height:40px;
            background-color:#4CCAEF;
            color:#FFFFFF;
   }  
   .myCalendar th.myCalendarDayHeader  
   {
            height:25px;
            border-bottom: outset 1px #fbfbfb; 
            border-right: outset 1px #fbfbfb; 
   }
   .myCalendar td.myCalendarDay 
   {  
            border: outset 1px #fbfbfb;
   }  
   .myCalendar td.myCalendarDay:nth-child(7) a{color:#c52e2e !important;}
   .myCalendar td.myCalendarDay:nth-child(1) a{color:#c52e2e !important;}
   .myCalendar .myCalendarNextPrev 
   {  
            text-align: center; 
            
   }  
   .myCalendar .myCalendarNextPrev a  
   {
            font-size:12px;
             color:White;
   }
           
   .myCalendar td.myCalendarSelector a 
   {  
            background-color: #25bae5;  
   }  

   .myCalendar .myCalendarDayHeader a,
   .myCalendar .myCalendarDay a,   
   .myCalendar .myCalendarSelector a,  
   .myCalendar .myCalendarNextPrev a 
   {  
            display: block;  
            line-height: 20px;  
   }  
   .myCalendar .myCalendarToday{  background-color: #f2f2f2; -webkit-box-shadow: 0 0 7px 3px #e5e5e5; }
   .myCalendar .myCalendarToday a{color:#25bae5 !important;}
   .myCalendar .myCalendarDay a:hover,   
   .myCalendar .myCalendarSelector a:hover 
   {  
            background-color: #25bae5;  
   }
   
 .mGrid {    
    width: 100%;    
    background-color: #fff;    
    margin: 5px 0 10px 0;    
    border: solid 1px #525252;    
    border-collapse:collapse;    
}   
.mGrid td {    
    padding: 2px;    
    border: solid 1px #c1c1c1;    
    color: #717171;    
}   
.mGrid th {    
    padding: 4px 2px;    
    color: #fff;    
    background: #424242 url(grd_head.png) repeat-x top;    
    border-left: solid 1px #525252;    
    font-size: 0.9em;    
}   
.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }   
.mGrid .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }   
.mGrid .pgr table { margin: 5px 0; }   
.mGrid .pgr td {    
    border-width: 0;    
    padding: 0 6px;    
    border-left: solid 1px #666;    
    font-weight: bold;    
    color: #fff;    
    line-height: 12px;        
 }      
.mGrid .pgr a { color: #FFF; text-decoration: none; }   
.mGrid .pgr a:hover { color: #FFF; text-decoration: none; }

.mGrid a { color: #FFF; text-decoration: none; }   
.mGrid a:hover { color: #EEE; text-decoration: none; }

.mGrid .pagerStyle 
{    
    border: 1px solid #000099;   
   
}
.mGrid .pagerStyle tr td
{    
    border-width: 0px;
    background-color: #666666;
    font-size:20px;    
    width:40px;
    text-align:center;   
}

.gvSelectedRowStyle
{
    background-color:#FAFAD2;
    font-weight:bold;
    color:White;
    
    }