/* CSS Document */
/* CSS Document */
	


/* CSS Document */
/* styling for body element */
body { 
	margin:0px 0px;
}

/* remove ugly system borders links */
a img 	{ 	border:0 }
a:active { 	outline:none; }

/* look and feel for embed and email tabs */
#shareTabs { 
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	padding:5px;
	left:500px;
	position: absolute;
	top:80px;
	width:70px;
	height:300px;
	list-style:none;
}

#shareTabs li { 	 
	text-indent:-999em;
	padding:0;
	margin:0;
	list-style-image:none;	
}

#shareTabs a {
	display:block;
	width: 87px;  
	height: 86px;
	padding:0px;
	margin:0px;
	border:0px;
}
#emailTab{
	background: url(/flowplayer/images/icons/rpmvmemail.png) no-repeat;
}	

#shareTabs a:hover {
	background-color:#ccc;
}

#shareTabs a:focus {
	background-color:#000;
}
	
#shareTabs a.current {
	background-color: #295c72;
}

#shareTabs #reqInfoTab {
	background: url(/flowplayer/images/icons/rpmvminfo.png) no-repeat;
	height: 84px;
	/*background-position: 0 -44px;*/
}
#shareTabs #Hpylink {
	background: url(/flowplayer/images/icons/rpmvmweb.png) no-repeat;
	/*background-position: 0 -44px;*/
}

/* container for each pane: video, embed and email */
#panes {
	background:#295c72 repeat-x 0 0;/*//url(/flowplayer/images/email.jpeg)*/
	height:480px;
	width:722px;
	float:left;
	color:#fff;
	position:relative; 
	z-index:1000;
	border:0px solid #fff;
	outline:1px solid #666;
	font-family:verdana;
	font-size:12px;
	-moz-outline-radius:4px;
/*	left: 192px;
	top: 50px;*/
}

/* embed and email pane */
#emailPane, #reqInfoPane {	
	display:none;	
	margin:10px;		
}

/* player container style */
#player {	
	display:block;	
	height:440px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-color:#000;	
}

#panes input, #panes textarea {
	width:430px;
	font-size:12px;
	font-family:verdana;
	border:1px inset #666; 	
	padding:2px;
}

#panes textarea {
	padding:4px;
	height:100px;
}

#panes button {
	border:1px outset #ccc;	
	cursor:pointer;
	background-color:#f9f9fa;	
}

#panes label.left {
	float:left;
	margin-right:15px;	
}

#panes label.left input {
	width:180px;		
}

#panes h2 {
	margin-top:0px;		
}

#reqInfoPane textarea {
	height:180px;
	background-color:transparent;	
	overflow-x:hidden;
	color:#BBBBBB;
	padding:4px;
}

/* close image */
div.close {
	/*background:url(/flowplayer/images/email.jpeg) no-repeat;*/
	position:absolute;
	top:5px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}

	#MyLinks {
		-moz-outline-radius-bottomleft:4px;
		-moz-outline-radius-bottomright:4px;
		-moz-outline-radius-topleft:4px;
		-moz-outline-radius-topright:4px;
		left:640px;
		padding:5px;
		position:absolute;
		top:80px;
		width:40px;
		height:300px;
		}


/********************************************************/
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#333  0 0; /*/url(/img/global/gradient/h300.png)*/
	width: 268px;
	border:1px solid #333;	
	-background:#666;
	position:relative;
}

/* accordion header */
#accordion h2 {
	background:#ccc;/* url(/img/global/gradient/h30.png);*/
	margin:0;
	padding:3px 3px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#fff;
}

/* accordion pane */
#accordion div.pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	height:220px;
	padding:3px;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
/*******************************************************************/

/************************PlayList************************************/
/*{{{ general playlist settings, light gray */
div.playlist {
	position:relative;
	overflow:hidden;
	height:280px !important;
}

div.playlist div.clips {	
	position:absolute;
	height:20000em;
}

div.playlist, div.clips {
	width:200px;	
}

div.clips a {
	background:url(http://flowplayer.org/img/global/gradient/h80.png);
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:195px;
	font-size:12px;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
}

div.clips a.first {
	border-top-width:1px;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(http://flowplayer.org//img/playlist/light.png) no-repeat 0px -69px;
	width:225px;
	border:0;
}
	
div.clips a.progress {
	opacity:0.6;		
}

div.clips a.paused {
	background-position:0 0;	
}

div.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

div.clips a em {
	font-style:normal;
	color:#f00;
}	

div.clips a:hover {
	background-color:#f9f9fa;		
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ petrol colored */

div.clips.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
}

div.clips.petrol a.playing, div.clips.petrol a.paused, div.clips.petrol a.progress {
	background:url(http://flowplayer.org//img/playlist/dark.png) no-repeat 0px -69px;
	border:0;
}

div.clips.petrol a.paused {
	background-position:0 0;	
}

div.clips.petrol a span {
	color:#aaa;
}

div.clips.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

div.clips.petrol a:hover {
	background-color:#274D58;		
} 

div.clips.petrol a.playing:hover, div.clips.petrol a.paused:hover, div.clips.petrol a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ low version */

div.clips.low a {	
	height:31px;
}

div.clips.low a.playing, div.clips.low a.paused, div.clips.low a.progress {
	background-image:url(http://flowplayer.org//img/playlist/light_small.png);
	background-position:0 -55px;
}

div.clips.low a.paused {
	background-position:0 0;	
}


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(http://flowplayer.org//img/playlist/arrow/up.png) no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url(http://flowplayer.org//img/playlist/arrow/down.png);	
}

div.petrol a.go {
	background-image:url(http://flowplayer.org//img/playlist/arrow/up_dark.png);		
}

div.petrol a.go.down {
	background-image:url(http://flowplayer.org//img/playlist/arrow/down_dark.png);		
}

a.go.disabled {
	visibility:hidden;		
}
/*
#menu {
	 padding:0;
  	margin:0;
}*/

ul {
	 padding:0;
  	margin:0;
}
#distribution {
	position:relative;
	top:3px;
	width:300px;
}
#AccordVideo {
padding-left:100px;
}
#managing {
position: absolute;
top:440px;
width:260px;
height:50px
}
