@CHARSET "ISO-8859-1";

@media screen {
	div#imageCacher {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}
	div#imageCacher img {
		display: block;
	}
}
@media print {
	div#imageCacher, div#imageCacher img {
		display: none;
		visibility: hidden;
	}
}

#playlist a {
	display:	block;
	padding:	1px 0px 1px 20px;
	font-size:	larger;
}
#playlist {
	padding:	1px;
}
#playlist span {
	font-weight:	bold;
	font-size:		large;
	padding:		2px 0px 5px 0px;
}
#playlist .playing, #playlist .paused {
	font-weight:		bold;
	/*background-color:	#99FFAA;*/
}
#playlist .paused {
	text-decoration:	blink;
}

#blogBox {
	width:243px;
	height:195px;
	background-color:#CAE387;
	font-size:11px;
	line-height:normal;
	overflow:hidden;
}

#blogBox .padder {
	padding:10px;
}

#blogBox img {
	margin:0;
}

#mmMainTable {
	width:993px;
	margin:0 auto;
}

#mmMainTable img {
	margin:0;
}

#mmMainTable td {
/*	border:1px dotted pink; */
}

#mmMainTable td.leftColTop {
	width:243px;
	height:195px;
	padding-right:10px;
}

#mmMainTable td.leftColMid {
	width:243px;
	padding-right:10px;
	padding-top:5px;
}


#mmMainTable td.centerTop {
	width:487px;
	padding-right:10px;
	overflow:hidden;
}

#mmMainTable td.homeRightCol {
	width:244px;
}

#homeVideo {
	height:340px;
	width:485px;
	overflow:hidden;
	background-color:white;
}

#homeWhatsNew {
	background:url(/img/head-whats-new.gif) no-repeat top left;
	width:253px;
	padding-top:32px;
	float:left;
}

#homeWhatsNew .bordered {
	border:1px solid #e5e5e5;
	height:184px;
	overflow:hidden;
	width:244px;
}

#homeWhatsNew h2 {
	display:none;
}

#homeSurvey {
	background:url(/img/head-survey.gif) no-repeat top left;
	width:253px;
	padding-top:32px;
	float:left;
}

#homeSurvey .bordered {
	border:1px solid #e5e5e5;
	height:184px;
	overflow:hidden;
	width:244px;
}

#homeFeature {
	background:url(/img/head-feature.gif) no-repeat top left;
	width:253px;
	padding-top:32px;
	float:left;
}

#homeFeature .bordered {
	border:1px solid #e5e5e5;
	height:184px;
	overflow:hidden;
	width:244px;
}

/*
#homeSurvey img, #homeWhatsNew img {
	width:244px;
	height:184px;
}
*/

#homeSlice {
	background:url(/img/head-slice.gif) no-repeat top left;
	width:235px;
	padding-top:32px;
	float:left;
}

#homeSlice .bordered {
	margin-left:-1px;
	border:1px solid #e5e5e5;
	height:184px;
	overflow:hidden;
	width:234px;
}

/*
#homeSlice img {
	width:234px;
	height:184px;
}
*/

body {vertical-align:top; margin:0; padding:0;}

.container {width:993 !important} /* WARNING UNPREDICTABLE ON PAGES OTHER THAN HOME */

.rightColLinks table {
	border:4px solid #E8E8E8;
	line-height:normal;
	margin-top:8px;
	margin-bottom:4px
}
.rightColLinks table img {
	height:73px;
	width:73px;
}

#homeNLSignup {
	background:url(/img/bg-signup.gif) no-repeat top left;
	width:244px;
	height:79px;
	margin-top:13px;
	position:relative;
}

#homeNLSignup div {
	color:white;
	font-weight:bold;
	font-size:14px;
	padding:10px 0 0 15px;
	line-height:normal;
}

#homeNLSignup div i {
	display:block;
}

.homeNLinput {
	color:#636366;
	position:absolute;
	top:49px;
	left:13px;
	width:155px;
	border:0;
}

.homeNLbutton {
	position:absolute;
	top:49px;
	left:173px;
	width:57px;
	height:18px;
}

.homeNLinput:focus, .homeNLinput:active {
	color:black;
}

.body-container {
	margin-left: 0;
}
.container {
	width: 993 !important;
}

#loadingBar {
	position:absolute;
	z-index:100;
	top:25%;
	left:45%;
	/*border:1px solid #ddd;*/
}

#sendingBar {
	position:absolute;
	z-index:100;
	top:35%;
	left:45%;
	/*border:1px solid #ddd;*/
}

div#splash, div#playerContainer {
	float: left;
}
