﻿body 
{ 
    background: #E9E9E9 url(../Imgs/page_bg_rev.jpg) repeat-x;
    font-size: .75em;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    color: DarkGreen;
}

.page
{
    width: 964px;
    margin-left: auto;
    margin-right: auto;
}

#HeaderMaster
{
    width: 984px;
    height: 94px;

    background-image: url(../Imgs/logostartnew_nosponsor.png);
    background-repeat: no-repeat;
    margin-bottom: 0px;
    position: relative;
}

#MainMenu
{
    position: relative;
    left: 0px;
    top: 73px;
    text-align: right; 
}

#MainMaster
{
    
    clear: both;
    width: 972px;
    z-index: 0;
    
    border: solid 1px darkgreen;
    padding: 2px 6px 4px 6px;
    background-color: #fff;
    height: 820px;
    overflow: hidden;

}

#LoginDisplay
{
    font-size:1.2em;
    display: block;
    color:White;
    text-align: right;
    position: relative;
    top: -70px;
}

div.GeneralHeader
{
    border: solid 1px darkgreen;
    background-color: darkgreen;
    background-image: url(../Imgs/menuHeader.jpg);
    background-repeat: repeat-x;
    height: 24px;
    color: White;
    
    font-weight: bold;
    padding: 2px 0px 0px 6px;
    font-size: 1.12em;
}

/* home page stuff */

div.QuickLinksDivHeader
{
    width: 174px;
}
div.QuickLinksDiv
{
    width: 180px;
    border: solid 1px darkgreen;
    height: 320px;
    
    background-image: url('../Imgs/newbg_small.jpg'); 
    background-repeat: repeat; 
    background-color: White;
    color: White;
}
div.QuickLinksDiv a
{
    color: gold;
}

div.NewsDivHeader
{
    width: 766px;
}
div.NewsDiv
{
    width: 772px;
    border: solid 1px darkgreen;
    height: 320px;
    
    background-color: White;
    
    vertical-align: top; 
    
    background-image: url('../Imgs/newbg.jpg'); 
    background-repeat: repeat-y; 
    background-color: White;

}

div.QuickLeaguesDivHeader
{
    width: 676px;

}
div.QuickLeaguesDiv
{
    width: 680px;
    border: solid 1px darkgreen;
    height: 188px;
    padding: 4px 0px 0px 2px;

    background-image: url('../Imgs/newbg_med.jpg'); 
    background-repeat: repeat-y; 

    background-color: White;
}

div.PaddysTipsDivHeader
{
    width: 676px;
}
div.PaddysTipsDiv
{
    width: 582px;
    background-image: url(../Imgs/paddystips_new.jpg);
    background-repeat: no-repeat;
    height: 94px;
    border: solid 1px darkgreen;
    
    padding-left: 100px;
    padding-top: 6px;

}

div.LeagueTips
{
    color: White;
    width: 180px;
    _width: 170px;
    margin: 2px 6px;
    float: left;
}

div.MainChatDivHeader
{
    width: 271px;
    padding: 0px;
}

div.MainChatDiv
{    
    width: 271px;
    height: 328px;
    padding: 0px;
    
    border: solid 1px darkgreen;
    background-image: url(../Imgs/newbg_med.jpg);
    background-repeat: repeat-y;
    color: White;
    overflow-y: auto;
    overflow-x: hidden;
    
}

/* end home page stuff */

ul.ErrorsList
{
    color: Red;
}

ul.ErrorListUser
{
    color: Gold;
}

div.GameGuide
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    font-size: 10.5pt;
    text-align: left;
}

.WhiteScroll
{
    overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-base-color: White;
}

.Hide
{
    display: none;
}

.center
{
    text-align: center;
}
.center
{
    text-align: -moz-center;
}

a
{
    color: gold;
}

a.Blue
{
    color: blue;
}

