﻿/* Text Elements*/

H1
{
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 0 15px;
    color: #ffe500;
    font-style: normal;
    font-variant: normal;
}

H2
{
    font-size: 13px;
}

H4
{
    font-size: 13px;
    color:#000000;
    font-weight:normal;
}

.heading
{
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
    color: #FFFFFF;

}

.whitetext

{
    padding-left: 5px;
    padding-top: 10px;
    color: #FFFFFF;

}

.tabbedtext
{
    font-size: 11px;
}

/* Table Elements*/

.TableHeader

{
    background-image: url("images/small_titleBG.gif");
    width: 185px;
    height: 23px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
    color: #FFFFFF;
}

.LargeTableHeader
{
    background-image: url("images/small_titleBG.gif");
    position:relative;
    width: 540px;
    height: 23px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
    color: #FFFFFF;
}

.ShortLeagueTable
{
    
    padding: 5px;
    width: 185px;
   
}

.FullLeagueTable
{
    border: 1px solid #CCC;
    padding: 5px;
    margin-left:5px;
    width: 520px;

}
.LeagueTableAltRow
{
    background-color:#f9f8f8;  
}
.LeagueTableRow

{
    background-color:#ebebeb;
}

.NavOption
{
    background-color: #666666;
    height:20px;
    padding-left:5px;
}

.ModalBG
{
    background-color:Gray;
    filter: alpha(opacity=70);
    opacity:0.7;
    
}

/* Href Elements*/

a.biglink:Link,a.biglink:Visited,a.biglink:Hover
    {
    font-size:13px;
    }
/* Href Elements
a.TopMainLink:Link
    {
    padding-right: 50px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size:14px;
    }
    
 a.TopMainLink:visited
    {   
    padding-right: 50px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size:14px;
    }
    
a.TopMainLink:hover
    {   
    padding-right: 50px;
    color: #ffe500;
    text-decoration: none;
    font-weight: bold;
    font-size:14px;
    }
*/
a.TopNavLink:Link
    {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size:12px;
    }
    
 a.TopNavLink:visited
    {   
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size:12px;
    }
    
a.TopNavLink:hover
    {   
    color: #ffe500;
    text-decoration: none;
    font-weight: bold;
    font-size:12px;
    }

a.whitelink:Link
    {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size:11px;
    }
    
 a.whitelink:visited
    {  
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size:11px;
    }
    
a.whitelink:hover
    {      
    color: #ffe500;
    text-decoration: none;
    font-weight: bold;
    font-size:11px;  
    }

/* Comments Form */

#PageHeading
{   font-family: Georgia;
    color: #AB7EB5;
    font-size: 30px;
    position: relative;
    left: -5px;
}


.CommentPane
    {   border: dotted 1px #333333;
        width:450px;
        margin-left: auto;
        margin-right:auto; 
        padding:15px; 
    }

.DivName
    {   font-size: 10px;
        color: #578EAD;
        font-weight: bold; 
        width:auto;       
    }

.DivDate
    {   font-size: 9px;
        font-weight: normal;
        color: #69acd2;
    }

.DivComment
    {   font-family: Georgia;
        font-size: 14px;
        color: #333333;
        width:auto; 
        margin-bottom:5px;
    }
    
#CommentForm
    {   border-bottom: dotted 1px #e3e3e3;
        font-size: 12px;
        background-color: #F8F7EF;
        border-top: dotted 1px #333333;
        border-bottom: dotted 1px #333333;
        padding-top:5px;
        padding-bottom: 5px;
    }
#CommentForm td
    {   font-family: Verdana;
        font-size:12px;
    }

.BottomCell
    {   border-top:solid 1px #e3e3e3;
        padding-top:5px;
        padding-bottom: 5px;
    }

   
.CommentInputBox
    {   font-family: Georgia;
        font-size:14px;
        border: solid 1px #999999;
    }
.CommentInputBoxRed
    {   font-family: Georgia;
        color: Red;
        font-size:14px;
        border: solid 1px #999999;
    }
    
#ProgressBar
    {   border-top: solid 1px #ccc;
        border-left: solid 1px #ccc;
        border-right: outset 1px #ccc;
        border-bottom: outset 1px #ccc;
        background-color: #ffffff;
        text-align: center;
        vertical-align: middle;
        padding-top: 30px;
        padding-bottom:30px;
        z-index:1001;
    }    

/* center <div> for IE*/
#ProgressBar{width:250px;margin:auto;background-color:#ffffff;}

/* position div for browsers that have a clue*/
#ProgressBar,[nul]{left:50%;margin:0;margin-left:-125px;position:fixed;}


#CaptchaLabel{float:left; text-align:left;}
#CaptchaVerify{float:right; text-align:right;}
