/* Styles for the pages with dynamic links */

/* Styles for page sections */

/* Styles for Top Bar - Students */
#top-bar {
	width: 930px;
	height: 10px;
	background-color: #D0B115;
}

/* Styles for Top Bar - Educators */
#top-bar-ed {
	width: 930px;
	height: 10px;
	background-color: #226688;
}

/* Styles for Top Bar - Advisors (now Adult Learners) */
#top-bar-ad {
	width: 930px;
	height: 10px;
	background-color: #881144;
}

/* Styles for Top Bar - Parents */
#top-bar-par {
	width: 930px;
	height: 10px;
	background-color: #1A7A3F;
}

#top-content {
	width: 930px;
	float: left;
}

#corner-picture {
	width: 226px;
	height: 132px;
	float: left;
}

#header {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 525px;
	float: left;
}

#header p {
	padding-bottom: 0px;
}

.headerText {
	font-size: .75em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	float: left;
}

#right-links {
	width: 119px;
	height: 107px;
	background-color: #EEEFDD;
	padding-top: 25px;
	padding-left: 20px;
	float: left;
}

#right-links-table td {
	font-size: .75em;
	padding-right: 2px;
	padding-bottom: 2px;
	line-height:16px;
}

#right-links-table img {
	vertical-align: middle;
}

#left-panel {
	padding-top: 20px;
	width: 226px;
	float: left;
}

#left-links {
	padding-bottom: 20px;
}

/* Header Bar Background Color for Students */
.header-bar {
	padding-left: 15px;
	background-color: #D0B115;
	color: white;
	font-weight: bold;
}

/* Header Bar Background Color for Educators */
.header-bar-ed {
	padding-left: 15px;
	background-color: #226688;
	color: white;
	font-weight: bold;
}

/* Header Bar Background Color for Advisors (now Adult Learners) */
.header-bar-ad {
	padding-left: 15px;
	background-color: #881144;
	color: white;
	font-weight: bold;
}

/* Header Bar Background Color for Parents */
.header-bar-par {
	padding-left: 15px;
	background-color: #1A7A3F;
	color: white;
	font-weight: bold;
}

.left-links-box {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #EDEDED;
	padding-bottom: 5px;
}

.left-links-box li {
	margin-bottom: 10px;
}

#mnlc-search {
	padding-bottom: 20px;
}

#course-search {
}

#center-panel {
	width: 684px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}

#mnlc-search-main {
	width: 201px;
	float: left;
}

#course-search-main {
	padding-left: 40px;
	width: 201px;
	float: left;
}

#word-cloud-desc {
	padding-left: 41px;
	width: 201px;
	float: left;
}

#headlines {
	width: 684px;
	float: left;
}

#results {
	width: 430px;
	float: left;
	padding: 20px;
}

#word-cloud-container {
	margin-top: 20px;
	padding: 25px;
	width: 182px;
	float: left;
	border: 1px solid #EEEFDD;
}

#word-cloud {
	width: 182px;
	background-color: #EEEFDD;
}

#searchBox {
	width: 290px;
	margin-right: 4px;
}

#results input[type=text]
#results input[type=button]
#results input[type=submit] {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
	padding-bottom: 4px;
	height: 28px;
}

#results input[type=submit] {
	width: 60px;
	height: 28px;
}

/* General styles */
#content ul li {
	line-height: 1.1em;
}

h2 {
	line-height: 80%;
	margin-bottom: 5px;
}

