/*------------------------------------------ University Header ---------------------------------------*/

#university-header
{
    overflow: hidden;
	height: 57px;
	width: 789px;
	margin-bottom: 12px;
}

	#university-header img 
	{
	    float: left;
	    margin-right: 5px;
	}

	#university-header h2 
	{
		float: left;
	    border-bottom: 1px solid #ddd;
		color: #258ebe;
		font-size: 140%;
		padding: 4px 2px 4px 0;
		margin-right: 2px;
		max-width: 41%;
		min-width: 41%;
		white-space: nowrap;
		overflow: hidden;
	}

		#university-header h2 em
		{
		    color: #888888;
			display: block;
			font-weight: normal;
			font-size: 60%;
		}

	#university-star-stats
	{
		background-position: 100% -119px;
		padding-right: 6px;
		overflow: hidden;
		float: right;
		color: #258ebe;
	}
		#university-star-stats ul
		{
			padding-top: 6px;
			background-position: 0 -62px;
			height: 57px;
		}
	
		#university-star-stats li
		{
			float: left;
			overflow: hidden;
			text-align: center;
			border-right: 1px solid #dddddd;
			padding: 4px 8px 4px 8px;
			font-size: 105%;
			font-weight: bold;
		}
		
			#university-star-stats li:last-child
			{
				border-right: 0px;
			}
		
		#university-star-stats li strong
		{
			display: block;
			color: #4c4c4c;
			font-size: 60%;
			font-weight: normal;
			padding: 2px 0 0 10px;
			background: transparent url(../images/university_stats_icons_sprite.gif) no-repeat;
		}
		
			#university-star-stats #uni-stats-members strong { background-position: 0px 4px; }
			#university-star-stats #uni-stats-notes strong { background-position: 2px -34px; }
			#university-star-stats #uni-stats-gold strong { background-position: -1px -73px; }
			#university-star-stats #uni-stats-silver strong { background-position: -1px -113px; }
			#university-star-stats #uni-stats-bronze strong { background-position: -1px -153px; }

#find-course-module
{
	margin-bottom: 14px;
}

/*------------------------------------------- Courses Browse -----------------------------------------*/

#course-browse
{
	height: 400px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #bababa;
}

	#subjects
	{
		font-size: 90%;
		padding-right: 3px;
		width: 218px;
		height: 100%;
		float: left;
		background: #fbfbfb url(../images/subjects_list_bg.gif) repeat-y top right;
	}
		
		#subjects-list li
		{
			background: transparent url(../images/subjects_bg_tile.gif) repeat-x bottom left;
		}
		
		#subjects-list li a
		{
			display: block;
			height: 25px;
			padding: 9px 11px 0 0px;
			text-decoration: none;
			font-size: 87%;
			border-bottom: 1px solid #eee;
			color: #a2a2a2;
			font-weight: bold;
			text-align: right;
		}
		
			#subjects-list li a strong
			{
				padding-left: 6px;
				width: 170px;
				display: block;
				float: left;
				text-align: left;
				color: #686868;
				white-space: nowrap;
				overflow: hidden;
			}
		
		#subjects-list li a:hover, 
		#subjects-list li a:hover strong
		{
			background-color: #fff;
			color: #258ebe;
		}
		
		#subjects-list li.active 
		{
			color: #fff;
			background: #bababa url(../images/subjects_bg_tile_active.gif) repeat-x bottom left;
		}
		
		#subjects-list li.active a
		{
			background: url(../images/subjects_active_icon.gif) no-repeat 99%;
		}
		
			#subjects-list li.active a,
			#subjects-list li.active a strong,
			#subjects-list li.active a:hover,
			#subjects-list li.active a:hover strong
			{
				color: #fff;
				text-decoration: none;
				background-color: transparent;
				cursor: default;
			}
		
		#subjects-paging
		{
			font-size: 73%;
			padding: 5px 6px;
			width: 206px;
			position: absolute;
			bottom: 0px;
			border-top: 1px solid #eee;
			overflow: hidden;
			background-color: #fff;
		}
		
			#subjects-paging dt
			{
				color: #8c8c8c;
				font-weight: bold;
				float: left;
			}
		
			#subjects-paging dd
			{
				float: right;
				padding-bottom: 1px;
			}
/*----------------------------------------------- Courses --------------------------------------------*/

	#courses 
	{
		float: right;
		height: 100%;
		width: 547px;
    }

	#courses-header
	{
		background-color: #f9f9f9;
		border-bottom: 1px solid #eee;
		height: 38px;
		padding: 6px;
		font-size: 90%;
		overflow: hidden;
		color: #4e4e4e;
	}
	
		#subject-meta
		{
			float: left;
		}
	
	#courses-paging
	{

		padding: 4px 0 1px 0;
		font-size: 75%;
	}
		
		#courses-paging dt
		{
			color: #8c8c8c;
			font-weight: bold;
			display: inline;
		}
		
		#courses-paging dd
		{
			display: inline;
		}
	
	#courses-list
	{
		font-size: 74%;
		height: 100%;
	}
	
		#courses-list ul
		{
			overflow: hidden;
			float: left;
			width: 165px;
			height: 100%;
			padding: 6px 8px 0 8px;
			border-right: 1px solid #e9e9e9;
		}
		
			#courses-list ul.last-item
			{
				border: none;
				padding-right: 0px;
			}
		
			#courses-list li.has-notes
			{
				font-weight: bold;
			}
		
		#courses-list li a
		{
			display: block;
			padding: 5px 0;
			color: #75b5d2;
			text-decoration: underline;
		}
		
			#courses-list li a:hover
			{
				background-color: #EBFBFF;
				text-decoration: none;
			}
		
			#courses-list li.has-notes a
			{
				font-weight: bold;
				color: #258ebe;
			}
		
	#course-loading
	{
		margin-top: 20%;
		padding: 4px 0;
		font-size: 130%;
		font-weight: bold;
		color: #505050;
		text-align: center;
		background: transparent url(../images/course_browse_loader.gif) no-repeat 40%;
	}
	
/*--------------------------------------- Subject Empty State(s) -------------------------------------*/	

	#subject-empty-state
	{
		text-align: center;
		margin-top: 60px;
		padding-bottom: 30px;
	}
		
		#subject-empty-state p
		{
			font-size: 90%;
			color: #505050;
			font-size: 115%;
			padding-bottom: 15px;
		}
			#subject-empty-state p strong
			{
				font-size: 110%;
				display: block;
			}
			
		#subject-empty-state ul
		{
			float: none;
			height: auto;
			overflow: visible;
			text-align: center;
			width: auto;
		}
		
			#subject-empty-state li
			{
				display: inline;
				padding-right: 12px;
			}
			
			#subject-empty-state li a
			{
				padding: 8px 7px 8px 3px;
				color: #5A5A5A;
				display: inline;
				text-decoration: none;
			}
			
			#subject-empty-state li a:hover
			{
				background-color: #fff;
			}
	
/*------------------------------------------- Subject Top Guru ---------------------------------------*/

#top-guru
{
    float: right;
}

	#top-guru strong
	{
		font-size: 80%;
		font-weight: normal;
		float: left;
		padding: 9px 4px 0 0;
	}
	
	#top-guru a
	{
		float: left;
	}
		
/*-------------------------------------------- Course Search -----------------------------------------*/

#course-search
{
	margin-top: 14px;
	position: relative;
}

	#course-search fieldset
	{
		border: none;
		background-color: #f9f9f9;
		padding: 4px 6px;
	}
	
	#course-search-input, #university-star-stats, #university-star-stats ul, #university-search-input
	{
		background-image: url(../images/sprite_university.png);
		background-repeat: no-repeat;
	}
	
	#course-search-input, #university-search-input
	{
		width: 358px;
		padding: 9px 30px 8px;
		font-size: 80%;
		background-color: transparent;
		background-position: 0 4px;
		border: none;
	}
		
		#course-search-input.inactive, #university-search-input.inactive
		{
			color: #c3c3c3;
		}
		
		#course-search-input.active, #university-search-input.active
		{
			color: #373737;
			font-style: normal;
		}
		
		#course-search-input: focus, #university-search-input: focus
		{
			background-position: 0 -29px;
		}
			
	#content-main a.btn-clear
	{
		position: absolute;
		top: 38px;
		left: 399px;
		z-index: 99;
		cursor: pointer;
		display: block;
		width: 16px;
		height: 16px;
		background: transparent url(../images/icon_input_clear.gif) no-repeat center;
	}
	
	#course-search-status
	{
		vertical-align: top;
		font-size: 80%;
		color: #505050;
		top: 8px;
		position: relative;	
	}
	
		#course-search-status.searching
		{
			padding-left: 20px;
			background: transparent url(../images/course_search_loader.gif) no-repeat left;
		}
		
		#course-search-status.has-results
		{
			padding-left: 5px;
			font-weight: bold;
		}
		
		#course-search-status.no-results
		{
			padding-left: 5px;
			font-weight: bold;
			color: #D60000;
		}
	
	#course-search-results
	{
		border-top: 1px solid #dcdcdc;
		max-height: 250px;
		padding: 5px 8px;
		overflow: auto;
		font-size: 85%;
		font-weight: normal;
		background-color: #fff;
	}
	
		#course-search-results ul
		{
			padding: 6px;
			float: left;
			width: 47%;
		}
		
		#course-search-results ul li a
		{
			display: block;
			padding: 6px 3px;
			color: #75b5d2;
		}
		
			#course-search-results ul li.has-notes a
			{
				color: #258ebe;
				font-weight: bold;
			}
		
		#course-search-results ul li a b
		{
			background-color: #FFF58B;
		}
			
			#course-search-results ul li a:hover
			{
				background-color: #E2F9FF;
			}
	
/*-------------------------------------- Uni No Members/Content --------------------------------------*/

#module-uni-no-content
{
	padding-top: 20px;
}		

	#module-uni-no-content .module-wrapper
	{
		text-align: center;
	}
			
	#module-uni-no-content #btn-firstGuru-expandable
	{
		display: inline-block;
		text-decoration: none;
		color: #333333;
		height: 76px;
		font-size: 90%;
		position: relative;
		text-align: left;
	}
	
		#module-uni-no-content #btn-firstGuru-expandable span,
		#module-uni-no-content #btn-firstGuru-expandable em
		{
			display: block;
			height: 76px;
			font-style: normal;
			overflow: hidden;
		}
		
		#module-uni-no-content #btn-firstGuru-expandable span
		{
			padding-left: 58px;
			background: url(../images/btn_uni_firstGuru_sprite.gif) no-repeat 0 0;
		}
		
		#module-uni-no-content a#btn-firstGuru-expandable em
		{
			padding-top: 8px;
			padding-right: 15px;
			background: url(../images/btn_uni_firstGuru_sprite.gif) no-repeat right -152px;
		}
		
			#module-uni-no-content #btn-firstGuru-expandable:hover span
			{
				background-position: 0px -76px;
			}
			
			#module-uni-no-content #btn-firstGuru-expandable:hover em
			{
				background-position: right -228px;
			}
		
		#module-uni-no-content #btn-firstGuru-expandable strong
		{
			color: #31a0ca;
			display: block;
			font-size: 125%;
		}
		
	#module-uni-no-content #para-intro
	{
		font-size: 85%;
		border: 1px solid #dcdcdc;
		padding: 15px 60px;
		margin-top: 13px;
		line-height: 1.6em;
		color: #333333;
		background-color: #e5f2f8;
	}
	
		#module-uni-no-content #para-intro strong
		{
			color: #258ebe;
		}
	
/*-------------------------------------------- Paging Links ------------------------------------------*/

ul.pages 
{
	display: inline;
}

ul.pages li 
{
	display: inline;
	padding: 0 2px;
	cursor: pointer;
}

ul.pages li.disabled 
{
	display: none;
}

#content-main ul.pages li a
{
	font-size: 90%;
	border: 1px solid #c2c2c2;
	text-decoration: none;
	padding: 0px 1px;
}

	#content-main ul.pages li a:hover
	{
		border: 1px solid #939393;
	}


#content-main ul.pages li.active a
{
	text-decoration: none;
	color: #a2a0a2;
	border: 1px solid #DDDDDD;
	cursor: default;
}

/*--------------------------------------------- Welcome Banner ---------------------------------------*/

#welcome-banner
{
	position: relative;
	border: 1px solid #2b8bc5;
	border-bottom: 2px solid #1075b3;
	color: #fff;
	margin-bottom: 25px;
	padding: 12px 15px;
	background: #2386c3 url(../images/sprite_banner.png) repeat-x 0 -228px;
}
	
	#welcome-banner h3
	{
		position: relative;
		top: -22px;
		margin-bottom: -22px;
		border-bottom: 1px solid #298ac4;
		padding: 20px 0 8px 0;
		font-size: 115%;
		text-shadow: #17627f 1px 1px 1px;
		background: transparent url(../images/sprite_banner.png) no-repeat 0 -363px;
	}
	
	#welcome-banner p
	{
		padding-top: 8px;
		font-size: 82%;
		line-height: 1.4em;
		width: 79%;
		font-weight: bold;
	}
	
	#welcome-banner a#banner-close
	{
		float: right;
		position: relative;
		top: -8px;
		right: -8px;
		font-weight: bold;
		font-size: 90%;
		color: #d3e8f0;
	}
	
		#welcome-banner a#banner-close:hover
		{
			color: #fff;
		}
	
	#welcome-banner a#banner-signup
	{
		position: absolute;
		top: -15px;
		right: 20px;
		overflow: hidden;
		text-indent: -300em;
		display: block;
		width: 187px;
		height: 109px;
		background: transparent url(../images/sprite_banner.png) no-repeat left top;
	}
	
		#welcome-banner a#banner-signup:hover
		{
			background-position: 0 -114px;
		}

/*------------------------------------------------ Widgets -------------------------------------------*/

.widget
{
    overflow: hidden;
	background: transparent url(../images/module_container_bg.gif) no-repeat top left;
	margin-bottom: 10px;
}

	.widget h3.title
	{
		color: #258ebe;
		padding: 10px 14px 5px 14px;
		font-size: 100%;
	}
	
	.widget div.content
	{
		font-size: 76%;
		line-height: 1.6em;
		background-color: #fbfbfb;
		border: 1px solid #dcdcdc;
		border-top: none;
		overflow: hidden;
		padding: 0px 10px;
	}
	
	.widget div.item
	{
		overflow: hidden;
		width: 48%;
		float: left;
		overflow: hidden;
		border-top: 1px solid #dcdcdc;
		padding: 15px 0;
	}
	
		.widget div.item.even
		{
			float: right;
		}
	
	.widget.half
	{
		width: 390px;
		float: left;
		background-image: url(../images/module_container_bg_half.gif);
	}
		
		.widget.half.even
		{
			float: right;
		}
	
	.widget.half div.item
	{
		width: 100%;
		float: none;
	}
	
	.widget div.content h4
	{
		padding-bottom: 8px;
	}
	
	.widget div.content img
	{
		display: block;
		border: 2px solid #dcdcdc;
		float: left;
		margin: 0 12px 4px 0;
	}
	
	.widget div.content a.more
	{
		float: right;
	}
	
	.widget .equalizer
	{
		display: block;
		height: 1px;
		clear: both;
	}
	
/*--------------------------------------------- Universities Page ---------------------------------------*/
#universities #usercontent-header 
{
	margin-bottom: 15px;
}
	#universities .module-content
	{
		font-size: 13px;
	}
	#universities .module
	{
		margin-bottom: 7px;
	}
		#universities .module .hide
		{
			display: none;
		}

#state-anchors 
{
	font-size: 14px;
	padding: 6px 8px;
}
	#state-anchors li 
	{
		display: inline;
		line-height: 1.7;
	}
		#state-anchors a {
			-moz-border-radius:2px 2px 2px 2px;
			background-color: #FFFFFF;
			background-image: url("../images/btn_bg.png");
			background-repeat: repeat-x;
			border: 1px solid #C0C0C0;
			color: #5A5A5A;
			font-weight: bold;
			font-size: 12px;
			padding: 2px 4px;
		}
			#state-anchors a:hover 
			{
				background-position: 0 -26px;
			}
	.state-universities 
	{
		padding: 7px;
	}
	.state-universities li {
		margin: 3px 0;
		float: left;
		width: 250px;
	}
	#find-university-module 
	{ 
		position: relative; 
	}
	#university-search-form 
	{
		position: absolute;
		top: 5px;
		right: 4px;
		width: 420px;
	}
	#university-search-form fieldset 
	{ 
		border-width: 0; 
	}