﻿body 
{
	background-image: url('images/PageBG.jpg'); 
	background-color:Black;
	background-repeat: no-repeat; 
	background-position:center;
	background-attachment: fixed; 
	color: Black;
	font-family:Arial;
	font-size:12px;
}

.GreenHeader
{
	font-family:Arial;
	font-size:14px;
	color:White;
	padding-left:5px; 
	text-align:left;
}

.WhiteText
{
	font-family:Arial;
	font-size:12px;
	color:White;
}

.WhiteTextHeader
{
	font-family:Arial;
	font-size:14px;
	color:White; 
	font-weight:bold;
}

div.NewsScroll {
   width:520px;     
   height:727px;   
   border:0px solid #ccc;
   background:White;
   padding:0px;
   overflow:auto;
}

div.SplashBox {
   width:532px;     
   height:353px;   
   border:0px solid #ccc;
   background:White;
   padding:0px;
   overflow:auto; 
}

div.BigScroll {
   width:532px;     
   height:1120px;   
   border:0px solid #ccc;
   background:White;
   padding:0px;
   overflow:auto; 
}


/* ----------------------- styles for the sports calendar -------------------------- */
.Calendar   {
	color: White;
	font-family:Arial; 
	font-weight:bold;
	font-size:12px;
}

a.Calendar:link   {
	color: White;
	text-decoration:underline;
	font-family:Arial;
	font-size:10px;
}

a.Calendar:visited   {
	color: White;
	text-decoration: underline;
	font-family:Arial;
	font-size:10px;
}

a.Calendar:hover   {
	color: White;
	text-decoration: none;
	font-family:Arial;
	font-size:10px;
}


/* ----------------------- styles for the footer -------------------------- */
.Footer {
	color: #003704;
	text-decoration:none; 
	font-weight:bold;
	font-family:Arial;
	font-size:11px;
	text-align:left;
}

a.Footer:link   {
	color: #005506;
	text-decoration:none;
	font-family:Arial;
	font-size:10px;
	text-align:left;
}

a.Footer:visited   {
	color: #005506;
	text-decoration: none;
	font-family:Arial;
	font-size:10px;
	text-align:left;
}

a.Footer:hover   {
	color: #005506;
	text-decoration: underline;
	font-family:Arial;
	font-size:10px;
	text-align:left;
}


/* ----------------------- styles for the news + announcements box -------------------------- */
a.Forms:link   {
	color: Black;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
}

a.Forms:visited   {
	color: Black;
	text-decoration: underline;
	font-family:Arial;
	font-size:12px;
}

a.Forms:hover   {
	color: Black;
	text-decoration: none;
	font-family:Arial;
	font-size:12px;
}


/* ----------------------- styles for the Alumni page -------------------------- */
.Alumni
{
	font-family:Arial;
	font-size:12px;
	color:White;
}

.AlumniLabel
{
	font-family:Arial;
	font-size:12px;
	color:#969696;
	font-weight:bold;
}

.AlumniHeader
{
	font-family:Arial;
	font-size:14px; 
	font-weight:bold;
	color:White;
}

a.Alumni:link   {
	color: White;
	text-decoration:underline;
}

a.Alumni:visited   {
	color: White;
	text-decoration: underline;
}

a.Alumni:hover   {
	color: White;
	text-decoration: none;
}


/* ----------------------- styles for the news + announcements box -------------------------- */
.NewsTitle
{
	font-family:Arial;
	font-size:14px; 
	font-weight:bold;
	color: #015508;
	padding-left:2px;
	text-align:left;
}

.NewsBody
{
	font-family:Arial;
	font-size:12px; 
	color: Black;
	padding-left:2px; 
	text-align:justify; line-height:20px;
}

/* ----------------------- styles for the schedules page -------------------------- */
.Schedule
{
	font-family:Arial;
	font-size:10px;
	color:White;
}

a.Schedule:link   {
	color: White;
	text-decoration:underline;
}

a.Schedule:visited   {
	color: White;
	text-decoration: underline;
}

a.Schedule:hover   {
	color: White;
	text-decoration: none;
}

/*Black links*/
a.ScheduleBlack:link   {
	color: Black;
	text-decoration:underline;
}

a.ScheduleBlack:visited   {
	color: Black;
	text-decoration: underline;
}

a.ScheduleBlack:hover   {
	color: Black;
	text-decoration: none;
}


/* ----------------------- styles for Telerik menu -------------------------- */
/*
.MenuItemHoriz
    { 
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 10px;
          width:140px;
          background-color:Black;
    }
    
.MenuItem
    {
        
          padding:7px 4px;  
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 3px;
          width:140px;
          background-color:#006908;
          color:White;
        
    }
*/

.SubMenu
    {
          padding:7px 4px;  
          font-family: Arial, Helvetica, sans-serif;
          font-size: 11px;
          border-bottom:solid 1px  #1f1f1f;
          width:175px;
          background-color:#191919;
          text-align:left;
    }

.SubMenu:a
{
	text-decoration: none;
	color: White;
	text-align:left;
}

.SubMenu:link
{
	line-height: 12px;
	text-decoration: none;
	color: white;
	position: relative;
	float:left;
	padding-left:3px;
	text-align:left;
}

.SubMenu:hover   
{
	color: White;
	text-decoration: underline;
	text-align:left;
}


.SubMenu:visited   
{
	color: White;	/*5c5c5c*/
	text-decoration: none;
	text-align:left;
}


.SubMenu .expandLeft, 
.SubMenu .expandRight
    {
	    background:transparent url(images/right.gif) right center no-repeat;
    }

