@charset "UTF-8";
/* CSS Document */

div.sonarc_fp {
width:576px;
margin:20px auto;
}

/* container has a background image */
a.splash001 {
	background:url(/fp/img/bt_dvd-menu.jpg) no-repeat;
}
a.splash002 {
	background:url(/fp/img/bt_icb.jpg) repeat;
}
a.splash003 {
	background:url(/fp/img/did_scr.jpg) repeat;
}
a.splash004 {
	background:url(/fp/img/blankscreen.jpg) repeat;
}
a.splash005 {
	background:url(/fp/img/df_scr.jpg) repeat;
}
a.splash006 {
	background:url(/fp/img/horde_scr.jpg) repeat;
}
a.splash007 {
	background:url(/fp/img/ppn9_scr.jpg) repeat;
}
a.splash008 {
	background:url(/fp/img/blcr_scr.jpg) repeat;
}
a.splash009 {
	background:url(/fp/img/fcds_scr.jpg) repeat;
}
a.splash010 {
	background:url(/fp/img/unfrms_scr.jpg) repeat;
}
a.player1 {	
	display:block;
	width:576px;
	height:432px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	border-right: 1px solid #bed2d0;
	border-top: 1px solid #bed2d0;	
	border-left: 1px solid #bed2d0;
}
a.player2 {	
	display:block;
	width:576px;
	height:379px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	border-right: 1px solid #bed2d0;
	border-top: 1px solid #bed2d0;	
	border-left: 1px solid #bed2d0;
}

/* splash image */
a.player1 img {
    position:relative;
	top:42%;
	border:0;	
}
a.player2 img {
    position:relative;
	top:42%;
	border:0;	
}
a.player {
		margin-top:0px;		
	}

div.clips1 {
	width:576px;
	padding:1px;
	border-right: 1px solid #bed2d0;
	border-bottom: 1px solid #bed2d0;	
	border-left: 1px solid #bed2d0;		
}
div.clips1 a {
	display:block;
	background-color:#e2edec;
	padding:5px 10px 5px 20px;	
	border-bottom:1px dotted #bed2d0;	
	text-decoration:none;
	font-size: .8em;
}

div.clip1s a.first {
	border-top-width:1px;
}
div.clips1 a.progress {
	opacity:0.6;		
}
div.clips1 a.playing, div.clips1 a.paused, div.clips1 a.progress {
	font-weight: bold;
	background-color:#f5fafa;	
}
div.clips1 a.paused {
	opacity:0.8;	
}
div.clips1 a:hover {
	background-color:#f5fafa;
	color:#333333;		
}
div.clips1 a.playing:hover, div.clips1 a.paused:hover, div.clips1 a.progress:hover {
	background-color:#f5fafa;		 
}
div.clips1 br {display:none;}
p.save {
	font-size: .8em;
	 color: #999;"
}