/* Color scheme */
body, .calendar .month .blank {
    background-color: #EDD9FF;
}

#PlayInfo dt.selected, #CrewPanel .title .inner {
    background-color: #b4e0b4;
}

#PlayDetailPanelBG, #CrewPanel #Crew {
    background-color: #cae5c4;
    /*border: 1px solid #9adb9f;/**/
}


/* Undo site-wide style */
.border {
    background: transparent;
}

body #MainContent {
    border: 0px;
    background: transparent;
}

.mask {
    display: none;
}


/* 'zoom's */
.zoom {
    border-color: #9adb9f;
    border-style: solid;
}

/* Positioning */

.calendar .month colgroup.weekday {
	background-color: white;
}
.quicktext {
	background-color: white;
}

#PlayInfo dt.playOverview {
    vertical-align: middle;
}

.horzZoom {
    position: absolute;
    width: 0px;

    left: -8.4em;
    top: 0px;
    bottom: 0px;

    /* For initial display in Safari */
    border-top: 0.5em solid transparent;
    border-right-width: 8.4em;
    border-left-width: 0px;
    border-bottom: 15.3em solid transparent;
}


/* noisy ripple */
#PlayDetailPanelBG {
    text-align: right;
}

#PlayDetailPanelBG img {
    width: 100%;
    height: 100%;
    right: 0px;
}



#PlayInfo {
    position: relative;
    /*border: 1px solid black; /**/
}

/* Position detail panel & details */
#PlayInfo dd.playDetails {
    position: relative;
    left: 26em;
}

#PlayDetailPanelBG, #PlayInfo dd.positioned {
    position: absolute;
    top: 0px;
}

#PlayDetailPanelBG {
    left: 25em;
    width: 23em;
    bottom: 0px;
    z-index: 0;
    /*border: 1px solid green;/**/
}

#PlayInfo dd.playDetails {
    margin-top: 1em;
    /*visibility: hidden; /**/
    /* Remove Safari's DD margin */
    margin-left: 0px;
}

#PlayInfo dd.selected {
    visibility: visible;
    z-index: 20;
}

/* Position play overview*/
#PlayInfo dt.playOverview {
    position: relative; /* To make z-index apply */
    max-width: 25em; /* Don't change this without changing 
                    #PlayDetailPanelBG,.playDetails{left:} above */
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    /*border: 1px solid red;/**/
    z-index: 10;
    float: left;
    clear: both;
    width: auto;
       /**/
}

/*
#PlayInfo:before {
    font-size: 50%;
    height: 0.5em;
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
}
   */
#PlayInfo dt.playOverview:first-child {
    margin-top: 0.5em;
}
#PlayInfo:after {
    font-size: 10%;
    height: 0.5em;
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
}

/*  */
#PlayInfo dt.playOverview.pointed:before {
    position:relative;
    top: 5px;
    content: url(/images/hand.right);
    background-color: transparent;
}

#PlayInfo dt.playOverview:after {
}

/*  */
.program {
    background: white;
    margin: 0px;
}

[onclick] {
    text-decoration: underline;
}


#CrewPanel {
    clear: both;
    position: relative;
    margin-top: 1em;
    margin-left: 10em;
    width: 30em;
    /* */
    height: 13em;
}

#CrewPanel .title {
    position: absolute;
    margin: auto auto;
    margin-left: auto;
    margin-right: auto;
}
#CrewPanel .title .inner {
    display: block;
    padding: 0.15em 0.25em;
}

#CrewPanel .vertZoom {
    border-top: 0px;
    border-bottom-width: 3.7em;
    border-left: 6em solid transparent;
    border-right: 14.2em solid transparent;
}

#CrewPanel #Crew {
    padding: 1em;
    position: absolute;
    top: 5em;
    margin-bottom: 2em;
}

#CrewPanel .program {
    clear: both;
    margin: auto;
}
