/* 
rm_hompage.css
Rich Media Homepage CSS - required for DIV placement.

Created: 07.20.10 - VS
Edited: 09.07.10 - design tweaks
*/

.singlePanelDiv {
	float: left;
	margin-right: 8px;
	position: relative;
	cursor: pointer;
}

.panelDiv {
	background-color: #FFFFFF;
	width: 229px;
	height: 147px;
	overflow: hidden;
	top: 0px;
	position: relative;
	z-index: 4;
}

.panelsStyle{
	position: absolute;
	top: 400px;
	z-index: 10;
	width: 816px;
	height: 100px;
	
}

.panelContent{
	margin-top: 17px;
	margin-left: 10px;
	margin-right: 6px;
	background-color: #FFFFFF;
}

.panelContent h3{
	margin-left: -1px;
	margin-bottom: 10px;
}

.expandYellow{
	position: absolute;
	z-index: 2;
	top: 116px;
	background-image: url("expandYellow.png");
	width: 229px;
	height: 31px;
	overflow: hidden;
}

.expandText{
	color:#FFFFFF;
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold; 
}

.moreClass{
	position: absolute;
	top: 112px;
}


.expanded{
	visibility: hidden;
	display: none;
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	border: 0;
	
}

.bbarea {
	overflow: hidden;
	height: 165px;
	width: 516px;
	z-index: 4;
}

.singleBB {	
	position: absolute;
	visibility: visible;
	display: block;
		height:260px;
		border-radius: 25px;
		overflow: hidden;
}



.bbIconArea {
	position:relative;
	top: -343px;
	left: -15px;
	z-index: 12;
	float: right;
	width: 816px;
	right: auto;	
}

.iconStyle {
	position:relative;
	z-index: 2;
	height: 22px;
	overflow: hidden;
	border:#FFFFFF solid thin;
}

.iconBGstyle{
	position: relative;
	width: 32px;
	height: 22px;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	visibility: visible;
	z-index: 2;
}


.iconWhiteStyle{
	position: relative;
	background-color: #FFFFFF;
	opacity:0.35;
	filter:alpha(opacity=50);
	width: 32px;
	height: 22px;
	top: -22px;
	z-index: 2;
}

.iconMainClass{
	width: 32px;
	height: 22px;	
	float: left;
	margin-right: 5px;
	cursor: pointer;
}


.iconYellowstyle{ 
	position: relative;
	top: -8px;
	z-index: 1;

}


/* This style is unused... but works - unfortunately, it only produces rectangular shadows, so it won't work on the icons */
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.closeBut {
	position: relative;
	left: 452px;
	top: 5px;
	z-index: 2;
}


.invisible{
	visibility: hidden;
	display: none;	
}


.theContent {
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 466px;
	height: 457px;
	overflow: hidden;
}

.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}



.searchIconSpace {
	position: absolute;
	margin-top:0px;
	z-index: 13;
	width: 655px;
	
}

.bbmoviecss {
	position: absolute;
	z-index: 2;
}