﻿/**************************************
 **     Styles for the professor     **
 **       section of iyuda.com       **
 **************************************/
 
 
/**************************************
 **           Global Styles          **
 **************************************/
.professorMainWrapper { text-align: left; color: Black !important; }
.profName { font-size: 20pt; color: Black; }
.profSchool { margin-top: 5px; font-size: 12pt; color: #4a8797; }
.sectionHdr { color: Black; text-decoration: underline; font-size: 14pt; margin-bottom: 5px; }
.popupHeader 
{
	font-size: 10pt;
	font-weight: bold;
	color: #4A8797;
	width: 100%; 
	text-align: center; 
	margin-top: 3px;
	margin-bottom: 7px; 
}

/**************************************
 **		/professors/default.aspx     **
 **************************************/
/***** Classes *****/
#classTermsComments { margin-top: 15px; }
.profClassesTerms { }

/***** Rating *****/
.rating { margin-bottom: 10px; height: 75px; }
.ratingHdr { font-size: 11pt; font-weight: bold; }
.rateKey { font-size: 7pt; font-weight: normal; color: #4A8797; margin: 0 0 5px 0; }
.ratingStar { }
.savedRatingStar { }
.filledRatingStar { }
.emptyRatingStar { }
.newRatingAvg { line-height: 1.2; }

/***** Comments *****/
.comments 
{
	width: 620px;
	margin-top: 25px; 
	border: solid 1px black;
	padding: 5px 5px 5px 5px;	
}
#commentsWrapper 
{
	height: expression(this.scrollHeight < 400? this.scrollHeight + "px" : this.scrollHeight > 400 ? "400" : "auto");
	max-height: 400px;
	overflow: auto; 
	border-bottom: solid 1px black; 
	margin-bottom: 5px
}
.comment { margin-top: 8px; padding: 0 5px 0 5px; }
.commentAuthorDate { font-size: 7pt !important; }
