

/* ---------------------- ids ---------------------- */

#channels
{
	width				:165px;
}



/* -------------------- classes -------------------- */

.channelContent, .channelContent td
{
	width				: 135px;
	border				: 1px solid #FFFFFF;
	padding				: 5px;
	margin				: 0px;
	cursor				: hand;
	cursor				: pointer;
	line-height			: 12px;
}

.channelContent a, .channelContent td a
{
	font-weight			: normal;
}

.channelContent a:hover, .channelContent td a:hover
{
	text-decoration		: none;
	text-align			: left;
}

.channelContent .dark
{
	background-color	: #E1E1E5;
	text-align			: left;
}

.channelContent .light
{
	background-color	: #EEEEF1;
	text-align			: left;
}

.channelContent .over
{
	background-color	: #CFCFD7;
	text-align			: left;
}

.channelLink
{
	text-align			:left;
	width				: 100%;
	background-image	: url('/files/site/custom/images/bg_line_dots.gif');
	background-repeat	: no-repeat;
	background-position	: left bottom;
	padding-bottom		: 4px;
	padding-top			: 2px;
}

.channelLink A
{
	text-decoration		: none;
	font-weight			: normal;
	color				: #000000;
}

.channelLink A:hover
{
	text-decoration		: underline;
}

.channelOverview
{

}

.channelOverviewContainer
{
	width				: 350px;
	border				: 1px solid #E1E1E5;
	background-color	: #FFFFFF;
	text-align			: left;
	vertical-align		: middle;
	
}

.channelOverviewHeader
{
	width				: 100%;
	padding				: 7px 11px 9px;
	background-color	: #FFFFFF;
	text-align			: left;
	vertical-align		: middle;

}

.channelOverviewContent
{
	background-color	: #EEEEF1;
	width				: 100%;
	text-align			: left;
	vertical-align		: middle;
}

.channelOverviewLink
{
    color				: #38246b;
    font-weight			: bold;
    text-decoration		: none;
}

.channelOverviewCell
{
    text-align			: left;
    font-weight			: bold;
	padding-left		: 8px;
	width				: 35%;
}

.channelOverviewEmptyCell
{
	height				: 3px;
}

.channelItemTitle
{
    color: #38246b;
    font-weight			: bold;
    font-size			: 15px;
}

.channelListSites
{
	width				: 530px;
	background-color	: #FFFFFF;
}

.channelListSites .header
{
    font-weight			: bold;
    color				: #FFFFFF;
    background-color	: rgb(77,13,140);
    text-align			: left;
}

.channelListSites .footer
{
    font-weight			: bold;
    color				: #000000;
    /*background-color: #F6C733;*/
    background-color	: #CFCFD7;
}

.channelListSites .over
{
	background-color	: #CFCFD7;
	cursor				: hand;
	cursor				: pointer;
}

.channelListSites .dark
{
	background-color	: #EFEFEF;
	cursor				: hand;
	cursor				: pointer;
}

.channelListSites .light
{
	background-color	: #FFFFFF;
	cursor				: hand;
	cursor				: pointer;
}

.channelListSites td
{
	padding				: 2px;
	border				: 1px solid #FFFFFF;
}

.channelListSites .adformatName
{
	writing-mode 		: tb-rl;
	background-color	: #E0E0E0;
	text-align			: left;
}

.channelDemographics .header
{
    font-weight			: bold;
    color				: #FFFFFF;
    background-color	: rgb(77,13,140);
    padding				: 2px;
}

.channelDemographics td
{
	padding				: 2px;
	border				: 1px solid #FFFFFF;
	vertical-align		: middle;
}

