﻿
#book_list_error{ margin: 0px; padding: 0px; border: 0px; width: 100%; height: 30px; background-color: #FFF; text-align: center; position: relative;}


/* book_list Start*/
Div#book_list{ margin-left: auto; margin-right: auto; padding: 0px; border: 0px; width: 98%; position: relative;}
    Div#book_list_main{ margin: 0px; padding: 0px; border: 0px; width: 100%; position: relative;}
        Div#book_list_title{ margin: 10px 0px; padding: 0px; border: 0px; width: 100%; height: 35px; line-height: 35px; background-color: #DDD;}
            Div#book_list_title span{ margin: 0px 0px 0px 5px; font-size: 16px; font-weight: bolder; color: #000; font-family: '微軟正黑體', 'Lucida Sans Unicode', 'Arial';}
        Div#book_list_content{ margin: 10px 0px; padding: 0px; border: 0px; width: 100%;}
        .book_list_table{ margin: 0px; padding: 0px; border: 3px solid #7CB0FE; width: 100%; border-spacing: 0px; border-collapse: collapse; font-family: '微軟正黑體', 'Lucida Sans Unicode', 'Arial'; font-size: 13px;}
            .book_list_table th{ border: none; color: #000; background-color: #DDD;}
            .book_list_table td{ border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; border-left: none; border-right: none;}
            .book_list_table td a{ color: #06F; text-decoration:none;}
            .book_list_table td a:hover{ color: #F00; text-decoration: underline;}
            .colback{ color: #000000; background: #DDD;}

        .Book_List_PanelUsage{ margin: 0px 0px 5px 0px; padding: 0px; border: 0px; width: 100%;}
            .Book_List_PanelUsage table{ margin: 0px; padding: 0px; border: 0px; border-collapse: collapse; border: 3px solid #7CB0FE; 
                                                 width: 100%; font-size: 14px; font-family: '微軟正黑體', 'Lucida Sans Unicode', 'Arial';}
            .Book_List_PanelUsage ol{ list-style-type: none;}
            
        /* Div Book_List_FormView Start */
        .Book_List_FormView{ margin: 0px; padding: 0px; border: 0px; width: 100%; height: auto; position: relative;}
            .FormView_Book_List_Style{ border: 0px; margin: 0px; padding: 0px; text-align: left; width: 100%;}
                .FBL_TableTop_Style{ margin-left: 0px; padding: 0px; border-collapse: collapse; border: none; width: 100%; font-size: 14px; font-family: '微軟正黑體', 'Lucida Sans Unicode', 'Arial'; background-color: #DDD;}
                    .FBL_TableTop_Style td{ border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; border-left: none; border-right: none;}
                .FBL_Table_Style{ margin:0px; padding: 0px; border: 0px; background-color: #FFFFFF; width: 100%;}
                
                .FBL_MainTable_Style{ margin:0px; padding: 0px; border: 0px; background-color: #FFFFFF; width: 100%; font-size: 14px; font-family: '微軟正黑體', 'Lucida Sans Unicode', 'Arial'; color: #000000;}
                    .FBL_MainTable_Left_Style{ margin: 0px; padding: 0px 5px 0px 0px; border: 1px solid #EEEEEE; width: 15%; height: 20px; font-size: 13px; color: #000000;  font-weight:bold; text-align:right;}
                    .FBL_MainTable_Right_Style{ margin: 0px; padding: 0px 0px 0px 5px; border: 1px solid #EEEEEE; width: 85%; height: 20px; font-size: 14px; color: #000000; }
                    
                .FBL_PhotoTable_Style{ margin:0px; padding: 0px; border: 0px; background-color: #FFFFFF; width: 100%; font-size: 14px; font-family: '微軟正黑體', 'Lucida Sans Unicode', 'Arial'; color: #000000;}
                    .FBL_PhotoTable_TitleStyle{ margin: 0px; padding: 0px; border: 1px solid #EEEEEE; width: 100%; height: 20px; font-size: 13px; color: #000000; background-color: #DDD; font-weight:bold; text-align:center;}
                    .FBL_PhotoTable_ContentStyle{ margin: 0px; padding: 0px; border: 1px solid #EEEEEE; width: 100%; font-size: 13px; color: #000000; text-align:center;}
        /* Div Book_List_FormView End */            
            
        /* Div Book_List_GridView Start */
        Div.Book_List_GridView{ margin: 20px 0px; padding: 0px; border: 0px; width: 100%; height: auto; position: relative;}
            Div#GV_BookList_Top{margin: 0px; padding: 0px; border: 0px; width: 100%; position: relative;}
                .GV_BookList_TopTable{ margin: 0px; padding: 0px; border-collapse: collapse; border: none; width: 100%; font-size: 14px; font-family: '微軟正黑體', 'Lucida Sans Unicode', 'Arial';}
                    .GV_BookList_TopTable thead{ color: #000; background-color: #DDD;}
                    .GV_BookList_TopTable thead th{ border: none; color: #000; background-color: #DDD;}
                    .GV_BookList_TopTable thead td{ border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; border-left: none; border-right: none;}
            Div#GV_BookList_Contain{ margin: 0px; padding: 0px; border: 0px; width: 100%; position: relative;}   
                Div.GV_BookList_Contain_Header{ margin: 0px; padding: 0px; border: 0px; width: 100%; position: relative;}   
                Div.GV_BookList_Contain_Main{ margin: 0px; padding: 0px; border: 0px; width: 100%; position: relative;}  
                    .GV_BookList_Style{ margin-left: auto; margin-right: auto; margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: '微軟正黑體', 'Lucida Sans Unicode', 'Arial'; font-size: 13px; width: 100%; text-align: center;}
                        .GV_BookList_Style a{ color: #06F; text-decoration:none;}
                        .GV_BookList_Style a:hover{ color: #F00; text-decoration: underline;}
                    .GV_BookList_Row{ border-color: #333; border-style: solid; border-width: 1px 0px 0px 0px; }
                    .GV_BookList_header{ background-color: #DDD; color: #000;}
                        .GV_BookList_header a{ color: #000;  text-decoration: none;}
                        .GV_BookList_header a:hover{ color: #F00;  text-decoration: underline;}
                    .GV_BookList_footer{ margin: 0px; padding: 0px; border: 0px; width: 100%; background-color: #247; color: #FFF; font-weight: bold; font-family: '微軟正黑體', 'Lucida Sans Unicode', 'Arial'; font-size: 10px; position: relative;}
                        .GV_BookList_footer a{ color: #FFF;}
                                
        /* Div Book_List_GridView End */
/* book_list End*/

        /*Export Excel*/      
        .BRExcel_Block{ margin: 0px; padding: 0px; border: 0px; width: 100%; height: auto;}
            .Grid_BRExcel_Style{ margin: 0px; padding: 0px; font-family: '微軟正黑體', 'Lucida Sans Unicode', 'Arial'; font-size: 13px; width: 100%;}
                .Grid_BRExcel_header{ background-color: #DDD; color: #000;}
                    .Grid_BRExcel_header a{ color: #000;}