﻿html, body 
{
    height: 100%;  
    background-color: #333333; 
}
    
li
{
    margin-bottom: 5px;
}


.defaultBody
{
   background-color: #333333; 
     
}

#linksInner a
{
    text-decoration: none;
    color: #222222;
}

#linksInner a:visited
{
    color: #444444;
    text-decoration: none;
}

#linksInner a:hover
{
    color: #136fa0;
    text-decoration: none;
}


#stage
{
    width: 973px;
    /* width: 1000px; */
    height: 735px;
   	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 0px 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #222222;
	font-size: 12px;
	position: relative;
}

#header
{
    padding-top: 9px;
    height: 68px;
    overflow: hidden;   
}

.headerBackground
{
   /* background-color: #666666;  */
   background-image: url('img/header-973-20r.png');
}

.headerTextWrapper
{
    padding:  0px 0px 2px 10px;
    float: left;
    width: 659px;  
}

/* 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: 190px;
            height: 50px;
        }
        .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: 434px;
}

/* new main inner used on v101 template after March 10, 2009  */
/* changes for using curvycorners.js instead of niftycorners.js  */
/* older sites still use nifty so global change not practical  */
#newMainInner
{
    height: 404px;
}



/*****left column main section ***/
#leftCol
{
    float: left; 
    width: 495px; 
    margin: 5px 5px 5px 5px;
}

#playerPlaceHolder
{
    background-color: #000000;
    width: 494px;
    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;
    margin: 5px 5px 5px 5px;
    
}

#sourceInfo
{
    /* width: 265px; */
    width: 240px;
    margin: 8px 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: 255px; */
    height: 340px;
    margin: 5px 5px 5px 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; 
    width: 200px; 
    margin: 4px 0px 5px 0px; 
}

#buttonArea
{
    width: 200px;
    height: 85px;
    margin: 5px 5px 0px 5px;
    
}

#EmailLink
{
    cursor: pointer;
}

#EmbedLink
{
    cursor: pointer;
}

.topButtons
{
    float: left; 
    padding: 0px 10px 0px 2px;
}

.topButtonLabel
{
    text-align: center; line-height: 22px; font-size: 11px;
}

/*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;
}



/* 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: 52px;
    right: 0px;
    width: 194px;
    height: 280px;
    background-color: #cccccc;
    padding: 5px 5px 3px 10px;


}

.emailTextBoxes
{
    background-color: #f1f1f1;
}

.emailLabels
{
    font-weight: bold;
}

.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: 170px;
    padding: 5px 2px 3px 10px;
}

/* sets style of layer that pops up when Embed button in upper right is clicked */
.embedPopupInner
{
    position: absolute; 
    top: 0px; 
    right: 66px; 
    background-color: #cccccc; 
    width: 192px; 
    height: 170px; 
    padding: 5px 5px 3px 10px;
    text-align: center;
}

.embedCodeTextBox
{
    background-color: #f1f1f1;
}

.embedLabels
{
    font-weight: bold;
}


#links
{
    /* the background should be a user style */
    width: 194px;
    margin: 0px 5px 0px 5px;
}

#linksInner
{
    padding: 3px 5px 3px 5px;
    height: 130px;   
    overflow: auto;
}

.bottomButtons
{
    padding: 5px 0px 5px 5px; 
    text-align: center;
}

/*****video and image thumbnails ***/


/*  videoTab and imageTab wrap around existing code allow curvycorners to   */
/*  round the tab for newer sites (after March 10, 2009)                    */
#videoTab
{
    background-color: #f2f2f2;
    width: 88px;

}

#imageTab
{
    background-color: #f2f2f2;
    width: 88px;

}
/* end new styles for curvycorners.js                                        */


#videoThumbs
{
    /* width: 490px;  */
    width: 480px;
    float: left; padding: 0px 10px 0px 0px;
}

#imageThumbs
{
    float: left; margin: 0px 0px 0px 0px;
    width: 480px;
    /* width: 490px; */
}

.thumbTab
{
    background-color: #f2f2f2;
    width: 75px;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 13px 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.thumbPanel
{
   background-color: #f2f2f2;
   padding: 10px 5px 10px 5px;
   width: 472px;  
   /* width: 490px;*/
    
}

.thumbPanelInner
{
    width: 464px;  
    /* width: 477px; */
    padding: 1px 1px 1px 5px;
    /* background-color: Aqua; */
}

.newThumbPanel
{
   background-color: #f2f2f2;
   width: 482px;
   height: 145px; 
   margin-top: 10px;
    
}

.newThumbPanelInner
{
    width: 464px;  
    /* width: 477px; */
       /* padding: 10px 5px 10px 5px; */

    padding: 5px 1px 1px 5px; 
}

.thumbScroller
{
    /* width: 477px; */
    width: 460px;
    height: 136px; 
    overflow: auto; 
    white-space: nowrap; 
}

.thumbImage
{
    width: 156px;
    height: 116px;
    text-align: left;
    padding: 0px 5px 0px 0px;
}

/* the layer that fullsize images appear in */
.floatPanel
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1001;
    /* background-color: #cdcdcd; */
    background-color: Transparent;
    /* margin: 10px 10px 10px 10px; */
    /* padding: 10px 10px 10px 10px; */
    text-align: center;
    width: 960px;
    height: 700px;
    
}

#ImgPanelHorizon {
    background-color: transparent; 
    position: relative;
    top: 50%;
    left: 0px;
    width: 100%;
    margin-top: -200px;
    text-align: center;
    min-width: 900px; 
}
#ImgPanelWrapper {
    background-color: transparent;
    position: relative;
    /* text-align: left; */
    
    /* width: 900px;
    height: 380px; */
    
    margin: 0px auto;
    }
    
 #visibleImagePanel {
    position: relative;
    background-color: #cccccc; 
    border: solid 1px #333333;
    margin: 10px 10px 10px 10px; 
    padding: 10px 10px 10px 10px;
    }
    
.fullImageCloseButton
{
    position: absolute; top: 5px; right: 5px;
}


/* don't need these now.
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	/* width:250px; */
/*}
*/


#footer
{
    /* position: relative; */
    margin: 35px 0px 3px 0px;
    padding: 5px 25px 0px 20px;
    position: absolute; bottom: 0px; left: 0px;
    
}

#footerLeft
{
    float: left; 
    width: 100px;
    font-weight: bold; font-size: 10px;
}

.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;
}



#footerRight
{
    float: right;
    text-align: right;
    width: 860px;
    font-size: 10px;
    position: relative;
}

.footerRightText
{
    color: #f1f1f1;
}