﻿body
{
	font-family: arial;
}

a.NavButton:link
{
	font-size: 12px;
	text-decoration: none;
	color: blue;
} 
  
a.NavButton:visited
{
	font-size: 12px;
	text-decoration: none;
	color: blue;
} 

a.NavButton:hover
{
	font-size: 12px;
	text-decoration: none;
	color: #993333;
	width: 150px;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
} 
  
.verticalBorder 
{ 
 background:#FFFF00; 
 border-style:solid; 
 border-color:#9966CC; 
 border-width:5px; 
 width:160px; 
}    

a.NavButton:active
{
	font-size: 12px;
	text-decoration: none;
	color: white;
	background: navy;
	font-weight: bold;
	width: 150px;
}

.LeftNav
{
	border-right: #cccccc 2px solid;
	border-bottom: #cccccc 2px solid;
}

.collapsePanel {
	width: 100%;
	height:0px;
	overflow:hidden;
}

.collapsePanelHeader{	
	width: 100%;		
	height:20px;
	font-weight:bold;
	float:left;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}

.CourseSection:collapsePanel
{
 padding-left: 50px;	
}
