﻿.Grid_OnMouseOver
{
	background: #D0FFC5;
}

.Grid_OnMouseOut
{
	background: #F7F6F3;
}

.Grid_OnMouseOut_Alt
{
	background: #FFFFFF;
}

        .f_top_msg
        {
            font-size: small;
            color: #666666;
            height: 20px;
        }
        .f_title
        {
            font-size: medium;
            color: #3399FF;
        }
        /*表單的內容(白色)  */
        .f_table 
        {
            height: 25px;     
            width: 300px;    
            border-bottom-style: solid;
            border-bottom-width: thin;
            border-bottom-color: #C0C0C0;
            border-top-style: none;
            padding:3px 3px 3px 3px;
            font-size: small;    
        }
        .f_head
        {
            height: 30px;
            color: #0066FF;
            font-weight: bold;
            background-image: url('/Images/title_bg.jpg');
        }
        .f_head_R
        {
            height: 30px;
            color: #0066FF;
            font-weight: bold;
            border-top: thin dashed #C0C0C0; 
            text-align: right; 
            border-right-color: #C0C0C0; 
            border-top-style: none; 
            border-right-style: solid; 
            border-right-width: thin; 
            background-image: url('/Images/title_bg.jpg');
        }
        .f_memo
        {
            font-size: small;
            color: #999999;
        }
        .f_item
        {
            background-color: #E7E7E7;
            height: 25px;
            color: #444444;
            font-size: small;
            width: 120px;
            border-top-style: solid;
            border-top-width: thin;
            border-top-color: #FFFFFF;
            border-left-style: solid;
            border-left-width: thin;
            border-left-color: #E7E7E7;
            border-bottom-style: solid;
            border-bottom-width: thin;
            border-bottom-color: #C0C0C0;
            padding:3px 3px 3px 3px;
        }
        .f_item_top
        {
            background-color: #E7E7E7;
            height: 26px;
            color: #444444;
            font-size: small;
            width: 120px;
            border-left-style:solid;
            border-left-width:thin;
            border-left-color: #E7E7E7;
            border-top-style: solid;
            border-top-width: thin;
            border-top-color: #C0C0C0;
            border-bottom-style: solid;
            border-bottom-width: thin;
            border-bottom-color: #C0C0C0;
            padding:3px 3px 3px 3px;
        }
        .f_top_table
        {
            margin:0px auto;  
            border-bottom-style :solid;
            border-bottom-width: medium;
            border-bottom-color: #3399FF; 
            border-top-style: dotted; 
            border-top-width: thin; 
            border-top-color: #C0C0C0;  
            width: 850px;
            font-size: large; 
        }
        .f_form_table
        {
            margin:0px auto;
            border-style : none solid solid solid; 
            border-right-width: thin; 
            border-bottom-width: thin; 
            border-left-width: thin; 
            border-right-color: #C0C0C0; 
            border-bottom-color: #C0C0C0; 
            border-left-color: #E7E7E7;
            border-spacing:0px;
            width: 850px;  /*跟f_top_table的width一樣*/
          
            
        }
        .f_width /* 整個表單的寬度 */
        {
            margin:0px auto;
            width: 850px;
        }
        .font_red
        {
            font-size: small;
            color: #FF0000;
            font-weight: normal;
        }
        .font_blue
        {
            font-size: small;
            color: Blue;
            font-weight: normal;
        }
        .font_red_msize
        {
            font-size: large;
            color: Red;
            font-weight: normal;
        }
        .font_blue_msize
        {
            font-size: large;
            color: Blue;
            font-weight: normal;
        }
        .font_Green
        {
            font-size: small;
            color: Green;
            font-weight: normal;
        }
        .font_gray
        {
            font-size: small;
            color: #333333;
        }   
        .textCSS /* 整個表單的寬度 */
        {
            border-color: #999999;
            border-width: 1px;
            border-style:solid
        }
        
       .gv_HeaderCSS1 /*Gridvew Header的圖片*/
       {      
         background-image: url(/Images/gvheader1.jpg);
       }
       .gv_HeaderCSS2 /*Gridvew Header的圖片*/
       {      
         background-image: url(/Images/gvheader2.jpg);
       }  
       .gv_ItemCSS
       {      
         font-size : 12px;
         color: #333333;
       }
       .TextArea_CSS
       {
           border-right-width:thin;
           border-style:solid;
           border-color:#666666;
       }
        .cssPager td {
            padding-left: 3px;
            padding-right: 3px;
        }