/**
 * stage
 *
 * @description:	css for the stage
 *
 * @author:			Marco Huber <marco.huber@marit.ag>
 * @dependencies: 	see element documentations	
 * @required: 		see element documentations	
 * @constants:		see element documentations	
 * @version:			1.0
 */
#stage .stageTitle {
	font-size: 24px;
	position: absolute;
	top: 20px;
	left: 23px;
	color: #fff;
	font-weight: normal;
	text-shadow:2px 2px 2px #333;

	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";

/*

	filter:DropShadow(Color=#333333, OffX=5, OffY=5);
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=90, Strength=5)";
*/
}


#stage .stage1_1 .stageText,
#stage .stage1_2 .stageText {
	color: #333;
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
}
#stage .stageInnerWrap .stage1_3 {
	background-color: #F1F1F1;
}
#stage .stageSubtitle {
	font-size: 18px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#stage .stageInnerWrap .stage1_3 .stageText {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#stage .stageTitleEvent {
	font-size: 24px;
	position: absolute;
	top: 50px;
	left: 23px;
	color: #fff;
	font-weight: normal;
	text-shadow:2px 2px 2px #333;
	
	filter:DropShadow(Color=#333333, OffX=5, OffY=5);
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=90, Strength=5)";
}

#stage .stageInnerWrap {
	width: 670px;
	overflow: hidden;
}
#stage .caseStudiesMenu	{
	height: 330px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#stage .caseStudiesMenu ul {
	height: 20px;
	margin: 0 0 18px 0;
	padding: 0;
	position: absolute;
	bottom: 5px;
	right: 240px;
	overflow: hidden;
}
#stage .caseStudiesMenu li {
	width: 670px;
	height: 330px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	
}

#stage .tenStudies li {width:10%}
#stage .nineStudies li {width:11%}
#stage .eigthStudies li {width:12%}
#stage .sevenStudies li {width:14%}
#stage .sixStudies li {width:16%}
#stage .fiveStudies li {width:20%}
#stage .fourStudies li {width:25%}
#stage .threeStudies li {width:33%}
#stage .twoStudies li {width:50%}
#stage .oneStudies li {width:100%}

#stage .caseStudiesMenu li li {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: #FFF none !important
}

#stage .caseStudiesMenu li.active li {
	display: block;
}

#stage .caseStudiesMenu li li.active,
#stage .caseStudiesMenu li li:hover,
#stage .caseStudiesMenu li li.hover {
	background: #DFF0F9 none !important
}

#stage .caseStudiesMenu li.active .caseStudiesLinkWrapper {
	background: none;
	top: 0;
}


#stage .caseStudiesLinkWrapper {
	background: url("../images/bgtrans-75perc-grey.png") repeat-x scroll 0 25px transparent;
	display: block;
	width: 100%;
	height: 52px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#stage .caseStudiesMenu a {
	background: url("../images/arrow-caseStudies.png") no-repeat 5px 50%;
	color: #fff;
	text-decoration: none;
	padding: 30px 0 0 25px;
	line-height: 1.5;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; /* not dynamic */
	height: 25px;
	vertical-align: text-bottom;
}


#stage .caseStudiesMenu li li .caseStudiesLinkWrapper, 
#stage .caseStudiesMenu li li .caseStudiesLinkWrapper a {
	background: none;
	bottom: 0;
	top: 0 !important;
	left: 0; 
	right: 0;
	display: block;
	height: 20px;
	position: relative;
	width: 10px;
	padding: 0 !important;
	text-indent: -9999px
}

#stage .caseStudiesMenu li.active a {
	width: auto;
	padding: 10px 0 0 10px;
	position: relative;
	background: none;
	text-align: left;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	text-shadow:2px 2px 2px #333;
	
	filter:DropShadow(Color=#333333, OffX=5, OffY=5);
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=90, Strength=5)";
}



#stage .arrow {
	height: 100px;
	width: 60px;
	position: absolute;
	top: 120px;
	z-index: 10;
	text-indent: -9999em;
}

#stage .arrow a {
	height: 100%;
	width: 100%;
	display: block;
}

#stage .prev.arrow {
	background:url("../images/arrow-caseStudies.png") no-repeat scroll 5px 50% transparent;
	left: 0px;
}

#stage .next.arrow {
	background:url("../images/arrow-caseStudiesRight.png") no-repeat scroll 95% 50% transparent;
	right: 0px;
}

#stage .browseNavWrap {
	position: absolute;
	width: 670px;
	height: 200px;
	z-index: 20;
}

