@charset "UTF-8";

@import "screen.css";

@import "../../../support/css/thickbox.css";

.formfs {  
	width: 480px;  
	margin: 10px 0 0 0;  
	padding: 0 0 1em 10px;  
	border: 1px solid #BFBAB0;  

}

.formfs legend {
	font-size: .9em;
	font-weight: bold;
	color:#4E4E4E;
}

.formfs ol{
	padding-left:5px;
	margin-left: 5px;
	list-style: none;
}
.formfs label{
	float: left;
	width: 150px;
	display: block;
	padding: 6px 0;
	
}
.formfs input{
	float: left;
	width: 200px;
	font-size: 1.1em;
	padding: 3px;
	border: 1px solid #C1D7E6;
	background-color: #ffffff;
}
.formfs textarea{
	float: left;
	width: 200px;
	height: 100px;
	font-size: 1.1em;
	padding: 3px;
	border: 1px solid #C1D7E6;
	background-color: #ffffff;
}
.formfs ol li{
	padding: 5px 0;
	clear: both;
}
.formfs .buttonpad{
	margin-left:150px;
}
.buttonpad input{
	background-color: #f4f4f4;
	width: auto;
}
.valerror{
	background: url(../images/exclamation.png) no-repeat 3px 6px;
	padding: 6px 22px;
}

.topiclist{
	margin: 0;
	padding:0;
}
.topiclist li{
	list-style: none;
	margin:10px 0;
	padding-bottom:10px;
	border-bottom: 1px solid #C1D7E6;
}

.topiclist li h3{
	margin-bottom:5px;
}


.courselist{
	margin: 0;
	padding:0;
	width:480px;
}
.courselist li{
	list-style: none;
	margin:10px 0;
	padding-bottom:5px;
	border-bottom: 1px solid #C1D7E6;
}

.pointer{
	cursor: pointer;
}

.listchild{
	margin: 0;
	padding:0;
	margin-left: 25px;
}
.listchild li{
	list-style: none;
	margin:10px 0;
	padding-bottom: 0;
	border:none;
}



.courselist li a{
	font-weight: normal;
}

.courseact{
	color: #4e4e4e;
}
.length{
	color:#000000;
	margin-right:5px;
	font-weight: normal;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.clearboth{
	clear: both;
}
.courseinact{
	font-weight: bold;
}

.sidenavheader{
	color:#999933;
	text-decoration: none;
}

.welcome{
	position:absolute;
	text-align: right;
	left: 50%;
	top:20px;
	width:350px;
	height:25px;
	z-index:1;
}
.welcome a{
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	text-decoration: none;
}
.welcome a:hover{
	text-decoration: underline;
}

#campussearch, #topicview{
	background-color: #ffffff;
	padding: 2px 6px 6px 6px;
	border: 1px solid #d1d1d1;
	margin: 5px;
	-moz-border-radius:5px;
}
#campussearch div, #topicview div{
	font-size: 10px;
	color: #000000;
}
#campussearch .searchbox{
	width:105px;
}

#topicview .searchbox{
	width:130px;
}