﻿.extraInfo
{

}
.mobileOnly
{
 display:none;
}
.fullModeOnly
{
 display:block;
}

.itemImage
{
	height: 100px;
	width: 100px;
}
.itemImageCell
{

}
.ProfessorsGridEmotion
{
	width: 30px;
}
.ProfessorsGridName
{
	width: 180px;
}
.ProfessorsGridOverallQuality
{
	width: 70px;
}
.ContentBox
{
	background-color: #f0f0f0;
	pacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	 padding: 20px; 

/* -webkit-box-shadow: #535353 0px 0px 2px;  -moz-box-shadow: #535353 0px 0px 5px; box-shadow: #535353 0px 0px 2px;*/
}
.ContentBoxTitle
{
	width: auto; 
	text-align: right;
	font-size:larger;
	color: black;
	
	height: 35px;
	padding-top: 8px;
	padding-left: 8px;

}
.ContentBoxTitleSmall
{
	float: left;
	font-weight: normal;
	font-size: small;
}
.MobileContentBox
{
width: auto; height: auto;
        -webkit-border-radius: 13px 13px 13px 13px; -moz-border-radius: 13px 13px 13px 13px;
        border-radius: 13px 13px 13px 13px; -webkit-box-shadow: #535353 0px 0px 5px;
        -moz-box-shadow: #535353 0px 0px 5px; box-shadow: #535353 0px 0px 5px;
}
.MenuBox
{
background-color: #000000;
width: 920px; height: 40px; vertical-align: middle;
	        -webkit-box-shadow: #535353 0px 0px 5px;
        -moz-box-shadow: #535353 0px 0px 5px; box-shadow: #535353 0px 0px 5px;
}
.ContentBoxListItem
{
	 font-size:large;
	 font-weight:bolder;

    -moz-border-radius: 20px 20px;
    -webkit-border-radius: 20px 20px;
    border-radius: 20px 20px; 
    width:20px;
    height:20px;   
    white-space: nowrap;
}
.Box
{
	width:230px;
}

.TR
{
	height: 15px;
}
.BoxUR
{
	width:3px;
	background-image:url('Pictures/boxUL.png');
	background-repeat:no-repeat;
	background-position:left top;
}
.BoxUL
{
	width:3px;
	background-image:url('Pictures/boxUR.png');
	background-repeat:no-repeat;
	background-position:right top;
}
.BoxLR
{
	width:3px;
	background-image:url('Pictures/boxLL.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position:left bottom;
}
.BoxLL
{
	width:3px;
	background-image:url('Pictures/boxLR.png');
	background-repeat:no-repeat;
	background-position:right bottom;
}
.BoxUBG
{
	background-image:url('Pictures/boxUBG.png');
	background-repeat:repeat-x;
	background-position:top;
}
.BoxLBG
{
	background-image:url('Pictures/boxLBG.png');
	background-repeat:repeat-x;
	background-position:top;
}
.BoxR
{
	width:12px;
	background-image:url('Pictures/boxL.png');
	background-repeat:repeat-y;
	background-position:left top;
}
.BoxL
{
	width:12px;
	background-image:url('Pictures/boxR.png');
	background-repeat:repeat-y;
	background-position:right top;
}
.br
{
	height:0px; visibility:hidden; margin-top:-10px;
}

.hr
{
	border: 0; height: -8px; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hrNews
{
	border: 0; height: 0; border-top: 1px solid rgba(255, 174, 0, 0.4); border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.fadingHr
{
	 border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

.dropdown-menu {
  position: absolute;
  background-color: #fff;
  margin-left: 0;
  list-style: none;
  top: 100%;
  z-index: 11010;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  padding-bottom: 5px;
  padding-top: 5px;
  display: none;
}
.dropdown-menu.place-right {
  right: 0;
  left: auto;
}
.dropdown-menu a {
  font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 11pt;
  letter-spacing: 0.01em;
  line-height: 14pt;
  font-smooth: always;
  color: #000000;
  display: block;
  width: 100%;
  padding: 3px 20px;
  white-space: nowrap;
  font-size: 14px;
  cursor: pointer;
}
.dropdown-menu a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.dropdown-menu a:active {
  color: rgba(0, 0, 0, 0.4);
}
.dropdown-menu a:hover {
  background-color: #2d89ef !important;
  color: #ffffff !important;
}
.dropdown-menu li {
  display: list-item;
  line-height: 20px;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu.open {
  display: block !important;
}
