/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(/images/flowplayer/white3.png);
	
	/* dimensions after the growing animation finishes  */
	width:908px;
	height:710px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding-top:38px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/images/flowplayer/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
div.overlay iframe {
	margin-left:50px;
	width:799px;
	height:594px;
	border:4px solid #cccccc;
}
a.flowplayer2, a.flowplayer2 img {
	display:block;				
	width:800px;
	height:600px;
	margin-top:-6px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}
a.flowplayer3, a.flowplayer3 img {
	display:block;				
	width:640px;
	height:480px;
	margin-top:-6px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}
/*button on the rightside bar include pages*/
.buttonUP {
background-image: url(/images/buttons/but_ViewDemo.gif);
background-position:0px 0px;
background-repeat:no-repeat;
margin:0px 0px 0px 0px;
padding:0px;
border: 0pt none;
background-color:transparent;
cursor:pointer;
width:126px;
}
.buttonUP:hover {
background-image: url(/images/buttons/but_ViewDemo_ON.gif);
}
.buttonUPinContent {
background-image: url(/images/buttons/btn-demo.gif);
background-position:0px 0px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
border:0px none;
background-color:transparent;
cursor:pointer;
width:137px;
}
.buttonUPinContent:hover {
background-image: url(/images/buttons/btn-demo_ON.gif);
}
.buttonUPinContent2-grBk {
background-image:url(/images/buttons/button2-viewDemo_purple-grBk.gif);
background-position:0px 0px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
border:0px none;
background-color:transparent;
cursor:pointer;
width:137px;
}
.buttonUPinContent2-grBk:hover {
background-image:url(/images/buttons/button2-viewDemo_purple-grBk_ON.gif);
}
.buttonUPinContent2 {
background-image:url(/images/buttons/button2-viewDemo_purple.gif);
background-position:0px 0px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
border:0px none;
background-color:transparent;
cursor:pointer;
width:137px;
}
.buttonUPinContent2:hover {
background-image:url(/images/buttons/button2-viewDemo_purple_ON.gif);
}
.signUP {
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:15px;
white-space:nowrap;
font-weight:bold;
color:#3a296b;
margin-right:55px;
margin-bottom:7px;
text-align:right;
}
div.signUP a {
background-image:url(/images/icons/SignUpArrow_whitebkgrd.gif);
background-position:0px 0px;
background-repeat:no-repeat;
height:25px;
text-decoration:underline;
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:15px;
white-space:nowrap;
font-weight:bold;
color:#3a296b;
padding:5px 0px 0px 28px;
}
.fontGreen {
	color: #61aa55;
}
/* formerly in multiple-instances.css */

/* dimensions for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;				
	width:320px;
	height:240px;
	border:0px;		
}

/* play button on top of splash screenn */
div.playButton {
	background:url(/images/flowplayer/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:140px;	
	opacity:0.9;
	margin-bottom:-50px;
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;
	cursor:pointer;		
}


