table.highRow td{
	min-height: 60px;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	height:100%;
	width:100%;
	background:#000;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	display:none;
}

.overlayContainer {
	position:fixed!important;
	position:absolute;
	min-height: 200px;
	width:500px;
	margin:-100px 0px 0px -200px;
	padding: 20px;
	top: 50%;
	left: 50%;
	background-color: #f5f5f5;
	border: 1px solid #000000;
	display:none;
	z-index:1002;
	overflow: scroll;

}

/*notification list*/
.navbar-nav > li > .dropdown-menu.notifications-list {
	min-width: 290px;
}

.notifications-list .pointer {
	position: absolute;
	left: 21px;
}

.loader{
	display: none;
	position: relative;
	background: url('/sh-theme/img/loader.gif') center center no-repeat;
	width: 36px;
	height: 36px;
	text-indent: -9999em;
}





