﻿@import "tscfcu_common.css";

body{
    font-family:Arial, Helvetica, Sans-Serif;
    margin:0;
    color:#ACACAC;
    font-size:12px;
    line-height:180%;
    background-image:url(../images/grass3.jpg);
    background-position:top;
    background-repeat:repeat-x;
    background-color:#FFFFFF;
}

a,
.DivisionList .DivisionName{
    color:#2F94AB;
}
.InputHeadingDiv,
.NewsHeading{
    color:#2F94AB;
    font-size:18px;
    padding-bottom:4px;
}
tr.InputHeadingDiv td{
    padding-top:6px;
}
.InputHeadingDivBold
{
    color:#2F94AB;
}
tr.InputHeadingDivBold td{
    padding-top:12px;
}
.CoachProfileListName{
    color:#2F94AB;
    font-size:15px;
}

#InnerWrap{
    width:900px;
    background-color:#171b1a;
    margin:auto;
    text-align:left;
    overflow:visible;
    border:5px solid #000000;
    border-top:none;
}
.LeftNavMyTSC{
    background-image:url(../images/leftnav-mytsc.png);
}

#LeftNavPrintLogo{
    display:none;
}

#LeftNavWrapper{
    background-image:url(../images/left-tile.jpg);
}
#LeftNav{
    background-image:url(../images/left-top.jpg);
}
#LeftQuickLinks{
    padding:0 6px 12px 38px;
}

#MainContent{
    background-image:url(../images/main-top.jpg);
    background-repeat:repeat-x;
    background-position:top;
    min-height:300px;
    padding:20px;
}

#Footer{
    padding:20px 20px 20px 20px;
    font-size:10px;
    color:#AAAAAA;
    background-color:#222222;
    margin-top:70px;
    clear:both;
}

.BoxBottom,
.RegistrationPage table,
.AthleteProfileRight table,
.GuardianProfile table {  
    border:2px solid #2F94AB;
}
.BoxTop,
.RegistrationPage .InputHeadingDiv,
.AthleteProfileRight .InputHeadingDiv,
.GuardianProfile .InputHeadingDiv {   
    background-color:#2F94AB !important;
    color:#FFFFFF;
}
.RegistrationPage table .InputHeadingDiv,
.AthleteProfileRight table .InputHeadingDiv,
.GuardianProfile table .InputHeadingDiv{
    background-color:#2F94AB !important;
    color:#FFFFFF;
}

#AccountNav 
{
    background-image:url(../images/nav/account-bg.jpg);   
}

.ProfileListDivSelected,
.ProfileListDivHover,
body .AthleteIcons span
{
    background-color:#2F94AB !important;
}