#pscr
{
	opacity: .8;
	filter: alpha(opacity=80);
	width: 100%;
	/*height: 100%;*/
	display: none;
	background: Black;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 666;
}

#rateBlock
{
	display: none;
	width: 400px;
	height: 300px;
	background: White;
	opacity: 1;
	position: absolute;
	top: 18%;
	z-index: 667;
	left: 50%;
	margin-left: -210px;
	-moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

#rateBlock img
{
	cursor: pointer;
}

.pBlack
{
	color: Black !important;
}

.pGray
{
	color: gray !important;
}

div.professor_item {
    padding: 10px 0;
}

.info_row{
	font-size: 16px;
	margin: 0 0 5px 0;
	color: #4c4c4c;
}
.info_row span{
	font-family: 'MyriadPro-Bold', sans-serif;
}
.professor_delete_btn{
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    width: 80px;
    margin: 15px 0 0 0;
    border: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: 0px none;
    font-family: "MyriadPro-Regular", sans-serif;
}
.professor_item:hover
{
	background: #EEE;
}
.professor_item h3 {
	font-size: 18px;
	margin: 0 0 8px 0;
	font-family: 'MyriadPro-bold', sans-serif;
	font-weight: normal;
}
.professor_item h3 a{
	text-decoration: none;
	color: #104684;
}
.professor_item strong {
	font-size: 16px;
	font-weight: normal !important;
	color: #999 !important;
}
.professor_item p {
	font-size: 16px;
	padding: 5px 0 0 0;
}
.professor_comment div
{
	padding: 0;
	vertical-align: top;
	margin-top: 10px !important;
}

/*.main.courses h1,
.main.all-ratings h1,
.main.professors h1,
.main.businesses h1{
	display: inline;
}*/

.professor_comment
{
	min-height: 60px;
	clear: both;
	border-bottom: 1px solid #CCC;
	margin-left: -9px;
}

#professor_comment
{
	border: 1px solid #cbcbcb;
	background: #f2f2f2;
	padding: 10px !important;
	margin: 10px;
	margin-left: 0 !important;
	margin-top: 10px;
}
#professor_comment textarea {
	padding: 10px;
	margin: 3px 0 8px 0;
/*	font-size: 14px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;*/
	height: 70px;
	font-size: 16px;
}
#professor_comment .submit_btn {
	width: 80px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
}

#prof_block
{
	padding: 5px;
}


#professor strong
{
	font-size: 16px;
	font-family: "MyriadPro-Bold", sans-serif;
	font-weight: normal;
	color: #4c4c4c;
}

/*#professor h3
{
	font-size: 12px !important;
	font-family: "MyriadPro-Bold", sans-serif;
	color: #666 !important;
	padding-left: 5px;
}*/
#professor h1 {
	/*font-family: "MyriadPro-Bold", sans-serif;*/
	font-size: 22px;
	color: #494949;
	margin-top: 0;
}
#professor h2 {
	font-size: 18px;
	color: #4c4c4c;
	font-weight: normal;
	font-family: 'MyriadPro-bold', sans-serif;
	margin: 0;
}
.ratings_list_wrap .ratings_list_row_1 .ratings_list_col_2 h2{
	text-align: center;
}
#rateBlock h2 {
	text-align: left;
}
#rateBlock h1 {
	margin: 15px 0;
}
#professor h3
{
	font-size: 16px;
	line-height: 1.5;
	font-family: 'MyriadPro-Regular', sans-serif;
	color: #4c4c4c;
	font-weight: normal;
}
