
/* HOMEPAGE */
h1 .grey { color: #8c8c8c; }
p .pLarge { font-size: 155%; font-weight: bold; }
.red { color: #900; }

/* CONTENT */
.packagePrice
{
	margin: 0 10px 0 10px;
}

#dataTable .label
{
	text-align: right;
	color: #666;
}

#dataTable .data
{
	font-weight: bold;
}

/*
* Table display - eg channels.html
*/
#tblTabular
{
	display: table;
	margin: 15px;
}

#tblTabular p
{
	text-align: center;
}

#tblTabular .item
{
	margin: 0;
}

#tblTabular .item .colIncr
{
	width:25px;
	text-align:right;
	border-top: 1px solid #999;
}

#tblTabular .item .colIncr h3
{
	color: #999;
}

#tblTabular .item .colIcon
{
	padding: 5px;
	border-top: 1px solid #999;
}

#tblTabular .item .colTitle
{
	width: 171px;
	background: #fff;
	border-top: 1px solid #999;
}

#tblTabular .item .colTitle h3
{
	font-weight: bold;
	color: #999;
}

#tblTabular .item .colData1
{
	padding: 2px;
	background: #fff;
	padding: 3px;
	border-top: 1px solid #999;

}

#mobileDeviceNotice
{
	margin: 15px;
	padding: 15px;
	border: 3px solid #f00;
	color: #f00;
	font-size: 125%;
	text-align: center;
}

#mobileDeviceNotice a
{
	font-weight: bold;
}

#mobileDeviceNotice span
{
	clear: both;
	display: block;
	height: 14px;
	width: 40px;
	position: absolute;
	/* float: right; */
	margin-top: -34px;
	margin-left: -15px;
	font-size: 70%;

	background: #f00;
}

#mobileDeviceNotice span a
{
	color: #fff;
}
