﻿.Menu
{
    background-image:url(Images/menubg.png);
}
IMG
{
	border:none;
}
.IE8Fix
{
	z-index:9999;
}
select
{
    font-family:Verdana;
    font-size:11px;
}

.StaticMenuItem
{
    /*background-image:url(Images/menubg.png);*/
    text-align:center;
}

.MenuDynamicHover
{
    border-bottom:solid 1px #79B5D2;
    border-top:solid 1px #79B5D2;
}

.Abbreviation
{
    width:100%;
    border-style:solid;
    background-color:#f5f5f5;
    padding:3px;
}

.Abbr
{
    font-weight:bold;
    background-color:#0174ba;
    color:White;
}

.TeamHeader
{
    border-top:solid 1px Silver;
    border-left:solid 1px Silver;
    border-right:solid 1px Silver;
    color:#333333;
    background-color:#e9ecf1;
    padding:5px;
    font-weight:bold;
}

.GrayBoxHeader
{
    background-image:url(Images/SearchBG.gif);
    background-repeat:repeat-x;
    color:White;
    border-bottom:solid 1px #3a3a3a;
    padding:3px;
    font-weight:bold;
    text-align:left;
}

.GrayBox
{
    padding:5px 5px 5px 5px;
    border:solid 1px gray;
    color:#3a3a3a;
    width:120px;
    background-color:#f5f5f5;
}

.titleTD
{
    background-color:White;
    border-left:solid 1px silver;
    border-right:solid 1px silver;
    font-size:10pt;
    font-weight:bold;
    color:Green;
    padding:20px 10px 20px 20px;
}

.RosterGoals
{
    padding:0px 0px 0px 0px;
    text-align:right;
}

.RosterNo
{
    text-align:center;
    background-color:#afeeee;
}

A.TopLinks
{
	color: White;
	text-decoration: none;
}

A.TopLinks:hover
{
	color:Red;
}

p
{
    text-align:justify;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration:underline;
}

.webdings { font-family: Webdings; font-size: 16px; color: black; text-align:center; }
.wingdings2 { font-family: Wingdings 2; font-size: 16px; color: black; }
.wingdings { font-family: Wingdings; font-size: 16px; color: black; }

/************************************************************

                        ATHLET CARD

************************************************************/

.cardtable
{
    border:solid 1px black;
    width:100%;
}

.cardheader
{
    color: white;
    background-color: #324FB0;
    padding:4px;
    font-weight:bold;
    /*border-style: solid;
    border-width: 1;
    border-color: white;*/
}

.cardcontent
{
    color: #324FB0;
    background-color:#f5f5f5;
    font-family: Verdana;
    font-size: 11px;
    /*border-style: solid;
    border-width: 1px;
    border-color: #324FB0;*/
}

A.under_blue { color: #324FB0; font-size: 11px; text-decoration: none; }
A.under_blue:hover { text-decoration: underline; }

.white_small { font-family: Verdana; font-size: 9px; font-weight: normal; }
.blueheader { color: #324FB0; background-color: #BDE9F6; border-style: solid; border-width: 1px; border-color: #324FB0; }