body {
	background: #231F20;
}

.splash_screen {
	background-color: #231F20;
}

.top_button {
	color: #FFF;
}
.top_button.keynav .top_button_text {
	color: #D2E288;
}

.item .outline {
	background-color: #231F20;
}

.episodes_scroller {
	background-color: #231F20;
}

.overflow_td div{
	background-color: #231F20;
}

.item.trigger .outline {
	 background-color: #414042; 
}

.items_container td { background-color: #231F20; }

.item .item_title {
	color: #FFF;
}

.item .item_subtitle {
	color: #00AEEF;
}

.item .item_description {
	color: #D2E288;
}

ul.episodes_list li.trigger{
	background: #414042;
}

.ep_data .item_title {
	color: #00AEEF;
}

.ep_data .item_subtitle {
	color: #FFF;
}

.item_desc {
	color: #D2E288;
}

/* MORE INFO */
.top_controls_container  .top_line_title {
	color: #FFF;
}

.more_info_text {
	color: #FFF;
}

/* POPUP */
.popup {
	background: #231F20;
}

.popup .popup_content {
	color: #fff;
}

.loader_positioner {
	color: #FFF;
}

.table_pop_up .content {
	background-color:#333;
	border-color: #999;
}
.loading .loader_text {
	color: #B2B2B2;
}

/* POPUP MENU */
.soft_menu_container .soft_menu .soft_menu_button {
	color: #C3C3C3;
	background-color: #909295;
	border-bottom: 1px solid #999;
}

.soft_menu_container .soft_menu .soft_menu_button.selected {
	background-color: #707172;
	color: #333;
}

.soft_menu_container .soft_menu .soft_menu_button.pressed {
	background-color: #707172;
	color: #333;
}

/** MINIVIEW **/
.mv_container {
	background: #0C9 url(images/app_logo.png) center center no-repeat;
	vertical-align: top;
}

.mv_item {
	background:  # 0F0;
}

.mv_title {
	color: #FFF;	
}
.mv_subtitle {
	color: #00aeef;	
}

.mv_loader {
	background: #333;
}



