/* Minification failed. Returning unminified contents.
(114,1): run-time error CSS1019: Unexpected token, found '@charset'
(114,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(114,17): run-time error CSS1019: Unexpected token, found ';'
(120,4): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(120,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found '50%'
(120,162): run-time error CSS1019: Unexpected token, found '@keyframes'
(120,185): run-time error CSS1062: Expected semicolon or closing curly-brace, found '50%'
(120,1835): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(120,1867): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(120,2100): run-time error CSS1019: Unexpected token, found '@keyframes'
(120,2124): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(120,2555): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(120,2586): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(120,2763): run-time error CSS1019: Unexpected token, found '@keyframes'
(120,2786): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(120,3153): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(120,3184): run-time error CSS1062: Expected semicolon or closing curly-brace, found '25%'
(120,3682): run-time error CSS1019: Unexpected token, found '@keyframes'
(120,3705): run-time error CSS1062: Expected semicolon or closing curly-brace, found '25%'
(120,4408): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(120,4438): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(120,4550): run-time error CSS1019: Unexpected token, found '@keyframes'
(120,4572): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(120,5536): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(120,5566): run-time error CSS1062: Expected semicolon or closing curly-brace, found '33%'
(120,5762): run-time error CSS1019: Unexpected token, found '@keyframes'
(120,5784): run-time error CSS1062: Expected semicolon or closing curly-brace, found '33%'
(120,6746): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(120,6776): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(120,6904): run-time error CSS1019: Unexpected token, found '@keyframes'
(120,6926): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
#alert_backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    ;
    display: none;
}

#alert_dialog {
    position: fixed;
    top: 20%;
    left: 30%;
    right: 30%;
    min-width: 30em;
    padding: 20px;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0px 0px 2px 2px #6B6B6B;
    display: none;
}

#alert_title {
    color: #525252;
    padding: 0px 0px 5px 5px;
    font-weight: bold;
    font-size: 18px;
}

#alert_title, #alert_template {
    /*text-align: center;*/
}

#alert_actions {
    margin-top: 20px;
    text-align: center;
}

    #alert_actions button {
        padding: 10px 15px;
        box-sizing: border-box;
        border: 0;
        color: #FFFFFF;
        text-transform: uppercase;
        cursor: pointer;
        -khtml-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

        #alert_actions button.blue {
            background: #007aff;
        }

#alert_close {
    display: none;
}

@media only screen and (max-width:40em) {
    #alert_backdrop {
        background: transparent;
    }

    #alert_dialog {
        width: 100%;
        top: 0;
        height: 100%;
        background: rgba(255,255,255,0.80);
        left: 0;
    }

    #alert_title {
        margin: 3em 1.5em 0em 1.5em;
        font-size: 2em;
        text-align: center;
    }

    #alert_actions {
        position: absolute;
        right: 2em;
        bottom: 3em;
        left: 2em;
    }

        #alert_actions button {
            width: 100%;
            font-size: 1.2em;
            font-weight: normal;
        }

    #alert_close {
        display: block;
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        width: 1.5em;
        height: 1.5em;
        background-image: url('images/close.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@charset "UTF-8";/*!
 * loading.css -https://github.com/Dn9x/loading.js
 * Version - 1.0.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Dn9x
 */@-webkit-keyframes circle-fade{50%{opacity:.2;-webkit-transform:scale(.35);transform:scale(.35)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes circle-fade{50%{opacity:.2;-webkit-transform:scale(.35);transform:scale(.35)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.circle-fade{position:relative}.circle-fade>div:nth-child(1){top:25px;left:0;-webkit-animation:circle-fade 1s 0s infinite linear;animation:circle-fade 1s 0s infinite linear}.circle-fade>div:nth-child(2){top:17.05px;left:17.05px;-webkit-animation:circle-fade 1s .12s infinite linear;animation:circle-fade 1s .12s infinite linear}.circle-fade>div:nth-child(3){top:0;left:25px;-webkit-animation:circle-fade 1s .24s infinite linear;animation:circle-fade 1s .24s infinite linear}.circle-fade>div:nth-child(4){top:-17.05px;left:17.05px;-webkit-animation:circle-fade 1s .36s infinite linear;animation:circle-fade 1s .36s infinite linear}.circle-fade>div:nth-child(5){top:-25px;left:0;-webkit-animation:circle-fade 1s .48s infinite linear;animation:circle-fade 1s .48s infinite linear}.circle-fade>div:nth-child(6){top:-17.05px;left:-17.05px;-webkit-animation:circle-fade 1s .6s infinite linear;animation:circle-fade 1s .6s infinite linear}.circle-fade>div:nth-child(7){top:0;left:-25px;-webkit-animation:circle-fade 1s .72s infinite linear;animation:circle-fade 1s .72s infinite linear}.circle-fade>div:nth-child(8){top:17.05px;left:-17.05px;-webkit-animation:circle-fade 1s .84s infinite linear;animation:circle-fade 1s .84s infinite linear}.circle-fade>div{background-color:#fff;width:16px;height:16px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}.circle-turn-scale>div,.circle-turn>div{margin:2px;height:25px;width:25px;background:0 0!important;display:inline-block}@-webkit-keyframes rotate-scale{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.5);transform:rotate(180deg) scale(.5)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@keyframes rotate-scale{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.5);transform:rotate(180deg) scale(.5)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}.circle-turn-scale>div{border-radius:100%;border:2px solid #fff;border-bottom-color:transparent;-webkit-animation:rotate-scale .75s 0s linear infinite;animation:rotate-scale .75s 0s linear infinite}@-webkit-keyframes circle-turn{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes circle-turn{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.circle-turn>div{border-radius:100%;border:2px solid #fff;border-bottom-color:transparent;-webkit-animation:circle-turn .75s 0s linear infinite;animation:circle-turn .75s 0s linear infinite}@-webkit-keyframes square-flip{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes square-flip{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.square-flip>div{width:50px;height:50px;background:#fff;border:0;-webkit-animation:square-flip 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:square-flip 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}@-webkit-keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.45)}}@keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.45);transform:scaley(.45)}}.line-scale>div:nth-child(1){-webkit-animation:line-scale 1s .1s infinite;animation:line-scale 1s .1s infinite}.line-scale>div:nth-child(2){-webkit-animation:line-scale 1s .2s infinite;animation:line-scale 1s .2s infinite}.line-scale>div:nth-child(3){-webkit-animation:line-scale 1s .3s infinite;animation:line-scale 1s .3s infinite}.line-scale>div:nth-child(4){-webkit-animation:line-scale 1s .4s infinite;animation:line-scale 1s .4s infinite}.line-scale>div:nth-child(5){-webkit-animation:line-scale 1s .5s infinite;animation:line-scale 1s .5s infinite}.line-scale>div{background-color:#fff;width:4px;height:36px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}.jump-pulse>div,.line-pulse>div{background-color:#fff;width:16px;height:16px;border-radius:100%;margin:2px;display:inline-block}@-webkit-keyframes jump-pulse{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes jump-pulse{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.jump-pulse>div:nth-child(0){-webkit-animation:jump-pulse .75s 0s infinite ease-in-out;animation:jump-pulse .6s 0s infinite ease-in-out}.jump-pulse>div:nth-child(1){-webkit-animation:jump-pulse .75s .1s infinite ease-in-out;animation:jump-pulse .75s .1s infinite ease-in-out}.jump-pulse>div:nth-child(2){-webkit-animation:jump-pulse .75s .2s infinite ease-in-out;animation:jump-pulse .75s .2s infinite ease-in-out}.jump-pulse>div:nth-child(3){-webkit-animation:jump-pulse .75s .3s infinite ease-in-out;animation:jump-pulse .75s .3s infinite ease-in-out}.jump-pulse>div:nth-child(4){-webkit-animation:jump-pulse .75s .4s infinite ease-in-out;animation:jump-pulse .75s .4s infinite ease-in-out}.jump-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes line-pulse{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.75}}@keyframes line-pulse{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.75}}.line-pulse>div:nth-child(0){-webkit-animation:line-pulse .75s 0s infinite alternate;animation:line-pulse .75s 0s infinite alternate}.line-pulse>div:nth-child(1){-webkit-animation:scale .75s .1s infinite;animation:line-pulse .75s .1s infinite}.line-pulse>div:nth-child(2){-webkit-animation:line-pulse .75s .2s infinite;animation:line-pulse .75s .2s infinite}.line-pulse>div:nth-child(3){-webkit-animation:line-pulse .75s .3s infinite;animation:line-pulse .75s .3s infinite}.line-pulse>div:nth-child(4){-webkit-animation:line-pulse .75s .4s infinite;animation:line-pulse .75s .4s infinite}.line-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both}
html { height: 100%; }
body { width: 100%; height: 80%; min-height: 40em;/* background-color: #eee;*/ color: #333; margin: 0; padding: 0; }
input[type=button], input[type=submit] {
    background-color: #8cf;
    color: #fff;
    border: 1px solid #ccc;
    font-weight: 600;
    padding: 0.2em 0.5em;
    margin-left: 0.5em;
    border-radius: 5px;
}

input[type=button], input[type=submit] {
    background-image: -webkit-linear-gradient(top, #adf 0%, #1be 90%);
    background-image: -moz-linear-gradient(top, #adf 0%, #1be 90%);
    background-image: -o-linear-gradient(top, #adf 0%, #1be 90%);
    background-image: -ms-linear-gradient(top, #adf 0%, #1be 90%);
}

    input[type=button]:hover, input[type=submit]:hover {
        background-color: #ddd;
    }

    input[type=button]:hover, input[type=submit]:hover {
        background-image: -webkit-linear-gradient(top, #eee 0%, #ccc 90%);
        background-image: -moz-linear-gradient(top, #eee 0%, #ccc 90%);
        background-image: -o-linear-gradient(top, #eee 0%, #ccc 90%);
        background-image: -ms-linear-gradient(top, #eee 0%, #ccc 90%);
    }
input[type=text], input[type=password], select {
    width: 15em;
     min-width: 50%;
    font-size: 16px;
}
    input[type=text]:focus, input[type=password]:focus, select:focus { background-color: #eff; }
    input[type=text].twins { width: 5em; min-width: 35%; max-width: 45%; }
textarea { width: 90%; height: 5em; }
pre { border: 0; margin: 0; padding: 0; }

td.free_width input { min-width: initial; max-width: initial; width: auto; }
td.free_width select { min-width: initial; max-width: initial; width: auto; }

.header {
    width: 100%;
   /* background-color: #f0f0f0;*/
    color: #777;
    line-height: 70px;
}
    .header .title {
        display: inline-block;
        font-size: 1.3em;
        background: url('/Content/System/logo.jpg') no-repeat transparent;
        background-size: cover;
       /* padding-left: 220px;*/
        letter-spacing: 1em;
        height: 40px;
        width:175px;
    }
    .header .logout { display: inline-block; float: right; font-size: 1.5em; text-align: center; width: 4em; font-weight: 600; border-left: 2px solid #ccc; cursor: pointer; }
        .header .logout:hover { background-color: #f7f7f7; color: #444; }

.content { width: 100%; height: 100%; min-height: 30em; background-color: #fff; color: #000; }
.content { background-image: -webkit-linear-gradient(top, #fff 0%, #f9f9f9 50%, #cde 100%); background-image: -moz-linear-gradient(top, #fff 0%, #f9f9f9 50%, #cde 100%); background-image: -o-linear-gradient(top, #fff 0%, #f9f9f9 50%, #cde 100%); background-image: -ms-linear-gradient(top, #fff 0%, #f9f9f9 50%, #cde 100%); }
    /*id selector*/
    .content #left_block {  height: 100%; float: left; background-color: #bbb; border-radius: 0; border-width: 0; padding: 0; font-size: 0.85em; }
    .content #right_block { height: 100%; max-height: 100%; overflow-x: hidden; overflow-y: auto; float: left; font-size: 0.85em; }
        .content #right_block::-webkit-scrollbar { display: none; }

    /*element selector*/
    .content table { width: 90%; margin: .3em auto; border: 1px solid #079; border-collapse: collapse;  }
    .content caption { background-color: #079; color: #fff; font-size: 26px; font-weight: 600;  }
    .content th { background-color: #0ac; color: #fff; font-weight: 600; padding: 0.3em 0; }
    .content td { padding: 0.2em 0.5em; border: 1px solid #079; }
        .content td.center { text-align: center; }
        .content td.right { text-align: right; }
        .content td label.error { display: inline-block; color: #f00; font-size: 0.85em; font-weight: 600; }
    .content span.red { color: #f00; font-size: 0.85em; font-weight: 400; }

    /*class selector*/
    .content .function_name_bar { width: 95%; background-color: #0ac; color: #fff; font-size: 1.5em; font-weight: 600; line-height: 1.5em; padding-left: 5%; }
    .content .header_option_bar { width: 90%; margin: 1em auto; }
    .content .footer_option_bar { width: 90%; margin: 1em auto; text-align: center; }
    .content .alert_text_bar { width: 80%; font-size: 0.8em; color: #f00; margin: 0 auto; }

    .content .login { width: 600px; padding: 2em; margin: 0 auto; }
        .content .login div {
            border: 1px solid #B3B3B3;
            border-radius: 1em;
            padding: 80px 60px;
        }
        .content .login table { width: 470px; border: 0; margin: 0; }
        .content .login caption { color: #000; text-align: center;  background-color: transparent; }
        .content .login td { border: 0; }

    .content .list_table tr:nth-child(2n) { background-color: #ddd; }

    .content .edit_table td:nth-child(2n+1) { background-color: #0ac; color: #fff; font-weight: 600; padding-right: 0.5em; text-align: right; }
    .content .edit_table .one td:nth-child(2n+1) { width: 20%; }
    .content .edit_table .one td:nth-child(2n) { width: 80%; }
    .content .edit_table .two td:nth-child(2n+1) { width: 12%; }
    .content .edit_table .two td:nth-child(2n) { width: 30%; }
    .content .edit_table .two .winning { min-width: 50px;width: 50px; text-align:right; }

    .content .edit_table .shop_sign_bg { width: 95%; }
    .content .edit_table .shop_sign_bg div { width: 200px; height: 35px; background-size: 100% 100%; }

    .content .edit_table .shop_icom { width: 95%; }
    .content .edit_table .shop_icom div { width: 110px; height: 110px; background-size: 100% 100%; }

    .content .edit_table .shop_alarm_image { width: 95%; }
    .content .edit_table .shop_alarm_image div {
        width: 100%;
        height: 110px;
        background-size: 100% 100%;
    }

    .content .edit_table .image_bg { width: 95%; }
        .content .edit_table .image_bg div { width: 200px; height: 200px; background-size: 100% 100%; }

    .content .selected_table div { display: inline-block; }
    .content .selected_table select { width: 100%; }
    .content .selected_table input[type=button] { width: 80%; margin: 15px 0; }
    .content .selected_table div select, .content .selected_table div input[type=text] { width: 110px; min-width: initial; }

.footer { width: 100%; background-color: #777; font-size: 0.8em; color: #fff; text-align: center; padding: 10px 0; }
/*tablePagination*/
#tablePagination { text-align: center; background: #e2e2e2; border-top: solid 1px #c9c1c1; font-size: 1em; }
    #tablePagination #tablePagination_rowsPerPage { display: none; }
    #tablePagination ul#tablePagination_paginater { margin: 0; padding: 0; }
        #tablePagination ul#tablePagination_paginater li { margin: 0 0.2em; display: inline-block; }
            #tablePagination ul#tablePagination_paginater li a { text-decoration: none; }
                #tablePagination ul#tablePagination_paginater li a:hover { background: #d1551f; color: #fff; cursor: pointer; }
            #tablePagination ul#tablePagination_paginater li input { text-align: center; margin: 0 0.1em; width: 2em; }

.tablePagination { text-align: center; background: #e2e2e2; border-top: solid 1px #c9c1c1; font-size: 1em; }
    .tablePagination .tablePagination_rowsPerPage { display: none; }
    .tablePagination ul.tablePagination_paginater { margin: 0; padding: 0; }
        .tablePagination ul.tablePagination_paginater li { margin: 0 0.2em; display: inline-block; }
            .tablePagination ul.tablePagination_paginater li a { text-decoration: none; }
                .tablePagination ul.tablePagination_paginater li a:hover { background: #d1551f; color: #fff; cursor: pointer; }
            .tablePagination ul.tablePagination_paginater li input { text-align: center; margin: 0 0.1em; width: 2em; }
/*Hilo*/
.display_table { display :none ;}

.Table_FQ
{
    font-family: verdana,arial,sans-serif;
	font-size:12px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
	width:initial;
	margin: initial;
}

.Table_FQ th {
	background:#b5cfd2 url('/Content/images/cell-blue.jpg');
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #999999;
	white-space: nowrap;
    font-size :13px;
    font-weight :900;
}
.Table_FQ td {
	background:#dcddc0 ;
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #999999;
}

.FQ_Top {
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}

.FQ_Top{
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}

.FQ_Top th {
	border-width: 1px;
	border-color: #999999;
	white-space: nowrap;
    font-size :13px;
    height :30px;
    
}
.FQ_Top td {
	background:#dcddc0 url('/Content/images/cell-grey.jpg');
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	cursor:pointer ;
}
.FQ_Header {
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
	
}
.FQ_Header th {
	background:#b5cfd2 url('/Content/images/cell-blue.jpg');
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
	color:#333333;
	text-align :center ;
}
.FQ_Header td {
	background:#dcddc0 url('/Content/images/cell-grey.jpg');
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
	cursor:pointer ;
	text-align :left ;
}
.FQ_Header div 
{
    width:120px;
    overflow :hidden ;
	cursor:pointer ;
	height :20px;
	white-space: nowrap;
	line-height :20px;
}
.FQ_Footer {
	font-family: verdana,arial,sans-serif;
	font-size:14px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}
.FQ_Footer td {
	background:#dcddc0 url('/Content/images/cell-blue.jpg');
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #999999;
	cursor:pointer ;
	font-weight :600;
	color :#2E64FE;
	width :25px;
	height :25px;
}
.FQ_Footer.Select {
    background-color :Red ;
}
