@charset "utf-8";

ol, ol li{line-height:125%;}

ol li h4 {line-height:125%;}
ul li {line-height:125%;}
ul li h4 {line-height:125%;}

h4 {line-height:100%;}
.comment {
	padding: 5px;
}
ul {list-style-type:disc;}

.consultantList {
	margin-left: 10px;
	list-style-type: circle;
	font-size: 80%;
}
.consultantUL{
	margin-left: 30px;	
	padding: 7px;
	list-style-type: none;
	font-size: 100%;
}
.agendaUL {
	margin-left: -30px;	
	list-style-type: none;
	font-size: 100%;
}
.agendaUL li{
	padding: 3px;
	list-style-type: none;
	font-size: 90%;
}

.newThisYear {
	color: #F00;
}

.newTeachers{
	color: #080;
}

.newAdvice {
	color: #F60;
}
.newAdvice li {
	padding:5px;
}

.paperWork{
	color: #06C;
}

.miniLink {
	font-size: 60%;
}

.accordion li, .accordionSub li {
	font-size: 90%;	
	padding: 2px;
}

.accordionSub, .accordionSubList p, .accordionSubList ul, .accordionSubList li {
	width: auto;
	list-style-type: circle;
	text-align: left;
	font-size: 70%;
}

.likertTable {
	width:90%;
	border: none;
}
.likertTable .likerOption {
	width: 5%;
}
.likertTable .likertText { 
	width:75%;
}
.rankTable {
	width:90%;
	border: none;
}
.rankTable .col {
	width: 15%;
	text-align:center;
}

.iconTable {
	width:90%;
	border:solid;
	height:120px;
}

.iconTable td {
	text-align:center;
	border:solid;
	width:100px;
	height:116px;
}

.frTable {
	width:90%;
	border:thin;
}

.frTable td {
	text-align:center;
	border:1px solid;
	font-size:9px;
}

.checkBoxTable {width:100%; }
.checkBoxTable ul{ padding:0px; margin:0px;}
.checkBoxTable th, .checkBoxTable td, .checkBoxTable tr{
	border:1px solid black;
	height: 2em;
}
.checkBoxTable h4, .checkBoxTable h5, .checkBoxTable span{
	line-height: 1.25em;
}

ul.checkBoxTable, li.checkBoxTable {
	margin-left:0px;
	padding-left:0px;
	list-style:none;
}

.courseDescriptionList {
	display:inline-block;
	border: 1px solid;
	padding: 5px;
	margin: 3px;
}
.breakTime {
	font-style: italic;
	background-color: #FFF;
	color:#C60;
}

.iconList {
	padding: 10px;
	list-style-type: none;
	font-size: 80%;
	overflow:hidden;
}
.iconList li{
	padding:10px;
	margin:5px;
	float:left;
	display:block;
	width:160px;
	height:240px;
}

.p1 {
	background-color:#b92886;
	color:#fff;
}
.p2 {
	background-color:#5874ad;
	color:#fff;
}
.p3 {
	background-color:#b4541c;
	color:#fff;
}
.p4 {
	background-color:#f0b600;
	color:#000;
}
.p5 {
	background-color:#007984;
	color:#fff;
}
.p6 {
	background-color:#e47211;
	color:#000;
}

.boxedTable { }
.boxedTable th, .boxedTable td, .boxedTable tr{
	border:1px solid black;
}

.code {
	font: 100% "Courier New", Courier, monospace;
	text-align: left;
}