﻿body {
        margin: 0px;   /*緊貼頂部(上下左右)，沒有空隙*/
        overflow:auto;
        font-size: 12pt;
	    text-decoration: none;
	    
        }

#wrapper {
        width: 100%;   /*寬度設定為900px*/
        margin: auto;   /*版面居中對齊*/
        font-family: "微軟正黑體",Arial, Helvetica, sans-serif;
        color: #333;
        border: 0px; /*網頁做外框的設定*/
        }

#header {
        height: 80px; /*高度設定*/
        background-image: url(../images/login/banner.jpg); /*背景圖片設定*/
        background-repeat: no-repeat; /*設定為背景不重複*/
        background-color: rgb(143, 189, 215);
        }
#headerspace
{
    height: 50px; /*高度設定*/
    }
    
#prgTitle {
        height:  30px; /*高度設定為  30px，此部分也可不用設定*/
        font-size: 20px;
        font-weight:bold;
        text-align: center;
          }
         
#msg {
        /*可不用設定寬度*/
        padding: 30px; /*文字與#content間的內距*/
        font-size: 12px; /*字體大小*/
        line-height: 2em;   /*字體行間為兩個字距*/
        color:red;
        }
        
#content {
        /*可不用設定寬度*/
        padding: 30px; /*文字與#content間的內距*/
        font-size: 12pt; /*字體大小*/
        line-height: 2em;   /*字體行間為兩個字距*/
        }

#footer {
        font-size: 12px;
        line-height: 1.5em;
       /* color: #FFF;*/
       /* background-image: url(images/footer.jpg); /*背景圖片設定*/
       /*  background-repeat: no-repeat; /*設定為背景不重複*/
        padding: 20px;
        height:200px;
         }

#titile_bar {  /*標題的DIV*/
        font-size: 16px;
        font-weight: bolder;
        line-height: 3em;
        color: #FFF;
       text-align:center; /*居中對齊*/
        }
        
#loginbg
{
    height: 689px; /*高度設定*/
    background-image: url(../images/login/登入頁1.jpg); /*背景圖片設定*/
    background-repeat: no-repeat; /*設定為背景不重複*/
    background-color: #92bedb;
    }
.FormLabel0
{
    text-indent: 2px;
    height: 24px;
    padding-right: 8px;
    color: Black;
    text-align: right;
    border-bottom-style:dashed;
    border-bottom-width:1px;
    border-bottom-color:#6699FF;
}

.FormLabel1
{
    padding-right: 8px;
    text-indent: 2px;
    background-repeat: no-repeat;
    height: 24px;
    text-align: right;
    border-bottom-style:dashed;
    border-bottom-width:1px;
    border-bottom-color:#6699FF;
   
}

.FormLabelAct0
{
    padding-right: 8px;
    font-size: small;
    font-weight:bold;
    text-indent: 2px;
    background-repeat: no-repeat;
    height: 24px;
    text-align: left;
}

.FormLabelAct1
{
    padding-right: 8px;
    font-size: small;
    text-indent: 2px;
    background-repeat: no-repeat;
    height: 24px;
    text-align: left;
}

.Formddl0
{
    border-width:1px;
    border-color:#6699FF;
    height: 23px;
    font-size: 12pt;
 
}

.FormText0
{
    border-width:1px;
    border-color:#6699FF;
    height: 20px;
    font-size: 12pt;
}

.FormText1
{
    background: #fde8dd;
    color: #b00a09;
     
}

.FormText2, .FormTextName2
{
    background: #CCCCCC;
    color: #666666;
    filter: DropShadow(Color=#000000, OffX=-1, OffY=1, Positive=1);
    cursor: text;
    font-size: 12pt;
}


.FormText
{
    border-bottom-style:dashed;
    border-bottom-width:1px;
    border-bottom-color:#6699FF;
    border-left-style:dashed;
    border-left-width:1px;
    border-left-color:#6699FF;
   }
   

.ImportantNote
{
    color: #df1c00;
    font-size: 11pt;
}


.MemoDesc
{
    color:blue;
    font-size: 11pt;
}

.RunDesc
{
    border-bottom-style:dashed;
    border-bottom-width:1px;
    border-bottom-color:#6699FF;
    border-left-style:dashed;
    border-left-width:1px;
    border-left-color:#6699FF;
    color:blue;
    font-size: 11pt;
}
.GridButtonOn
{
    background-image: url(../Images/Grid/icon_buttonoff.gif);
    text-indent: 10px;
	padding-left: 11px;
	padding-top: 3px;
	text-decoration: underline;
	background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
    vertical-align: text-bottom;
	cursor: hand;
	color: #0d63ac;
	border-style: none;            
}

.msg
{                      
    font-size: 11pt;                        
    background: #fde8dd;
    color: #b00a09;
    color: #770100;
   }
   
.titlePrg
  {
    font-size: 20px;
    font-weight:bold;
    height:35px;
    text-align:center;
      }                           
      
.funcBtn
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #FFF;
    background-image: url('../images/contnet/b-bg.png');
    background-repeat: repeat-x;
    height: 32px;
    cursor:hand;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-left:12px;
    padding-right:12px;
    
}
.PrgMList
{
     font-size: 14pt;
     color:#009C01;
     height:26pt;
    }
   
.GridHead
{
    background-color:#4A8EC6;
    font-size: 12pt;
    font-family: "新細明體"; 
    height:24px;  
    color:#FFFFFF;
    text-align:center;
    font-weight:bold;
    }
    
.GridStyle
{
    font-size: 12pt;
    font-family: "新細明體"; 
    height:24px; 
    text-align:center; 
  
}

.GridStyle0
 {
     background-color:#EFEFF7;
    font-size: 12pt;
    font-family: "新細明體"; 
    height:24px; 
    text-align:center; 
  
}  
    
.LoginLi
{
    font-size: 12pt;
    color: #024B80;
    text-decoration: none;
    font-weight: bold;
}


.LoginLiTitle
{
    padding-top: 12px;
    padding-left: 10px;
    font-size: 12pt;
    color: green;
    font-weight: bold;
}

.LoginLi2
{
    font-size: 12pt;
    color: #024B80;
    text-decoration: none;
 }
 
.LoginLiTitle2
{
    padding-top: 5px;
    padding-left: 10px;
    font-size: 12pt;
    color: blue;
    font-weight: bold;
}

.prglink
{
     font-size: 12pt;
    }
    
.buttonclear
    {
    background-image: url(../images/login/清除.png);
    font-size: 12pt;
    border: 0px;
    background-repeat: no-repeat;
    background-color: transparent;  
    width: 92px;
    height: 32px;
    margin-top: 3px;
    padding-left: 5px;
    padding-top: 5px;
    cursor: hand;
    }
  
.buttonlogin
    {
    background-image: url(../images/login/登入.png);
    font-size: 12pt;
    border: 0px;
    background-repeat: no-repeat;
    background-color: transparent;  
    width: 92px;
    height: 32px;
    margin-top: 3px;
    padding-left: 5px;
    padding-top: 5px;
    cursor: hand;
    }
    
.GridButtonOff
{
    color: #1c7799;
    font-family: 微軟正黑體;
    font-size: 11pt;
    padding-left: 28px;
    padding-top: 0px;
    text-decoration: none;
    background-position: 5px;
    background-image: url(../Images/login/icon_buttonoff.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
}