@import "common.css";

/* Separate Blocks */

div.news-block, div.slider-block, .icons-block .twitter-block, .sharepoint-block, .chart-block, .teasers-block
{
    float: left;
}

/* Left News Block */

div.news-block
{
    height: 279px;
    width: 450px;
    margin-right: 12px;
    margin-top: 1px;
    position: relative;
}

.news-block .tab, .sharepoint-block .tab
{
    font-weight: bold;
    font-size: 13px;
    height: 36px;
    background-color: #e3e3e3;
    color: #4e4d4d;
    float: left;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    cursor: pointer;
}

.news-block .active, .sharepoint-block .active
{
    background-color: #1b6bb2;
    color: #fff;
    cursor: default;
}

.news-block .news1-header
{
    width: 116px;
    margin-right: 12px;
}

.news-block .news2-header
{
    width: 233px;
}

.news-block .news1-content, .news-block .news2-content,  .sharepoint-block .sharepoint1-content, .sharepoint-block .sharepoint2-content
{
    border: 1px #dadde1 solid;
    background: #fff;
    width: 425px;
    height: 222px;
    padding: 10px 13px;
    margin-top: -1px;
}

.news1-content .n-date, .news2-content .n-date
{
    font-size: 10px;
    color: #a6a6a6;
    margin-top: 7px;
    display: block;
}

.news1-content .n-text, .news2-content .n-text
{
    display: block;
    font-size: 12px;
    color: #0b508c;
    margin-top: 6px;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 16px;
}

.news1-content .all-news, .news2-content .all-news
{
    display: block;
    font-size: 14px;
    width: 226px;
    height: 38px;
    color: #494c4e;
    text-decoration: none;
    background: #f7f6f6 url('/images.tpl/index-stuff/all-news.png') 0 -176px;
    position: absolute;
    left: 50%;
    margin-left: -113px;
    bottom: 10px;
}

.news1-content .all-news:hover, .news2-content .all-news:hover
{
    background: url('/images.tpl/index-stuff/all-news.png') 0 -88px;
}

.news1-content .all-news:active, .news2-content .all-news:active
{
    background: url('/images.tpl/index-stuff/all-news.png') 0 0;
}

.news2-content, .sharepoint2-content
{
    display: none;
}

/* Right News Block */

div.slider-block
{
    width: 458px;
    height: 279px;
    position: relative;
    margin: 0 12px;
}

.slider-block img.photo
{
    position: absolute;
    z-index: -20;
    left: 0;
}

.slider-block .container
{
    width: 219px;
    height: 279px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    z-index: 5;
    padding-left: 15px;
}

.slider-block .overlay
{
    width: 219px;
    height: 279px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    background: url('/images.tpl/index-slider/slider_overlay.png') no-repeat;
    z-index: 1;
    padding-left: 15px;
}

.slider-block div, .slider-block a
{
    z-index: 150;
    margin-left: 20px;
    width: 190px;
    position: relative;
}

.slider-block .slider-date
{
    color: #bcd6ed;
    font-size: 12px;
    margin-top: 27px;
}

.slider-block .slider-title
{
    color: #f6f6f6;
    font-size: 14px;
    margin-top: 7px;
}

.slider-block .slider-text
{
    color: #f6f6f6;
    font-size: 16px;
    margin-top: 26px;
    line-height: 22px;
    text-transform: uppercase;
}

.slider-block a.slider-more
{
    margin-top: 19px;
    display: block;
    width: 95px;
    height: 22px;
    background: url('/images.tpl/index-slider/slider_more.png') 0px -144px;
    cursor: pointer;
    position: absolute;

}

.slider-block a.slider-more:hover
{
    background: url('/images.tpl/index-slider/slider_more.png') 0px -72px;
}

.slider-block a.slider-more:active
{
    background: url('/images.tpl/index-slider/slider_more.png') 0px 0px;
}

.slider-block .controls
{
    position: absolute;
    z-index: 80;
    bottom: 20px;
    right: 83px;
    width: 54px;
    height: 18px;
}

.slider-block .controls a
{
    width: 6px;
    height: 7px;
    background: url("/images.tpl/index-slider/slider_controls.png") 6px -21px no-repeat;
    display: block;
    float: left;
    margin: 0;
    padding: 6px;
}

.slider-block .controls a.active
{
    background: url("/images.tpl/index-slider/slider_controls.png") 6px 6px no-repeat;
}


/* Second block row */

ul.icons-block, div.twitter-block
{
    float: left;
    margin-top: 29px;
}

/* Icons Block */

ul.icons-block
{
    width: 474px;
    height: 425px;
}

.icons-block li.icon
{
    position: relative;
    width: 225px;
    height: 84px;
    display: inline-block;
    float: left;
    margin-right: 12px;
    margin-bottom: 26px;
    cursor: pointer;
}

.icon-block img, .icon-block a
{
    display: inline-block;
}

.icons-block img
{
    width: 84px;
    height: 84px;
    vertical-align: middle;
}

.icons-block .icon a
{
    line-height: 16px;
    font-size: 14px;
    color: #676767;
    display: inline-block;
    width: 120px;
    vertical-align: middle;
    text-decoration: none;
    margin-left: 11px;
}

.icons-block .icon a:hover
{
    text-decoration: underline;
}

.twitter-block
{
    width: 460px;
    height: 426px;
}

/* Third block row */

div.sharepoint-block
{
    margin-top: 40px;
    height: 353px;
    margin-right: 9px;
}

.sharepoint-block .sharepoint1-header
{
    width: 152px;
    margin-right: 16px;
}

.sharepoint-block .sharepoint2-header
{
    width: 148px;
}

.sharepoint-block .sharepoint1-content, .sharepoint-block .sharepoint2-content
{
    height: 297px;
}

/* 1ST Tab */

.sharepoint1-content .sharepoint1-more
{
    width: 100px;
    height: 309px;
    position: relative;
    float: left;
    margin-top: -5px;
}

.sharepoint1-more a
{
    width: 100%;
    height: 100%;
    display: block;
    background: url("/images.tpl/index-stuff/sharepoint-more.png") -300px 0 no-repeat;
}

.sharepoint1-more a:hover
{
    background: url("/images.tpl/index-stuff/sharepoint-more.png") -150px 0 no-repeat;
    cursor: url("/inc/zoom.cur"), pointer;
}

.sharepoint1-more a:active
{
    background: url("/images.tpl/index-stuff/sharepoint-more.png") 0 0 no-repeat;
}

/* 2ND Tab */

.sharepoint2-content div.counter
{
    width: 68px;
    height: 24px;
    padding: 0 82px;
    margin: 20px auto 0;
    background: url('/images.tpl/index-stuff/infographic_counter.png') center no-repeat;
    text-align: center;
}

div.counter span
{
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    color: #4e4d4d;
}

.sharepoint2-content .scrollbar-control, div.counter
{
    float: left;
}

.sharepoint2-content .scrollbar-control
{
    position: relative;
    width: 78px;
    height: 27px;
    margin-top: 20px;
}

.sharepoint2-content .scrollbar-control a
{
    width: 100%;
    height: 100%;
    display: block;
}

.sharepoint2-content .sc-left
{
    margin-left: 10px;
}

.sharepoint2-content .sc-left a
{
    background: url("/images.tpl/index-stuff/scrollbar_controls.png") 0 -104px no-repeat;
}

.sharepoint2-content .sc-left a:hover
{
    background: url("/images.tpl/index-stuff/scrollbar_controls.png") 0 -52px no-repeat;
}

.sharepoint2-content .sc-left a:active
{
    background: url("/images.tpl/index-stuff/scrollbar_controls.png") 0 0 no-repeat;
}

.sharepoint2-content .sc-right a
{
    background: url("/images.tpl/index-stuff/scrollbar_controls.png") 0 -260px no-repeat;
}

.sharepoint2-content .sc-right a:hover
{
    background: url("/images.tpl/index-stuff/scrollbar_controls.png") 0 -208px no-repeat;
}

.sharepoint2-content .sc-right a:active
{
    background: url("/images.tpl/index-stuff/scrollbar_controls.png") 0 -156px no-repeat;
}

.sharepoint2-content div.infographic
{
    width: 400px;
    height: 230px;
    overflow: auto;
    margin: 15px 8px 10px;
}

.infographic ul
{
    width: auto;
    min-height: 200px;
    overflow: hidden;

}

.infographic ul li
{
    width: 185px;
    height: 200px;
    display: block;
    float: left;
    margin: 20px 10px 0;
}

.infographic ul li.first
{
    margin-left: 0;
}

.infographic ul li.last
{
    margin-right: 0;
}

.infographic ul li img
{
    border: 1px #afafaf solid;
    width: 185px;
    height: 126px;
}

.infographic ul li p
{
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-top: 12px;
    max-height: 42px;
    color: #3c3c3c;
    line-height: 14px;
    overflow: hidden;
}


/* Chart Block */


div.chart-block
{
    margin-top: 41px;
    margin-left: 12px;
    width: 432px;
    height: 325px;
    border: 1px #d6d6d6 solid;
    background: #fff;
    padding: 13px;
}

.chart-block .chart-info, .chart-block .chart-more
{
    display: block;
    float: left;
    height: 28px;
    margin-right: 14px;
    line-height: 28px;
}

.chart-block .chart-info
{
    font-size: 18px;
    color: #252525;
}

.chart-block .chart-image
{
    display: block;
    margin-top: 15px;
}

.chart-override
{
    background-color: white;
    width: 432px;
    height: 20px;
    margin-top: -20px;
    position: absolute;
}

.editpage-time {
font-size:11px;text-align:right;display: block;
}

.news_title_text h1 {
font-size:14px;
}

.playerban {
padding: 10px 7px 23px 38px;
background:url('/images.tpl/player_bg.png') no-repeat;
float:right;
}