﻿@import "../Default/style.css";


#Body {
}
#BodyInner 
{
    background: #d4e6ea url(Images/MainBackground.png) repeat-x;
}


#BodyBottom 
{
    height: 15px;
    background-image: url(Images/BodyFrameBottom.png) !important;
    background-image: url(Images/BodyFrameBottom.gif); /*ie6*/
}
#BodyBottom .Side
{
    width: 365px;
    height: 15px;
    float: left;
    display: inline; /*ie6*/
    margin-left: 4px;
    background: url(Images/BodyBottomSide.png) no-repeat !important;
    background: url(Images/BodyBottomSide.gif) no-repeat; /*ie6*/
}


#Main .Breadcrumbs
{
    display: none;
}

#Main 
{
    width: 530px;
    min-height: 0;
    padding: 25px;
    padding-left: 0;
    padding: 0;
    position: relative;
    background: none;
}

#Side 
{
    padding: 0;
    width: 365px;
    background: url(Images/SideShadow.png) repeat-y right top !important;
    background: url(Images/SideShadow.gif) repeat-y right top; /*ie6*/
}
#Side h2,
#Side h3,
#Side ul
{
    display: none;
}

#Side .Panel 
{
    padding: 25px;
    width: 310px;
    float: left;
    clear: left;
    background: #093861 url(Images/MainPanelBackground.png) left bottom;
    color: #e0e6ec;
}
#Side .Panel h3, 
#Side .Panel h3 a 
{
    display: block;
    background: none;
    padding: 0;
    color: #bfcfdc;
    font-size: 17px;
    margin: 0 0 10px;
    text-decoration: none;
}
#Side .Panel h3 a 
{
    padding-left: 10px;
    background: url(Images/PanelHeadingArrow.png) no-repeat left center !important;
    background: url(Images/PanelHeadingArrow.gif) no-repeat left center; /*ie6*/
}
#Side .Panel h3 a:hover 
{
    color: #e9df86;
} 
#Side .Panel .Content 
{
    line-height: 1.5em;
}
#Side .Panel .Content a 
{
    color: White;
}
#Side .Panel .Content a:hover 
{
    color: #e9df86;
}



#Side .Headline-Panel
{
    background: none;
    padding: 0;
    width: 360px;
    height: 285px;
    background: #ccc;
    overflow: hidden;
}
#Side .Headline-Panel * 
{
    margin: 0;
    line-height: normal;
}
#Side .Headline-Panel img 
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#Side .Panel a 
{
    display: none;
}
#Side .Panel h3 a,
#Side .Panel .Content a 
{
    display: inline;
}


#Main h2 
{
    color: #669a9f;
    xmargin: 0 0 15px;
}

#Main #VideoPlayer 
{
    width: 488px;
    height: 292px;
    border: 5px solid #669a9f;
    position: relative;
}
#Main #VideoPlayer embed 
{
    margin: 0;
    display: block;
}
#Main #VideoPlayer .Error img
{
    width: 488px;
    height: 292px;
}
#Main #VideoPlayer .Error blockquote 
{
    background: yellow;
    xcolor: Red;
    position: absolute;
    left: 0;
    top: 140px;
    padding: 2px 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
#Main #VideoPlayer.Standard 
{
    height: 386px;
}
#Main #VideoPlayer.Standard .Error img
{
    height: 366px;
}

#Main .VideoPreview
{
    float: left;
    width: 148px;
    xheight: 95px;
    xheight: 111px;
    margin: 15px 0;
    margin-right: 20px;
}
#Main .VideoPreview img 
{
    width: 148px;
    height: 95px;
    height: 111px;
    border: 4px solid #669a9f !important;
}
#Main .VideoPreview .Caption 
{
    font-size: .9em;
    line-height: 1em !important;
    padding: 0;
}


.theWrapper .Panel img
{
    position: relative !important;
}