@charset "UTF-8";
/* Index Promos */

#Entities {
	width: 900px;
	height: 126px;
	margin-top: 15;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#btnLeft {
	position: absolute;
	width:25px;
	top:0px;
	left:0px;
	z-index:2
}
#btnRight {
	width:25px;
	position: absolute;
	top:0px;
	right:0px;
	z-index:3;
}
/* Gallery Styles */

#motioncontainer {
	width: 900px; /* Set to gallery width, in px or percentage */
	height: 126px; /* Set to gallery height */
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#motioncontainer a img {
	padding-right: 5px;
}

#motioncontainer a:hover img {
}

#statusdiv {
	color:#281119;
	background-color: #F8F2DA;
	border: 1px solid #281119;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


/*DREAMCATCHER*/

#playlistTable{ 
	border:1px solid #7F0009;
	border-collapse: collapse;
}
#playlistTable p{ 
	padding:0px 8px;
}

thead {
	border-top: 1px solid #7F0009;
	/*border-bottom: 1px solid #000000;	*/
}

thead tr:hover {
	background-color: transparent;
	color: inherit;
}
th {
	background: url(../images/gen/header-back.gif) repeat-x left top; 
	text-align: center;
	color:#ffffff; 
	font-weight:bold;
	height:25px;
}

.odd {
	background-color: #ac9a6a;
}

#playlistTable tr:hover {
	background-color: #907B45;
	color: #FFF;
}

