/* dark pages by default
-------------------------------------------------- */

body {
	background: #191919;
}
footer {
	background-color: #5b38ae !important;
}
.mini-title {
	color:#ffffff;
}


/* channels */
.channel-logos li {
    background-color: #262525; !important;
	border-color: #000000 !important;
}
.channel-logos li:hover {
    background-color:#4a4747; !important;
}

/* tvguide */
.tvguide .loading {
    background: #191919;
}
.tvguide .jspTrack {
    background: #373737;
}
.tvguide .jspDrag {
    background: #B1B1B1;
}
.tvguide .logos li a {
    background: #262525;
}
.tvguide .epg-window .channel .programme {
    background: #262525;
    border-left: 5px solid #191919;
}
.tvguide .epg-window .channel .now {
    color: #ffffff;
}
.tvguide .jspArrow {
    background-color:#373737;
    text-indent:0;
}
.tvguide .jspArrow:hover {
    background-color:#525252;
}

/* light pages 
-------------------------------------------------- */

body.account, body.auth {
	background: #FAFBFD !important;
}

body.account footer, body.auth footer {
	background-color: #F7F7F7 !important;
}

/* account */
.account .account-bar {
	background: #F7F7F7 !important;	
}
