#title_bar
{
	background-image: url(images/subjects_head.jpg);
	background-repeat: no-repeat;
	width: 761px;
	height: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#title_bar h2
{
	margin-left: 274px;
	font-size: 22px;
	padding-top: 22px;
	margin-top: 0px;
	text-align:left;
	color: #32465B;

}
#title_bar p
{
	margin-left: 274px;
	text-align:left;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.subnav_holder
{
	background-image: url(images/subnav_holder.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 25px;
}
.grade_head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.orange_bar
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 6px;
	line-height: 6px;
	background-color: #F2A137;
}

.floater
{
	position: absolute;
	z-index: 100;
	
}

a.empty_trigger
{
	text-decoration: none;
	color: black;
}

a.empty_trigger:hover
{
	cursor: default;
/*	color: #DC6800;*/
}

a.tip_trigger
{
	text-decoration: none;
}

a.tip_trigger:hover
{
	cursor: default;
	position: relative;
	color: #DC6800;
}

a.tip_trigger span
{
	display: none;
	color: black;
}

a.tip_trigger:hover span
{
	opacity: .9;
	width: 240px;
	left: -290px;
	min-height: 30px;
	top: -30px;
	position: absolute;
	text-decoration: none;
	line-height: 16px;
	display: block;
	background-color: #FFFDD5;
	border-color: gray;
	border-width: 1px;
	border-style: dashed;
	padding: 15px;
}

.lesson_line
{
	padding-top: 0px;
	padding-bottom: 2px;
}


