﻿@media all
{
/*


*/

body
{
    font-family:Arial;
    background-color: #F0F0F0;
    margin: 0 0;
    color: black;
    font-size: 10pt;
}

h1
{
    font-size: 14pt;
    margin: 0 0 10px 0;
    
}

.page
{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.content
{
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
    color: black;
}

.bold
{
    font-weight: bold;
}

.gutterLeft
{
    vertical-align: top;
    width: 186px;
}

.gutterRight
{
    vertical-align: top;
    width: 185px;
}

.UpcomingEvents
{
    padding: 10px;
    color: black;
    font-size:8pt;
}

.UpcomingEvents a
{
    font-size:8pt;
    color: black;
    text-decoration: none;
    font-weight: bold;
}


.District2ColumnContentLeft,.District3ColumnContentLeft, 
.School2ColumnContentLeft,.School3ColumnContentLeft
{
    vertical-align: top;
    text-align: left;
    width: 230px;
    background-color: black;
    color:White;
    padding-top:22px;
}

.District2ColumnContentBody, .School2ColumnContentBody
{
    vertical-align: top;
    text-align: left;
    width: 690px;    
    padding:3px 15px;
   
}



.District3ColumnContentBody, .School3ColumnContentBody
{
    vertical-align: top;
    text-align: left;
    width: 690px;
    background:url('/sysImages/flash-overlay.png') repeat-x left top;
}


.District3ColumnContentRight, .School3ColumnContentRight
{
    vertical-align: top;
	width: 165px;
    padding: 15px 5px 0;
    padding-bottom:0;
    background-color:Transparent;
    height:400px;
    background:white url('/sysImages/flash-overlay.png') repeat-x left top;
   
    
}


.gutterHeader
{
    padding: 6px;
    background-color: #350098;
}

.gutterHeaderText
{
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.bodytitle
{
    color: black;    
    text-align: left;
    font-size: 14pt;
    font-weight: bold;
    padding-left:15px;
    padding-top:15px;
}

.title
{
    color:Black;
    font-size: 14pt;
    font-weight: bold;
}
.title-left
{
    color:White;
    padding-left:15px;
    padding-bottom:15px;
}
.right-title
{    
    color:Black;
    font-size: 14pt;
    font-weight: bold;
    /* padding:0 5px;*/
    
}

.description
{
    font-size: 8pt;
}

.smaller
{
    font-size: 10pt;
}

.bigger
{
    font-size: 14px;
    font-weight: bold;
}

#master-body
{
    background-color:white;
}

#footer
{
    background-color:red;
    color: white;
    font-size:8pt;
    vertical-align:bottom;
}

.DayHeader
{
    height: 25px;
    background-color: black;
    color: white;
    font-family: Verdana;
    font-weight: bolder;
    font-size: 12px;
}

.EventsGrid
{
    font-family: Verdana;
    font-size: 10pt;
    color: black;
}


.calendar tr th
{
    background-color: White;
    color: #A8A8B0;
}
.calendar tr td a, .calendar tr th a, .calendar, .calendar tr td, .calendar tr th
{
    text-decoration: none;
    font-family: Arial;
    font-size: 8pt;
}


.schoolinfo
{
    font-weight: bold;
    font-size: 10pt;
    color: black;
    text-decoration: none;
}
.floatLeft1
{
    float: left;
    padding: 3px;
}
.adminDept
{
    width: 300px;
    height: 100px;
    float: left;
    margin: 3px;
    padding: 3px;
    border: solid 1px #000000;
}



.athleticNav
{
    vertical-align: top;
    text-align: left;
}


.athleticNav table
{
    padding: 10px 10px 10px 10px;
}

.athleticNav tr td
{
    vertical-align: top;
    text-align: left;
    padding-left:5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color:black;
    font-size: 16px;
}

.athleticNav a
{
    text-decoration: none;
    font-weight: bolder;
    color:black;
}

.athleticNav a:hover
{
    text-decoration: underline;
}
.ddlJumpToSport {width:146px; font-size:10px}


.NewsHeadline
{
   color:#AE0001;
   font-weight:bold;
   text-decoration:none;
   font-size:12pt;
   
}
.NewsReadMore,.SeeAllEvents
{
    color:black;
    text-decoration:none;
    font-weight:bold;
}



.slideshow { }
.slideshow img { display:none; }

/*Month View*/

    .monthDay
    {
        width: 14%;
        vertical-align: top;
        min-width: 125px;
        background-color: White;
        border: solid 1px #000062;
    }
    .monthDay a
    {
        color: #2624A3;
    }
    .monthHeader
    {
        font-size: 17px;
        font-weight: bold;
        white-space: nowrap;
    }
    .monthHeader a
    {
        color: inherit;
        font-family: Arial;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
    }
    .dayOfWeek
    {
        vertical-align: middle;
        font-size: 12px;
        font-family: Arial;
        width: 14.5%;
        text-align: center;
    }
    .event
    {
        font-size: 8pt;
        font-family: Arial;
        color: black;
        text-align:left;
        padding-bottom:5px;
    }
    .monthView
    {
        background-color:White;
        min-width: 774px;
        width: 100%;
        text-align: center;
        padding-top: 8px;
    }
    
    .intranet_nav a, .intranet_nav a:visited{ color:White;} 
	
	.width200, .width200 img
	{width:200px;}
    
}

@media print
{

    .hidePrint
    {
        visibility: hidden;
        display: none;
    }

}