﻿@charset "utf-8";
/* CSS Document */

/*Sam changed 10.11.11*/
/* the start */
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: palatino, tahoma, Arial, Verdana;
    text-align: center;
    line-height: 1.86em;
    color: #000;
    font: normal normal normal 13px/normal Arial, Helvetica, sans-serif;
    background-color: #171212;
    background-color: #1d0002;
}

ul {
    list-style-type: none;
}

img {
    border: none;
    vertical-align: bottom;
}

input {
    vertical-align: middle;
    height: 24px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

i,
em {
    font-style: normal
}

input.input,
input.original,
input.correct {
    border: 1px solid #ddd;
    padding: 1px;
    background: #FFF;
}

.input:hover,
select:hover,
.input:focus,
.inputfocus {
    background-color: #ffc;
}

select,
textarea {
    font-family: Arial, "Times New Roman", Verdana;
    font-size: 13px;
    height: 28px;
    border: 1px solid #d1d1d1;
    text-align: left;
    margin: 5px 0;
}

input.wrong {
    border: 1px solid #c00;
    padding: 1px
}

strong {
    padding-right: 5px;
}


a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: underline;
}




div.all {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden
}

li .y1 {
    color: #600;
    margin: 0px auto;
    width: 250px;
}

#dialog_a,
#dialog_b {
    overflow: hidden
}

/* clearfix */
.cmn_clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 1;
    overflow: hidden;
}

.cmn_clearfix {
    display: inline-block;
}

/*\*/
* html .cmn_clearfix {
    height: 1%;
}

.cmn_clearfix {
    display: block;
}


/*--- the end---- */

/*=====header=====*/
#header {
    width: 100%;
    height: 139px;
    background-image: url(header_bg.jpg.xhtml%3Fln=images);
    background-repeat: no-repeat;
    background-color: #132f57;
}

#header .headerInfo {
    width: 1000px;
    height: 139px;
    margin: 0px auto;
    background-image: url(header_bg.jpg.xhtml%3Fln=images);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#header .headerInfo a {
    width: 347px;
    height: 139px;
    display: block;
    margin: left;
    text-align: center;
}

#header .header_right {
    position: absolute;
    width: 482px;
    height: 100px;
    top: 0;
    right: 0px;
    background: transparent url(header_right.png.xhtml%3Fln=images) no-repeat;
}

/*=====menu=====*/
#menu {
    position: absolute;
    width: 100%;
    height: 39px;
    overflow: visible;
    top: 100px;
    background-color: #2C1001;
}

#menu .menuInfo {
    width: 1000px;
    height: 39px;
    margin: 0px auto;
    background-color: #2C1001;
}

#menu .menuInfo .left {
    float: left;
}

.btn_menuA {
    float: left;
    width: 125px;
    height: 39px;
    display: block;
    margin-left: 0px;
    background: url(menu_a.png.xhtml%3Fln=images) no-repeat;
}

.btn_menuA a {
    background: url(menu_a2.png.xhtml%3Fln=images) no-repeat;
}

.btn_menuA:hover {
    background:url(menu_a3.png.xhtml%3Fln=images) no-repeat;
}

.btn_menuA:active {
    background:url(menu_a2.png.xhtml%3Fln=images) no-repeat;
    ;
}

.btn_menuB {
    background: url(menu_b.png.xhtml%3Fln=images) no-repeat;
    width: 125px;
    height: 39px;
    display: block;
    margin-left: 130px;
}

.btn_menuB a {
    background: url(menu_b2.png.xhtml%3Fln=images) no-repeat;
}

.btn_menuB:hover {
    background:url(menu_b3.png.xhtml%3Fln=images) no-repeat;
}

.btn_menuB:active {
    background:url(menu_b2.png.xhtml%3Fln=images) no-repeat;
    ;
}


.btn_menuC {
    background: url(menu_c.png.xhtml%3Fln=images) no-repeat;
    width: 125px;
    height: 39px;
    display: block;
    margin-left: 260px;
    position: absolute;
    top: 0;
}

.btn_menuC a {
    background: url(menu_c2.png.xhtml%3Fln=images) no-repeat;
}

.btn_menuC:hover {
    background:url(menu_c3.png.xhtml%3Fln=images) no-repeat;
}

.btn_menuC:active {
    background:url(menu_c2.png.xhtml%3Fln=images) no-repeat;
    ;
}



.btn_menuD {
    background: url(menu_d.png.xhtml%3Fln=images) no-repeat;
    width: 125px;
    height: 39px;
    display: block;
    margin-left: 390px;
    position: absolute;
    top: 0;

}

.btn_menuD a {
    background: url(menu_d2.png.xhtml%3Fln=images) no-repeat;
}

.btn_menuD:hover {
    background:url(menu_d3.png.xhtml%3Fln=images) no-repeat;
}

.btn_menuD:active {
    background:url(menu_d2.png.xhtml%3Fln=images) no-repeat;
    ;
}




#menu .menuInfo .right {
    float: right;
    color: #FFF;
    margin-top: 10px;
    font-size: 13px;
}

#menu .menuInfo .right a {
    color: #FFF;
    text-decoration: none;
}

#menu .menuInfo .right a:visited {
    text-decoration: underline;
}

#menu .menuInfo .right a:hover {
    color: #FF6;
    text-decoration: underline;
}


/*=====sitemap=====*/
.sitemap {
    height: 15px;
    background-color: #f4f4f4;
}

.sitemapInfo {
    height: 30px;
    width: 1000px;
    line-height: 36px;
    margin: 0 auto;
    text-align: left;
    background-color: #f4f4f4;
}

.sitemapInfo .txt {
    color: #666;
    margin-left: 0px;
}

#sitemap {
    width: 100%;
    height: 25px;
    overflow: hidden;
    background-color: #f4f4f4;
}

#sitemap .sitemapInfo {
    width: 1000px;
    height: 25px;
    margin: 0px auto;
    text-align: left;
    margin-top: 8px;
    letter-spacing: 0px;
}

#sitemap .sitemapInfo .txt {
    color: #666;
    margin-left: 0px;
    padding-top: 10px;
}

/*=====content=====*/
#xsnazzy {
    background: transparent;
    margin: 0px;
}

#xsnazzy p {
    padding: 0;
    color: #828282;
}

#xsnazzy h1,
#xsnazzy h2,
#xsnazzy p {
    margin: 0 5px;
    letter-spacing: 1px;
}

#xsnazzy h1 {
    font-size: 15px;
    color: #D35D00;
    margin: 0 0 20px 0;
    border-bottom: #e1e1e1 1px solid;
    line-height: 30px;
}

#xsnazzy h2 {
    margin: 5px 0 5px 7px;
    font-size: 13px;
    color: #C2703A;
    border: 0;
    font-weight: normal;
}

#xsnazzy h3 {
    margin: 10px 0;
    padding: 5px 0;
    font-size: 15px;
    color: #999999;
    border: 0;
    font-weight: normal;
}

#xsnazzy h4 {
    line-height: 36px;
    font-size: 15px;
    color: #D00;
}

.aw_t1 {
    margin-top: 15px;
    font-weight: bold;
    color: #C70097;
    font-size: 15px;
}

.xcontent {
    display: block;
    background: #FFF;
    border: 0 solid #b5b5b5;
    border-width: 0 1px;
    padding: 20px 20px 20px 20px;
}

.xtop,
.xbottom {
    display: block;
    background: transparent;
    font-size: 1px;
}

.xb1,
.xb2,
.xb3,
.xb4 {
    display: block;
    overflow: hidden;
}

.xb1,
.xb2,
.xb3 {
    height: 1px;
}

.xb2,
.xb3,
.xb4 {
    background: #FFF;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
}

.xb1 {
    margin: 0 5px;
    background: #b5b5b5;
}

.xb2 {
    margin: 0 3px;
    border-width: 0 2px;
}

.xb3 {
    margin: 0 2px;
}

.xb4 {
    height: 2px;
    margin: 0 1px;
}

#content {
    width: 100%;
    background-color: #f4f4f4;
    padding-top: 0px;
}

#contentInfo {
    width: 1000px;
    height: auto;
    margin: 0px auto;
    text-align: left;
    overflow: hidden;
    padding: 20px 0 20px 0;
    min-height: 300px;
    background-color: #F4F4F4;
}

.dramaAwardContentInfo {
    width: 1200px !important;
}

#contentInfo_b {
    /*width:1000px;*/
    height: auto;
    margin: 0px auto;
    text-align: left;
    overflow: hidden;
    padding: 20px;
    min-height: 300px;
    background-color: #F4F4F4;
}

#contentBox p {
    margin-top: 10px;
    line-height: 28px;
    padding-left: 0px;
}

.dramaAwardContentBox {
    width: 1200px !important;
}

#contentNav {
    float: right;
    width: 275px;
    overflow: hidden;
    position: relative;
    margin: 0px;
    padding: 0px;
}

#contentNavInfo {
    padding: 0px;
}

#contentNavInfo h1 {
    padding: 0px;
    border-bottom: #e1e1e1 1px solid;
}

#contentNavInfo p {
    margin: 10px 0;
    line-height: 28px;
}

#contentNavBox p.t1 {
    margin: 0px 0;
    font-size: 14px;
    line-height: 20px;
    font-family: palatino, tahoma, Arial, Verdana;
}

#contentNavBox .r1 {
    margin: 10px 0;
    padding: 0px;
}

.dw_a {
    background: url(dw_a.gif.xhtml%3Fln=images) no-repeat;
    width: 262px;
    height: 32px;
    display: block;
}

.dw_a a {
    background: url(dw_a.gif.xhtml%3Fln=images) no-repeat;
}

.dw_a:hover {
    background:url(dw_as.gif.xhtml%3Fln=images) no-repeat;
}

.dw_a:active {
    background:url(dw_a.gif.xhtml%3Fln=images) no-repeat;
}

.dw_b {
    background: url(dw_b.gif.xhtml%3Fln=images) no-repeat;
    width: 262px;
    height: 32px;
    display: block;
}

.dw_b a {
    background: url(dw_b.gif.xhtml%3Fln=images) no-repeat;
}

.dw_b:hover {
    background:url(dw_bs.gif.xhtml%3Fln=images) no-repeat;
}

.dw_b:active {
    background:url(dw_b.gif.xhtml%3Fln=images) no-repeat;
}

.dw_c {
    background: url(dw_c.gif.xhtml%3Fln=images) no-repeat;
    width: 262px;
    height: 32px;
    display: block;
}

.dw_c a {
    background: url(dw_c.gif.xhtml%3Fln=images) no-repeat;
}

.dw_c:hover {
    background:url(dw_cs.gif.xhtml%3Fln=images) no-repeat;
}

.dw_c:active {
    background:url(dw_c.gif.xhtml%3Fln=images) no-repeat;
}

.t01 {
    color: #C00;
    font-size: 13px;
}

.line {
    display: block;
    height: 10px;
    margin: 10px 0 20px 0;
    border-bottom: #e1e1e1 1px solid;
    line-height: 30px;
}

/*=====帳號密碼=====*/
.login_form {
    margin: 0px auto;
    width: 472px;
    height: 137px;
    display: block;
    background-image: url(login_bg.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
}

.login_box {
    display: block;
    position: absolute;
    width: 300px;
    height: 120px;

    margin: 20px 0 0 80px;
}

.login_form .a01 {
    position: absolute;
    width: 261px;
    height: 28px;
    line-height: 28px;
}

.login_form .a02 {
    position: absolute;
    width: 261px;
    height: 28px;
    top: 50px;
    line-height: 28px;
}

.login_img {
    position: absolute;
    background-image: url(login_a1.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 72px;
    height: 72px;
    display: block;
    margin: 0px 0 0 280px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.login_img a {
    background: url(login_a1.gif.xhtml%3Fln=images) no-repeat;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.login_img:hover {
    background:url(login_a2.gif.xhtml%3Fln=images) no-repeat;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.login_tab_txt {
    position: absolute;
    display: block;
    top: 70px;
    left: 0px;
}


#loginBox li {
    float: left;
    list-style: none;
    display: inline;
    margin: 5px 0px;
    padding: 0px;
    font-size: 13px;
    color: #000;
    text-align: right;
}

li.AButton {
    margin: 5px 0px;
    text-align: center;
    margin: 5px 0 20px 0;
}

li.AButton a {
    text-align: center;
    width: 80px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #dd731d;
    display: block;
    padding: 8px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}

li.AButton a:hover {
    color: #fff;
    border: 1px solid #d4d4d4;
    background-color: #6b6b6b;
    text-decoration: none;
}


.form_left {
    width: 259px;
    margin: 10px 0 0px 20px;
    text-align: right;
}

.cbox {
    margin: 10px 0 10px 20px;
}


.unlogin_form {
    width: 95%;
    padding: 0px 10px 0px 10px;
}

#j_idt32 .f_label {
    float: left;
    font-size: 13px;
    line-height: 24px;
    text-align: right;
    width: 150px;
}

#j_idt45 .f_label {
    float: left;
    font-size: 13px;
    line-height: 24px;
    text-align: right;
    width: 120px;
}

.f_label {
    float: right;
    font-size: 13px;
    line-height: 24px;
    text-align: right;
}

#j_idt44 .f_label {
    float: left;
    font-size: 13px;
    line-height: 24px;
    text-align: right;
    width: 150px;
}

.ablum_img {
    float: left;
    height: 80px;
    margin: 0px 0 0 35px;
}

.ablum_txt {
    height: 80px;
    margin: 0px 0 0 140px;
}




.unlogin_form p .txt_input {
    width: 250px;
}

.unlogin_form p .warning {
    color: #DD3C10;
}

.unlogin_form p .hint {
    color: #999;
    display: block;
    font-size: 13px;
    margin-left: 150px;
    padding-top: 5px;
}

.unlogin_form p .hint2 {
    color: #999;
    display: block;
    font-size: 13px;
    margin-left: 150px;
}

.unlogin_form p .hint3 {
    color: #999;
    display: block;
    font-size: 13px;
    position: absolute;
    margin: 0px 0px 0px 150px;
}

.unlogin_form p .hint4 {
    color: #999;

    font-size: 13px;
    height: 80px;
    margin: 0px 0px 0px 20px;
}

/*=====報名資料_表演場所_團體個人=====*/
div.ui-panel {
    border: 0 none;
}

div.ui-panel-content.ui-widget-content {
    border: 1px solid #a8a8a8;
}


.ads_a div.ui-panel-content.ui-widget-content span {
    display: none;
    margin-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60px;
}

div.ui-panel.ui-panel-content {
    padding: 0;
}

.ads_a div.ui-panel-content {
    padding: 0;
}

.ads_a div.ui-panel {
    padding: 0;
}


/*填寫作品形式*/
input#form\:workNumber_input.ui-inputfield {
    height: 20px;
}

button.ui-button-icon-only {
    margin: 0 0 0 3px;
}

button#form\:addBtn.ui-button {
    margin: 0 0 5px 0;
}

div.ui-messages-warn {
    height: 24px;
}

div.ui-messages-error {
    height: 24px;
}

/*上傳圖片*/
div.ui-messages-warn {
    height: 24px;
}

div.ui-messages-error {
    height: 24px;
}

div.ui-messages-info {
    height: 24px;
}

/*歌曲表單欄位*/
input#form\:songTable:0:songNameIT.ui-inputfield {
    padding: 0px;
}

table#form\:workType1.ui-widget {
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 0;
}

td.ui-editable-column {
    padding: 0;
    font-size: 13px;
}

div#form\:songTable.ui-datatable {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.ui-datatable table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #A8A8A8;
}

span#form\:songTable:0:j_idt95.ui-cell-editor {
    width: 500px;
}

/*曲數Spinner*/

input#form\:workNumber_input.ui-spinner {
    width: 60px;

}

input#form\:workNumber_input.ui-spinner-input {
    width: 30px;
}

/* Calender   */
input#form\:publishDate_input.ui-inputfield {
    width: 80px;
    padding: 0px;
    height: 24px;
}

span.rb {
    margin: 0px 15px 0px 0px;
    color: #333333;
    vertical-align: text-top;
    line-height: 20px;
}

.unlogin_form p {}

.unlogin_form p.acts {
    margin-left: 150px;
}

.blue_btn {
    background: #802900;
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#812900), to(#3F2600), color-stop(.5, #804200), color-stop(.501, #7C2800));
    background: -webkit-gradient(linear, left top, left bottom, from(#7C2800), to(#3F2600));
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border: 1px solid #2B2B2B;
    padding: 3px 10px;
    margin: 0px 5px 5px 0px;
    display: inline-block;
    color: white;
    cursor: pointer;
    text-align: center;
    min-width: 28px;
    font-size: 13px;
}

.blue_btn:hover {
    /*
background: #250000;
background: -webkit-gradient(linear,0% 0,0% 100%,from(#812900),to(#3F2600),color-stop(.5,#804200),color-stop(.501,#7C2800));
background: -moz-linear-gradient(top,#812900,#812900 50%,#812900 50.1%,#812900);
background:-webkit-gradient(linear, left top, right top, from(#812900), to(#7C2800));
background: linear-gradient(top,#812900,#812900 50%,#812900 50.1%,#812900);
border: 1px solid #606060;
color: #FFF9B6;
color: white;text-decoration: none;*/

    background: -webkit-gradient(linear, left top, right top, from(#812900), to(#7C2800));
    background: linear-gradient(top, #812900, #812900 50%, #812900 50.1%, #812900);
    color: #FFF9B6;
    text-decoration: none;
    background-color: #611F00;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.blue_btn:active {
    background: #812900;
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#812900), to(#3F2600), color-stop(.5, #804200), color-stop(.501, #7C2800));
    background: -moz-linear-gradient(top, #812900, #812900 50%, #812900 50.1%, #812900);
    background: linear-gradient(top, #812900, #812900 50%, #812900 50.1%, #812900);
    border: 1px solid transparent;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) inset;
    -o-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) inset;
    color: rgb(252, 255, 186);
    text-decoration: none;
}

.bgray_btn {
    background: #b3b3b3;
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#b3b3b3), to(#b3b3b3), color-stop(.5, #9e9e9e), color-stop(.501, #9e9e9e));
    background: -moz-linear-gradient(top, #9e9e9e, #9e9e9e 50%, #9e9e9e 50.1%, #9e9e9e);
    background: linear-gradient(top, #e4e4e4, #e4e4e4 50%, #e4e4e4 50.1%, #e4e4e4);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border: 1px solid #b3b3b3;
    padding: 3px 10px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    text-align: center;
}



.gray_btn {
    background: #b3b3b3;
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#b3b3b3), to(#b3b3b3), color-stop(.5, #9e9e9e), color-stop(.501, #9e9e9e));
    background: -moz-linear-gradient(top, #9e9e9e, #9e9e9e 50%, #9e9e9e 50.1%, #9e9e9e);
    background: linear-gradient(top, #e4e4e4, #e4e4e4 50%, #e4e4e4 50.1%, #e4e4e4);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border: 1px solid #eee;
    padding: 3px 10px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.gray_btn:hover {
    background: #818181;
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#bfbfbf), to(#bfbfbf), color-stop(.5, #818181), color-stop(.501, #818181));
    background: -moz-linear-gradient(top, #818181, #818181 50%, #818181 50.1%, #818181);
    background: linear-gradient(top, #818181, #818181 50%, #818181 50.1%, #818181);
    border: 1px solid #eee;
}

.gray_btn:active {
    background: #818181;
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#bfbfbf), to(#bfbfbf), color-stop(.5, #818181), color-stop(.501, #818181));
    background: -moz-linear-gradient(top, #818181, #818181 50%, #818181 50.1%, #818181);
    background: linear-gradient(top, #818181, #818181 50%, #818181 50.1%, #818181);
    border: 1px solid transparent;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) inset;
    -o-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) inset;
}


.lview_btn {
    background: #b3b3b3;
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#b3b3b3), to(#b3b3b3), color-stop(.5, #9e9e9e), color-stop(.501, #9e9e9e));
    background: -moz-linear-gradient(top, #9e9e9e, #9e9e9e 50%, #9e9e9e 50.1%, #9e9e9e);
    background: linear-gradient(top, #e4e4e4, #e4e4e4 50%, #e4e4e4 50.1%, #e4e4e4);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border: 1px solid #eee;
    padding: 3px 10px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.lview_btn:hover {
    background: #818181;
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#bfbfbf), to(#bfbfbf), color-stop(.5, #818181), color-stop(.501, #818181));
    background: -moz-linear-gradient(top, #818181, #818181 50%, #818181 50.1%, #818181);
    background: linear-gradient(top, #818181, #818181 50%, #818181 50.1%, #818181);
    border: 1px solid #eee;
}

.lview_btn:active {
    background: #818181;
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#bfbfbf), to(#bfbfbf), color-stop(.5, #818181), color-stop(.501, #818181));
    background: -moz-linear-gradient(top, #818181, #818181 50%, #818181 50.1%, #818181);
    background: linear-gradient(top, #818181, #818181 50%, #818181 50.1%, #818181);
    border: 1px solid transparent;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) inset;
    -o-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) inset;
}


/*=====移動歌曲====*/

div.ui-panel-content ui-widget-content {}

div.ui-panel-content.ui-widget-content span {
    display: block;
    overflow: hidden;
    width: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-panel-content.ui-widget-content span.s01 {
    display: block;
    margin-left: 10px;
    overflow: hidden;
    width: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

fieldset#singleAwardFrom:\bestForkSingleAwardFieldset.ui-fieldset.ui-widget.ui-widget-content {
    height: auto;
    min-height: 100px;
    margin-top: 10px;
}

.ui-fieldset.ui-widget.ui-widget-content .s02 {
    min-height: 100px;
    height: auto;
    margin-top: 10px;
}

.ui-fieldset.ui-widget.ui-widget-content.ui-corner-all.ui-droppable {
    margin-top: 10px;
    min-height: 100px;
}

.ui-fieldset.ui-widget.ui-widget-content.ui-corner-all {
    margin-top: 10px;
    min-height: 100px;
}

/*=====歌曲資料====*/
.song_box {
    margin: 0px 0 0 15px;
}

table.song_main {
    width: 100%;
    margin: 10px 0 0 14px;
    border: 1px solid #eee;
}

table.song_main td {
    padding: 4px 0px 4px 5px;
    border-bottom: 1px whiteSmoke solid;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    padding: 2px 5px;
}

table.song_main .off {
    text-align: center;
}

table.song_main .on {
    text-align: center;
    font-weight: bold;
    color: #666;
}

table.song_main tr.bg_grey {
    line-height: 30px;
    height: 26px;
    border-bottom: #e6e6e6 1px solid;
    background-color: #E4E4E4;
}

table.song_main tr.bga {
    background: #FAFAFA;
    line-height: 30px;
    height: 26px;
    border-bottom: #e6e6e6 1px solid;
}

table.song_main tr.bgb {
    line-height: 30px;
    border-bottom: #e6e6e6 1px solid;
    height: 26px;
    background-color: #EEEEEE;
}

table.song_main .txt {
    height: 26px;

}




/*=====rg=====*/
.top {
    display: block;
    background-color: #F3F3F3;
    padding: 5px 0 15px 0;
}

p.top01 {
    color: #768a7b;
    display: block;
}

p.top01 a {
    color: #CC0000;
}

.addrw_img {
    position: absolute;
    background-image: url(btn_add.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 161px;
    height: 41px;
    display: block;
    margin: 10px 0 0 0px;
}

.addrw_img a {
    background: url(btn_add.gif.xhtml%3Fln=images) no-repeat;
}

.addrw_img:hover {
    background:url(btn_adds.gif.xhtml%3Fln=images) no-repeat;
}

table.remind_main {
    width: 100%;
}

table.remind_main td {
    padding: 4px 0px 4px 5px;
    border-bottom: 1px whiteSmoke solid;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    padding: 4px 5px;
}

table.remind_main .off {
    text-align: center;
}

table.remind_main .on {
    text-align: center;
    font-weight: bold;
    color: #666;
}

table.remind_main tr.bg_grey {
    background: #FAFAFA;
    line-height: 30px;
    height: 26px;

}

table.remind_main .txt {
    height: 26px;

}

.del_icon {
    position: absolute;
    background-image: url(icon_del.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    margin: -8px 0 0 15px;
}

.del_icon a {
    background: url(icon_del.gif.xhtml%3Fln=images) no-repeat;
}

.del_icon:hover {
    background:url(icon_dels.gif.xhtml%3Fln=images) no-repeat;
}


/*=====step=====*/
.step_top {
    margin: 0 0 20px 0px;
}

#iden {
    height: 35px;
    font-size: 15px;
    color: #548e00;
    margin: 0 0 0 0;
    border-bottom: #e1e1e1 1px solid;
}

.tip {
    position: absolute;
    background-image: url(tip.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 7px;
    height: 4px;
    display: block;
    margin: 0 0 0 15px;
}

.iden_01a {
    position: absolute;
    background-image: url(iden_01a.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 136px;
    height: 35px;
    display: block;
    margin: 0 0 0 15px;
}

.iden_01a a {
    background: url(iden_01a.gif.xhtml%3Fln=images) no-repeat;
}

.iden_01a:hover {
    background:url(iden_01a.gif.xhtml%3Fln=images) no-repeat;
}

.iden_01b {
    position: absolute;
    background-image: url(iden_01b.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 136px;
    height: 35px;
    display: block;
    margin: 0 0 0 15px;
}

.iden_01b a {
    background: url(iden_01a.gif.xhtml%3Fln=images) no-repeat;
}

.iden_01b:hover {
    background:url(iden_01a.gif.xhtml%3Fln=images) no-repeat;
}


.iden_02a {
    position: absolute;
    background-image: url(iden_02a.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 136px;
    height: 35px;
    display: block;
    margin: 0 0 0 156px;
}

.iden_02a a {
    background: url(iden_02a.gif.xhtml%3Fln=images) no-repeat;
}

.iden_02a:hover {
    background:url(iden_02a.gif.xhtml%3Fln=images) no-repeat;
}

.iden_02b {
    position: absolute;
    background-image: url(iden_02b.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 136px;
    height: 35px;
    display: block;
    margin: 0 0 0 156px;
}

.iden_02b a {
    background: url(iden_02a.gif.xhtml%3Fln=images) no-repeat;
}

.iden_02b:hover {
    background:url(iden_02a.gif.xhtml%3Fln=images) no-repeat;
}


.iden_03a {
    position: absolute;
    background-image: url(iden_03a.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 136px;
    height: 35px;
    display: block;
    margin: 0 0 0 298px;
}

.iden_03a a {
    background: url(iden_03a.gif.xhtml%3Fln=images) no-repeat;
}

.iden_03a:hover {
    background:url(iden_03a.gif.xhtml%3Fln=images) no-repeat;
}

.iden_03b {
    position: absolute;
    background-image: url(iden_03b.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 136px;
    height: 35px;
    display: block;
    margin: 0 0 0 298px;
}

.iden_03b a {
    background: url(iden_03a.gif.xhtml%3Fln=images) no-repeat;
}

.iden_03b:hover {
    background:url(iden_03a.gif.xhtml%3Fln=images) no-repeat;
}


.title_box {
    margin: 20px 0 20px 15px;
}

.lvbox {
    display: block;
    width: 450px;
    height: 24px;
    margin: 0px 0 5px 150px;

}

.lvboxb {
    display: block;
    width: 450px;
    height: 24px;
    margin: 0px 0 5px 0px;

}

.loadid {
    float: left;
    background-image: url(loada.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 53px;
    height: 24px;
    display: block;
}

.loadid a {
    background: url(loada.gif.xhtml%3Fln=images) no-repeat;
}

.loadid:hover {
    background:url(loadb.gif.xhtml%3Fln=images) no-repeat;
}

.viewid {
    float: left;
    margin: 0 0 0 2px;
    background-image: url(viewa.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 53px;
    height: 24px;
    display: block;
    left: 50px;
}

.viewid a {
    background: url(viewa.gif.xhtml%3Fln=images) no-repeat;
}

.viewid:hover {
    background:url(viewb.gif.xhtml%3Fln=images) no-repeat;
}

.del_member {
    position: absolute;
    background-image: url(icon_del.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    margin: -15px 0 0 0px;
    right: 50px;
}

.del_member a {
    background: url(icon_del.gif.xhtml%3Fln=images) no-repeat;
}

.del_member:hover {
    background:url(icon_dels.gif.xhtml%3Fln=images) no-repeat;
}

/*=====award=====*/
.title_box2 {
    margin: 10px 0 20px 10px;
}

.award_abox {
    font-size: 13px;
}

/*=====531 add by vivi=====*/

.award_abox2_left {
    display: block;
    margin: 10px 0 0 0;
    width: 170px;
}

.award_abox2_right {
    display: block;
    width: 100%;
}

.award_abox3 {
    margin: 0;
    padding: 0;
    display: block;
    height: 100px;
    clear: both;
}

.award_abox3_left {
    margin: 0px 0 0 0;
    width: 170px;
    display: block;
    float: left;
}

.award_abox3_right {
    float: left;
    width: 430px;
    display: block;
    margin: 10px 0 0 0;
}

.award_abox4 {
    margin: 0;
    padding: 0;
    display: block;
    height: 100%;
    clear: both;
}

.aw01 {
    text-align: right;
    margin: 5px;
    padding: 5px;
}

.award_abox4_left {
    margin: 0px 10px 0 0;
    width: 260px;
    display: block;
    float: left;
    min-height: 780px;
}

.award_abox4_right {
    float: left;
    width: 320px;
    display: block;
    margin: 0px 0 0 0;
    min-height: 780px;
}

/*=====end=====*/


.award_abox p {}

.01 {
    line-height: 24px;
    font-size: 13px;

    margin: 0;
    padding: 0;
    display: block;

}

table.award_abox .txt {
    height: 28px;

}

.award_abox,
th,
td {
    font-weight: normal;
    text-align: left;
    padding: 8px 5px;
}

.add_art {
    margin: 0;
    padding: 0;
    zoom: 1;
}

.add_artist a {
    background: url(add_icon.gif.xhtml%3Fln=images) no-repeat;
}

.add_artist:hover {
    background:url(add_icons.gif.xhtml%3Fln=images) no-repeat;
}

.add_artist {
    position: absolute;
    background-image: url(add_icon.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    margin: -18px 0 0 0px;
    left: 270px;
}

.add_artist a {
    background: url(add_icon.gif.xhtml%3Fln=images) no-repeat;
}

.add_artist:hover {
    background:url(add_icons.gif.xhtml%3Fln=images) no-repeat;
}


.add_song {
    position: absolute;
    background-image: url(add_icon.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    margin: -18px 0 0 0px;
    left: 465px;
}

.add_song a {
    background: url(add_icon.gif.xhtml%3Fln=images) no-repeat;
}

.add_song:hover {
    background:url(add_icons.gif.xhtml%3Fln=images) no-repeat;
}

.tokenarea {
    padding-left: 2px;
}

.uiCloseButton {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.uiToken {
    background: #eceded;
    border: 1px solid #9DACCC;
    -webkit-border-radius: 2px;
    color: #1C2A47;
    cursor: default;
    display: block;
    float: left;
    height: 18px;
    margin: 0 4px 8px 0px;
    padding: 0 3px;
    position: relative;
    white-space: nowrap;
}

.uiCloseButton {
    background-image: url(del_s.png.xhtml%3Fln=images);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
}

.uiCloseButtonSmall {
    background-image: url(del_s.png.xhtml%3Fln=images);
    height: 11px;
    margin-top: 1px;
    width: 11px;
}

.uiToken .remove {
    margin: 2px 0 -2px 1px;
    outline: none;
}

/*=====footer=====*/
#footer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(footer_bg.gif.xhtml%3Fln=images);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #132f57;
}

#footer .footerInfo {
    width: 1000px;
    margin: 0px auto;
    height: 120px;
    text-align: left;
    color: #6f6f6f;
    background-image: url(footer_bg.gif.xhtml%3Fln=images);
    background-position: center bottom;
    background-color: #1d0002;
}

#footer .footerInfo p {
    margin: 10px 0;
    color: #BEBEBE;
}

#footer .fbox {
    color: #BEBEBE;
    line-height: 30px;
    vertical-align: text-top;
    padding-top: 28px;
}

#footer .footerInfo .f01 {}

#footer .footerInfo a {
    color: #6F4767;
    font-size: 16px;
    font-weight: bold;
}

#footer .footerInfo a:hover {
    color: #FC3;
    text-decoration: none;
}



/* modified by sam */
/*解决盒子在 其内部的直接子元素是浮动元素、子元素结束处没有做清除浮动的动作、盒子自身也不是浮动元素或已设定了高度的情况下高度不能自适应扩伸的问题*/
.apply,
.apply .step1 {
    margin: 0px auto;
    zoom: 1;
}

.apply:after,
.apply .step1:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/**/

.apply label em {
    color: #c00
}

.apply .login {
    background-color: #f6f6f6;
    padding: 3px 18px;
    height: 30px;
    margin: 0px auto;
}


.apply .loginInfo {
    width: 420px;
    margin-top: 0px;
    background-color: #FFF;
    border: #e1e1e1 1px solid;
    padding: 10px 0;

}

/* Sam added padding-top,paading-bottom */

/* Sam added  <label>,<em>. <p> was deleted */

.apply .loginInfo li label {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 85px;
    margin-left: 30px
}

/*---*/

.apply .loginInfo li {
    height: 30px;
    color: #666;
}

/*sam added, instead of 'styleb'*/
.apply div.original,
.apply div.correct,
.apply div.wrong {
    margin: 10px;
}



.apply div.wrong {
    color: #c00
}

.apply .loginInfo li span {
    padding-left: 5px;
    color: #ccc
}

.apply .loginInfo li input {
    float: left;
    margin-left: 5px;
    color: #7f7f7f;
}

.apply .loginInfo li textarea {
    margin-left: 5px;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 115px;
    color: #7f7f7f;
    padding: 0px 3px;
}



/*----*/


/*=====變更密碼=====*/
.apply .code {
    height: 30px;
}

.apply .codeInfo {
    width: 350px;
    margin: 0px auto;
    background-color: #FFF;
    border: #e1e1e1 1px solid;
    clear: both;
    padding: 20px;
}

.apply .codeInfo .name {
    color: #960
}

.apply .codeInfo li {
    list-style: none;
    height: 40px;
    color: #C00;
}

.apply .codeInfo li p {
    float: left;
    width: 65px;
    text-align: right;
    color: #666;
}

.apply .codeInfo li input {
    float: left;
    margin-left: 5px;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 20px;
    color: #7f7f7f;
    padding: 0px 3px;
}

.apply .codeInfo li textarea {
    margin-left: 5px;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 115px;
    color: #7f7f7f;
    padding: 0px 3px;
}


/*=====專輯獎項=====*/
.awardbtn {
    float: right;
    background-color: #FFF;
}

.awardbtn2 {
    float: right;
    margin-right: 33px;
}

.awardbtn3 {
    margin: 0px auto;
}

.apply .award {
    width: 690px;
    float: left;
    margin: 0px auto;
    background-color: #FFF;
    border: #e1e1e1 1px solid;
    clear: both;
    padding: 10px;
}

.apply .awardInfo {
    width: 320px;
    float: left;
    margin: 0px auto;
    background-color: #FFF;
}

.apply .awardInfo li {
    list-style: none;
    height: 40px;
    color: #C00;
}

.apply .awardInfo li p {
    float: left;
    width: 150px;
    margin-left: 5px;
    text-align: left;
    color: #666;
}

.apply .awardInfo li input {
    float: left;
    margin-left: 5px;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 20px;
    color: #7f7f7f;
    padding: 0px 3px;
}

.apply .awardInfo li textarea {
    margin-left: 5px;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 115px;
    color: #7f7f7f;
    padding: 0px 3px;
}

.apply .awardInfo h1 {
    margin: 5px 0 22px 0px;
    height: 1px;
    background-color: #CCC;
    width: 100%;
}

.apply .awardInfo1 {
    width: 320px;
    float: right;
    margin: 0px auto;
    background-color: #FFF;
}

.apply .awardInfo1 li {
    list-style: none;
    float: left;
    clear: both;
    color: #C00;
}

.apply .awardInfo1 li p {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
    color: #666;
}

.apply .awardInfo1 li input {
    float: left;
    margin-left: 5px;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 20px;
    color: #7f7f7f;
    padding: 0px 3px;
}

.apply .awardInfo1 li div {
    clear: both;
    float: left;
    padding: 8px
}

/*by sam 11-22*/
.apply .awardInfo1 li textarea {
    margin-left: 5px;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 115px;
    color: #7f7f7f;
    padding: 0px 3px;
}

.apply .awardInfo1 h1 {
    margin: 5px 0px 22px;
    height: 1px;
    background-color: #CCC;
    width: 100%;
}

/*=====作詞者=====*/
.apply .authors .title {
    color: #CCC;
    background-color: #333;
    height: 20px;
}

.apply .authors {
    width: 670px;
    float: left;
    background-color: #FFF;
    border: #e1e1e1 1px solid;
    clear: both;
    padding: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.apply .authorsInfo {
    width: 300px;
    float: left;
    margin: 0px auto;
    height: 400px;
}

.apply .authorsInfo li {
    list-style: none;
    height: 40px;
    color: #C00;
}

.apply .authorsInfo li p {
    float: left;
    margin: 12px;
    text-align: left;
    color: #666;
}

.apply .authorsInfo li input {
    float: left;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 20px;
    color: #7f7f7f;
    padding: 0px 3px;
}

.apply .authorsInfo li textarea {
    margin: 5px;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 115px;
    color: #7f7f7f;
}

.apply .authorsInfo h1 {
    margin: 5px 0 5px 0px;
    height: 1px;
    background-color: #CCC;
    width: 350px;
}

.apply .authorsInfo1 {
    width: 300px;
    float: right;
    margin: 0px auto;
    background-color: #ccc;
    height: 400px;
}

.apply .authorsInfo1 li {
    list-style: none;
}

.apply .authorsInfo1 li input {
    float: left;
    margin-left: 5px;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 20px;
    color: #000;
    padding: 0px 3px;
}

.apply .authorsInfo1 li textarea {
    margin: 5px;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 115px;
    color: #FFF;
    padding: 0px 3px;
}

.apply .authorsInfo1 h1 {
    width: 300px height: 50px;
    background-color: #CCC;
    font-size: 14px;
    font-weight: bold;
}

.apply .authorsInfo1 h1 a:hover {
    color: #900;
}



/*=====列印=====*/
.print {
    background: #fff;
    heighr: 100%;
    width: 100%;
    font-size: 13px;
}

table.print_main {
    background: #fff;
    width: 100%;
    font-size: 13px;
}

table.print_main td {
    padding: 4px 0px 4px 5px;
    border-bottom: 1px whiteSmoke solid;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    padding: 4px 5px;
}

table.print_main .off {
    text-align: center;
}

table.print_main .on {
    text-align: center;
    font-weight: bold;
    color: #666;
}

table.print_main .txt {
    height: 26px;

}

.print h1 {
    text-align: left;
    font-size: 15px;
    margin: 0 20px 5px 0;
    line-height: 30px;
}

.print h2 {
    text-align: left;
    font-size: 15px;
    margin: 0 20px 5px 0;
    line-height: 30px;
}

.print h4 {
    margin: 10px 0 5px 0px;
    font-size: 15px;
    font-weight: bold;
    border: 0;
    text-align: left;
}

.print h5 {
    margin: 10px 0;
    padding: 5px 0;
    font-size: 15px;
    color: #999999;
    border: 0;
    font-weight: normal;
}

.p_txt01 {
    color: #C00;
    margin: 0px 0 5px 30px;
    font-size: 13px;
}

#songVoTable {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 350px
}

/*=====列表=====*/
#list {
    font-size: 12px;
    float: left;
}

#list .title_a {
    width: 686px;
    float: left;

    border: #e1e1e1 1px solid;
    padding: 2px;
}

#list .title_a .t1 {
    width: 100%;
    background-color: #373737;
    padding: 6px 0 6px 0;
    float: left;
}

#list .title_a .t1 p {
    color: #cccccc;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 14px;
    margin: 3px 0 3px 0px;
}

#list .title_a .t2 {
    width: 100%;
    background-color: #373737;
    padding: 6px 0 6px 0;
}

#list .title_a .t2 p {
    color: #cccccc;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 14px;
    margin: 3px 0 3px 0px;
}

#list .title_b {
    float: left;
    margin: 0px auto;
    background-color: #f9f9f9;
    border: #e1e1e1 1px solid;
}

#list li {
    list-style: none;
    float: left;

    color: #333;
    margin: 1px;
    padding: 4px;
}

#list td .tab2 {
    margin: 33px auto;
}

#list table .tbd tbody tr.o {
    background: #F1F4F7;
}

#list .table {

    font-size: 10px;
}

/* added 11-30 sam*/
#list tbody tr {
    padding: 5px 0;
}

#list tbody th {
    color: #c30;
    font-weight: bold
}

/**/

#list .tbd tbody td {
    font-size: 12px;
    text-align: cneter;
    margin: 0px auto;
}

#list li p {
    float: left;
    width: 150px;
    margin-left: 5px;
    text-align: left;
    color: #666;
}

#list li input {
    float: left;
    margin-left: 5px;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 20px;
    color: #7f7f7f;
    padding: 0px 3px;
}

#list li textarea {
    margin-left: 5px;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 115px;
    color: #7f7f7f;
    padding: 0px 3px;
}

#list h1 {
    margin: 5px 0 22px 0px;
    height: 1px;
    background-color: #CCC;
    width: 100%;
}




/*=====報名專輯=====*/
/*.step{float:left;} deleted by sam*/
.step p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.step .class {
    color: #7f7f7f;
    margin: 0px 0px;
    font-weight: bold;
}

.title01 {
    color: #C00;
    font-weight: bold;
    margin-left: -5px;
}

.apply .step1 {
    margin: 0px auto;
    border: #e1e1e1 1px solid;
    padding: 20px;
}

.apply .step1 .left {
    width: 355px;
}

.apply .step1 .left .name {
    color: #930;
    float: left;
}

.apply .step1 em {
    color: #F00;
}

.apply .step2 em {
    color: #F00;
}

.apply .step3 em {
    color: #F00;
}

.step3 {
    width: 642px;
}

#content .apply .step1 .left li {
    list-style: none;
    height: 40px;
    color: #C00;
}

#content .apply .step1 .left li span {
    width: 120px;
    color: #666;
    float: left;
    text-align: right
}

#content .apply .step1 .left li span em {
    color: #900
}

#content .apply .step1 .left li input {
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 20px;
    color: #7f7f7f;
    margin-left: 3px;
}

#content .apply .step1 .left li .stylea {
    color: #C00;
    float: left;
}

#content .apply .step1 .right {
    width: 876px;
    color: #666;
    text-decoration: none;
    font-family: Arial;
    background-color: #F2F2F2;
    padding: 20px 20px 35px 20px;
    margin-right: 0;
    margin-left: 2px;

}

#content .apply .step1 .img {
    border: 1px solid #e1e1e1;
    clear: both;
}

#content .right .y1 {
    margin: 0px auto;
}

#content .right .y3 {
    margin-top: 5px;
    height: 22px;
    float: right;
    clear: both;
}

#content .right .y4 {
    margin-top: 15px;
    margin-right: 25px;
    height: 20px;
    float: right;
    clear: both;
}

/*=====登入=====*/
#login01 {
    float: left;
    padding: 20px;
}

#login01 .box01 {
    width: 455px;
    height: 350px;
    text-align: center;
    background-image: url(login_bg.gif.xhtml%3Fln=images);
    float: left;

    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#login01 .box01 .form {
    text-align: center;
    margin-top: 65px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    color: #EFEFEF;
    font-size: 16px;
}

#login01 ul {
    display: block;
    list-style: none;
    padding: 0px;
}

#login01 ul. a {
    display: block;
    color: #d5d5d5;
    text-decoration: none;
    font: Arial;
    font-size: 12px;
}

#login01 ul. a:hover {
    display: block;
    color: #2f2f2f;
    text-decoration: none
}

#login01 li {
    display: block;
    list-style: none;
    margin: 15px 0px;
    text-align: center;
}

#login01 li.brandContactInfoAButton {
    text-align: center;
    margin-left: 84px;
}

#login01 li.brandContactInfoAButton a {
    float: left;
    text-align: center;
    width: 55px;
    height: 22px;
    color: #f08e09;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    display: block;
    margin: 0px auto;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0px 5px;
}

#login01 li.brandContactInfoAButton a:hover {
    color: #fff;
    border: 1px solid #e1e1e1;
    background-color: #6b6b6b;
}

/*设置提示框样式--sam*/
/*==hack==*/
#popbox {
    color: #888;
    background-color: #fff;
}

#popbox div {
    padding: 10px;
    padding-top: 25px
}

#popbox div em {
    color: #C60;
}

#popbox div span {
    float: left;
    clear: left;
    margin-right: 10px;
    margin-top: -8px
}

/*---*/
.popbox {
    color: #888;
    background-color: #fff;
}

.popbox div {
    padding: 10px;
    padding-top: 25px
}

.popbox div em {
    color: #C60;
}

.popbox div span {
    float: left;
    clear: left;
    margin-right: 10px;
    margin-top: -8px
}





.tip {
    color: #fff;
    background: #1d1d1d;
    display: none;
    /*--Hides by default--*/
    padding: 10px;
    position: absolute;
    z-index: 1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*=====push=====*/
#awardbtn2 {
    float: right;
    margin-right: 33px;
    margin-top: 5px;
}

#pushEditBox h2 {
    background-color: #898989;
    color: whiteSmoke;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    width: 98%;
}

.pushEditInfo {
    border: 1px solid #CCC;
    float: left;
    height: auto;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 15px;
    width: 500px;
}

.pushEditInfo ul {
    list-style: none;
    padding: 5px;
}

.pushEditInfo ul li {
    color: #C00;
    height: 25px;
    list-style: none;
    padding: 3px;
}

.pushEditInfo ul li p {
    color: #666;
    float: left;
    text-align: right;
    width: 110px;
}

.pushEditInfo ul li p {
    color: #666;
    float: left;
    text-align: right;
    width: 110px;
}

.pushEditInfo ul li div.pushEditInfoLeft {
    float: left;
}

.pushEditInfo ul li div.pushEditInfoRight {
    float: left;
}

.pushEditInfo ul li select {
    background: #F6F6F6;
    border: 1px solid #E1E1E1;
    color: #7F7F7F;
    float: left;
    margin-left: 5px;
}

#pushEditBox .btn01 {
    float: right;
}

.pushEditInfo ul li textarea {
    background: #F6F6F6;
    border: 1px solid #E1E1E1;
    color: #7F7F7F;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 0px 3px;
}

.pushEditInfo ul li input {
    background: #F6F6F6;
    border: 1px solid #E1E1E1;
    color: #7F7F7F;
    float: left;
    height: 20px;
    margin-left: 5px;
    padding: 0px 3px;
}

.pushEditInfo ul li div.pushEditInfoRight p {
    margin-left: 10px;
    width: auto;
}



/*=====lyrics=====*/
#writeLyricsDiv {
    padding: 10px;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #e1e1e1;
}

.wLDLeft {
    float: left;
    width: 185px;
    padding: 5px;
    background-color: #e2e2e2;
    height: 412px;
    overflow: hidden;
    overflow-y: scroll;
}

.wLDLeft ul {
    padding: 5px;
    list-style-type: none;
}

.wLDLeft ul li {
    padding: 0 5px;
    line-height: 25px;
}

.wLDLeft ul li a {
    line-height: 25px;
    display: block;
    padding: 0 5px;
}

.wLDLeft ul li span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    float: left;
}

.wLDLeft ul li span:after {
    content: "...";
}

/* added by sam 12-1 */
.wLDLeft ul li a:hover {
    line-height: 25px;
    padding: 0 5px;
    color: #900;
}

.wLDLeft ul li.choose {
    padding: 0 5px;
    background-color: #999;
    color: #FFF;
}

.wLDLeft ul li.choose a {
    padding: 0 5px;
    background-color: #999;
    color: #FFF;
}

/*----*/
.wLDRight {
    float: left;
    padding: 5px;
    margin-left: 10px;
    border: 1px #CCC solid;
    width: 460px;
    overflow: hidden;
    height: 412px;
}

.wLDRight ul {
    padding: 5px;
    list-style-type: none;
}

.wLDRight ul li {
    padding: 5px;
}

.wLDRight p {
    float: left;
    width: 60px;
}

.wLDRight input {}

.wLDRight textarea {
    color: #888
}

.wLDRight font {
    color: #666;
    font-weight: bold;
    margin-left: 5px;
}

#writeLyricsDiv .wLDRight h1 {
    float: left;
    background-color: #CCC;
    height: 1px;
    margin: 5px 0px 20px;
}

#writeLyricsDiv a.button {
    background: transparent no-repeat scroll 100% 0%;
    color: black;
    display: block;
    float: left;
    font: normal normal normal 12px/normal arial, sans-serif;
    height: 22px;
    margin: 5px;
    margin-right: 10px;
    padding-right: 11px;
    text-decoration: none;
}

#writeLyricsDiv a.button span {
    background: transparent no-repeat;
    color: #333;
    display: block;
    line-height: 12px;
    padding: 4px 0px 6px 11px;
}

#writeLyricsDiv a.button:hover {
    background-position: bottom right;
    line-height: 14px;
    color: #F90;
}

#writeLyricsDiv a.button:hover span {
    background-position: bottom left;
    color: #900;
}

/* use itemsBox id instead of producerBox id ,modified by sam */
#itemsBox {
    padding: 10px;
    height: auto;
    overflow: auto;
    position: relative;
}

#itemsBox hi,
#itemsBox h2 {
    font-size: 12px;
}

#itemsBox h1 {
    background-color: #ccc;
    height: 1px;
    margin: 5px 0px 10px;
    overflow: hidden;
    zoom: 1
}

#itemsBox a.button,
#itemsBox a.disbutton {
    float: right;
}

#itemsBox a.disbutton {
    margin-top: 0;
}

#itemsBox a.button {
    background: transparent no-repeat scroll 100% 0%;
    color: #000;
    font: normal normal normal 12px/normal arial, sans-serif;
    height: 22px;
    margin-right: 10px;
    padding-right: 11px;
    text-decoration: none;
}

#itemsBox a.button span {
    background: transparent no-repeat;
    color: #333;
    display: block;
    line-height: 22px;
    height: 22px;
    padding-left: 11px;
}


#itemsBox a.button:hover {
    background-position: bottom right;
    color: #F90;
}

#itemsBox a.button:hover span {
    background-position: bottom left;
    color: #900;
}

#itemsBox ul {
    padding: 5px;
    list-style-type: none;
    border: 1px #CCC solid;
}

#itemsBox ul li {
    padding: 5px;
    display: block
}

/*-------*/

#GridViewBox .y2,
#GridViewBox2 .y2 {
    margin-bottom: 10px;
    height: 20px;
}

/*----AK UI調整---*/
#itemsBox ul li a.button {
    *width: 40px;
    *position: absolute;
    *margin-top: 1px;
    *margin-left: 3px;
    *cursor: pointer
}

#saveitembtn {
    *width: 60px;
    *float: left;
    *cursor: pointer;
}

#additembtn {
    *width: 60px;
    *float: left;
    *cursor: pointer;
    *position: absolute;
}

.t1LR {
    float: left
}

.tlLRbtnDiv {
    float: right;
    margin-top: 2px !important;
    margin-right: 2px !important
}

#imgbox {
    height: 80px
}

#imgbox #previewimginfo {
    font-size: 0.8em;
}

#imgbox img {
    float: left;
    margin-right: 5px
}

.tooltip {
    background-color: #f0f0f0;
    border: 1px solid #888;
    padding: 10px 15px;
    width: 280px;
    display: none;
    color: #333;
    text-align: left;
    font-size: 12px;
    z-index: 99999;

    /* outline radius for mozilla/firefox only */
    -moz-box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px #333;

    /* gte ie8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=0,strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=90,strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=180,strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=270,strength=6)";

    /* lte ie7 */
    *filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=6);
}



/*UI pf 修改*/
button.ui-button {
    margin: 5px 0 5px 0;
}

div.ui-dt-c {
    word-break: break-all;
}

.award_s1 {
    float: right;
    text-align: right;
    font-size: 15px;
}

h3 ui-widget-header {
    font-size: 18px;
    color: #777;
}

.left_m1 {
    font-weight: bold;
    border-bottom: #E1E1E1 1px solid;
    margin-left: 6px;
    color: #A8009B;
}

.left_m2 {
    font-weight: bold;
    border-bottom: #E1E1E1 1px solid;
    margin-left: 6px;
    color: #A8009B;
}

#contentBoxB h3 {
    font-weight: bold;
    margin-left: 6px;
    color: #0869AA;
    margin: 0 0 0 6px;
    border: 0px;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.7);
}

#contentInfo h3 {
    line-height: 24px;
    color: #D35D00;
}

#contentInfo h1 {
    line-height: 24px;
    color: #D35D00;
    font-size: 15px;
}

#sbox {
    height: 42px;
}

#sbox .s1 {
    width: 200px;
    height: 22px;
}

#sbox input {
    height: 25px;
    margin: -2px 0px 0 5px;
}

#sbox select,
textarea {
    height: 27px;
}

#form table.a1 {
    width: 920px;
}

#form tr {
    background-color: #F3F3F3;
}

#form input {
    margin-right: 5px;
}

#form button {
    margin-right: 3px;
    margin-left: 3px;
}

#form .f1 {
    white-space: nowrap;
    line-height: 24px;
    color: #9BA1A3;
}

#form1 button {
    margin-right: 3px;
    margin-left: 3px;
}


#songForm input {
    margin-right: 5px;
}

#songForm button {
    margin-right: 3px;
    margin-left: 3px;
}

#songForm tr {
    background-color: #F3F3F3;
}

#songForm {
    width: 600px;
}

#scrollPanel1 table {
    width: 580px;
}

#scrollPanel1 {
    overflow-x: hidden;
    height: 350px !important;
}

#scrollPanel2 {
    height: 350px !important;
}

#modalDialog3 {
    height: 450px !important;
}

#modalDialog2 {
    height: 500px !important;
}

#j_idt90_content table {
    width: 520px;
}

#j_idt96_content table {
    width: 520px;
}

#j_idt179_content table {
    width: 540px;
}

#j_idt179_content tr {
    background-color: #F3F3F3;
}

#j_idt148_content table {
    width: 520px;
}

#j_idt154_content table {
    width: 520px;
}

#j_idt94_content table {
    width: 540px;
}

#j_idt130_content table {
    width: 520px;
}

#scrollPanel1 .f_label {
    width: 100px;
}

#loginBox .f_label {
    float: left;
    font-size: 13px;
    line-height: 24px;
    text-align: right;
    width: 150px;
}

#titleVo4PackageTable .ui-widget-header a {
    color: white;
    height: 24px;
    line-height: 24px;
}

#dvVoTable .ui-widget-header a {
    color: white;
    height: 24px;
    line-height: 24px;
}


span.name {
    line-height: 30px;
    font-size: 15px;
    color: #EB5A16;
}

#form: //blockUIContent1 table{ font-size: 13px;text-shadow: 0px }
#form: //songVoTable table{ font-size: 13px;text-shadow: 0px }

table {
    font-size: 13px;
}

#scrollPanel1 .p_title {
    color: #F04503;
    line-height: 24px;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
}

#j_idt179 .p_title {
    color: #F04503;
    line-height: 24px;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

.p_title {
    color: #F04503;
    line-height: 24px;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

#form //:j_idt179 {width: 350px;}

/*水平選單CSS設定(後台)*/
#formMenu:j_idt13 {
    position: absolute;
    top: -3px;
}

#formMenu .sub_m1 {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
}

#formMenu .ui-menu {
    padding: 0;
}

#formMenu {
    color: white;
    position: absolute;
    top: 3px;
    border: 0;
}

#formMenu .ui-widget-content a {
    color: white;
}

#formMenu .ui-widget-content a:hover {
    color: #FFE312;
}

#formMenu .ui-menu,
.ui-menu .ui-menu-child {
    background: #2C1001;
    border: 0;
}

#formMenu .ui-state-hover {
    background: #2C1001;
    box-shadow: 0px 0px 0px #85B2CB;
}

#formMenu .ui-menu .ui-menu-parent .ui-menu-child {
    width: 15.5em;
}

#formMenu li .ui-icon {
    background-repeat: no-repeat;
    background-color: white;
    margin-left: 10px;
}

/*水平選單CSS設定(前台)*/
#formMenu {
    position: absolute;
    top: -3px;
}

#formMenu .sub_m1 {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
}

#formMenu .ui-menu {
    padding: 0;
}

#formMenu {
    color: white;
    position: absolute;
    top: 3px;
    border: 0;
}

#formMenu .ui-widget-content a {
    color: white;
}

#formMenu .ui-widget-content a:hover {
    color: #FFE312;
}

#formMenu .ui-menu,
.ui-menu .ui-menu-child {
    background: #2C1001;
    border: 0;
}

#formMenu .ui-state-hover {
    background: #2C1001;
    box-shadow: 0px 0px 0px #85B2CB;
}

#formMenu .ui-menu .ui-menu-parent .ui-menu-child {
    width: 15.5em;
}

#formMenu li .ui-icon {
    background-repeat: no-repeat;
    background-color: white;
    margin-left: 10px;
}


/*多人新增刪除欄位CSS設定*/

#makersDataList {
    width: 375px;
}

/*專輯製作人*/

#orchestrasDataList {
    width: 375px;
}

/*作曲人*/
#lyricersDataList {
    width: 375px;
}

/*作詞人*/
#arrangersDataList {
    width: 375px;
}

/*編曲人*/
#singersDataList {
    width: 375px;
}

/*演唱者(團名)*/
#artistMakesDataList {
    width: 375px;
}

/*單曲製作人*/
#directorsDataList {
    width: 375px;
}

/*導演*/

#rookiesDataList {
    width: 375px;
}

/*報名者(獎)*/
#makers {
    width: 360px;
}

/*專輯製作人(獎)*/
#teamMatesDataList {
    width: 360px;
}

/*演唱-報名者(獎)*/

.t1 {
    padding: 10px 0 0 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*傳統暨藝術音樂類CSS設定*/

#performersDataList {
    width: 375px;
}

/*最佳演奏獎(獎)*/
#interpretationsDataList {
    width: 375px;
}

/*最佳傳統音樂詮釋獎*/

#awardlist table {
    /*width: 960px;*/
}

#awardlist .awardInfo .pgCol1 {
    text-align: right;
    width: 330px;
    white-space: nowrap;
    text
}

#awardlist .awardInfo .pgCol2 {
    width: 860px;
}

/*dialog報名系統前台*/
#modalDialogLyric_title {
    font-size: 18px;
}

#j_idt184_title {
    font-size: 18px;
}

#modalDialog1_title,
#modalDialog2_title,
#modalDialog3_title,
#editDlg_title,
#awardDlg_title {
    font-size: 18px;
}

/*選單設定*/
#formMenu .ui-icon {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#formMenu ul {
    padding-right: 15px;
}

.ui-menu.ui-widget .ui-menuitem-link .ui-menuitem-text {
    margin-left: 0.4em;
    white-space: normal !important;
    /*選單文字斷行*/
}

.ui-menu.ui-widget li>.ui-menuitem-link.ui-state-hover .ui-icon {
    background-image: url(ui-icons_ffffff_256x240.png.xhtml%3Fln=images) !important;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(ui-icons_ffffff_256x240.png.xhtml%3Fln=images) !important;
}

#ui-widget-content ui-menu-list ui-corner-all ui-helper-clearfix ui-menu-child ui-shadow {
    width: 400px !important;
}

#ui-menu .ui-menu-parent .ui-menu-child {
    width: 400px !important;
}

/*3.5版本針對表格可換行設定*/
.ui-datatable thead th,
.ui-datatable tbody td,
.ui-datatable tfoot td {
    white-space: normal !important;
    /*for Firefox*/
    word-wrap: break-word;
}

/*tooltip_QA*/
.qa_t1 {
    width: 250px;
    text-align: left;
}

.qa_t2 {
    float: left;
    margin: 5px;
}

.qa_aimg {
    float: left;
    margin-top: 15px;
}

.qa_step2 {
    margin: 7px 770px 0 0;
}

/*報名前台*/
.cm01 {
    width: 280px;
}

.ablum_pimg {
    float: left;
    width: 80px;
    font-size: 15px;
}

.atitle1 {
    color: #000;
}

.ui-spinner-input {

    width: 20px;
}

/*公告區*/
#news ul li {
    display: inline;
}

#news ul {
    list-style-type: disc;
    padding: 5px 30px 5px 30px;
}

#news li {
    width: 600px;
    color: #E05A00;
    line-height: 30px;
}

.n1 {
    color: #0062CC;
    line-height: 30px;
}

.n2 {
    float: left;
    margin: 7px !important;
}

/*TIP*/
#messages_container p {
    font-size: 18px;
    font-weight: bold;
}

#messages_container {
    position: fixed;
    /*固定位置定位*/
    top: 50%;
    /*距離上方的位置*/
    left: 50%;
    /*距離左方的位置*/
    margin-top: -100px;
    /*上方邊界*/
    margin-left: -200px;
    /*左方邊界*/
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #000;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background-color: #D6D6D6;
    background-image: linear-gradient(to bottom, #FFFCE7, #FFD9BB);
}

.ui-growl-message {
    text-align: left;
}

/*input*/
.restrict_input {
    width: 150px;
}

#songName .restrict_input {
    width: 75px !important;
}

#songName {
    width: 75px !important;
}

/*btn*/
#excel {
    float: right;
    margin-top: -50px;
}

/*獎項列表*/
.award_t1 {
    float: right;
    margin-top: 8px;
    color: #FFFFFF;
}

.award_t2 {
    line-height: 30px;
    text-align: left;
}

/*UI取代*/

/*dialog*/
.ui-dialog.ui-widget-content .ui-dialog-title {
    font-size: 18px;
}

/*style*/
.center {
    text-align: center;
}

.left {
    text-align: left;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .50;
    filter: Alpha(Opacity=35);
    background-image: none;
}


/*Checkbox設定*/
.ui-chkbox .ui-chkbox-box {
    width: 25px !important;
    height: 25px !important;
    border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) !important;
}

.ui-icon-check {
    background-position: -158px -142px !important;
    margin-left: 2px;
    margin-top: 2px;
}

.ui-chkbox-icon {
    width: 25px !important;
    height: 25px !important;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(ui-icons_333333_256x240.png.xhtml%3Fln=images) !important;
}

.ui-state-active .ui-icon {
    background-image: url(ui-icons_333333_256x240.png.xhtml%3Fln=images) !important;
}

.ui-state-default .ui-icon {
    background-image: url(ui-icons_333333_256x240.png.xhtml%3Fln=images) !important;
}


.halflings {
    font-size: 12px;
    color: #1e1e1e;
}

.introtextinput {
    margin: 0px;
    height: 140px;
    width: 446px;
}

.creativeGrouptextinput {
    margin: 0px;
    height: 55px;
    width: 446px;
}

.creativeGrouptextinput {
    margin: 0px;
    height: 55px;
    width: 446px;
}

.mainPerformertextinput {
    margin: 0px;
    height: 38px;
    width: 446px;
}

.step45Intro {
    /*最佳個人表演新秀獎 最佳演員獎 簡介*/
    margin: 0px;
    height: 120px;
    width: 150px;
    resize: vertical;
}

.step45Suggestion {
    /*最佳個人表演新秀獎 最佳演員獎 建議段落*/
    margin: 0px;
    height: 120px;
    width: 100px;
    resize: vertical;
}

.step6789Intro {
    /*簡介*/
    margin: 0px;
    height: 70px;
    width: 220px;
    resize: vertical;
}

.publishStep3Intro {
    /*簡介*/
    margin: 0px;
    height: 127px;
    width: 464px;
    resize: vertical;
}

.doubleChk {
    zoom: 1.5;
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}

.checkBeforePrint {
    font-size: 17px;
}

.d-none {
	display: none;
}