/* 文字變化 */
.font15
{
    font-size: 15px;
}
.font20
{
    font-size: 20px;
}
.margin-t10
{
    margin-top: 10px;
    position: relative;
}
.margin-b10
{
    margin-bottom: 10px;
    position: relative;
}
.margin-b20
{
    margin-bottom: 20px;
    position: relative;
}
.txt-bold
{
    font-weight: bold;
}

/* 無資料 */
.no-data
{
    padding: 50px 0;
    font-size: 15px;
    font-weight: bold;
    color: #036;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
}
.no-data-s
{
    padding: 50px 0;
    font-size: 15px;
    font-weight: bold;
    color: #036;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    text-decoration: none;
}

/*----------------------------------------------------------*/

/* 文字顏色 */
.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: #04c;
    text-decoration: none;
}
.txt-brown
{
    color: #900;
    text-decoration: none;
}
.txt-brown02
{
    color: #c60;
    text-decoration: none;
}
.txt-green
{
    color: #090;
    text-decoration: none;
}
.txt-red
{
    letter-spacing: 1px;
    color: #F00;
    text-decoration: none;
}
.txt-red02
{
    color: #c33;
    text-decoration: none;
}
.txt-pink
{
    color: #F06;
    text-decoration: none;
}
.txt-purple
{
    color: #50a;
    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: 15px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.title-4
{
    font-size: 15px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
}
.title-5
{
    font-size: 15px;
    font-weight: bold;
    color: #555;
    text-decoration: none;
}
.title-6
{
    font-weight: bold;
    color: #666;
    text-decoration: none;
}
.title-blue
{
    font-size: 15px;
    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: 15px;
    font-weight: bold;
    color: #060;
    text-decoration: none;
}
.title-red
{
    font-weight: bold;
    color: #F00;
    text-decoration: none;
}
.title-red02
{
    font-weight: bold;
    color: #b00;
    text-decoration: none;
}
.title-orange
{
    font-size: 15px;
    font-weight: bold;
    color: #F60;
    text-decoration: none;
}
.title-pink
{
    font-weight: bold;
    color: #F06;
    text-decoration: none;
}
.title-purple
{
    font-size: 15px;
    font-weight: bold;
    color: #50a;
    text-decoration: none;
}
.title-purple-20
{
    font-size: 20px;
    font-weight: bold;
    color: #50a;
    text-decoration: none;
}
.title-yellow
{
    font-weight: bold;
    color: #ff0;
    text-decoration: none;
}

/*----------------------------------------------------------*/

/* 框和線 */
.border-ccc
{
    border: 1px solid #CCC;
    text-decoration: none;
}
.border-green
{
    border: 1px solid #360;
    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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_images/btn12.gif) no-repeat;
    width: 130px;
    height: 30px;
    border: 0;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}

/*----------------------------------------------------------*/

/* 色塊按鈕 */
.btn-small-green
{
    background: url(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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(../btn_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
{
	height:26px;
    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
{
	height:26px;
    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
{
	height:26px;
    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
{
	height:26px;
    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
{
	height:26px;
    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;
}

/*----------------------------------------------------------*/

/* 列表區-橫向(blue) */
.blue_table
{
    margin: 0 auto;
    border: 1px solid #ccc;
    border-bottom: 0;
}
.blue_table th
{
    font-size: 15px;
    font-weight: bold;
    color: #47a;
    background-color: #eff;
    border-bottom: 1px solid #ccc;
}
.blue_table td
{
    border-bottom: 1px solid #ccc;
}

/*----------------------------------------------------------*/

/* 圓角框 */
/* 灰色 */
.c1f, .c2f, .c3f, .c4f
{
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #F1F1F1;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.c1f
{
    height: 1px;
    margin: 0 5px;
    background: #cccccc;
}
.c2f
{
    height: 1px;
    margin: 0 3px;
    border-right-width: 2px;
    border-left-width: 2px;
}
.c3f
{
    height: 1px;
    margin: 0 2px;
}
.c4f
{
    height: 2px;
    margin: 0 1px;
}
.fillet-box
{
    margin: 0 auto;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.c5f, .c6f, .c7f, .c8f
{
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #FFFFFF;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.c5f
{
    height: 1px;
    margin: 0 5px;
    background: #CCCCCC;
}
.c6f
{
    height: 1px;
    margin: 0 3px;
    border-right-width: 2px;
    border-left-width: 2px;
}
.c7f
{
    height: 1px;
    margin: 0 2px;
}
.c8f
{
    height: 2px;
    margin: 0 1px;
}
