#divSoundcheckMenu {
    margin: 0px;
    margin-bottom: 16px;
    padding: 0px;
}

#divSoundcheckMenu ul {
    margin: 0px;
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ff0000;
}

#divSoundcheckMenu ul li {
    list-style-type: none;
    margin: 0px;
    margin-right: 2px;
    background: transparent;
    color: #000000;
    display: inline;
    padding: 4px 8px 4px 8px;
    border: 1px solid #D0D0D0;
    background: #F0F0F0;
}

#divSoundcheckMenu ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

#divSoundcheckMenu ul li a:hover {
    color: #f08000;
}

span.form-note {
    font-size: 86%;
    color: #404040;
}

span.form-compulsary {
    color: #AF0000;
    padding-left:2px;
    padding-right:2px;
}

.sub, p.sub-small {
    color: #606060;
}

p.sub-small {
    font-size: 86%;
}

p.error {
    color: #600000;
}

span.form-sub-header {
    font-weight: bold;
    padding-top:12px;
    padding-bottom:8px;
    display: block;
}

p.breadcrumb {
    font-size: 90%;
    color: #404040;
}

p.breadcrumb a {
    color: #808080;
    text-decoration: none;
}

span.currentcrumb {
    font-weight: bold;
}

input.default-text {
    color: silver;
}

img.player {
    width: 18px;
    height: 18px;
    border: 0px;
    padding-top: 2px;
    cursor: pointer;
}

img.large-player {
    width: 36px;
    height: 36px;
}

table.intensity td {
    text-align: center;
    font-size: 66%;
    padding-left: 2px;
    padding-right: 2px;
}

table.intensity td.max {
    font-size: 100%;
    font-weight: normal;
}

.inactive {
    color: #808080; 
}

.strong {
    font-weight: bold;
}

td ul {
    margin-top: 6px;
    margin-bottom: 6px;
}

ul.table {
    margin-top: 0px;
    margin-bottom: 6px;
    padding-left: 1em;
}

td > p {
    margin-top:0px;
}

ul.answer li {
    list-style: none;
    margin-bottom: 12px;
    
}

div#volume-dropin {
    position: fixed;
    height: 23px;
    top: -24px;
    right: 24px;
    border-bottom: 1px solid #7070bf;
}

img#volume-icon {
    position: absolute;
    bottom: -16px;
    right: 0px;
}

.hook-no {
    padding-left: 8px;
    padding-right: 8px;
    text-align: right;
    font-size: 86%;
    font-weight: bold;
    vertical-align: middle;
}

blockquote {
    display: block;
    padding: 0 60px;
    width: 780px;
}
blockquote:before, blockquote:after {
    color: #d0d0df;
    display: block;
    font-size: 700%;
    width: 50px;
}
blockquote:before {
    content: open-quote;
    height: 0;
    margin-left: -0.55em;
}
blockquote:after {
    content: close-quote;
    height: 50px;
    margin-top: -70px;
    margin-left: 790px;
}
blockquote span.email {
    color: #808080;
    font-size: 90%;
}

div#feel-display .ui-slider-horizontal {
    height: 1.6em !important;
}

div#feel-display .ui-slider-handle {
    height: 2em !important;
    width: 2em !important;
    margin-left: -1em !important;
}

div#burn-display .ui-slider-horizontal {
    height: 1.6em !important;
}

div#burn-display .ui-slider-handle {
    height: 2em !important;
    width: 2em !important;
    margin-left: -1em !important;
}