body {
	
		background:#000000;
}
body.noBack{
	background: none;
}
.splash_screen {
	background-color: #083158;
}

.top_button {
color:#004795;
}
.top_button .selected .top_button_text {
	color: #FFF;
}
/*
.item.selected {
	background-color: #414042;
}
*/
.item .item_title {
	color: #FFF;
}

.item .item_subtitle {
	color: #fff;
}

.item .item_description {
	color: #fff;
}

ul.episodes_list li.selected{

}
.ep_data{
	font-family:arial;
	}
.ep_data .item_title {
	color: #fff;
}

.ep_data .item_subtitle {
	color: #FFF;
}

.item_desc {
	color: #fff;
}

/* MORE INFO */
.top_controls_container  .top_line_title {
	color: #FFF;
}

.more_info_text {
	color: #FFF;
}

/* POPUP */
.popup {
	background: #03213D ;
}

.popup .popup_content {
	color: #fff;
	font-family:arial;
}

.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: #231F20 url(images/app_logo.png) center center no-repeat;
}
 **/
.mv_item {
	
}

.mv_title {
	color: #FFF;	
}
.mv_subtitle {
	color: #ff0000;	
}

.mv_loader {
	
}



