/*
 *  Copyright 2010 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
 
/** Personalize the css for the multimedia plugin here */

/* @group GENERIC CLASSES */


.multimedia_player {
	text-align: center;
	float:left;
	border: 1px solid #DFDFDF;
}

.multimedia_player div { 
	background:#000000 url(/skins/UnivAngers/resources/img/multimedia-sample/play.png) no-repeat scroll center center;
	cursor: pointer;
	display:block;
	margin-left: auto;
  	margin-right: auto;
}

.multimedia_player .no-script {
	color: #404040;
	font-style:italic;	
	margin: 0px;
	padding-bottom: 5px;
}

.multimedia_clips {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 200px;
	float:left;
}

.multimedia_clips ul {
	list-style:none;
	padding-left: 10px;
}

.multimedia_clips ul li {
	height: 25px;
}

.multimedia_clips a {
	color: #006BB1;
	padding-left: 25px;
	padding-bottom: 3px;
	padding-top: 3px;
	background: url('/skins/UnivAngers/resources/img/play_off_20.png') no-repeat;
}

.multimedia_clips a.play {
	background: url('/skins/UnivAngers/resources/img/play_on_20.png') no-repeat;
	text-decoration: none;
	font-weight: bold;
}

.multimedia_info {
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
}



/*******************************/




/*div.multimedia_clips {
	float:left;
	width:160px;
	padding-top:25px;
}

div.multimedia_clips a.first {
	border-top-width:1px;
}
div.multimedia_clips a {
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	display:block;
	background:#595959 url(/skins/UnivAngers/resources/img/multimedia-sample/h80.png) repeat scroll 0 0px;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	font-size:13px;
	margin:5px 0 0px;
	outline-color:#999999;
	outline-style:solid;
	outline-width:1px;
	padding:15px 15px;
	text-decoration:none;
	width:160px;
}
div.multimedia_clips a.playing, div.multimedia_clips a.paused, div.multimedia_clips a.progress {
	background:transparent url(/skins/UnivAngers/resources/img/multimedia-sample/bg_clip.png) no-repeat scroll 0 0;
}
div.multimedia_clips a.progress {
	opacity:0.6;
}
div.multimedia_clips a.paused {
	background-position:0 -50px;
}
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;
}

div.multimedia_container {
	float:right;
	margin:0 15px;
	padding-top:30px;
}

div.multimedia_info {
	color:#FFFFFF;
	font-size:13px;
	padding:15px 30px;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	background:#595959 url(/skins/UnivAngers/resources/img/multimedia-sample/h80.png) repeat scroll 0 0px;;
	border:2px solid #FFFFFF;
	margin:10px 0 15px;
	outline-color:#999999;
	outline-style:solid;
	outline-width:1px;
}

div.multimedia_player {
	height:300px;
	width:460px;
 	background-color:#000000; 
 	text-align:center;
}

div.multimedia_player div.multimedia_splash_img {
	background:#000000 url(/skins/UnivAngers/resources/img/multimedia-sample/play.png) no-repeat scroll center center;
	height:300px;
	width:460px;
}*/
/* @end */

