/* For all links on white background (eg: 'mail', 'news', etc..)*/
/* To apply in 'SimpleSubChannelNavigationMobile.ascx' (CssClass="ochLinkToChannel")*/
a.ochLinkToChannel:visited{color:#000000; text-decoration:underline; font-weight: normal;}
a.ochLinkToChannel:link{color:#000000; text-decoration:underline; font-weight: normal;}
a.ochLinkToChannel:active{color:#000000; text-decoration:underline; font-weight: normal;}

/* For the links to more...content (eg:'Go to your page', 'All Channels')*/
/* To apply in 'SubChannelNavigationMobile.ascx' (CssClass="ochLinkToMain")*/
a.ochLinkToMain:visited{color:#ff6600; text-decoration:underline; font-weight: normal;}
a.ochLinkToMain:link{color:#ff6600; text-decoration:underline; font-weight: normal;}
a.ochLinkToMain:active{color:#ff6600; text-decoration:underline; font-weight: normal;}

a.footer:visited{color: #ffffff; text-decoration:none;font-weight:bold;	}
a.footer:link{color: #ffffff; text-decoration:none;font-weight:bold;}
a.footer:active{color: #ffffff; text-decoration:none;font-weight:bold;}

body {margin-left: 0px;margin-top: 0px;}
	
.ochText {
	background-color: rgb(255,255,255);
	color: rgb(153,153,153);
}

.ochText2 {
	background-color: rgb(255,255,255);
	color: rgb(255,102,0);
}

/* For the table price plan. Black background with orange text*/
.ochTableHeader1{
	background-color: rgb(0,0,0);
	color: rgb(255,102,0);
}

/* For the table price plan. Black background with white text*/
.ochTableHeader2{
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}

/*For the table price plan. Bright orange background with black text*/
.ochTableBody{
	background-color: rgb(255,201,132);
	color: rgb(0,0,0);
}

/*For the table price plan. Orange background with black text*/
.ochTableFooter{
	background-color: rgb(255,102,0);
	color: rgb(0,0,0);
}

.ochLink {
	color: rgb(51,51,51);
	font-weight: normal;
	text-decoration: underline;
}

/* Class for the '>' character and for the '>>' character*/
/* To apply in 'SimpleSubChannelNavigationMobile.ascx.cs for lblSpace4, line 60 for the simple '>'*/
/* And To apply in 'SubChannelNavigationMobile.ascx.cs for lblSpace4, line 55 for the simple '>>'*/
/* (eg:((System.Web.UI.WebControls.Label)(panel2.Content.FindControl("lblSpace4"))).CssClass = "ochChevron";)*/ 
/* Note: Delete the css reference in SimpleSubChannelNavigationMobile.ascx and SubChannelNavigationMobile.ascx (CssClass="simple")*/
.ochChevron {
	font-weight: normal;
	color: rgb(255,102,0);
}

/* Class for the Welcome message, background and text (eg: Hi Clive...)
   To apply in 'WelcomeMobile.ascx' in the table tag (eg: <table class="ochWelcomeMessage" ... >)
*/
.ochWelcomeMessage {
	background-color: rgb(255,201,132);
	color: rgb(255,102,0);
	font-size: small;
}
.ochWelcomeMessage:link {
	background-color: rgb(255,201,132);
	color: rgb(255,102,0);
	font-size: small;
}
.ochWelcomeMessage:visited {
	background-color: rgb(255,201,132);
	color: rgb(255,102,0);
	font-size: small;
}
.ochWelcomeMessage:active {
	background-color: rgb(255,201,132);
	color: rgb(255,102,0);
	font-size: small;
}

.ochWelcomeMessageLink {
	color: rgb(255,102,0);
	font-weight: bold;
	text-decoration: none;
}

.ochFooterBarCentered {
	background-color: rgb(153,153,153);
	color: white;
	font-weight: normal;
	font-size: small;
	text-align: center;
	border-right: 1px solid rgb(255,255,255);
}

/* Class for the Footer bar, background, text and border-top of cell (eg: 'You and Orange' , 'Home' , 'Channels')*/
/* To apply in 'FooterMobile.ascx' in the table tag (eg: <table class="ochFooterBar" ... >)*/
.ochFooterBar {
	background-color: rgb(153,153,153);
	color: white;
	font-weight: normal;
	font-size: small;
        text-decoration: none;
}

/* Class for the Header bar, background and text (eg:'On your Page' , 'Channels')*/
/* To apply in 'PageTitleContentMobile.ascx' in the table tag (eg: <table class="ochHeaderBar" ... >)*/
.ochHeaderBar {
	background-color: rgb(255,102,0);
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: medium;
}

.ochBreadCrumbText {
	background-color: rgb(255,255,255);
	color: rgb(255,102,0);
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	
}

.ochOrangeColor {
	background-color: rgb(255,255,255);
	color: rgb(255,102,0);
}


.ochBreadCrumbLinkClickable {
	background-color: rgb(255,255,255);
	color: rgb(255,102,0);
	font-weight: normal;
	font-size: small;
	text-decoration: underline;
}

.ochBreadCrumbLinkNotClickable {
	background-color: rgb(255,255,255);
	color: rgb(255,102,0);
	font-weight: normal;
	font-size: normal;
	text-decoration: none;
}
.ochDivider1 {
	background-color: rgb(255,102,0);
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: small;
	vertical-align: middle;
}

.ochDividerOrangeLine {
	background-color: rgb(255,102,0);
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: small;
	border-top: 1px solid black;
}

.ochDividerBlackLine {
	background-color: rgb(255,102,0);
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: small;
	border-top: 1px solid black;
}

p {
	margin: 0;
}