﻿html, body 
{
    height: 500px;  
    background-color: #333333; 
}
    
li
{
    margin-bottom: 5px;
}


.defaultBody
{
   background-color: #333333; 
     
}

#stage
{
    /* width: 973px; */
    width: 798px;
    /* width: 1000px; */
    height: 545px;
   	margin-left: auto;
	margin-right: auto;
	/* padding: 10px 20px 0px 20px; */
	padding: 10px 10px 0px 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #222222;
	font-size: 12px;
	position: relative;
}

#header
{
    padding-top: 2px;
    /* height: 68px; */
    height: 50px;
    overflow: hidden;  
    margin: 0px 0px 0px 0px; 
}

.headerBackground
{
   /* background-color: #666666;  */
   background-image: url(header_973_70h_purple.png);
   
}

.headerTextWrapper
{
    padding: 0px 0px 2px 10px;
    float: left;
    width: 500px;  
}

/* Overriden by user style: .userClientHeaderText                   */
/* styles below are defaults to show if undefined in user styles.   */
/* padding should be set in user style to leave maximum space if a text image is used in this space */
.clientHeaderText
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 32px;
    font-weight: bold;
    color: #f1f1f1;
    overflow: hidden;
}

/* centers client logo horizontally and vertically and doesn't   */
/* allow oversized images to break the display            */
.clientLogoHolder {
        display: table-cell;
        /* text-align: center; */
        text-align: right;
        vertical-align: middle;
        width: 200px;
        /* height: 50px; */
        height: 45px;
    }
    .clientLogoHolder * {
        vertical-align: middle;
    }
    /*\*//*/
    .clientLogoHolder {
        display: block;
    }
    .clientLogoHolder span {
        display: inline-block;
        height: 100%;
        width: 1px;
    }
    /**/

#main
{
    margin: 0px 0px 10px 0px;
}

/* sets the background color for the main container of the page     */
/* holds player, buttons, text boxes                                */
/* This default style is overridden by .userMainBackground          */
.mainBackground
{
    background-color: #f2f2f2;
}

#mainInner
{
    /* height: 484px; */
    height: 475px;
    
}

#newMainInner
{
    /* height: 484px; */
    height: 465px;
    
}

/*****left column main section ***/
#leftCol
{
    float: left; 
    width: 495px; 
    margin: 5px 5px 0px 5px;
    height: 375px;
    
    /* background-color: #ccff99; */
}

#playerPlaceHolder
{
    background-color: #000000;
    width: 491px;
    margin: 5px 5px 5px 5px;
}

#playerPlaceHolderInner
{
    height: 369px;
}

#bookmarkPanel
{
    /* background-color: Lime; */
    width: 494px;
    height: 21px;
    margin: 13px 5px 5px 5px;
}

/*****middle column main section ***/
#centerCol
{
    float: left;

    /* width: 270px;   */
    /* width: 245px; */
    width: 350px;
    margin: 5px 5px 0px 5px;
    height: 375px;
  
    /*  background-color: #ffcc99; */
}

#sourceInfo
{
    /* width: 265px; */
    /* width: 240px; */
    width: 275px;
    margin: 0px 5px 5px 5px;   
    overflow: hidden; 
}

.sourceInfoStyles
{
    background-color: #cccccc;
    font-size: 10px;
}

#souceInfoInner
{
    height: 35px;
    /* width: 265px; */
    font-size: 13px;
    padding: 2px 5px 2px 5px;
}

#storyText
{
    /* width: 230px; */
    width: 265px;
    height: 315px;
    margin: 5px 5px 0px 5px;
    overflow: auto;
    padding: 5px 5px 2px 5px;
}

/* Sets default background color for story text box     */
/* is overridden by .userStoryTextBackground            */
.storyTextBackground
{
    background-color: #f1f1f1;
}

#storyText p
{
    margin-bottom: 10px;
}

.ulist
{
    list-style-type: disc;
    list-style-image: url(img/bullet.png); 
    list-style-position: inside;
    padding-left: 2em;
    text-indent: -1em;
}



.headline
{
    font-weight: bold;
    font-size: 13px;

}

.storyBody
{
    
}
    
/*****Right column ***/
#rightCol
{
    /* float: left;  */
    position: absolute;
    top: 62px;
    left: 515px;
    width: 220px; 
    height: 370px;
    margin: 10px 0px 5px 5px; 
    
    /* background-color: #00ccff;   */
}

/*****Right column ***/
/********** this one for newer file which uses curvycorners.js  ****/
#newRightCol
{
    /* float: left;  */
    position: absolute;
    top: 0px;
    left: 500px;
    width: 220px; 
    height: 370px;
    margin: 10px 0px 5px 5px; 
    
    /* background-color: #00ccff;   */
}


#buttonArea
{
    width: 720px;
    height: 85px;
    margin: 5px 5px 0px 5px;
    position: relative;
    
}

#EmailLink
{
    cursor: pointer;
}

#EmbedLink
{
    cursor: pointer;
}

.topButtons
{
    float: left;
    width: 112px;
    margin-top: 5px;
}

.topButtonLabel
{
    text-align: center; line-height: 18px; font-size: 11px;
    padding: 0px 0px 0px 0px;
    color: #f1f1f1;
}

/*sets the style for the "Select" link inside the popup for the Embed button */
.highlighttext
{
    position: relative;
    background-color: #f1f1f1;
    font-weight:bold;
    border: solid 1px #666666; 
    text-align:center; 
    margin-top: 0px;
    padding: 0px 3px 0px 3px;
}

/* sets style for link in the "Select" link in popup for Embed button */
#EmbedPanel a
{
    text-decoration: none;
    color: #222222;
}

#EmbedPanel a:hover
{
    text-decoration: underline;
    color: #136fa0;

}

#EmbedPanel a:visited
{
    text-decoration: none;
    color: #222222;
}

/* adjust position of the email label for firefox. for IEonly the style is set back to 0px*/
.ffAdjustEmailLabel
{
    margin-top: 3px;
}

/* sets style of layer that pops up when Send Email button in upper right is clicked */
.emailPopup
{
    position: absolute;
    visibility: visible;
    z-index: 1500;
    /* background-color: #cccccc; */
    /* width: 194px;
    height: 245px; */
    width: 196px;
    height: 285px;
    padding: 5px 2px 3px 10px;
    
}

/* there is a separate IE-only version of this on the aspx page */
.emailPopupInner
{
    position: absolute;
    top: -290px;
    right: -30px;
    width: 194px;
    height: 280px;
    background-color: #cccccc;
    padding: 5px 5px 3px 10px;
}

.emailTextBoxes
{
    background-color: #f1f1f1;
}

.emailLabels
{
    font-weight: bold;
    text-align: left;
}

.emailCancelButton
{
    width: 65px;
    background-color: #f1f1f1;
    font-weight:bold;
    border: solid 1px #666666; 
    text-align:center; 
    margin-top: 10px;
    padding: 0px 3px 0px 3px;

}


.emailSendButton
{
    width: 65px;
    background-color: #f1f1f1;
    font-weight:bold;
    border: solid 1px #666666; 
    text-align:center; 
    margin-top: 10px;
    padding: 0px 3px 0px 3px;

}

/* sets style of layer that contains the layer that pops up when Embed button in upper right is clicked */
/* controlling position of this layer is done by the ajaxcontroltoolkit - so an inner layer overrides */
/* see embedPopupInner. This needs to contain it. */
.embedPopup
{
    position: absolute;
    visibility: hidden;
    z-index: 1500;
    width: 194px;
    height: 175px;
    padding: 5px 2px 3px 10px;
}

/* sets style of layer that pops up when Embed button in upper right is clicked */
.embedPopupInner
{
    position: absolute; 
    top: -213px; 
    right: 0px; 
    background-color: #cccccc; 
    width: 192px; 
    height: 175px; 
    padding: 5px 5px 3px 10px;
    text-align: center;
}

.embedCodeTextBox
{
    background-color: #f1f1f1;
}

.embedLabels
{
    font-weight: bold;
}

#mainLower
{
    background-color: #181818; 
    width: 451px;
    position: absolute;
    top: 441px;
    left: 20px;
    padding: 0px 20px 0px 20px;
}



#mainLowerInner
{
    height: 85px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}

#newMainLower
{
    background-color: #181818; 
    width: 491px;
    position: absolute;
    top: 379px;
    left: 10px;
}


#newMainLowerInner
{
    height: 75px;
    text-align: center;
    margin-left: 20px;
}


.bottomButtons
{   
    padding: 5px 0px 5px 5px; 
    text-align: center;
}


#footer
{
    /* position: relative; */
    margin: 5px 0px 3px 0px;
    /* padding: 5px 25px 0px 20px; */
    padding: 5px 15px 0px 15px;
    position: absolute; 
    top: 530px; left: 0px;
    height: 35px;

    
}

#footerLeft
{
    float: left; 
    width: 100px;
    font-weight: bold; 
    font-size: 10px;
    margin: 1px 0px 0px 0px;

}

.footerLeftText
{
    color: #f1f1f1;
}

#footerLeft a
{
    color: #f1f1f1;
    text-decoration: none;
}

#footerLeft a: visited
{
    color: #f1f1f1;
    text-decoration: none;
}

#footerLeft a: hover
{
    color: #f1f1f1;
    text-decoration: underline;
}

#footerLeft a: active
{
    color: #f1f1f1;
    text-decoration: underline;
}



#footerText
{
    /* background-color: #cc33ee; */
    width: 590px;
    float: right;
    text-align: right;
    font-size: 10px;
    line-height: 10px;
    padding: 7.5px 10px 0px 0px;

}

/* adjustments made for SD brand rollout. use these styles going forward */
#footerLeft_SD
{
    float: left; 
    width: 100px;
    font-weight: bold; 
    font-size: 10px;
    margin: 1px 0px 0px 0px;

}

#footerLeft_SD a
{
    color: #f1f1f1;
    text-decoration: none;
}

#footerLeft_SD a: visited
{
    color: #f1f1f1;
    text-decoration: none;
}

#footerLeft_SD a: hover
{
    color: #f1f1f1;
    text-decoration: underline;
}

#footerLeft_SD a: active
{
    color: #f1f1f1;
    text-decoration: underline;
}

#footerText_SD
{
    /* background-color: #cc33ee; */
    width: 590px;
    float: right;
    text-align: right;
    font-size: 10px;
    line-height: 10px;
    padding: 7.5px 10px 0px 0px;

}


#footerRight
{
    float: right;
    text-align: right;
    width: 85px;
    position: relative;
  
    /* background-color: #33ffcc; */
}

#footerRight_SD
{
    float: right;
    text-align: right;
    width: 85px;
    position: relative;
    margin-top: 4px;
    /* background-color: #33ffcc; */
}


.footerRightText
{
    color: #f1f1f1;
}
