﻿body
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    background-image: url(Images/pageBG.gif);
    background-repeat: repeat;
    margin-top: 4px;
    text-align: center;
}

.mainPage
{
    background-color: #ffffff;
    width: 980px;
    text-align: left;
    margin: 0 auto;
}

.mainPage .slice
{
    height: 4px;
    background-color: #939fd1;
    margin-top: 6px;
}

.dynamicMenu
{
    float: left;
    z-index: 99;
    position: relative;
}

.clear
{
    clear: both;
    height: auto;
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 2em;
    color: rgb(147,159,209);
}

h2
{
    font-size: 1.8em;
    color: rgb(147,159,209);
    margin-top:0;
    padding:0;
}

h3
{
    font-size: 1.4em;
    color: rgb(147,159,209);
    border-bottom: solid 1px rgb(147,159,209);
    margin-bottom: 6px;
}

h4
{
    font-size: 1.3em;
    font-style: oblique;
    margin-bottom: 0px;
    padding-bottom:0px;
    font-weight: 600;
    color: rgb(147,159,209);
}

ul.ListStyle1 li
{
    list-style-image: url(Images/BookListIcon.gif);
    font-size: .9em;
    color: Black;
}

ul.ListStyle1 li a
{
    color: Purple;
    text-decoration: none;
}

ul.ListStyle1 li a:hover
{
    color: Black;
    text-decoration: underline;
}

ul.ListStyle1 li a:visited
{
    color: Purple;
}

ul.ListStyle1 li a:visited:hover
{
    color: black;
    text-decoration: underline;
}

div.banner
{
    width: 980px;
    background-image: url(Images/banner_rc.jpg);
    background-repeat: no-repeat;
    margin-left: 0;
    margin-top: 0;
    height: 90px;
    cursor: pointer;
}

.logIn-wrapper
{
    margin-left: 10px;
    padding-top: 10px;
    width: auto;
    height: 150px;
}

.logIn-wrapper .existing
{
    float: left;
    display: inline;
}

.logIn-wrapper .label
{
    width: 90px;
}

.logIn-wrapper .new
{
    float: left;
    margin-left: 20px;
    width: 350px;
    border-left: solid 1px #939FD1;
    padding-left: 20px;
    height: 150px;
}

.footer
{
    background-color: #939FD1;
    width: 980px;
    height: 18px;
    font-size: .8em;
    color: white;
    clear: both;
    margin: 0 auto;
}

.footer a
{
    color: #EBE1E0;
}

#footerLeft
{
    display: inline;
    float: left;
    margin-left: 5px;
    margin-top: 3px;
    clear: left;
}

#footerMiddle
{
    display: inline;
    float: right;
    margin-top: 3px;
}

#footerRight
{
    float: right;
    margin-right: 5px;
    margin-top: 3px;
    clear: right;
    width: 260px;
    text-align: right;
}

li.linkList
{
    list-style-type: none;
    list-style-position: outside;
    margin-bottom: 6px;
}

.sideMenuTopCurve
{
    height: 12px;
    background-repeat: no-repeat;
    width: 187px;
    float: left;
    margin-top: -1px;
    background-image: url(Images/sidemenu_top.gif);
}

.MenuAndPage
{
    height: auto;
    width: 980px;
    float: left;
    margin-top: -2px;
}

.sideMenu
{
    background-color: #939FD1;
    vertical-align: top;
    width: 175px;
    margin: 0;
    padding: 0;
    height:270px;
}
.logOff
{    
    padding-left:20px;
    font-family:Verdana;
    font-size:.9em;    

}

.logOff a
{
    text-decoration:none;
    color:#f4f4f4;
    font-weight:bold;
}

.logOff a:hover
{

}
.iLink
{
    border: solid 1px gray;
    width: 160px;
    margin-left: 7px;
    height: 90px;
    margin-top: 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.mainContent
{
    padding-left: 8px;
    padding-right: 25px;
    vertical-align: top;
    background-color: White;
    text-align: left;
}

td.QuickLinks
{
    vertical-align: top;
    text-align: right;
    width: 0;
    padding-right: 20px;
    padding-top: 20px;
}

.quickLinkImage
{
    border: solid 1px silver;
}

.sideMenuFooter
{
    background-image: url(Images/sideMenuFooter.gif);
    width: 175px;
    height: 25px;
}

table.tblPageHistory td
{
    padding-left: 5px;
    padding-right: 5px;
}

table.tblMembersMenu
{
    margin-top: 50px;
    margin-left: 10px;
    font-size: .9em;
}

table.tblMembersMenu a:hover
{
    color: White;
    text-decoration: none;
}

table.tblMembersMenu a:visited
{
    color: White;
}

.divLastEdited
{
    position: relative;
    top: 0;
    text-align: right;
    width: 749px;
    margin-right: 5px;
    font-size: .9em;
}
.asterisk
{
    color: Red;
}

.validatorText
{
    font-size: .9em;
}
#menucontainer
{
    margin: 0;
    padding: 0;
}

.customLinkButton
{
    color: #E0E0E0;
    text-decoration: none;
}

.cellLabel
{
    padding-right: 4px;
    width: auto;
    text-align: right;
    font-weight: 600;
}

table.tblMembersMenu a, .customLinkButton:hover
{
    color: White;
    text-decoration: underline;
}

/*#region Accordion */

.accordionContent
{
   border:1px solid silver;
   padding:5px;
   background-color:#f8f8f8;
}
.accordionHeader
{
   padding:4px 0 3px 4px;
   margin-bottom:5px;
   
}
.accordionHeaderSelected
{
    font-weight:600;
    background-color: #939fd1;
    padding:4px 0 3px 4px;
    border-bottom:1px solid silver;     
}
.accordionHeaderSelected a
{
    color:#ffffff;
    text-decoration:none;  
}
/*#endregion*/

.schoolEdit-wrapper
{
    height:370px;
}
.schoolEdit-wrapper .school
{
    float:left;
    display:inline;
    width:590px;
    border-right:1px solid silver;
}
.schoolEdit-wrapper .teams
{
    float:left;
    width:350px;
    margin-left:5px;
}
.schoolEdit-wrapper .label
{
    font-weight:bold;
    width:140px;
}
