/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: relative;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	/*background: #dde;*/
	background: transparent url(../images/scrollbar.gif) repeat-y 0 0;
	position: relative;
	width: 16px;
}

.jspDrag
{
	/*background: #bbd;*/
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background: transparent url(../images/scrolldrag.gif) no-repeat 0 50%;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	/*background: #50506d;*/
	text-indent: -20000px;
	display: block;
	width: 16px;
	height: 12px;
	cursor: pointer;
	margin-bottom: 0px !important;
}

.jspArrowUp { background: transparent url(../images/scrollup.gif) no-repeat 0 0; }
.jspArrow:hover { background-position: 0 -16px; }

.jspArrowDown { background: transparent url(../images/scrolldown.gif) no-repeat -1px -15px; } 
.jspArrowDown:hover { background-position: -1px 0; }

.jspArrow.jspDisabled
{
	cursor: default;
	/*background: #80808d;*/
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

	

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/*
<div class="mep-container">
	<div class="mep-mediaelement">
		<video></video>
	</div>
	<ul class="mep-controls">
		<li class="mep-playpause-button mep-play"><span></span></li>
		<li class="mep-time mep-current-time"></li>
		<li class="mep-time-rail">
			<span class="mep-time-total"></span>
			<span class="mep-time-loaded"></span>
			<span class="mep-time-current"></span>
		</li>
		<li class="mep-time mep-duration"></li>
		<li class="mep-volume-button mep-mute">
			<span></span>
			<div class="mep-volume-slider">
				<div class="mep-volume-rail"><div class="mep-volume-handle"></div></div>							
			</div>
		</li>
		<li class="mep-fullscreen-button"><span></span></li>
	</ul>
</div>
*/

.mep-container {
	position: relative;
	/*display: block;*/
	background: #000;
	font-family:Arial, Helvetica, sans-serif;
}

.mep-container-fullscreen { 
	position: fixed; 
	left: 0; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	overflow: hidden; 
}
.mep-container-fullscreen .mep-mediaelement,
.mep-container-fullscreen video { 	
	width: 100%; 
	height: 100%; 
}
.mep-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
}
.mep-poster {
	position: absolute;
	top: 0;
	left: 0;
}
.mep-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	cursor: pointer;
	/*	background: url(../images/ajax-loader.gif) center middle no-repeat; */
}
.mep-overlay-message {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 8px 0 0 8px;
	color: #3399FF;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	cursor: pointer;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	white-space: nowrap;
}
.mep-container ul.mep-controls {
	position: absolute;
	display: block;
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: #FFF;	
	background: -moz-linear-gradient(100% 100% 90deg, #e2e2e2, #FFF);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#e2e2e2));
	height: 30px;
	width: 100%;
	border-width: 2px 0;
	border-style: solid;
	border-color: #e9e9e9;
	z-index: 1500;
}
.mep-container ul.mep-controls li {
	position: relative;
	list-style-type: none;
	background-image: none;
	/* IE 6 + CENTER */
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
	/* END IE 6 + */
	float: left;
	margin: 5px 0 5px 5px;
	padding: 0;
	width: 20px;
	height: 20px;	
	font-size: 11px;
	line-height: 11px;	
	/*
	background: #999;	
	background: rgba(100, 100, 100, 0.8);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
	*/
}

.mep-container ul.mep-controls li:last-child {
	margin-right: 5px;	
}

.mep-container ul.mep-controls .mep-time {
	color: #1e3d6d;
	display: block;	
	width: 80px;
	height: 17px;
	padding: 3px 0 0 0 ;
	overflow: hidden;	
	text-align: center;
}
.mep-container ul.mep-controls .mep-time span {
	font-size: 11px;
	color: #1e3d6d;	
	line-height: 1em;
	display: inline-block;	
	
}

/*.mep-controls .mep-playpause-button, 
.mep-controls .mep-volume-button, */
.mep-controls .mep-fullscreen-button {
	/*display:none !important;*/
}
.mep-controls .mep-playpause-button span, 
.mep-controls .mep-volume-button span, 
.mep-controls .mep-fullscreen-button span {
	cursor: pointer;
	display: block;
	font-size: 0px;
	line-height: 0;
	text-decoration: none;
	margin: 2px;
	height: 16px;
	width: 16px;
	background: transparent url(../images/controls.gif) 0 0 no-repeat;	
}

.mep-controls .mep-play span {
	background-position:0 0;

}
.mep-controls .mep-pause span {
	background-position:0 -16px !important;
}
.mep-controls .mep-time-rail {
	width: 200px;
}
.mep-controls .mep-time-rail span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 10px;
	overflow: hidden;
	/*
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	*/
	cursor: pointer;	
}
.mep-controls .mep-time-rail .mep-time-total {
	margin: 5px;
	background: #333;
	background: rgba(0,0,0,0.2);	
}
.mep-controls .mep-time-rail .mep-time-loaded {
	background: #1e3d6d;
	/*background: rgba(60,170,200,0.2);*/
}
.mep-controls .mep-time-rail .mep-time-current {
	background: #1b74b9;
	/*background: rgba(255,255,255,0.9);*/
}

.mep-controls .mep-time-rail .mep-time-handle {
	display: block;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	*/
	cursor: pointer;	
	display: none;
}


.mep-controls .mep-fullscreen-button span {
	background-position:-32px 0 !important;
}

.mep-controls .mep-unfullscreen span {
	background-position:-32px -16px !important;
}

.mep-controls .mep-volume {

}

.mep-controls .mep-mute span {
	background-position:-16px -16px !important;
}

.mep-controls .mep-unmute span {
	background-position:-16px 0 !important;
}

.mep-controls .mep-volume-button .mep-volume-slider {
	display: none;
	height: 115px;
	width: 20px;
	background: #333;	
	background: rgba(100, 100, 100, 0.8);
	/*
	-webkit-border-radius: 4px 4px 0 0 ;	
	-moz-border-radius: 4px 4px 0 0 ;	
	border-radius: 4px 4px 0 0 ;			
	*/
	top: -110px;	
	position: absolute;
}
.mep-controls .mep-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px ;	
	-moz-border-radius: 0 0 4px 4px ;	
	border-radius: 0 0 4px 4px ;	
}
.mep-controls .mep-volume-button:hover .mep-volume-slider {
	display: block;
}

.mep-controls .mep-volume-button .mep-volume-slider .mep-volume-rail {
	position: absolute;
	left: 9px;
	top: 8px;	
	width: 2px;
	height: 100px;
	background: #1E3D6D;	
	/*background: rgba(255, 255, 255, 0.8);*/
}	

.mep-controls .mep-volume-button .mep-volume-slider .mep-volume-rail .mep-volume-handle {
	position: absolute;
	left: -7px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #FFF;	
	/*background: rgba(255, 255, 255, 0.9);*/
	cursor: N-resize;
	/*
	-webkit-border-radius: 1px;	
	-moz-border-radius: 1px;	
	border-radius: 1px;	
	*/
}
