﻿.channelHeaderSelected
{
	padding-left:3px;
	background-color:	#0168c7;
	color:White;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	
}
.Header:hover
{
	
	text-decoration:none;
	color:White;
}
.channelHeader,.channelHeader:visited,.channelHeader:active,.channelHeader:link
{
	padding-left:3px;
	/*background-color:#0168c7;*/
	background-color:#5493d9;
	color:White;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	border-bottom:solid 1px white;
}
.channelContent
{
	background-color:#eeeeee;
}
.contentMedia,.contentMedia:hover, .contentMedia:active,.contentMedia:link,.contentMedia:visited
{
	padding-left:5px;
	float:left;
	clear:left;
	cursor:pointer;
	width:95%;
	color:#5493d9;
	font-family:Verdana;
	font-size:14px;
	text-decoration:none;
}
.mediaChanger
{
    width:298px;
    height:305px;
}
.accordion_headings{
	padding:5px;
	/*background:#0168c7;*/
	background-color:#5493d9;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}
.accordion_label{	
}
.accordion_headings:hover{
	/*background:#013463;*/
	background:#0168c7;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}
.channelContent
{
	background-color:#eeeeee;
}
.header_highlight{
	/*background:#0168c7;*/
	background-color:#5493d9;
}
.header_standard
{
    /*background:#013463;*/
    background:#0168c7;
}
