@CHARSET "ISO-8859-1";


ul.selectList {
	margin: 0px;
	padding: 0px;
}

ul.selectList li {
	list-style: none;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 5px;
	padding: 2px;
}

li.hilight:hover {
	background-color: #efefdd;
}

/*ul.selectList li a {
	display:block;
	font-weight: normal;
	width: 100%;
}*/

ul.selectList li div a {
	display:inline;
}

ul.selectList li label {
	display:block;
	width: 100%;
}




/* hilight an li on hover */
/*.hilight:hover {
	background-color: #efefdd;
}*/







/* Lesson list stuff */

ul.lessonList {
	margin: 0px;
	padding: 0px;
}

ul.lessonList li {
	list-style: none;
	font-size: 12px;
	background-image: url("../media/16/lesson.png");
	background-repeat: no-repeat;
	background-position: 3 3;
	padding: 2px;
	padding-left: 22px;
	padding-bottom: 4px;
	padding-top: 3px;
	
}
ul.lessonList li a {
	display: block;
	height: 12px;
}







/* Main Menu selectlist stuff */
ul.selectList li.mainMenuItem {
	background-image: url("../media/32/arrow-right.png");
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
}


/* Person status selectlist stuff */
ul.selectList li.statusItem {
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
}


/* Personnel select list stuff */


ul li.person {
	background-image: url("../media/16/person.png");
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 4px 0px;
	padding-left: 19px;
	height: 14px;
}

ul li.header {
	background-image: none;
	font-weight: bold;
}

ul li.person  {
	height: 20px;
}

