﻿

.fancybox-expand
{
	display:none;
}

.fancybox-wrap
{
	font-family:"FetteEngschriftDIN1451W" !important;
	overflow:hidden;
	max-width:80%;
}

/*.fancybox-inner, .fancybox-wrap { /* to display show/hide comments button above fancybox content area */
	/*overflow: visible !important;
}*/

.title-container
{
	font-size: 1em;
	font-weight:bold;
	overflow:hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	display: table-cell;
	white-space:nowrap;
	position: relative;
}

.cmnt-shw-hde-cntnr {
	position: absolute;
	right: 0px;
	top: -27px; /* tied to height */
	height: 29px;
}

.cmnt-shw-hde-cntnr a {
	background-color: #0f7dbe;
    padding: 5px 6px;
    color: #ffffff;
    display: inline-block;
    width: 140px;
    text-align: center;
}

.cmnt-shw-hde-cntnr a:hover {
	text-decoration: none;
}

.fancybox-next, .fancybox-prev
{
	opacity: 0.2;
    filter: alpha(opacity=20) ;
}

.fancybox-next:hover, .fancybox-prev:hover
{
	opacity: 1.0 !important;
    filter: alpha(opacity=100) ;
}



.FileFormatsContainer
{
	height:150px;
	margin-top:15px;
	background-color: rgb(255,255,255);
	box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
}

.SingleImage
{
	xpadding: 10px;
}

.MultiPageContainer
{
	text-align:center;
}

.MultiPageContainer img
{
	max-width:100%;
}

.MultiPageImageSeparator
{
	height:30px;
	background: rgb(58,58,58);
	opacity: .8 !important;
    filter: alpha(opacity=80) ;
}

.MultiPageNavigationContainer
{
	position: absolute;
	margin-left:50px;
	padding: 5px 10px;
}
		
.MultiPageNavigationContainer a
{
	xfont-family:"FetteEngschriftDIN1451W";
	xbackground: rgb(148,147,148);
	color:#000;
	width: 20px;
	height: 20px;
	padding:5px 10px;
	margin:2px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}

.fancybox-inner
{
	xoverflow:hidden !important;
	xpadding:15px !important;
	xbackground-color:White !important;
}


.CustomScrollBarContainer
{
	position:absolute;
	margin-left:10px;
	width:15px;
	background: rgb(58,58,58); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(58,58,58,1) 0%, rgba(71,71,71,1) 50%, rgba(58,58,58,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(58,58,58,1)), color-stop(50%,rgba(71,71,71,1)), color-stop(100%,rgba(58,58,58,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(58,58,58,1) 0%,rgba(71,71,71,1) 50%,rgba(58,58,58,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(58,58,58,1) 0%,rgba(71,71,71,1) 50%,rgba(58,58,58,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(58,58,58,1) 0%,rgba(71,71,71,1) 50%,rgba(58,58,58,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(58,58,58,1) 0%,rgba(71,71,71,1) 50%,rgba(58,58,58,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#3a3a3a',GradientType=1 ); /* IE6-9 */
}

.CustomScrollBarSlider
{
	position:relative;
	top:0px;
	width:100%;
	border-radius: 3px;
	cursor:pointer;
	background: rgb(147,147,147); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(147,147,147,1) 0%, rgba(124,124,124,1) 40%, rgba(124,124,124,1) 50%, rgba(124,124,124,1) 60%, rgba(147,147,147,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,147,147,1)), color-stop(40%,rgba(124,124,124,1)), color-stop(50%,rgba(124,124,124,1)), color-stop(60%,rgba(124,124,124,1)), color-stop(100%,rgba(147,147,147,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(147,147,147,1) 0%,rgba(124,124,124,1) 40%,rgba(124,124,124,1) 50%,rgba(124,124,124,1) 60%,rgba(147,147,147,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(147,147,147,1) 0%,rgba(124,124,124,1) 40%,rgba(124,124,124,1) 50%,rgba(124,124,124,1) 60%,rgba(147,147,147,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(147,147,147,1) 0%,rgba(124,124,124,1) 40%,rgba(124,124,124,1) 50%,rgba(124,124,124,1) 60%,rgba(147,147,147,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(147,147,147,1) 0%,rgba(124,124,124,1) 40%,rgba(124,124,124,1) 50%,rgba(124,124,124,1) 60%,rgba(147,147,147,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#939393',GradientType=1 ); /* IE6-9 */
}

.CustomScrollBarTop
{
	position:absolute;
	top:0px;
	left:0px;
	width:10px;
	height:20px;
	cursor:pointer;
	padding:0px;
	margin:0px;
}

.CustomScrollBarArrowUp
{
	border-color: white transparent;
	border-style: solid;
	border-width: 0px 5px 5px 5px;
	height: 0px;
	width: 0px;
	position:relative;
	top:25%;
	left:25%;
	cursor:pointer;
	padding:0px;
	margin:0px;
}
		
.CustomScrollBarBottom
{
	position:absolute;
	left:0px;
	bottom:0;
	width:10px;
	height:20px;
	cursor:pointer;
	padding:0px;
	margin:0px;
}

.CustomScrollBarArrowDown
{
	border-color: white transparent;
	border-style: solid;
	border-width: 5px 5px 0px 5px;
	height: 0px;
	width: 0px;
	position:relative;
	top:50%;
	left:25%;
	cursor:pointer;
	padding:0px;
	margin:0px;
}

.UnSelectable
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/*
.CustomNavigationContainer
{
	position: absolute;
	margin:0px 0px 0px 30px;
	padding: 0px;
	height:40px;
	vertical-align:middle;
	xlist-style:none;
	border: 1px solid green;
}

.CustomNavigationContainer div
{
	position:relative;
	display:inline;
	margin: 3px;
	xpadding: 5px 10px;
	text-align:center;
	xvertical-align:middle;
	cursor:pointer;
	float:left;
	background: rgb(148,147,148); /* Old browsers */
	
/*background: -moz-linear-gradient(left,  rgba(148,147,148,1) 0%, rgba(135,135,135,1) 35%, rgba(135,135,135,1) 50%, rgba(135,135,135,1) 65%, rgba(148,147,148,1) 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(148,147,148,1)), color-stop(35%,rgba(135,135,135,1)), color-stop(50%,rgba(135,135,135,1)), color-stop(65%,rgba(135,135,135,1)), color-stop(100%,rgba(148,147,148,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(left,  rgba(148,147,148,1) 0%,rgba(135,135,135,1) 35%,rgba(135,135,135,1) 50%,rgba(135,135,135,1) 65%,rgba(148,147,148,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(left,  rgba(148,147,148,1) 0%,rgba(135,135,135,1) 35%,rgba(135,135,135,1) 50%,rgba(135,135,135,1) 65%,rgba(148,147,148,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(left,  rgba(148,147,148,1) 0%,rgba(135,135,135,1) 35%,rgba(135,135,135,1) 50%,rgba(135,135,135,1) 65%,rgba(148,147,148,1) 100%); /* IE10+ */
/*background: linear-gradient(to right,  rgba(148,147,148,1) 0%,rgba(135,135,135,1) 35%,rgba(135,135,135,1) 50%,rgba(135,135,135,1) 65%,rgba(148,147,148,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949394', endColorstr='#949394',GradientType=1 ); /* IE6-9 */


/*
}

.CustomNavigationContainer div:hover
{
/*background: rgb(135,135,135); /* Old browsers */
/*background: -moz-linear-gradient(left,  rgba(135,135,135,1) 0%, rgba(148,147,148,1) 35%, rgba(148,147,148,1) 50%, rgba(148,147,148,1) 65%, rgba(135,135,135,1) 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(135,135,135,1)), color-stop(35%,rgba(148,147,148,1)), color-stop(50%,rgba(148,147,148,1)), color-stop(65%,rgba(148,147,148,1)), color-stop(100%,rgba(135,135,135,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(left,  rgba(135,135,135,1) 0%,rgba(148,147,148,1) 35%,rgba(148,147,148,1) 50%,rgba(148,147,148,1) 65%,rgba(135,135,135,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(left,  rgba(135,135,135,1) 0%,rgba(148,147,148,1) 35%,rgba(148,147,148,1) 50%,rgba(148,147,148,1) 65%,rgba(135,135,135,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(left,  rgba(135,135,135,1) 0%,rgba(148,147,148,1) 35%,rgba(148,147,148,1) 50%,rgba(148,147,148,1) 65%,rgba(135,135,135,1) 100%); /* IE10+ */
/*background: linear-gradient(to right,  rgba(135,135,135,1) 0%,rgba(148,147,148,1) 35%,rgba(148,147,148,1) 50%,rgba(148,147,148,1) 65%,rgba(135,135,135,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#878787',GradientType=1 ); /* IE6-9 */


/*}/*
.CustomNavigationContainer div, .CustomNavigationContainer div a
{
	color:#000;
	text-decoration:none;
}
*/

.CustomNavigationContainer, .AllPageNumbers
{
	position: absolute;
	xline-height:30px;
	xmargin-right: -30px;
	color:#000;
}

.CustomNavigationContainer div, .AllPageNumbers div
{
	background: rgb(148,147,148);
	text-decoration:none;
	xmargin-left:2px;
	cursor:pointer;
	xfloat:left;
	xdisplay:inline;
	xwidth:30px;
	text-align:center;
	vertical-align:middle;
}

.CustomNavigationContainer div:hover, .AllPageNumbers div:hover
{
	background: rgb(202,201,202);
}

.CustomNavigationContainer div.Disabled:hover
{
	background: rgb(148,147,148);
}

.CustomNavigationContainer div:first-child
{
	xmargin:0px;
}

.CustomNavigationContainer .SelectedNode, .AllPageNumbers .SelectedNode
{
	background: rgb(255,255,255);
}

.PageNumberFlash
{
	position:absolute;
	margin:none;
	padding:5px 10px;
	border: none;
	border-radius: 3px;
	color:#fff;
	background:rgb(116,113,116);
    
	display:none;
	z-index:100;
}

.AllPageNumbers
{
	overflow:hidden;
	xmax-height:134px;
	xmargin-top:-5px;
	padding: 3px;
	border:1px solid gray;
	background:rgb(58,58,58);
	box-shadow: 0 2px rgba(0, 0, 0, 0.5);
}

.AllPageNumbers div
{
	margin:2px;
}

.Disabled
{
	cursor:default !important;
	color:rbg(255,255,255) !important;
	opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;
}

.Enabled
{
	opacity: 1 !important;
    filter: alpha(opacity=100) !important;
	cursor:pointer !important;
}

.Rotate
{
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
	
/*.AllPageNumbers div
{
	background: rgb(148,147,148);
	text-decoration:none;
	padding: 5px 10px;
	margin:2px;
	cursor:pointer;
	float:left;
	display:inline;
}
*/


.FileFormatsContainer .download_file_format_wrapper
{
	position: relative;
	float: left;
	width: 100%;
	height:100%;
	margin: 0px 0px 0px 60px;
	padding: 0px;
}

.FileFormatsContainer .download_file_format_wrapper li
{
	height:100%;
	width:100%;
}

.FileFormatsContainer .download_file_formats
{
	position: relative;
	width: 100% !important;
	height:100% !important;
	float: left;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner
{
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	background: none;
	padding: 0px;
	width: 100%;
	height: 100%; /* 123px */
	border: none !important;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner .wrapper
{
	xpadding: 3px 0px;
	padding: 0px 7px;
	width: 100%; /*417*/
	height: auto; /* 93px */
	overflow-y: auto;
	overflow-x: hidden;
	border: none;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner .group
{
	float: left;
	display: block;
	clear: none;
	width: auto;
	min-height: 40px;
	margin: 0px 0px 0px 3px;
	border: none;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner .group .label
{
	border: none;
	margin: 0px 0px 3px 0px;
	padding: 1px 2px;
	background: #ddd;
	width: 100px;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner ul
{
	float: left;
	display: block;
	color: Black;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	height: auto;
	width: 100%;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner ul li
{
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: auto;
	clear: both;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner ul li span
{
	display:inline;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner ul li span input
{
	width: 13px;
	height: 13px;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner ul li span label
{
	width:auto;
	max-width:100px;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner .error_message
{
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner div.buttons
{
	position: absolute;
	margin:10px;
	left: 0px;
	bottom: 0px;
	display: inline;
	width:auto;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner div.buttons a
{
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner div.buttons span.date_end
{
	position: absolute;
	top: 3px;
	left: 185px;
	border: solid 1px #ccc;
	padding: 1px 3px;
	background: #eee;
	color: Black;
	font-weight: normal;
	white-space: nowrap;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner div.buttons span.date_end.on
{
	color: Red;	
}







.FileFormatsContainer .download_file_formats .download_file_formats_inner .player_voting
{
	padding: 20px 15px;
	width: 465px;
	text-align: center;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner .player_voting a
{
	float: none;
	margin: auto;
	width: 150px;
	height: 30px;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner .player_voting a.off
{
	background: url('/images/template/asset_vote_off.png') no-repeat;
}

.FileFormatsContainer .download_file_formats .download_file_formats_inner .player_voting a.on
{
	background: url('/images/template/asset_vote_on.png') no-repeat;
	cursor: default;
}

/*
.FileFormatsContainer .download_file_format_wrapper.high
{
	width: 784px;
}


.FileFormatsContainer .download_file_format_wrapper.high .download_file_formats
{
	height: 94px;
	width: 784px;
}

.FileFormatsContainer .download_file_format_wrapper.high .download_file_formats_inner
{
	height: 120px;
	width: 784px;
}


.FileFormatsContainer .download_file_format_wrapper.high .download_file_formats .download_file_formats_inner .wrapper
{
	height: 79px;
	width: 784px;
}
*/