﻿/* GLOBAL */
*
{
    margin: 0;
    padding: 0;
}
body 
{
    background-color: #b6b6b6;
}
div.Clearer
{
    clear: both;
}
div.PageBreak
{
    margin: 10px 0;
    border-bottom: dotted 1px #F60;
}
img
{
    border: 0;
}
/* GLOBAL */

/* BASE */
div#Wrapper
{
    width: 958px;
    padding: 0 10px 0 10px;
    margin: 0 auto;
    background-color: #FFF;
}
div#LoginView
{
    width: 968px;
    height: 20px;
    margin: 0 auto;
    padding-left: 10px;
    background-color: #F60;
    font: bold 10px/16px Verdana;
    color: #FFF;
}
div#Header
{
    width: 958px;
    height: 196px;
    margin: 0 auto 10px auto;
    background-color: #FFF;
    border-bottom: solid 4px #F60;
    background: url(../Images/Header4.png) no-repeat center;
    cursor: pointer;
}
div#Login
{
    width: 278px;
    padding: 10px;
    border: solid 1px #CCC;
    background: url(../Images/Bckg_NewsItem.png) repeat-x top;
}
.btnLogin
{
    background-color: #F60;
    color: #FFF;
    border: solid 1px #666;
    font: normal 11px Verdana;
}
div#Footer
{
    width: 958px;
    height: 19px;
    margin: 0 auto;
    background-color: #FFF;
    border-top: solid 1px #F60;
    text-align: center;
}
div#ClmL
{
    width: 170px;
    float: left;
    margin-bottom: 10px;
}
div#ClmM
{
    width: 468px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
div.ClmR
{
    width: 300px;
    float: right;
    margin-bottom: 10px;
}
/* BASE */

/* LEFTMENU */
div#LefNavCntr
{
    width: 158px;
    padding: 5px;
    background: url(../Images/Bckg_NewsItem.png) repeat-x top;
    border: solid 1px #CCC;
    margin-top: 10px;
}
div.lMenuHeader
{
    width: 160px;
    height: 20px;
    padding-left: 10px;
    background: url(../Images/Bckg_Header.png) repeat-x center;
    border-bottom: solid 1px #F60;
    margin-bottom: 5px;
}
ul#LeftNav
{
    list-style: none;
}
ul#LeftNav li
{
    height: 20px;
    padding-left: 10px;
    background: url(../Images/Bullet_LeftNav.png) no-repeat left;
    font: bold 12px Century Gothic;
    color: #666;
}
ul#LeftNav li a:link, ul#LeftNav li a:visited, ul#LeftNav li a:active
{
    color: #666;
    text-decoration: none;
}
ul#LeftNav li a:hover
{
    color: #F60;
    text-decoration: underline;
}
/* LEFTMENU */

/* NIEUWS */
div.mPageHeader
{
    width: 458px;
    height: 20px;
    padding-left: 10px;
    background: url(../Images/Bckg_Header.png) repeat-x center;
    border-bottom: solid 1px #F60;
    margin-bottom: 10px;
}
div.rPageHeader
{
    width: 290px;
    height: 20px;
    padding-left: 10px;
    background: url(../Images/Bckg_Header.png) repeat-x center;
    border-bottom: solid 1px #F60;
    margin: 0 0 10px 0;
}
div.TopNewsCntr
{
    width: 446px;
    padding: 10px 10px 5px 10px;
    border: solid 1px #CCC;
    margin-bottom: 10px;
    background: url(../Images/Bckg_NewsItem.png) repeat-x center;
}
img.Stock
{
    width: 138px;
    height: 96px;
    padding: 5px;
    border: solid 1px #CCC;
    float: left;
    margin: 0 5px 5px 0;
    background-color: #FFF;
}
img.AltStock
{
    width: 138px;
    height: 96px;
    padding: 5px;
    border: solid 1px #CCC;
    float: right;
    margin: 0 0 5px 5px;
    background-color: #FFF;
}
.GenStock
{
    padding: 5px;
    border: solid 1px #CCC;
    float: left;
    margin: 0 5px 5px 0;
    background-color: #FFF;
}
div.NewsAttr
{
    width: 446px;
    height: 17px;
    border-top: dotted 1px #CCC;
    color: #666;
}
span.NewsDate
{
    width: 200px;
    float: left;
}
span.NewsComments
{
    float: right;
    text-align: right;
}
div.NewsItems
{
    width: 458px;
    /*height: 22px;*/
    line-height: 22px;
    background: url(../Images/Bullet_NewsItem.png) no-repeat left top;
    padding-left: 10px;
    border-bottom: dotted 1px #CCC;
}
div.tnDatum
{
    width: 86px;
    border: solid 1px #CCC;
    background-color: #FFF;
    margin-right: 5px;
    color: #666;
    text-align: center;
    float: left;
}
div.snDatum
{
    width: 46px;
    border: solid 1px #CCC;
    height: 16px;
    line-height: 16px;
    margin: 2px 5px 2px 0;
    background-color: #F4F4F4;
    color: #666;
    text-align: center;
    float: left;
}
/* NIEUWS */

/* HEADLINES MP */
div#Headlines
{
    width: 278px;
    padding: 10px;
    border: solid 1px #CCC;
    background: url(../Images/Bckg_NewsItem.png) repeat-x top;
}
ul#HeadlineItem
{
    list-style-type: none;
}
ul#HeadlineItem li
{
    background: url(../Images/Bullet_HeadlineItem.png) no-repeat left;
    font: normal 11px Verdana;
    color: #666;
    border-bottom: dotted 1px #CCC;
}
ul#HeadlineItem li a:link, ul#HeadlineItem li a:visited, ul#HeadlineItem li a:active
{
    color: #666;
    text-decoration: none;
}
ul#HeadlineItem li a:hover
{
    color: #F60;
    text-decoration: underline;
}
/* HEADLINES MP */

/* MAIN CONTENT */
div#MainContentCntr
{
    width: 446px;
    padding: 10px;
    border: solid 1px #CCC;
    margin-bottom: 10px;
}

/* COMMENTS */
div#CommentsContainer
{
    width: 468px;
    margin-top: 10px;
    border-top: solid 1px #F60;
    padding-top: 10px;
}
div.CommentItem
{
    width: 456px;
    border: solid 1px #CCC;
    padding: 5px;
    margin-bottom: 10px;
    background: url(../Images/Bckg_NewsItem.png) repeat-x top;
}
div.CommentHeader
{
    width: 456px;
    height: 20px;
    border-bottom: solid 1px #CCC;
}
.txtComment
{
    width: 462px;
    height: 100px;
    border: solid 1px #F60;
    overflow: auto;
    margin: 5px 0 0 0;
    font: normal 11px Arial;
    padding: 2px;
}
.txtCCount
{
    width: 30px;
    height: 16px;
    border: solid 1px #CCC;
    font: normal 11px Arial;
    padding: 2px 0 0 2px;
}
div#CommentLogin
{
    width: 468px;
    margin-bottom: 10px;
}
.Button
{
    background-color: #F60;
    border: solid 1px #CCC;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
}

/* USERWIZARDS */
.UserWizard
{
    text-align: left;
}

/* BANNERS */
.Banner468
{
    width: 468px;
    height: 70px;
    padding: 5px 0 5px 0;
}

/* PROFILES */
table.Profile
{
    width: 468px;
}
table.Profile td
{
    padding: 5px;
}
td.pLeft
{
    width: 150px;
    height: 20px;
    background-color: #F0F0F0;
}

/* PLAYER RANKINGS */
table#mpPlayerRankings
{
}

/* PLAYER PROFILES */
.dvRowStyle
{
    background-color: #FFF;
    color: #333;
    padding: 5px;
}
.dvAltRowStyle
{
    background-color: #FFF;
    color: #333;
    padding: 5px;
}
#ctl00_cphContent_dvPlayer tr td
{
    padding-left: 10px;
}
.genRowHeaderStyle
{
    height: 20px;
    background-color: #F60; 
    color: #FFF;
    font-weight: bold;
}
.genRowStyle
{
    height: 20px;
    background-color: #FFF;
    color: #333;
}
.genAltRowStyle
{
    height: 20px;
    background-color: #F4F4F4;
    color: #333;
}

ul.GenList
{
    margin-bottom: 20px;
    list-style-position: inside;
    color: #333;
}

/* INTERVIEWS */
div.InterviewContainer
{
    width: 468px;
    border-bottom: dotted 1px #F60;
    padding: 10px 0 10px 0;
}

/* MOVIES */
div.MovieContainer
{
    width: 468px;
    height: 430px;
    padding: 10px 0 10px 0;
    border-bottom: dotted 1px #CCC;
}
