﻿body
{
	margin: 0;
	color: #333333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 76%;
	background: url(/common/template/images/body_bg.png) top left repeat-x;
}

a
{
	color: #0073AE;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#private-promo #page .text-container h1,
#private-promo #page .text-container a
{
	color: #c4151c;
}

.itv-drag-placeholder
{
	background-color: #eeeeee;
	min-height: 150px;
	border: 1px dashed #ffffff;
	margin-bottom: 10px;
}

.drag-handle
{
	cursor: move;
}

#container
{
	width: 974px;
	margin: 0 auto;
	padding: 0 10px 5px;
	background-color: #ffffff;
}

#content-canvas
{
	margin: 0 auto 20px;
	padding: 6px;
	background-color: #DAE4E5;
	border-top: 1px solid #ffffff;
	overflow: auto;
}



/* channel theme colours */
.itv1
{
	color: #DEBC01 !important;
}
.itv2
{
	color: #7EB900 !important;
}
.itv3
{
	color: #B44D01 !important;
}
.itv4
{
	color: #00A5A7 !important;
}


