﻿.Body
{
   font-size: 12px;
   margin: 0px 0px 0px 0px;
   font-family: Arial, Tahoma, Verdana, Sans-Serif;
   color: Navy;
   background:#ddd;
   /*background: #ffffff url(../../Images/WideBlueBack.jpg) repeat-y;*/
}

.ApplicationArea
{
   width: 100%;
   font-size: 12px;
   background:#eee;
   /*background: #ffffff url(../../Images/WideBlueBack.jpg) repeat-y;*/
}

.MainContentArea
{
   vertical-align: top;
   width: 100%;
   padding:  0px 0px 0px 0px;
}

.FooterArea
{
   height: 20px;
   text-align: center;
   vertical-align: top;
   font-size: 11px;
   background:#ddd;
   border-top:solid 2px #a6a6a6;
}

.SectionCaption
{
   text-align: center;
   font-size: 14px;
   color: Black;
   border-bottom: solid 2px Black;
   margin-left: 5px;
   margin-right: 5px;
   padding-left: 4px;
   padding-right: 4px;
   white-space: nowrap;
}

.SectionHeader
{
   margin-left: 5px;
   margin-right: 5px;
   font-size: 8px;
}

.Section
{
   font-size: 12px;
   padding-left: 5px;
   padding-right: 5px;
   margin-left: 5px;
   margin-right: 5px;
   /* hack for IE5.x and IE6 in quirks mode - fails CSS validation */
   width: "100%"; 
}

.HorizontalSeparatorArea
{
   background-color: #abc3d2;
   height: 2px;
}

.EmptyHorizontalSeparatorArea
{
   background-color: Transparent;
   height: 8px;
}

.VerticalSeparatorArea
{
   background-color: #abc3d2;
   width: 3px;
}

.ClosedField
{
   color:  Red;
}

.OpenField
{
   color: Green;
}

.FieldDetailTableHeader
{
   text-align: left;
   white-space: nowrap;
   font-weight: bold;  
   vertical-align: middle; 
   padding: 1px 8px 1px 0px;
}

.FieldDetailTableInfo
{
   text-align: left; 
   vertical-align: middle; 
   padding: 1px 8px 1px 0px;
}

.FieldDirectionsArea
{
   text-align: left;
   vertical-align: top;
   width: 100%;   
   height: 100%;
}


.GridViewCommandButtons
{
   text-align: right;
   padding: 4px 4px 4px 4px;
}

.CommandButton
{
   font-size: 11px;
}

.CommandButton a
{
   font-size: 11px;   
}

.aspTextBox
{
   border: solid 1px Navy;
   color: Navy;
}

.aspDropDownList
{
   border: solid 1px Navy;
   color: Navy;
}

/*
a
{
   color: Aqua;   
}

a:link
{
   text-decoration: underline;
   color: Blue;
}
a:visited
{
   color: Blue;
   text-decoration: underline;
}
a:hover
{
   text-decoration: underline;
   color: Red;
}
a:active
{
   text-decoration: underline;
   color: Blue;
}
*/

.ThemePanelStyle
{
   padding: 5px 5px 5px 5px;
   border: solid 1px Navy;
}

.ImageWrapper img
{
   border: solid 1px Red;
}

.StdInput input
{
   border-style: none;
}

.KelleyLink
{
   font-size: 11px;
   border: solid 1px Blue;
   padding: 4px 4px 4px 4px;
   text-align: center;
   vertical-align: middle;
   background: Yellow url(../../Images/GoldenVerticalBar.jpg) repeat-x;
   color: Blue;
}

.KelleyLink a:link
{
   color: Blue;
   text-decoration: none;
}

.KelleyLink a:visited
{
   color: Blue;
   text-decoration: none;
}

.KelleyLink a:hover
{
   color: Maroon;
   text-decoration: none;
}

.KelleyLink a:active
{
   color: Blue;
   text-decoration: none;
}


.KelleyImage
{
   border: solid 1px Navy;
}

.KellyTextA
{
   padding: 0px 8px 0px 8px;
}

.ScheduleFilterSettings
{
   font-size: 11px;
}

.ScheduleFilterSettings input
{
   font-size: 11px;   
}

.ScheduleFilterSettings select
{
   font-size: 11px;   
}

.ScheduleFilterSettings td
{
   font-size: 11px;   
}

.GenericWrapper
{
   border: solid 2px Navy;
   background-color: #e3e5e9;
   padding: 4px;
   margin-bottom: 6px;
}

.StandoutWrapper
{
   border: solid 2px Navy;
   background-color: #f4f3bf;
   font-weight: bold;
   padding: 4px;
   margin-bottom: 6px;
}

.CenteredAreaLabel
{
   font-weight:bold; 
   text-align:center;
   text-decoration:underline; 
   padding-bottom:10px;   
}

.InstructLeftCol
{
   text-align: left;
   vertical-align: top;
   font-weight: bold;
   /*text-decoration: underline;*/
   padding-right: 8px;
   white-space: nowrap;
}

.InstructRightCol
{
   text-align: left;
   vertical-align: top;
}

.TryoutTeamList {margin:20px auto;}
.TryoutTeamList th {padding:1px 8px; text-align:left; vertical-align:bottom; font-weight:bold; border-bottom:solid 2px navy;}
.TryoutTeamList td {padding:1px 8px; border-collapse:collapse; border-bottom:solid 1px navy;}

#faqWrapper {padding:20px;}

.psched {margin:0; padding:0; font-family:Arial; font-size:10px; border-collapse:collapse;}
.psched td, .psched th {padding:1px 3px; border:solid 1px #bbb;}
.psched th {font-weight:bold; background:#f0f7ff; text-align:center; vertical-align:middle;}
.psched td {vertical-align:top;}
.psched td span {display:block;}