@charset "utf-8";
/* CSS Document */

.hiddenPanel {
	position:absolute;
	/*width:50px; height:50px;
	bottom:100px; right:100px;*/
	width:100%; height:100%;
	top:0px; bottom:0px;
	background:url(/media/images/bkgd_TransparentBlack.gif);
	overflow:hidden;
	visibility:hidden;
}
.hiddenPanel .hiddenPanel_content {
	position:relative;
	width:400px; height:314px;
	margin:auto;
	top:200px;
	overflow:hidden;
}
.hiddenPanel .hiddenPanel_content a.hiddenPanelcloseLink {
	position:absolute;
	left:0px; bottom:0px;
	z-index:10;
	display:block;
	width:100%; height:23px;
	background:url(/media/images/btn_closePanel.gif) no-repeat top left;
}
.hiddenPanel .hiddenPanel_content a.hiddenPanelcloseLink:hover {
	background-position:left -30px;
}
.hiddenPanel .hiddenPanel_content div.b {
	position:absolute;
	overflow:hidden;
	width:100%; height:30px;
	background:url(/media/images/videoFooter.gif) no-repeat top center #000;
	border:none;
	bottom:23px; left:0px;
}

/**********************************************************\
	Hidden panel for Video
\**********************************************************/
.hiddenPanel #hiddenPanel_content {
}


.hiddenPanel #hiddenPanel_content div#t,
.hiddenPanel #hiddenPanel_content div#m,
.hiddenPanel #hiddenPanel_content div#b {
	width:100%;
	border: solid 1px #000;
}
.hiddenPanel #hiddenPanel_content div#t {
	position:absolute;
	background:#000;
}
.hiddenPanel #hiddenPanel_content div#m {
	background:#000;
	height:275px;
	text-align:center;
}
.hiddenPanel #hiddenPanel_content div#b {
	border: none;
}

/**********************************************************\
	Hidden panel for HTML Content
\**********************************************************/
.hiddenPanel #hiddenPanel_content_v2 {
	width:440px;
	height:335px;
}
.hiddenPanel #hiddenPanel_content_v2 div#t,
.hiddenPanel #hiddenPanel_content_v2 div#m,
.hiddenPanel #hiddenPanel_content_v2 div#b {
}
.hiddenPanel #hiddenPanel_content_v2 div.t {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	background-color:#f5f5f5;
	border-top:solid 1px #177bd8;
	border-left:solid 1px #177bd8;
	border-right:solid 1px #177bd8;
}
.hiddenPanel #hiddenPanel_content_v2 div.m {
	left:0px;
	padding:20px;
	background:url(/media/images/Bkgd_greyGradien_254h.gif) #ececec top repeat-x;
	border:solid 1px #177bd8;
	width:398px; height:250px;
}
.hiddenPanel #hiddenPanel_content_v2 div.b {
}
.hiddenPanel #hiddenPanel_content_v2 a.hiddenPanelcloseLink {
	background-image:url(/media/images/btn_closePanel_440px.gif);
}
/**********************************************************\
	mediaSee_content
\**********************************************************/
#mediaSee_content {
	position:relative;
	margin:20px auto 0px auto;
}
