/* MEDIAIDEA TECHNOLOGIES - 'Mediaidea', by Benoit Baverel & Alexandre Viennot, http://mediaidea.fr/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2006, Mediaidea Technologies */
/* Added: October 1st, 2006 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
   designer's written permission. However, feel free to study the CSS and use
   techniques you learn from it elsewhere. */


/*preload classes*/
.svw {
	width: 50px;
	height: 20px;
	background: none;
}
.svw ul {
	position: relative;
	left: -999em;
}

/*core classes*/
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 1px solid #c2c2c2;
	margin: 0;
}
.stripViewer ul {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none !important;
	text-indent:0 !important;
}
.stripViewer ul li {
	margin: 0 !important;
	padding: 0 !important;
	float:left;
}
.stripViewer ul li img {
	border: none;
}

.stripTransmitter {
	overflow: hidden;
	width: 1%;
	margin: 10px 0 0;
}
.stripTransmitter ul {
	text-indent:0 !important;
	margin: 0;
	padding: 0 !important;
	position: relative;
	list-style-type: none !important;
}
.stripTransmitter ul li{
	float: left;
}
.stripTransmitter {
	font-size: 11px;
}

.stripTransmitter .seperator {
	padding: 0 2px;
}
.stripTransmitter a {
	padding: 0 3px;
}
.stripTransmitter a {
	color: #000;
	font-size: 10px;
}
.stripTransmitter a:hover{
	text-decoration: underline;
}
.stripTransmitter a.current{
	font-weight: bold;
}

/*tooltips formatting*/
#tooltip {
	background: #fff;
	color: #000;
	opacity: 0.85;
	border: 1px solid #00b9ff;
}
#tooltip h3 {
	font: normal 10px Verdana;
	margin: 0;
	padding: 3px 6px;
	border: 0;
}
