<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Standard Template
 * @version		$Id: style.css 3870 2017-01-19 14:44:08Z petr.simonides $
 * @package		xEDITOR MediaBox
 * @copyright	Copyright (C) 2009 - 2010 Ryan Demmer. All rights reserved.
 * @license		GNU/GPL
 * This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 */

#xeditormediabox-popup-frame {
	padding: 10px;
}
#xeditormediabox-popup-container {
	background-color: #ffffff;
}
#xeditormediabox-popup-loader {
	background: url(../img/loader.gif) no-repeat center center;
}
#xeditormediabox-popup-content {
	padding: 0 10px;
}
.xeditormediabox-popup-corner-tl {
	background: url(../img/corner-tl.png) no-repeat left top;
	clear: both;
	height: 10px;
}
.xeditormediabox-popup-corner-tr {
	background: url(../img/corner-tr.png) no-repeat right top;
	height: 10px;
}
.xeditormediabox-popup-corner-tc {
	background-color: #ffffff;
	height: 10px;
	margin: 0 10px;
	width: auto;
}
.xeditormediabox-popup-corner-bl {
	background: url(../img/corner-bl.png) no-repeat left bottom;
	clear: both;
	height: 10px;
}
.xeditormediabox-popup-corner-br {
	background: url(../img/corner-br.png) no-repeat right bottom;
	height: 10px;
}
.xeditormediabox-popup-corner-bc {
	background-color: #ffffff;
	height: 10px;
	margin: 0 10px;
	width: auto;
}
#xeditormediabox-popup-info-bottom {
	padding-top: 10px;
	margin-top: -20px;
}
#xeditormediabox-popup-closelink {
	width: 20px;
	height: 20px;
	background: #cccccc url(../img/close.png) no-repeat;
	bottom: 0;
	top: 10px;
	right: 10px;
	position: relative;
	float: right;
	border: none;
}
#xeditormediabox-popup-nav {
	line-height: 10px;
	padding: 10px;
	background-color: #ffffff;
}
#xeditormediabox-popup-prev, #xeditormediabox-popup-next {
	width: 20px;
	height: 20px;
	position: absolute;
	border: none;
	background-color: #cccccc;
	background-repeat: no-repeat;
}
#xeditormediabox-popup-closelink:hover, #xeditormediabox-popup-prev:hover, #xeditormediabox-popup-next:hover {
	background-color: #333333;
}
#xeditormediabox-popup-prev {
	background-image: url(../img/prev.png);
	left: 10px;
}
#xeditormediabox-popup-next {
	background-image: url(../img/next.png);
	right: 10px;
}
span#xeditormediabox-popup-numbers {
	text-align:center;
	display: block;
}
span#xeditormediabox-popup-numbers a {
	border: none;
	display: inline-block;
	margin: 0px 1px;
	width: 20px;
}
span#xeditormediabox-popup-numbers a:active, span#xeditormediabox-popup-numbers a:visited, span#xeditormediabox-popup-numbers a:link, span#xeditormediabox-popup-numbers a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
span#xeditormediabox-popup-numbers a:hover {
	font-size: 1.2em;
}
span#xeditormediabox-popup-numbers a.active {
	cursor: default;
	font-size: 1.2em;
}
#xeditormediabox-popup-caption {
	padding: 10px 35px 0px 10px;
	background-color: #ffffff;
}
#xeditormediabox-popup-caption h4 a:active, #xeditormediabox-popup-caption p a:active, 
#xeditormediabox-popup-caption h4 a:hover, #xeditormediabox-popup-caption p a:hover, 
#xeditormediabox-popup-caption h4 a:visited, #xeditormediabox-popup-caption p a:visited,
#xeditormediabox-popup-caption h4 a, #xeditormediabox-popup-caption p a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#xeditormediabox-popup-caption h4 {}
#xeditormediabox-popup-caption p {}
div.xeditormediabox-tooltip {
	color: #000000;
	border: 0;
	background: none;
}
div.xeditormediabox-tooltip h4 {
	color: #000000;
}
div.xeditormediabox-tooltip .xeditormediabox-tooltip-top-left {
	background: url(../img/tip-tl.png) no-repeat top left;
	clear: both;
}
div.xeditormediabox-tooltip .xeditormediabox-tooltip-top-right {
	background: url(../img/tip-tr.png) no-repeat top right;
}
div.xeditormediabox-tooltip .xeditormediabox-tooltip-top-center {
	background-color: #ffffff;
	height: 4px !important;
	margin: 0 4px;
	overflow: hidden;
	border-top: 1px solid #000000;
}
div.xeditormediabox-tooltip .xeditormediabox-tooltip-middle-left {
	clear:both;
	background-color: #ffffff;
	border-left: 1px solid #000000;
}
div.xeditormediabox-tooltip .xeditormediabox-tooltip-middle-right {
	background-color: #ffffff;
	border-right: 1px solid #000000;
}
div.xeditormediabox-tooltip .xeditormediabox-tooltip-middle-center {
	margin: 0 4px;
	background-color: #ffffff;
}
div.xeditormediabox-tooltip .xeditormediabox-tooltip-bottom-left {
	background: transparent url(../img/tip-bl.png) no-repeat bottom left;
}
div.xeditormediabox-tooltip .xeditormediabox-tooltip-bottom-center {
	background-color: #ffffff;
	height: 4px !important;
	margin: 0 4px;
	overflow: hidden;
	border-bottom: 1px solid #000000;
}
div.xeditormediabox-tooltip .xeditormediabox-tooltip-bottom-right {
	background: transparent url(../img/tip-br.png) no-repeat bottom right;
}

/** IE6 **/
#xeditormediabox-popup-page.ie6 #xeditormediabox-popup-nav {
	height: 10px;	
}
#xeditormediabox-popup-page.ie6 #xeditormediabox-popup-caption { 
	margin-top: -1px;
}

div.xeditormediabox-tooltip.ie6 .xeditormediabox-tooltip-top-left {
	background: url(../img/tip-tl.gif) no-repeat top left;
}
div.xeditormediabox-tooltip.ie6 .xeditormediabox-tooltip-top-right {
	background: url(../img/tip-tr.gif) no-repeat top right;
}
div.xeditormediabox-tooltip.ie6 .xeditormediabox-tooltip-bottom-left {
	background: transparent url(../img/tip-bl.gif) no-repeat bottom left;
}
div.xeditormediabox-tooltip.ie6 .xeditormediabox-tooltip-bottom-right {
	background: transparent url(../img/tip-br.gif) no-repeat bottom right;
}
div.xeditormediabox-tooltip.ie6 .xeditormediabox-popup-corner-tl {
	background: url(../img/corner-tl.gif) no-repeat left top;
}
div.xeditormediabox-tooltip.ie6 .xeditormediabox-popup-corner-tc {
	overflow: hidden;	
}
div.xeditormediabox-tooltip.ie6 .xeditormediabox-popup-corner-tr {
	background: url(../img/corner-tr.gif) no-repeat right top;
}
div.xeditormediabox-tooltip.ie6 .xeditormediabox-popup-corner-bl {
	background: url(../img/corner-bl.gif) no-repeat left bottom;
}
div.xeditormediabox-tooltip.ie6 .xeditormediabox-popup-corner-bc {
	overflow: hidden;	
}
div.xeditormediabox-tooltip.ie6 .xeditormediabox-popup-corner-br {
	background: url(../img/corner-br.gif) no-repeat right bottom;
}

/** IPhone / IPad **/
#xeditormediabox-popup-page.idevice .xeditormediabox-popup-corner-tc, #xeditormediabox-popup-page.idevice .xeditormediabox-popup-corner-tr, #xeditormediabox-popup-page.idevice .xeditormediabox-popup-corner-bc, #xeditormediabox-popup-page.idevice .xeditormediabox-popup-corner-br {
	display: none;
} 

#xeditormediabox-popup-page.idevice .xeditormediabox-popup-corner-tl, #xeditormediabox-popup-page.idevice .xeditormediabox-popup-corner-bl {
	background: #ffffff none;
	width: auto;
	margin: 0;
	height: 11px;
}
#xeditormediabox-popup-page.idevice .xeditormediabox-popup-corner-tl {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: -1px;
}
#xeditormediabox-popup-page.idevice .xeditormediabox-popup-corner-bl {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: -1px;
}

#xeditormediabox-popup-page.idevice #xeditormediabox-popup-closelink {
	top: 10px;
}
#xeditormediabox-popup-page.idevice #xeditormediabox-popup-prev, #xeditormediabox-popup-page.idevice #xeditormediabox-popup-next {
	margin: 0;
}
#xeditormediabox-popup-page.idevice #xeditormediabox-popup-caption {
	margin: -1px 0;
}
#xeditormediabox-popup-page.idevice #xeditormediabox-popup-nav {
	margin-bottom: -1px;
}
#xeditormediabox-popup-page.idevice span#xeditormediabox-popup-numbers {
	margin-top: 5px;
}	
</pre></body></html>