/* 
    Shared styles for both studio and stage pages
*/

div.contentBox div.leftCol {
    float: left;
    width: 400px;
}

#content div.leftCol p {
    font-size: 90%;
}
div.contentBox div.rightCol {
    width: 310px;
    margin-left: 425px;
}

div.contentBox .col h2 {
    font-size: 100%;
}
div.rightCol .col {
    /* border: 1px solid #ccc; */
    padding: 0.5em;
}

div.rightCol .stagelistcol {
    border: 1px solid #ccc;
    
}
div.rightCol h2 {
    margin-top: 0;
}

div.leftCol p.studioBlurb {
    line-height: 1.5em;
    margin: 0;
}

/* images */
.leftCol div.studioImage {
    float: right;
    padding-left: 10px;
    margin-bottom: 0.5em;
}
.leftCol div.studioImage img {
    border: 1px solid #333;
}
h1 span.studioLogo {
    margin: 0 0.3em 0 0;
    vertical-align: middle;
    height: 100%;
}
h1 span.studioLogo img {
    vertical-align: middle;
    border: 0;
}


/* Stage listings styles */
table.stageListings {
    border-left: 2px solid white;
    border-collapse: collapse;
    margin: 0 0.5em 1em 0.5em;
    width: 97%;
}
table.stageListings a {
    text-decoration: none;
}

table.stageListings a:hover {
    text-decoration: underline;
}

table.stageListings th {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 0 0.5em 0 0.2em;
    font-size: 85%;
}
table.stageListings td {
    padding: 0.2em 0.5em 0.2em 0.2em;
    border-left: 1px solid #ccc;
    font-size: 90%;
}

table.stageListings .altcolor1 {
    border-top: 1px dashed #ccc;
    background-color: #f5f5f5;
}

table.stageListings .altcolor2 {
    border-top: 1px dashed #ccc;
}

table.stageListings td.number {
    text-align: right;
}

/* Stage features table */
table.stageFeatures {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 1em;
}

table.stageFeatures th {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 0 0.5em 0 0.2em;
    font-size: 80%;
}
table.stageFeatures td {
    padding: 0.4em 0.5em 0.4em 0.5em;
    border-left: 1px solid #ccc;
    font-size: 80%;
}

table.stageFeatures td.altcolor1 {
    border-top: 1px dashed #ccc;
    background-color: #f5f5f5;
}

table.stageFeatures td.altcolor2 {
    border-top: 1px dashed #ccc;
}

table.stageFeatures .label {
    font-weight: bold;
}



/* stage-specific stuff */

div.stage div.rightCol {
    border: none;
}
div.stage div.rightCol .col {
    padding: 0;
}

div.stageSchematic {
    margin-bottom: 1em;
}
div.stageSchematic p {
    margin: 0;
    padding: 0;
    font-size: 80%;
}

div.stagemainfo ul {
    font-size: 90%;
    line-height: 1.5em;
}
div.stagemainfo .label {
    font-weight: bold;
}

div.notpaid {
    border-left: 1px dashed #999;
    padding: 0 1em;
    color: #666;
}

div.usernote {
    background-color: #ffffcc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 2px groove #999;
    border-bottom: 2px groove #999;
    padding: 0.2em;
    margin-bottom: 1em;
    color: #666;
}
div.usernote h3 {
    margin: 0 0 0.5em 0;
    font-size: 90%;
}
#content div.leftCol div.usernote p {
    font-size: 80%;
}
div.usernote table {
    width: 100%;

}
div.usernote textarea {
    font-size: 60%;
    font-family: Verdana, Arial, Helvetica, sans;
    width: 95%;
}
#notemessage {
    border-top: 1px solid #6AB46A;
    border-left: 1px solid #6AB46A;
    border-bottom: 1px solid #6AB46A;
    border-right: 1px solid #6AB46A;
    background: url(/images/icon-success.gif) #bbddbb no-repeat 5px 50%;
    margin: 0 0 0.2em 0;
    padding: 0.3em 0.8em 0.3em 25px;
}
#content div.leftCol div.usernote p.howto {
    border-top: 1px dashed #ccc;
    padding: 0;
    margin: 0;
    color: #999;
    font-size: 70%;
    text-align: center;
    font-style: italic;
    
}
