﻿.BodyArea
{
	margin:0px;
	background-color:#142840;
}

p, div, span, li, td 
{
    font-family: Tahoma;
    font-size: 12px;
    color:#000000;
}
p
{
	margin-top:6px;
	margin-bottom:6px;
}
.SearchResults
{
    font-size: 13px;
}
h1
{
    font-size: 26px;
	color:#812428;
	font-weight:bold;
	margin-bottom:6px;
	margin-top:0px;
}
h2
{
    font-size: 18px;
	color:#812428;
	margin-bottom:6px;
	margin-top:6px;
}
h3
{
    font-size: 16px;
	color:#812428;
}
h4
{
    font-size: 14px;
	color:#812428;
	margin-bottom:0px;
	margin-top:0px;
}
hr
{
	color:#812428;
	background-color:#812428;
	height:1px;
	border: solid 0 #812428;
}
a 
{
    color:#812428;
	text-decoration: none;
	cursor: pointer;
}
a:visited 
{
    color: #812428;
	text-decoration: none;
	cursor: pointer;
}
a:hover 
{
	color:#812428;
    text-decoration: underline;
    cursor: pointer;
}
/** Weather Styles **/
.WeatherBox
{
	background-position:left top;
	background-repeat: no-repeat;
	background-image:url('/images/design/WeatherBox.jpg');
	width:168px;
	height:149px;
}
.WeatherDate
{
	font-size:12px;
	color:#e6ac4a;
}
.WeatherText
{
	font-size:14px;
	color:#e6ac4a;
}
.WeatherTemp
{
	font-size:14px;
	color:#ffffff
}
.WeatherType
{
	font-size:12px;
	color:#ffffff
}
/** End Weather Styles **/

/** TV Guide Styles **/
.TVGuideTime
{	
	font-size:11px;
	color:#ffffff;
}
.Tvguide_link
{
	font-size:11px;
	color:#afcb49;
	text-decoration:none;
	cursor: pointer;
}
.Tvguide_link:link
{
	font-size:11px;
	color:#e6ac4a;
	text-decoration:none;
	cursor: pointer;
}
.Tvguide_link:visited
{
	font-size:11px;
	color:#e6ac4a;
	text-decoration:none;
	cursor: pointer;
}
.Tvguide_link:hover
{
	font-size:11px;
	color:#e6ac4a;
	text-decoration:underline;
	cursor: pointer;
}
.TvGuideHeading
{
	font-weight: bold;
	color:#ffffff;
	background-color:#434752;
}
.TvGuideBg
{
	background-position:left top;
	background-repeat: repeat-x;
	background-image:url('/images/design/Television-ContentBg.jpg');
	height:100px;
	background-color:#162332;
}
.TvGuideHeadingBg
{
	background-color:#142840;
}
/** End TV Guide Styles **/
/* Custom Styles */
.ContentLeft
{
	width:30px;
	background-position:right top;
	background-repeat: repeat-y;
	background-image:url('/images/design/Border-Left.jpg');
}
.ContentRight
{
	width:30px;
	background-position:left top;
	background-repeat: repeat-y;
	background-image:url('/images/design/Border-Right.jpg');
}
.ContentArea
{
	background-color:#FFFFFF;
	background-position:left top;
	background-repeat: no-repeat;
	background-image:url('/images/design/ContentArea.jpg');
}
.Menu
{
	padding-top:6px;
	padding-left:16px;
}
.HowToSearch
{
	border-width:2px;
	border-color:#808080;
	border-style:dashed;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:5px;
	font-size:11px;
}
.HowToSearchBold
{
	font-size:14px;
	font-weight:bold;
	color:#812428;
}
.FooterDetails
{
	font-size:9px;
	text-align:center;
}
.Expression
{
	font-size:10px;
}
.ExpressionLink
{
	font-weight:bold;
	font-size:10px;
	color:#812428;
	text-decoration:none;
	cursor: pointer;
}
.ExpressionLink:link
{
	font-weight:bold;
	font-size:10px;
	color:#812428;
	text-decoration:none;
	cursor: pointer;
}
.ExpressionLink:visited
{
	font-weight:bold;
	font-size:10px;
	color:#812428;
	text-decoration:none;
	cursor: pointer;
}
.ExpressionLink:hover
{
	font-weight:bold;
	font-size:10px;
	color:#812428;
	text-decoration:underline;
	cursor: pointer;
}
.Content
{
	width:100%;
}