/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: #E5E4D2;
    margin:auto;
}
Font-Bold=True Font-Size="11px" Font-Name="Georgia"
.EventRight a
{
	font-size:11px;
	font-family:Georgia;
	 color:#655716;
	 font-weight:bold;
	 
}
.EventRight a:hover
{
	text-decoration:underline;
}
.EventRight span
{
	color:#5C5D58;
	font-size:11px;
	font-family:Georgia;
	
}
.EventRight
{
	color:#5C5D58;
	font-size:11px;
	font-family:Georgia;
}
.DropDownBox
{
    width: 165px;
}
.sportBack
{
	background:url(/sysimages/schoolNav/btn_BackGround.gif) no-repeat top;
	text-align:center;
	width: 173px;
	height: 25px;
	vertical-align:middle;
}
	
.title
{
    font-family: Georgia;
    font-weight: bold;
    color: #625619;
    font-size:15px;
}
.gutterTitle
{
    color: #9E8E37;
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
}
.header2
{
    color: white;
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
}
.content
{
    font-family: Georgia;
    font-size: 12px;
    color: #5C5D58;
}

.content p
{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline;
}

.content2
{
    font-family: Georgia;
    font-size: 12px;
    color: #5C5D58;
}
A:link
{
    text-decoration: none;
    color: #655716;
}

A:visited
{
    text-decoration: none;
    color: #655716;
}

A:active
{
    text-decoration: none;
    color: #655716;
}

A:hover
{
    text-decoration: underline;
    color: #655716;
}

.footer
{
    font-family: Verdana;
    color: black;
    font-size: 8px;
}
A:link.footer
{
    text-decoration: none;
    color: black;
}

A:visited.footer
{
    text-decoration: none;
    color: black;
}

A:active.footer
{
    text-decoration: none;
    color: black;
}
.floatLeft1
{
    float: left;
    width: auto;
    height: auto;
    margin: 1px 3px 3px 1px;
    text-align: center;
}
.ddlAdditialInfo
{
    width: 173px;
}

td.topnav
{
    font-family: Verdana;
    color: white;
    font-size: 10px;
    text-decoration: none;
    padding: 0 10px;
    white-space: nowrap;
}

.topnav A:link
{
    text-decoration: none;
    color: white;
}

.topnav A:visited
{
    text-decoration: none;
    color: white;
}

.topnav A:active
{
    text-decoration: none;
    color: white;
}
.topnav a:hover
{
    text-decoration: underline;
    color: white;
}


/*Hover nav*/

.hoverNav
{
    position: relative;
    text-align: left;
}


div.hoverNav
{
    height: 16px;
    vertical-align: middle;
    line-height: 16px;
}


.hoverNav ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    color: White;
    z-index: 99;
}

.hoverNav ul a
{
    text-decoration: none;
    display: block;
    padding: 0;
    margin: 0;
    color: White;
}

.hoverNav ul a:hover
{
    text-decoration: none;
}
.hoverNav ul a:visited
{
    text-decoration: none;
    color: white;
}
.hoverNav ul a:active
{
    text-decoration: none;
}
.hoverNav ul li
{
    position: relative;
    z-index: 99;
}
.hoverNav ul li ul
{
    list-style: none;
    position: absolute;
    left: 0px;
    top: 13px;
    display: none;
    background-color: #000000;
    margin: 0;
    padding: 0;
    color: White;
}

.hoverNav ul:hover li ul
{
    display: block;
}

.hoverNav ul li ul li
{
    width: 200px;
    padding: 5px;
    z-index: 99;
}
.hoverNav ul li ul li:hover
{
    background: #3c2d11;
}
.hoverNav ul li ul li a:link
{
    color: White;
}
.hoverNav ul li ul li a:hover
{
    color: white;
}
.hoverNav ul li:hover ul
{
    display: block;
    z-index: 99;
}
td.shcoolNav
{ 
    width:183px;
    height:25px;
    font-family: Georgia;
    padding-left: 16px;
    color: #606060;
    font-size: 7.5pt;
    font-weight:bold;
    text-transform: uppercase;
}


.shcoolNav A:link, .shcoolNav A:visited,.shcoolNav A:active
{
    text-decoration: none;
    color: #606060;
    font-family: helvetica;
    font-size: 7.5pt;
    text-transform: uppercase;
}

.shcoolNav  A:hover
{
    text-decoration: underline;
    color: #606060;
}
.ClickToView {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-color: #D4D5D5;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	height:19px;
	background-image: url(/sysimages/AccordionTab0.gif);
	position:relative;
	
}
/*
 
*/

.ClickToView.selected img {display:none;}
