/*---文字變化---*/
.txt-bold
{
    font-weight: bold;
}

/* 無資料 */
.no-bg-data
{
    padding: 60px 0;
    font-size: 0.938rem;
    font-weight: bold;
    color: #036;
    text-align: center;
    text-decoration: none;
}
.no-data
{
    padding: 50px 0;
    font-size: 0.938rem;
    font-weight: bold;
    color: #036;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
}
.no-data-s
{
    padding: 50px 0;
    font-size: 0.938rem;
    font-weight: bold;
    color: #036;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    text-decoration: none;
}

/*---表格距離---*/
.margin-b10
{
    margin-bottom: 10px;
    position: relative;
}
.margin-b20
{
    margin-bottom: 20px;
    position: relative;
}

/*---文字顏色---*/
.txt-3
{
    color: #333;
    text-decoration: none;
}
.txt-4
{
    color: #444;
    text-decoration: none;
}
.txt-5
{
    color: #555;
    text-decoration: none;
}
.txt-6
{
    color: #666;
    text-decoration: none;
}
.txt-blue
{
    color: #00F;
    text-decoration: none;
}
.txt-blue02
{
    color: #048;
    text-decoration: none;
}
.txt-blue03
{
    color: #06c;
    text-decoration: none;
}
.txt-brown
{
    color: #900;
    text-decoration: none;
}
.txt-brown02
{
    color: #c60;
    text-decoration: none;
}
.txt-green
{
    color: #060;
    text-decoration: none;
}
.txt-red
{
    letter-spacing: 1px;
    color: #F00;
    text-decoration: none;
}
.txt-red02
{
    color: #c00;
    text-decoration: none;
}
.txt-pink
{
    color: #F06;
    text-decoration: none;
}
.txt-purple
{
    color: #50a;
    text-decoration: none;
}
.txt-purple02
{
    color: #B49;
    text-decoration: none;
}
.txt-white
{
    color: #FFF;
    text-decoration: none;
}
.txt-yellow
{
    color: #ff0;
    text-decoration: none;
}
.txt-orange
{
    color: #f60;
    text-decoration: none;
}

.title-3
{
    font-size: 0.938rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.title-4
{
    font-size: 0.938rem;
    font-weight: bold;
    color: #444;
    text-decoration: none;
}
.title-5
{
    font-size: 0.938rem;
    font-weight: bold;
    color: #555;
    text-decoration: none;
}
.title-6
{
    font-size: 0.938rem;
    font-weight: bold;
    color: #666;
    text-decoration: none;
}
.title-blue
{
    font-size: 0.938rem;
    font-weight: bold;
    color: #47a;
    text-decoration: none;
}
.title-blue02
{
    font-weight: bold;
    color: #06b;
    text-decoration: none;
}
.title-blue03
{
    font-weight: bold;
    color: #025;
    text-decoration: none;
}
.title-brown
{
    font-weight: bold;
    color: #900;
    text-decoration: none;
}
.title-brown02
{
    font-weight: bold;
    color: #c60;
    text-decoration: none;
}
.title-brown03
{
    font-weight: bold;
    color: #530;
    text-decoration: none;
}
.title-green
{
    font-size: 0.938rem;
    font-weight: bold;
    color: #060;
    text-decoration: none;
}
.title-red
{
    font-weight: bold;
    color: #F00;
    text-decoration: none;
}
.title-red02
{
    font-weight: bold;
    color: #c00;
    text-decoration: none;
}
.title-orange
{
    font-size: 0.938rem;
    font-weight: bold;
    color: #F60;
    text-decoration: none;
}
.title-pink
{
    font-weight: bold;
    color: #F06;
    text-decoration: none;
}
.title-purple
{
    font-size: 0.938rem;
    font-weight: bold;
    color: #50a;
    text-decoration: none;
}
.title-purple02
{
    font-size: 1.125rem;
    font-weight: bold;
    color: #B49;
    text-decoration: none;
}
.title-yellow
{
    font-weight: bold;
    color: #ff0;
    text-decoration: none;
}

/* 框和線 */
.border-ccc
{
    border: 1px solid #ccc;
    text-decoration: none;
}

.line-de /*下虛線*/
{
    border-bottom: 1px dashed #ccc;
    text-decoration: none;
}
.line-s /*下實線*/
{
    border-bottom: 1px solid #ccc;
    text-decoration: none;
}
.line-do /*下點線*/
{
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
}

/* 表格顏色 */
.grid-white
{
    background-color: #FFF;
}
.grid-yellow
{
    background-color: #FFC;
}
.grid-blue
{
    background-color: #eff;
}
.grid-gray
{
    background-color: #F1F1F1;
}
.grid-editor
{
    background-color: #EEE;
}
.grid-green
{
    background-color: #efe;
}
.grid-pink
{
    background-color: #fef;
}

/* 按鈕 */
.submitbutton
{
    background: url(../images/btn01.gif) no-repeat;
    width: 125px;
    height: 30px;
    border: 0;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.resetbutton
{
    background: url(../images/btn02.gif) no-repeat;
    width: 125px;
    height: 30px;
    border: 0;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.backbutton
{
    background: url(../images/btn03.gif) no-repeat;
    width: 125px;
    height: 30px;
    border: 0;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.fixbutton
{
    background: url(../images/btn04.gif) no-repeat;
    width: 125px;
    height: 30px;
    border: 0;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.deletebutton
{
    background: url(../images/btn05.gif) no-repeat;
    width: 125px;
    height: 30px;
    border: 0;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.nextbutton
{
    background: url(../images/btn06.gif) no-repeat;
    width: 125px;
    height: 30px;
    border: 0;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.previousbutton
{
    background: url(../images/btn07.gif) no-repeat;
    width: 125px;
    height: 30px;
    border: 0;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.searchbutton
{
    background: url(../images/btn08.gif) no-repeat;
    width: 125px;
    height: 30px;
    border: 0;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.listbutton
{
    background: url(../images/btn09.gif) no-repeat;
    width: 125px;
    height: 30px;
    border: 0;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.speakbutton
{
    background: url(../images/btn10.gif) no-repeat;
    width: 125px;
    height: 30px;
    border: 0;
    text-indent: 15px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.gobutton
{
    background: url(../images/btn11.gif) no-repeat;
    width: 60px;
    height: 26px;
    color: #040;
    border: 0;
    text-indent: 15px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.spacebutton
{
    background: url(../images/btn12.gif) no-repeat;
    width: 130px;
    height: 30px;
    border: 0;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}

/*----------------------------------------------------------*/

/* 色塊按鈕 */
.btn-small-green
{
    background: url(../images/btn-small-g.gif) no-repeat;
    width: 25px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
/* 短 */
.btn-short-green
{
    background: url(../images/btn-short-g.gif) no-repeat;
    width: 40px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-short-blue
{
    background: url(../images/btn-short-b.gif) no-repeat;
    width: 40px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-short-yellow
{
    background: url(../images/btn-short-y.gif) no-repeat;
    width: 40px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-short-pink
{
    background: url(../images/btn-short-p.gif) no-repeat;
    width: 40px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-short-purple
{
    background: url(../images/btn-short-pu.gif) no-repeat;
    width: 40px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-short-gray
{
    background: url(../images/btn-short-r.gif) no-repeat;
    width: 40px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
/* 中 */
.btn-middle-yellow
{
    background: url(../images/btn-middle-y.gif) no-repeat;
    width: 60px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
/* 長 */
.btn-long-green
{
    background: url(../images/btn-long-g.gif) no-repeat;
    width: 80px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-long-blue
{
    background: url(../images/btn-long-b.gif) no-repeat;
    width: 80px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-long-yellow
{
    background: url(../images/btn-long-y.gif) no-repeat;
    width: 80px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-long-pink
{
    background: url(../images/btn-long-p.gif) no-repeat;
    width: 80px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-long-purple
{
    background: url(../images/btn-long-pu.gif) no-repeat;
    width: 80px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
/* 超大 */
.btn-big-green
{
    background: url(../images/btn-big-g.gif) no-repeat;
    width: 120px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-big-blue
{
    background: url(../images/btn-big-b.gif) no-repeat;
    width: 120px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-big-yellow
{
    background: url(../images/btn-big-y.gif) no-repeat;
    width: 120px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-big-pink
{
    background: url(../images/btn-big-p.gif) no-repeat;
    width: 120px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-big-purple
{
    background: url(../images/btn-big-pu.gif) no-repeat;
    width: 120px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-big-gray
{
    background: url(../images/btn-big-r.gif) no-repeat;
    width: 120px;
    height: 26px;
    padding: 3px 0;
    border: 0;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}

/*----------------------------------------------------------*/

.btn-green
{
    cursor: pointer;
    color: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 10px;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #050;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 40%, #bbdd99 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fcfcfc), color-stop(100%,#bbdd99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 40%,#bbdd99 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 40%,#bbdd99 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 40%,#bbdd99 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 40%,#bbdd99 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#bbdd99',GradientType=0 ); /* IE6-9 */
}
.btn-blue
{
    cursor: pointer;
    color: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 10px;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #029;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 40%, #aaccff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fcfcfc), color-stop(100%,#aaccff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 40%,#aaccff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 40%,#aaccff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 40%,#aaccff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 40%,#aaccff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#aaccff',GradientType=0 ); /* IE6-9 */
}
.btn-yellow
{
    cursor: pointer;
    color: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 10px;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #f60;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 40%, #ffff99 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fcfcfc), color-stop(100%,#ffff99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 40%,#ffff99 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 40%,#ffff99 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 40%,#ffff99 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 40%,#ffff99 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffff99',GradientType=0 ); /* IE6-9 */
}
.btn-pink
{
    cursor: pointer;
    color: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 10px;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #f06;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 40%, #ffddee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fcfcfc), color-stop(100%,#ffddee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 40%,#ffddee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 40%,#ffddee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 40%,#ffddee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 40%,#ffddee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffddee',GradientType=0 ); /* IE6-9 */
}
.btn-purple
{
    cursor: pointer;
    color: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 10px;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #53c;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 40%, #ccccff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fcfcfc), color-stop(100%,#ccccff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 40%,#ccccff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 40%,#ccccff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 40%,#ccccff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 40%,#ccccff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ccccff',GradientType=0 ); /* IE6-9 */
}

/*----------------------------------------------------------*/

/* 框格連結 */
.item-link
{
    margin: 0 auto;
    text-align: center;
    background-color: #CCC;
    position: relative;
}
.item-link th
{
    font-weight: normal;
    background-color: #ffc;
    color: #f06;
}
.item-link td
{
    background-color: #fff;
}
.item-link a
{
    color: #333;
    text-decoration: none;
}
.item-link a:hover
{
    color: #F60;
    text-decoration: none;
}

/*----------------------------------------------------------*/

/* 框格範例 */
.gray_table
{
    border-collapse: collapse;
}
.gray_table th
{
    background-color: #f1f1f1;
}

/*----------------------------------------------------------*/

/* 列表區-橫向(blue) */
.blue_table
{
    margin: 0 auto;
    border: 1px solid #ccc;
    border-bottom: 0;
}
.blue_table th
{
    font-size: 0.938rem;
    font-weight: bold;
    color: #47a;
    background-color: #eff;
    border-bottom: 1px solid #ccc;
}
.blue_table td
{
    border-bottom: 1px solid #ccc;
}

/*----------------------------------------------------------*/

/* 列表區-垂直(yellow) */
.yellow-vertical-table
{
    margin: 0 auto;
    background-color: #CCC;
    position: relative;
}
.yellow-vertical-table th
{
    text-align: right;
    font-weight: normal;
    background-color: #FFC;
}
.yellow-vertical-table td
{
    background-color: #FFF;
}
.yellow-vertical-table .yellow-editor
{
    background-color: #eee;
}
/* 列表區-橫向(yellow) */
.yellow-level-table
{
    margin: 0 auto;
    background-color: #CCC;
    position: relative;
}
.yellow-level-table th
{
    color: #f06;
    background-color: #FFC;
}
.yellow-level-table td
{
    background-color: #FFF;
}

/*--------------------------------------------------*/

/* 列表區-橫向(gray) */
.gray-level-table
{
    margin: 0 auto;
    background-color: #CCC;
    position: relative;
}
.gray-level-table th
{
    background-color: #F1F1F1;
}
.gray-level-table td
{
    background-color: #FFF;
}
/* 列表區-直向(gray) */
.gray-vertical-table
{
    margin: 0 auto;
    background-color: #CCC;
    position: relative;
}
.gray-vertical-table th
{
    text-align: right;
    font-weight: normal;
    background-color: #F1F1F1;
}
.gray-vertical-table td
{
    background-color: #FFF;
}

/*--------------------------------------------------*/