﻿/*------------------------------------*\
    聚星幫共用css表    
    作者：秦孝誠
    日期：2013-10-21
    https://plus.google.com/101271992058572427440/posts
\*------------------------------------*/
.h1_title
{
    padding: 10px;
    font-size: 1.5em;
    font-family: Microsoft JhengHei;
    font-weight: bold;
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: #FF9900;
    line-height: 44px;
    text-shadow: 1px 1px 2px #999999;
}
/*------------------------------------*\
   字體
    作者：秦孝誠
    日期：2013-10-21
    https://plus.google.com/101271992058572427440/posts
\*------------------------------------*/
.text_shadow
{
    text-shadow: 1px 1px 2px #999;
}

.texttype
{
    font-family: Microsoft JhengHei;
    font-weight: bold;
}

.text-nowrap
{
    white-space: nowrap;
}

.ArticleBlock
{
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
    position: relative;
    font-size: 1em;
    overflow: hidden;
    line-height: 2em;
}

    .ArticleBlock img
    {
        max-width:100%;
    }

    

.ArticleBlock2
{
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
    position: relative;
    font-size: 1em;
    overflow: hidden;
    line-height: 2em;
}

    .ArticleBlock2 img
    {
        max-width: 100%;
    }

.mytitle
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*------------------------------------*\
    圓角 
    作者：秦孝誠
    日期：2013-10-21
    https://plus.google.com/101271992058572427440/posts
\*------------------------------------*/
.radius
{
    border-style: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.radius_5
{
    border-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.radius_20
{
    border-style: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-radius: 30px 30px 30px 30px;
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.radius_40
{
    border-style: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border-radius: 40px 40px 40px 40px;
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.radius_200
{
    border-style: none;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    border-radius: 200px 200px 200px 200px;
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.radius_Top
{
    border-style: none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-radius: 10px 10px 0px 0px;
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.radius_bottom
{
    border-style: none;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-radius: 0px 0px 10px 10px;
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.lifted
{
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.curled
{
    border: 1px solid #efefef;
    -moz-border-radius: 0 0 120px 120px / 0 0 6px 6px;
    border-radius: 0 0 120px 120px / 0 0 6px 6px;
}
/*------------------------------------*\
    陰影
    作者：秦孝誠
    日期：2013-10-30
    https://plus.google.com/101271992058572427440/posts
\*------------------------------------*/
.shadow
{
    border-style: none;
    -moz-box-shadow: 0px 0px 5px #999999; /* Firefox */
    -webkit-box-shadow: 0px 0px 5px #999999; /* Safari and Chrome */
    box-shadow: 0px 0px 5px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.shadow-inset
{
    border-style: none;
    -moz-box-shadow: -0px -0px 5px #999 inset; /* For Firefox3.6+ */
    -webkit-box-shadow: -0px -0px 5px #999 inset; /* For Chrome5+, Safari5+ */
    box-shadow: -0px -0px 5px #999 inset; /* For Latest Opera */
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.shadow_right
{
    border-style: none;
    -moz-box-shadow: 2px 0px 2px #333; /* Firefox */
    -webkit-box-shadow: 2px 0px 2px #333; /* Safari and Chrome */
    box-shadow: 2px 0px 2px #333; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.shadowButtom
{
    border-style: none;
    -moz-box-shadow: 0px 2px 2px #999999; /* Firefox */
    -webkit-box-shadow: 0px 2px 2px #999999; /* Safari and Chrome */
    box-shadow: 0px 2px 2px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.shadowButtom_333
{
    border-style: none;
    -moz-box-shadow: 0px 2px 2px #333; /* Firefox */
    -webkit-box-shadow: 0px 2px 2px #333; /* Safari and Chrome */
    box-shadow: 0px 2px 2px #333; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.shadow-top
{
    border-style: none;
    -moz-box-shadow: 0px -2px 2px #999999; /* Firefox */
    -webkit-box-shadow: 0px -2px 2px #999999; /* Safari and Chrome */
    box-shadow: 0px -2px 2px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.drop-shadow
{
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

/*------------------------------------*\
    表格
    作者：秦孝誠
    日期：2013-10-21
    https://plus.google.com/101271992058572427440/posts
\*------------------------------------*/
.index_list
{
    padding: 5px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    font-size: 0.83em;
}

.table_edit
{
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

.table_head
{
    padding: 5px;
    color: #3399FF;
    font-size: 0.83em;
    font-weight: bold;
    text-shadow: 1px 1px 1px #999999;
}

.table_title
{
    padding: 5px;
    border: 1px outset #2A3D6F;
    text-align: center;
    font-weight: bold;
    color: #666666;
    font-family: Microsoft JhengHei;
    font-size: 0.83em;
    background-color: #EEEEEE;
    vertical-align: middle;
}

.table_cont
{
    padding: 5px;
    border: 1px solid #112535;
    font-size: 0.83em;
    color: #333333;
}

.table_cont_must
{
    padding: 5px;
    border: 1px solid #112535;
    font-size: 0.83em;
    color: #333333;
    background-color: #FFFF99;
}
/*------------------------------------*\
    浮動
    作者：秦孝誠
    日期：2013-10-21
    https://plus.google.com/101271992058572427440/posts
\*------------------------------------*/

.floatR
{
    float: right;
}

.floatL
{
    float: left;
}

/*------------------------------------*\
    icon
    作者：秦孝誠
    日期：2013-10-21
    https://plus.google.com/101271992058572427440/posts
\*------------------------------------*/
.icon_user
{
    background-position: 5px 0px;
    height: 15px;
    width: 120px;
    font-size: 0.83em;
    background-image: url('http://Image.gs8.com.tw/image/sys/icon/user.png');
    background-repeat: no-repeat;
    padding-left: 25px;
}

.icon_up
{
    background-position: 5px 0px;
    height: 15px;
    background-image: url('http://Image.gs8.com.tw/image/sys/icon/up.png');
    background-repeat: no-repeat;
    padding-left: 25px;
}

.icon_down
{
    background-position: 5px 0px;
    height: 15px;
    background-image: url('http://Image.gs8.com.tw/image/sys/icon/down.png');
    background-repeat: no-repeat;
    padding-left: 25px;
}

.icon_map
{
    background-position: 5px 5px;
    background-image: url('http://Image.gs8.com.tw/image/sys/aw.gif');
    background-repeat: no-repeat;
    padding-left: 25px;
}

.Area_Block_Title
{
    padding: 5px;
    font-size: 1.8em;
    font-weight: bold;
    text-align: left;
    font-family: Microsoft JhengHei;
    background-color: #FFFFFF;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    color: #000000;
}

.Area_Block
{
    padding: 5px;
    text-align: left;
    background-color: #FFFFFF;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    color: #000000;
}

.Error_message
{
    padding: 5px;
    background-color: #FD9CA3;
    color: #800000;
    font-weight: bold;
    font-size: 0.83em;
}



.btn_css
{
    text-align: right;
    padding: 10px;
}

.image_shadow
{
    -moz-box-shadow: 0px 0px 10px #999999; /* Firefox */
    -webkit-box-shadow: 0px 0px 10px #999999; /* Safari and Chrome */
    box-shadow: 0px 0px 10px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.clear_both
{
    clear: both;
}

.icon_list1
{
    background-image: url('http://Image.gs8.com.tw/image/sys/list.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: right;
}

.icon_list2
{
    background-image: url('http://Image.gs8.com.tw/image/sys/list2.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: right;
}

.image-background-color
{
    background-color: #000000;
}

.img_css
{
    width: 100%;
    height: auto;
    display: block;
    border: 0;
    -moz-box-shadow: 2px 2px 2px #999999; /* Firefox */
    -webkit-box-shadow: 2px 2px 2px #999999; /* Safari and Chrome */
    box-shadow: 2px 2px 2px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=2);
    behavior: url(/css/PIE.htc);
}

.radius35
{
    border-style: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border-radius: 35px 35px 35px 35px;
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
    width: 35px;
    height: 35px;
}

.radius35_2
{
    border-style: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border-radius: 35px 35px 35px 35px;
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.radius200
{
    border-style: none;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    border-radius: 200px 200px 200px 200px;
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.radius_Half_200
{
    border-style: none;
    -webkit-border-top-right-radius: 200px;
    -webkit-border-top-left-radius: 200px;
    -moz-border-radius-topright: 200px;
    -moz-border-radius-topleft: 200px;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
    border-radius: 200px 200px 0px 0px;
    behavior: url(http://blog.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.star
{
    margin: 50px 0;
    position: relative;
    display: block;
    color: #fc2e5a;
    width: 0px;
    height: 0px;
    border-right: 100px solid transparent;
    border-bottom: 70px solid #fc2e5a;
    border-left: 100px solid transparent;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
}


/*icon樣式表*/
.icon-pencil3:before
{
    content: "\f044";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-pencil2:before
{
    content: "\f040";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-user:before
{
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-user2:before
{
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
}

.icon-picture:before
{
    content: "\f03e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-lock:before
{
    content: "\f23e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-plus:before
{
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-group:before
{
    content: "\f0c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-question:before
{
    content: "\f128";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-building:before
{
    content: "\f0f7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-bug:before
{
    content: "\f188";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-envelope:before
{
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-cog:before
{
    content: "\f013";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-pencil:before
{
    content: "\f03e";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-comments-alt:before
{
    content: "\f0e6";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-comments-alt2:before
{
    content: "\f0e6";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-briefcase:before
{
    content: "\f0b1";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-play-circle:before
{
    content: "\f01d";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-heart:before
{
    content: "\f004";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-tags:before
{
    content: "\f02c";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-cogs:before
{
    content: "\f085";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-th:before
{
    content: "\f00a";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-th2:before
{
    content: "\f00a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-folder-open:before
{
    content: "\f07c";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-edit:before
{
    content: "\f044";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-volume-down:before
{
    content: "\f027";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-volume-up:before
{
    content: "\f028";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-mail-reply-all:after
{
    content: "\f122";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-file-text-alt:before
{
    content: "\f0f6";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-usd:before
{
    content: "\f155";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-bullhorn:before
{
    content: "\f0a1";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-plus-sign:before
{
    content: "\f055";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-th-list:before
{
    content: "\f00b";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-edit-sign:before
{
    content: "\f14b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-list:before
{
    content: "\f03a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-calendar:before
{
    content: "\f133";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-double-angle-right:before
{
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}
/*間隔元件*/
.divh2
{
    width: 100%;
    height: 2px;
}

.divh5
{
    width: 100%;
    height: 5px;
}

.divh10
{
    width: 100%;
    height: 10px;
}

.divh20
{
    width: 100%;
    height: 20px;
}

.divh30
{
    width: 100%;
    height: 30px;
}

.divh40
{
    width: 100%;
    height: 40px;
}

.divh50
{
    width: 100%;
    height: 50px;
}

.divh61
{
    width: 100%;
    height: 61px;
}

.pad5
{
    padding: 5px;
}

.pad10
{
    padding: 10px;
}

.pad20
{
    padding: 20px;
}

.pad30
{
    padding: 30px;
}

.margin5
{
    margin: 5px;
}

.margin10
{
    margin: 10px;
}

.margin_L_10
{
    margin-left: 10px;
}

.sb-clear
{
    clear: both;
}

.note_text
{
    font-size: 0.8em;
    color: #999999;
}

.note_text_back
{
    padding: 5px;
    border: 1px solid #FF9933;
    background-color: #FFFF99;
}

.text-alig-L
{
    text-align: left;
}

.text-alig-R
{
    text-align: right;
}

.text-alig-C
{
    text-align: center;
}

.text-colo-white
{
    color: #FFFFFF;
}

.ErrorHolder
{
    width: 200px;
    display: none;
    color: #333333;
    font-family: Microsoft JhengHei;
    text-align: center;
}

.icon-exclamation-sign-y:before
{
    content: "\f06a";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
    color: #FF0000;
    font-size: 2em;
}

.icon-remove-sign:before
{
    content: "\f057";
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
    color: #666666;
    font-size: 2em;
}

.icon-before
{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 5px;
    top: 10px;
    left: 0;
}

.icon-before2
{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal; /*--adjust as necessary--*/
    padding-right: 20px;
    top: 10px;
    left: 0;
}

.upload
{
    display: inline-block;
}

.title_overflow
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*-------------------------------------------------------------------------------------------------------*\
                                                背景漸層色
                                                作者：秦孝誠
                                                日期：2013-10-21
                                 https://plus.google.com/101271992058572427440/posts         
    \*-------------------------------------------------------------------------------------------------------*/
.note_background
{
    background: rgb(255,255,96); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZjYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjZmRmZmE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjZmRmZmE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjZmY3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, rgb(255,255,96) 0%, rgb(253,255,165) 38%, rgb(253,255,165) 55%, rgb(252,255,117) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgb(255,255,96)), color-stop(38%,rgb(253,255,165)), color-stop(55%,rgb(253,255,165)), color-stop(100%,rgb(252,255,117))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgb(255,255,96) 0%,rgb(253,255,165) 38%,rgb(253,255,165) 55%,rgb(252,255,117) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgb(255,255,96) 0%,rgb(253,255,165) 38%,rgb(253,255,165) 55%,rgb(252,255,117) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgb(255,255,96) 0%,rgb(253,255,165) 38%,rgb(253,255,165) 55%,rgb(252,255,117) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgb(255,255,96) 0%,rgb(253,255,165) 38%,rgb(253,255,165) 55%,rgb(252,255,117) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff60', endColorstr='#fcff75',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.background_Gradient_pink
{
    background: rgb(255,93,177); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY1ZGIxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmMDE3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, rgb(255,93,177) 0%, rgb(239,1,124) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgb(255,93,177)), color-stop(100%,rgb(239,1,124))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgb(255,93,177) 0%,rgb(239,1,124) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgb(255,93,177) 0%,rgb(239,1,124) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgb(255,93,177) 0%,rgb(239,1,124) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgb(255,93,177) 0%,rgb(239,1,124) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.background_Gradient_blue
{
    background: rgb(136,186,232); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4YmFlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDdjZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgb(136,186,232) 0%, rgb(32,124,229) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(136,186,232)), color-stop(100%,rgb(32,124,229))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(136,186,232) 0%,rgb(32,124,229) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(136,186,232) 0%,rgb(32,124,229) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(136,186,232) 0%,rgb(32,124,229) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(136,186,232) 0%,rgb(32,124,229) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bae8', endColorstr='#207ce5',GradientType=0 ); /* IE6-8 */
}

.background_Gradient_yellow
{
    background: rgb(255,214,94); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,214,94)), color-stop(100%,rgb(254,191,4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(255,214,94) 0%,rgb(254,191,4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(255,214,94) 0%,rgb(254,191,4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(255,214,94) 0%,rgb(254,191,4) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(255,214,94) 0%,rgb(254,191,4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
}

.notebook_background
{
    background: url("http://image.gs8.com.tw/image/sys/1298804092078.gif") left top repeat;
}

.notebook
{
    background: rgba( 0, 0, 0, 0.6 );
    background: #66391C 9; /*CSS Hack,只能對ie9以下瀏覽器ie6,ie7,ie8有效，否側ie10,FF,Cherome會失去透明效果*/
    filter: Alpha(opacity= 60 ); /*只對ie7,ie8有效*/
}

.mynote
{
    padding: 30px 10px 10px 10px;
    width: 250px;
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

    .mynote:after
    {
        width: 120px;
        height: 30px;
        content: " ";
        margin-left: -90px;
        border: 1px solid rgba(200, 200, 200, .8);
        background: rgba(254, 254, 254, .6);
        -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
        -moz-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
        position: absolute;
        left: 50%;
        top: -15px;
    }

.mynote2
{
    padding: 30px 10px 10px 10px;
    width: 250px;
}

    .mynote2:after
    {
        width: 120px;
        height: 30px;
        content: " ";
        margin-left: -90px;
        border: 1px solid rgba(200, 200, 200, .8);
        background: rgba(254, 254, 254, .6);
        -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
        -moz-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
        position: absolute;
        left: 50%;
        top: -15px;
    }

.NnotePost:after
{
    width: 120px;
    height: 30px;
    content: " ";
    margin-left: -90px;
    border: 1px solid rgba(200, 200, 200, .8);
    background: rgba(254, 254, 254, .6);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    position: absolute;
    left: 50%;
    top: -15px;
}

.minwidth105
{
    min-width: 105px;
}

.Order_baseLine
{
    padding: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #9C9A9C;
}
