﻿body
{
}

.subheading
{
	padding: 2px;
	border-top: solid 1px blue;
	background-color: #ECF1FF;
	border-top-color: #9797FF;
}

.div-channels-group-container
{
	padding-top:3px;
}

.div-channel-logo-container
{
	float:left; padding:8px;
}

.channel-title
{
	font-size: 12px;
	color: #FF0000;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

.channel-title:hover
{
	font-size: 12px;
	color: #CC0066;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
}

.channel-title-large
{
	font-size: 15px;
	font-weight: bold;
	color: #000066;
	font-family: 'Times New Roman' , Times, serif;
	font-variant: inherit;
	font-style: inherit;
	text-transform: none;
}

.mediumNavyText
{
	font-size: medium;
	color: #FF0000;
	text-align: left;
}

.smallText
{
	font-size:small;
}

.message
{
	font-size:x-small;
	color:Blue;
}

.mediumText
{
	font-size:medium;
}

.channel
{
  border-style:solid;
    border-width:1px;
	height:68px;
	width:68px;
	border-color:Gray;
    padding: 1px;
}

.channel-box{float:left;padding-right:5px;padding-bottom:5px;height:85px;width:70px}

.channel1
{
	border-style:solid;
    border-width:1px;
	height:68px;
	width:68px;
	border-color:Gray;
    padding: 1px;
	
}

.channelLarge
{
	border:"0";
	height:55px;
	width:70px;
}

.disclaimer
{
	font-size:xx-small;
    color:Yellow;
}

.smallGrayText
{
font-size:x-small; color:Gray;text-align:left;
}
.smallBlueText
{
	font-size: x-small;
	color: #0000FF;
	text-align: left;
}

#simple-horizontal-link-menu li
{
	
	display: inline;
	list-style-type: none;
}

#simple-horizontal-link-menu li a
{
	border-style: solid;
	border-width: 1px 5px 5px 1px;
	border-color: #FFFFFF;
	padding: 3px 10px 3px 10px;
	background-color: #000095;
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#simple-horizontal-link-menu li a:hover
{
	border: 1px solid #000095;
	padding: 3px 5px 3px 5px;
	background-color: #FFFFFF;
	color: #000095;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#simple-horizontal-link-menu li.selected a
{
	border: 1px solid #000095;
	padding: 3px 5px 3px 5px;
	background-color: #FFFFFF;
	color: #000095;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}
