
	
	h3,h4{
		display:inline;
	}
	
	#thanks{
		color:336699;
	}
	
	b{
		font:Courier;
		color:#ff5e5e;
		font-size:.65em;
		text-transform:uppercase;
	}
	
	h4{
		font-size:.8em;
		font-variant:small-caps;
		color:#999;
	}
	
	
	
	#profList{
		margin:10px 0 30px 0;
		line-height:1em;
	}
	
	.profLink{
		cursor:pointer;
		color:#336699;
		font-variant:small-caps;
		font-size:.8em;
	}
	
	.hiddenID{
		display:none;
		height:0;
		width:0;
	}
	
	#alphaLinks{
		margin-bottom:15px;
		clear:none;
	}
	
	.alphaLink{
		border:1px solid #DDD;
		background-color:#FDFDFD;
		font-weight:bold;
		font-size:.8em;
		padding:3px;
		margin:1px;
		cursor:pointer;
		text-transform:uppercase;
		color: #333;

	}
	
	.alphaSection{
		display:none;
		height:0;
	}
	
	#notInListMessage{
		text-transform:none;
		font-size:.8em;
		letter-spacing:.05em;
	}
	
	
	
	
	
	/* FROM PROFESSORS.css */
	
	#enableProfFieldSpan{
		color:red;
		text-decoration:underline;
		cursor:pointer;
	}
	
	#prof_reviews{
		float:right;
		margin-right:20px;
	}
	
	.selected{
		font-weight:bold;
	}


	.review{
		clear:both;
		margin:20px 0 30px 0;
	}
	
	.review .ratings{
		border-bottom:1px solid #333;
		color:#333;
		font-variant:small-caps;
		font-family:Georgia,Palatino,"Palatino Linotype",serif;
		;
	}
	
	.review .ratings h2{
		text-transform:uppercase;
		display:inline;
		color:#BD080C;
		font-size:1.4em;
		margin-right:7px;
	}

	.review p{
		letter-spacing:.04em;
		margin-left:10px;
		text-indent:2.4em;
	}

	.review .r_class{
		text-transform:uppercase;
		margin-top:-1.2em;
		float:right;
		clear:none;
		font-size:.9em;
	}

	h4 a{
		margin-bottom:2px;
	}
	
	#writeReviews{
		position:absolute;
		top:270px;
		left:640px;
		text-align:center;
		color:#444;
		width:175px;

		background-color:#FDFDFD;
		border:3px solid #DDD;
		padding:11px;
		font-size:.9em;
	}
	
	#writeReviews a{
		display:block;
		margin:10px;
		padding:0;
		font-size:1.1em;
		color:#B80C13;
		text-decoration:none;
		border-bottom:1px solid #B80C13;
	}
	
	#writeReviews p{
		margin:0;
		padding:0;
	}
	
	#writeReviews b{
		color:#222;
		font-size:1.5em;
		text-transform:none;
		font-variant:small-caps;
	}
	
	#loadingHolder{
		height:20px;
	}
