@charset "utf-8";
/* CSS Document */
div#maghome
{
	background-image: url('http://images.vibe.to/2/homebg.gif');
	background-repeat: repeat-y;
}
div#magPortal {
	width: 496px;
}
div#membersOnline ul li {
	padding: 5px;
	display: block;
	background-color: #e1e2e3;
	border-bottom: 1px solid #d1d2d2;
}
div#membersOnline ul li div {
	float: right;
	padding-top: 2px;
	color: #cc6f6f;
}
div#membersOnline ul li div span {
	color: #999;
}
div#membersOnline ul {
	width: 300px;
	margin-left:0;
}
div#uonline_info
{
	float: left;
	width: 141px; 
	height: 150px; 
	background-color: #ddd; 
	background-image: url('http://images.vibe.to/memOnlinePicBG.gif'); 
	background-repeat: no-repeat; 
	border-left: 1px solid #ccc;
}
div#rightRail {
	width: 300px;
	overflow: hidden;
	background: none;
	position: absolute;
	right: 6px;
}
div#magContent {
	margin-left: 173px;
	margin-right: 309px;
}
div#spreadVibe label
{
	clear: left;
	border: 1px solid #bcbdbe;
	display: block;
	padding: 5px;
	background-color: #eff0f1;
	width: 96px;
	font-weight: bold;
	color: #6e7173;
	float: left;
	margin-right: 2px;
}
div#spreadVibe li
{
	display: block;
	padding: 2px;
}
div#spreadVibe li input
{
	margin-top: 1px;
	width: 150px;
}
div.fmPopBox {
	border: 1px solid #ab1515;
	background-color: white;
	opacity: .86;
	filter: alpha(opacity = 86);
	width: 190px;
	height: 62px;
	position: absolute;
	padding: 10px;
	padding-left: 80px;
	line-height: 150%;
	color: #ab1515;
	overflow: hidden;
}
div.fmPopBox strong {
	color: black;
}
/* magSplash */
div#magSplashContainer {
	height: 222px;
}
div#magSplash > span {
	font-size: .9em;
	display: block;
	background-color: black;
	position: absolute;
	z-index: 98;
	right: 1px;
	color: white;
	font-weight: bold;
	padding: 0 4px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	filter: alpha(opacity = 50);
	opacity: .5;
	cursor: pointer;
}
div#magSplash > span.active {
	filter: alpha(opacity = 100);
	opacity: 1;
}
div#magSplash > span > span {
	color: #d41717;
}
img.imgNav {
	filter: alpha(opacity = 50);
	opacity: .5;
	width: 148px; 
	height: 58px; 
	border: 1px solid black; 
	cursor: pointer;
	position: absolute;
	right: 0;
}
img.imgNav.active {
	filter: alpha(opacity = 100);
	opacity: 1;
}
div#imgMainContainer {
	width: 332px; 
	height: 186px; 
	position: absolute; 
	left: 0; 
	top: 0;
	border: 1px solid black; 
	cursor: pointer;
}
div#contentOverlay {
	position: absolute; 
	/*top: 125px; -- animation end */
	top: 200px; 
	left: 1px; 
	width: 322px; 
	padding: 4px; 
	height: 52px; 
	font-family: Arial, Helvetica, sans-serif; 
	z-index: 99; 
	overflow: hidden;
}
div#contentOverlay span {
	position: absolute;
	top: 39px;
	right: -2px;
}
div#contentOverlay span img {
	cursor: pointer;
	padding: 4px;
}
div#contentBaseOverlay {
	position: absolute; 
	/*top: 125px; -- animation end */
	top: 200px;
	left: 1px; 
	width: 332px; 
	height: 61px; 
	border-top: 1px solid black; 
	background-color: white; 
	filter: alpha(opacity = 80);
	opacity: .80; 
	z-index: 1;
}
div#magSplash {
	position: relative; 
	height: 188px;
	width: 488px; 
	margin: 4px;
	overflow: hidden;
}
div#magSplashStats {
	margin: 4px;
	margin-top: 0;
	border: 1px solid #BBB;
	padding: 0 6px;
	width: 474px;
	color: #999;
	background-color: #f7f7f7;
	position: absolute;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
diV#magSplashStats a {
	color: #999;
	text-decoration: underline;
}
div#magSplashStats > div > span.frVote {
	float: right;
}
div#magSplashStats > div > span.frVote > span {
	display: block;
	padding: 0 4px;
	color: white;
	font-weight: bold;
	position: absolute;
	height: 16px;
	line-height: 16px;
	top: 4px;
}
div#magSplashStats > div > span.frVote > span.blue {
	background-color: #5387d2;
	border: 1px solid #2a6bc9;
}
div#magSplashStats > div > span.frVote > span.red {
	background-color: #d83131;
	border: 1px solid #d00000;
}
div#magSplashStats > div > span.frVote > img {
	top: 1px;
	position: absolute;
	cursor: pointer;
}