/* Default CSS Stylesheet for a new Web Application project */
@media all
{
    BODY
    {
        font-family: Arial;
        margin: 0,0,0,0;
        background-color: Black;
    }

    .floatright1
    {
        float: right;
        width: auto;
        height: auto;
        margin: 0 0 10px 10px;
        text-align: center;
    }
    .floatLeft1
    {
        float: left;
        width: auto;
        height: auto;
        margin: 0 0 0 0;
        text-align: center;
    }

    A:link
    {
        text-decoration: none;
        color: #E21406;
    }

    A:visited
    {
        text-decoration: none;
        color: #E21406;
    }

    A:active
    {
        text-decoration: none;
        color: #E21406;
    }

    A:hover
    {
        text-decoration: none;
        color: #E21406;
    }

    .content
    {
        font-family: Arial;
        font-size: 10pt;
    }
    .content p
    {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        display: inline;
    }

    .gcontent
    {
        font-family: Arial;
        font-size: 12pt;
    }
    .title
    {
        font-family: Arial;
        font-size: 12pt;
        font-weight: bold;
        color: Black;
    }
    
    .NewsHeadline
	{
		font-family: Arial;
        font-size: 12pt;
        font-weight: bold;
        color: #E21406;
	}
    .newshead:link
    {
        font-family: Arial;
        font-size: 12pt;
        font-weight: bold;
        color: #E21406;
    }
    .newshead:visited
    {
        font-family: Arial;
        font-size: 12pt;
        font-weight: bold;
        color: #E21406;
    }
    .newshead:active
    {
        font-family: Arial;
        font-size: 12pt;
        font-weight: bold;
        color: #E21406;
    }
    .newshead:hover
    {
        font-family: Arial;
        font-size: 12pt;
        font-weight: bold;
        color: #E21406;
    }
    .newshead
    {
        font-family: Arial;
        font-size: 12pt;
        font-weight: bold;
        color: #E21406;
    }
    .linkcat
    {
        font-family: Arial;
        font-size: 12pt;
        font-weight: bold;
        color: Black;
    }
    .ddlAdditialInfo
    {
        width: 100%;
    }


    td.LeftNavButton
    {
        width: 201px;
        height: 31px;
        background-image: url(/sysimages/school_background.jpg);
        background-repeat: no-repeat;
        color: white;
        font-size: 10pt;
        padding-left: 10px;
        font-family: Verdana;
        font-weight: bold;
    }
    .LeftNavButton a, .LeftNavButton a:visited, .LeftNavButton a:active
    {
        color: White;
    }
    .LeftNavButton a:hover
    {
        color: White;
        text-decoration: underline;
    }



    .monthDay
    {
        width: 14%;
        vertical-align: top;
        min-width: 100px;
        background-color: White;
        border: solid 1px #000062;
    }
    .monthDay a
    {
        color: #2624A3;
    }
    .monthHeader
    {
        font-size: 14pt;
        font-weight: bold;
        white-space: nowrap;
    }
    .monthHeader a
    {
        font-weight: bold;
        color: inherit;
        text-decoration: none;
    }
    .dayOfWeek
    {
        vertical-align: middle;
        font-size: 10pt;
        font-family: Arial;
        width: 14.5%;
        text-align: center;
    }
    .event
    {
        font-size:8pt;
        font-family: Arial;
        color: black;
    }
    .eventTime
    {
        font-size:8pt;
    }
    .monthView
    {
        min-width: 774px;
        width: 100%;
        text-align: center;
        padding-top: 8px;
    }
    .clearfix:after
    {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .clearfix
    {
        display: inline-block;
    }

    html[xmlns] .clearfix
    {
        display: block;
    }

    * html .clearfix
    {
        height: 1%;
    }

    .gutterHeader{padding:5px 10px;}
    .gutterHeaderText
    { 
        font-family: Arial;
        font-size: 12pt;
        font-weight: bold;
        color: Black;
    }
    .EventRight
	{	    
		font-size: 8pt;
		font-family:Arial;
		color:#333132;	    
	}

	.EventRight a, .EventRight a:visited, a.EventRight a, a:visited.EventRight 
	{
		font-size: 8pt;
		color: #BF0F02;
		text-decoration:none;
		font-family:Arial;
		font-weight: bold;
	}
	.EventRight a:hover
	{
		text-decoration:underline;
	}
    
    /*athletics*/
	.aPadding
	{
		padding-top: 5px;
		padding-left: 7px;
		padding-right: 7px;
		
	}
	.aNav
	{		
		padding-left: 5px;
		padding-right: 5px;
		text-align: left;
		font-family:Verdana;
		font-size:14px;
	}
	.aNav tr td
	{
		text-align: center;
		vertical-align: top;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: left;
		border-bottom: solid 1px #E6EBE5;
	}
	.aNav tr td a, .aNav tr td a:visited
	{
		text-align: center;
		vertical-align: middle;
		font-family: arial;
		font-weight: bold;
		font-size: 12px;
		color: black;
		text-decoration: none;
	}
	.aNav tr td a:hover
	{
		text-decoration: underline;
	}
	.aNav span
	{
		text-align: left;
		vertical-align: middle;
		font-family: arial;
		font-weight: bold;
		font-size: 12px;
		color: black;
		text-decoration: none;
	}
	/*athletics*/
	
	.slideshow > img  { display:none; }
	.slideshow img:first-child { display:block; }
}

@media print
{

    .hidePrint
    {
        visibility: hidden;
        display: none;
    }

}
