/* RENDER HANDLER */

.avArea {  
	text-align: left;
	margin: 0px auto 12px auto;
	padding: 6px 0 0 0;
	border-top: dotted #ccc 1px;
	width: 100%;
	display: block;
}

.avArea-thumbZone {
	float: left;
	display: block;
}

.avArea .vidArrow {
	position: relative;
	left: 76px;
	top: -130px;
}

.avArea-title {
	margin: 0 0 15px 0;
}

.avArea h3 {
	margin:8px 2px 4px 5px;
	padding:5px 0 0 0;
}

.avArea-info { 
	margin: 0;
	width: 385px;
	overflow: auto;
	height: 1%; /* Holly hack for Peekaboo Bug */
	height: 108px; 
}			
		
.avArea-3col .avArea-info { /* new width for pages with h&f */
	width: 235px;	
}

.avArea-extInfo,.avArea-transcriptContent  {
	clear: both;
}

.avArea-content p {
	margin:2px; padding:2px;
}
.avArea-extended-unrolled  { 
	margin-top: 8px 2px 2px 2px;
	padding: 4px; 
	height:40px;
}
				
.avArea-ccImage { 
	float:right; 
	margin-top:-20px; 
	margin-right:5px;
}

.avArea-thumbZone-audio { 
	float:left; 
	margin:0 8px 0 5px; 
	height:120px; 
}

.avArea-audioElement {	
	float:left;
}
	
.avArea-thumbZone-video {  
	float:left; 
	margin:0 8px 0 5px; 
	height:138px;  
	background: #000 url(/pwr/customcf/apps/avElement/img/videobar.gif) no-repeat bottom;
}

.avArea-thumbZone-video-widescreen img { 
	padding-top:15px;
}
		
.avArea-playButton { 
	margin:60px 0 0 65px; 
}

.avArea-meta p { 
	color:#656565; 
	font-size:80%; 
	padding:0; 
	margin:6px 0 0 0; 
	line-height: 8pt; 
}

.avArea-videoLinks {
	margin-top: 12px;
}

.avArea-videoLinks a { 
	background-color:#ffffff; 
	padding:3px 14px 2px 14px; 
	font-size:85%; 
	border:1px solid #dedede; 
}

.avArea-extInfo { 
	padding-top:5px; 
	margin:0px 0px 2px 0px; 
}

.avArea-extInfo-primary { 
	margin: 10px 0 0 0; 
} 

.avArea-extInfo-secondary, 
.avArea-extInfo-primary, 
.avArea-transcriptContent { 
	background-color:#eee; 
	border:1px solid #dbdbdb;
}

.avArea-extInfo-secondary p, 
.avArea-extInfo-primary p, 
.avArea-transcriptContent p  { 
	margin:0 3px 0 5px;
} 

.avArea-transcriptContent { 
	margin:0px 3px 5px 3px;
}

.avArea-transcriptContent p  {
	margin:10px 8px 10px 10px;
}

.avArea-extInfo-secondary p { 
	margin-top:8px; 
}

.vidPlaybackArrow {
	z-index:1000;
	position: relative;
	left:20px;
	top: 40px;
	float:inherit;
}

.embeddedItemBody {
	background-color:#222222;
}

#preparingFilesNote {
	background-color:yellow;
	width:80%;
	border:3px solid #ccc;
	padding:10px;
}


/*  UPLOAD RENDER ADD ON */
#preparingFilesMsg {
	background-color:yellow;
	position:absolute;
	text-align:center;
	border:3px solid #ccc;
	padding:10px;
	width:400px;
	top:150px;
	left:100px;
	z-index: 20;
	display:none;	
}

#greyScreen {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	z-index:19;
}

#vidConvProgress {
	font-family: Verdana, Arial, sans-serif;
}

#vidConvProgress h3 {
	padding-left: -4px;
}

.conversionMsg {
	background-color:#FC3;
	color:#960;
	padding: 10px 0 10px 8px;
	border-bottom:1px solid #960;
}

#progressItems {
	padding-bottom: 40px;
}

#progressItems ul li { 
	display: inline;
	padding: 0em 1em;
	margin-top: 2em;
	background-color: #fff;
	color: #666;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ccc;
	font-size: .8em;
	text-align:center;
	width: 8em;
}

#progressItems ul li img {
	padding: 1em 0;
}

.progress{
	font-size: .7em;
	color: #666;
	margin-left: 28px;
}

#emailMe {
	font-size: .6em;
	color: #666;
	margin-left: 120px;
	float:left;
}

.waiting  {
	color:#F00;
}

.converting  {
	color:#FC3;
}

.done  {
	color: #0C0;
}

.error  {
	color:#F00;
}

.reuseModeHowTo {
	border:1px solid #000;
	background:#eee;
	padding:4px 14px 4px 14px;
	margin:4px;
}

.videoPlaceholder { 
	background-color:#000;
	text-align:center;
}

.videoPlaceholder h2 {
	padding-top:140px;
	color:#e5b72d;
}	

.videoPlaceholder p { 
	color:#eee;
}


/* HELPERS  */

.hidden {
	display:none;
}

.clearfloat {
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* this is BORKING the footer of the main template
.clearfix {
	display: inline-block;
}
*/ 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clearboth {
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
}

/* fixing bug in top level pages */

#gallery-content h3 { /* added for Commonspot */
	color: #5e7630;
	font-size: 18px;
	font-weight: bold;

	/* margin-bottom: 10px; */
}
.article ul li{
	background: none;
}
/* Gallery */
#gallery-content li {
	width: 100%;
}
#gallery-content .description h4 {
    border-bottom: 1px dotted #D8D8D8;
    color: #706D5F;
    font-size: 10px;
    font-weight: normal;
    margin-top: 6px;
    padding-bottom: 9px;
    text-transform: uppercase;
    width: 100%;
}
#gallery-content .description p {
	font-size: 12px;	
	line-height: 18px;
}
#gallery-content .description {
    float: left;
}
#gallery-content .description h3 {
	font-size: 18px;
    line-height: 24px;
   	/* margin: -5px 0 3px 0px; */
}
#gallery-content img {
    display: block;
    margin: auto;
}
#gallery-content img:hover {
	text-decoration: none;
}
#gallery-content .left {
	float: left;
	margin-bottom: 12px;
	width: 288px;
	 word-wrap:break-word; 
}
#gallery-content .left p {
    margin-bottom: 7px;
    padding-right: 10px;
}
#gallery-content .right {
	border-left: 1px dotted #d3d9d9;
    float: left;
    margin: 1px 0 12px 0;
    padding-left: 17px;
    width: 201px;
}
#gallery-content .right .download {
    margin-top: 13px;
}
#gallery-content .right .download dt {
	color: #464646;
    font-size: 12px;
    line-height: 23px;
    text-transform: none;
}
#gallery-content .right .download dd {
	clear: both;
	display: block;
}
#gallery-content .right .download dd a {
	font-size: 11px;
	font-width: bold;
	line-height: 18px;
}
#gallery-content .right .download dd .file-size {
    display: block;
    font-weight: normal;
    margin-top: 3px;
}
#gallery-content .result-details .dl-wrapper {
	margin-bottom: 3px;
}
#gallery-content .result-details dt {
    margin: 0;
}
#gallery-content .description .cc {
    background: url("/common/commonspot/templates/images/icons/video-icons.png") no-repeat scroll right 4px transparent;
    padding-right: 22px;
}
#gallery-content .description .play{
    background: url("/common/commonspot/templates/images/icons/video-icons.png") no-repeat scroll left -23px transparent;
}
#gallery-content .description .play a{
	display: block;
	height: 20px;
    padding-left: 29px;
}
#gallery-content .description .left ul {
    margin-top: 29px;
}
#gallery-content .description .left li {
    margin: 10px 0 0 0;
    width: auto;
}
#gallery-content .description .left li:first-child {
	margin-top: 0;
}
#transcriptWrapper .transcript-control {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    clear: both;
    display: block;
    padding: 7px 0px;
}
#transcriptWrapper .transcript-control a {
	display: block;
    height: 20px;
    padding-left: 29px;
}
#transcriptWrapper {
	margin-bottom:5px;
}
#transcriptWrapper .open a, #transcriptWrapper .open a {
    background: url("/common/commonspot/templates/images/icons/video-icons.png") no-repeat scroll left -49px transparent;
}
#transcriptWrapper .close, #transcriptWrapper .open a {
	border-bottom: none;
}
#transcriptWrapper .close a {
	background: url("/common/commonspot/templates/images/icons/video-icons.png") no-repeat scroll left -75px transparent;
}
#transcriptWrapper .transcript {
    border-bottom: 1px solid #D8D8D8;
	display: none;
}
#transcriptWrapper .transcript p {
	margin-bottom: 12px;
}
#gallery-listing ul {
	list-style: none outside none;
	margin: 0px 0px 3px 0px;
}
#gallery-listing #gallery-content img {
	display: block;
}
#gallery-listing .slideshow {
	display: none;
}
#gallery-listing li {
	clear: both;
    list-style: none;
    padding-left: 0px;
    /*
    margin-bottom: 23px;
	 width: auto; */
}
#gallery-listing .last {
	margin-bottom: 0px;
}
#gallery-listing .in-page .image {
	margin-bottom: 9px;
	width: 160px;	
}
#gallery-listing .in-page .description {
	float: none;
	width: auto;
}
#gallery-listing dt.download {
	color: #B28000;
    font-size: 12px;
    text-transform: none;
}
#gallery-listing .in-page dl {
	clear: both;
}
.result-details {
	font-size: 11px;
	font-weight: bold;	
}
.result-details .dl-wrapper {
	margin-bottom: 6px;
	overflow: hidden;
}
.one-third-col .result-details .dl-wrapper {
	margin-bottom: 12px;
}
.display-list-view .result-details .dl-wrapper {
	margin-bottom: 4px;
}
.result-details dt {
	color: #7f7565;
	clear: left;
	display: block;
	float: left;
	font-size: 10px;
	line-height: 15px;
	margin: 1px 0 0 0;
	padding-right: 5px;
	text-transform: uppercase;
}
.result-details dd {
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 4px 0;
	line-height: 16px;
}
.js .result-details dd {	
	display: inline;
}

/* ADDED FOR RESPONSIVE DESGIN */
.avClearfix {
	list-style: none !important;
}

.responsiveAudio .description {
	width:100%;
}

.responsiveAudio h3 {
	width:100%;
	margin: 0px !important;
}

.responsiveAudio .left,
.responsiveVideoEmbedNoHighlights .left {
	width:60% !important;
}
.responsiveAudio .right,
.responsiveVideoEmbedNoHighlights .right {
	width:40% !important;
}
.responsiveAudio #gallery-content .description {
	width:100%;
}

.responsiveVideoEmbedNoHighlights h3 {
	margin:25px 0px 10px 0px;
}
.responsiveVideoEmbedWithHighlights h3 {
	margin:0px 0px 10px 0px;
}
.responsiveVideoLinkNoHighlights  h3 {
	margin: 0px 0px 10px 0px;
}

.responsiveVideoLinkNoHighlights h3 a,
.responsiveVideoLinkWithHighlights  h3 a {
	color:#5e7630;
	border-bottom: 1px dotted #D8D8D8;
} 
.responsiveVideoLinkNoHighlights .avArea-thumb,
.responsiveVideoLinkWithHighlights .avArea-thumb {
	border:none;
}

@media (max-width: 767px) { 
	.responsiveVideoLinkNoHighlights  h3 {
		margin: 20px 0px 10px 0px;
	}
	/*
	.responsiveVideoLinkWithHighlights #gallery-content .description h3 {
		margin-top:10px;
	}
	.responsiveVideoLinkWithHighlights #gallery-listing li {
		margin-bottom:0px;
	}
	*/
}

