﻿/* CSS classes for Club and Team detail display */
.ClubAndTeamDetails { background-image: url('/images/FACrestWaterMark.gif'); width: 640px; border: solid 1px black; background-color:#FFFFFF;}
.ClubAndTeamDetails { width: 655px; border: solid 1px black; }
.ClubAndTeamDetails .Heading { width: 100%; background-color: Gray; height:18px; line-height:18px}
.ClubAndTeamDetails .Heading span.Name { color:#FFFFFF; padding-left: 10px; font-size: 9pt; font-weight:bold;}
.ClubAndTeamDetails .Buttons { text-align: center; }

.style1
{
    height: 31px;
}
.style2
{
    height: 24px;
}
#QueryRecordWindow
{
    width: 420px;
    height: 465px;
    background-color: #fff;
    border: solid 1px #666;
}
#QueryWindowHeader
{
    height: 50px;
    width: 420px;
    border-bottom: solid 1px #333;
}
.QRRow
{
    margin-bottom: 10px;
}
.progressPanel
{
    position: absolute;
    left: 0px;
    top: 52px;
    width: 420px;
    height: 280px;
    visibility: visible;
    border-left: solid 1px #333;
    border-right: solid 1px #333;
    background-color: #e6e6e6;
    padding-top: 100px;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
#checkboxlistTeams label
{
    width: 80px;
}

