/**
 * The "cds" theme CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. 
 *
 * @author      GA gingras
 */
/*_____________________________________________________  container & overlay  */
#shadowbox_container, #shadowbox_overlay {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
#shadowbox_container {
	position: fixed;
	display: block;
	visibility: hidden;
	z-index: 999;
	text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
	position: absolute;
}

/*_______________________________________________________________  shadowbox  */
#shadowbox {
 	position: relative;
 	margin: 0 auto;
	text-align: left; /* reset left alignment */
width:800px;
}

#shadowbox, #shadowbox_title {

}

/*____________________________________________________________________  body  */
#shadowbox_body {
	position: relative;
	margin: 0;
	padding: 0;
	border: 8px solid #1d1d1e;  /*** 1d1d1e **** 034849 *********************************************** Border Backround color of the Shadowbox */
	border-top: 0px;  
	overflow: hidden;
}
#shadowbox_body_inner {
	position: relative;
	height: 100%;
}
#shadowbox_content.html {
	height: 100%;
	overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#shadowbox_loading {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}
#shadowbox_body, #shadowbox_loading {
	background-color: #060606; /* Should match loading image background color */
}
#shadowbox_loading_indicator {
	float: left;
	margin: 10px 10px 0 10px;
	height: 32px;
	width: 32px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
}
#shadowbox_loading span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	margin-top: 16px;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
	color: #fff;
	text-decoration: underline;
}

/*____________________________________________________________  title & info  */
#shadowbox_title, #shadowbox_info {
	/*position: relative;*/
	margin: 0; /* these must have no vertical margin or padding */
	padding: 0;
	border: 0px solid;
	/*overflow: hidden;*/
}
#shadowbox_title_inner, #shadowbox_info_inner {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}
#shadowbox_title {
 	background-color: #1d1d1e; /******* 034849 ************************************************** Backround color for the HEADER  of the Shadowbox */
	/*background-image:url(images/header.jpg);*/ /****************************************************** 3D HEADER STYLE for de Shadowbox */ 
	background-repeat: repeat-x;	
	/*height: 20px;*/
	width:100%; /* JDT: Added width to fix webkit bugs where the header shriked to the size of its content;*/
}
#shadowbox_title, #shadowbox_title_inner {
	float: left;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 10px; /* JDT: padding left to balance header padding*/
	color: #EAEEE0;
}

#shadowbox_info {
	height: 15px;
}
#shadowbox_info_inner {
	font-size: 12px;
	color: #fff;
}

/*_____________________________________________________________________  nav  */
#shadowbox_nav {
	float: right;
	height: 14px;
	padding: 1px 9px 4px 0px;
	width: 45%;
}
#shadowbox_nav a {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 2px;
	cursor: pointer;
}
#shadowbox_title {
	/*position: relative;*/
	height:1px;
	line-height:1px;
	font-size:1px;
	background-color:#1e1e1e;
	padding: 0px 0px 0px 0px; /***  Define the padding HEADER   ***  JDT: vertical padding only, the inner element have their oen padding to avid stacking with 100% width */
}

#shadowbox_title_inner{
	padding-top:5px;
}

.shadowTitle{
	border-left: 1px solid #3F3F3F;
	border-right: 1px solid #3F3F3F;
	border-top: 1px solid #3F3F3F;
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
	width:100%;
	background-color:#1D1D1E;
	height:25px;
	overflow:hidden;
}

#shadowbox_nav2, #shadowbox_nav2 a {
	float: right;
	display: inline; /* JDT: to avoid double margin in IE */  
	height: 16px;
	width: 16px;
	padding: 0px;
	cursor: pointer;
}


#shadowbox_nav2 {
	margin:0px 7px 0px 9px; /* JDT: Close button margin */ 
}
#shadowbox_nav_close {
	background-image: url(images/close.png);
	background-repeat: no-repeat;
	margin-top:2px !important;
	margin-top:5px;
}
#shadowbox_nav_next {
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	margin-top:2px !important;
	margin-top:5px;
	}
#shadowbox_nav_previous {
	background-image: url(images/previous.png);
	background-repeat: no-repeat;
	margin-top:2px !important;
	margin-top:5px;
	}
#shadowbox_nav_play {
	background-image: url(images/play.png);
	background-repeat: no-repeat;
	margin-top:2px !important;
	margin-top:5px;
}
#shadowbox_nav_pause {
	background-image: url(images/pause.png);
	background-repeat: no-repeat;
	margin-top:2px !important;
	margin-top:5px;
}

/*_________________________________________________________________  counter  */
#shadowbox_counter {
	float: left;
	padding: 2px 0;
	width: 45%;
}
#shadowbox_counter a {
	padding: 0 4px 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current {
	text-decoration: underline;
}

/*___________________________________________________________________  clear  */
div.shadowbox_clear {
	clear: both; /* clear floating counter & nav */
}

/*___________________________________________________________________  line  */
.shadowbox_box {
	border-left: 1px solid #3F3F3F;
	border-right: 1px solid #3F3F3F;
	border-bottom: 1px solid #3F3F3F;
	width: 100%;
}

/*________________________________________________________________  messages  */
div.shadowbox_message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

div.shadowbox_message a:link,
div.shadowbox_message a:visited {
	color: #fff;
	text-decoration: underline;
}

/*________________________________________________________________  IFRAME OVERWRITE */
/*Joel - 10/03/2009 - IFRAME WIDTH OVERWRITE FOR WEBKIT BROWSERS WHEN USING THE VIDEO PLAYER */
iframe {
	width:982px !important!; 
	width:100%;
	overflow:hidden;
}