@charset "utf-8";
/* CSS Document */
img {
	border: 0px;
}
a {
	outline: none;
}
h1 {
	display: block;
	margin: 0 0 5px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #ddd;
}
h2 {
	display: block;
	font-weight:100;
	margin: 0 0 10px 0;
	font-size: 0.7em;
	color: #ddd;
}
h3 {
	font-weight: bold;
	font-size: 1.5em;
	color: #ddd;
}
h4 {
	margin: 6px 3px 1px 3px;
	font-size: 0.9em;
	font-weight: bold;
	color: #ddd;
}
a:link {
	color: #eee;
	text-decoration: underline;
}
a:visited {
	color: #eee;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
li {
	margin: 0 0 3px -10px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: black;
	background-image: url(../images/HEXBG.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ddd;
}
#header {
	width: 360px;
	background: #2863ac;
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#header-preview {
	width: 360px;
	background: #2863ac;
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#content {
	width: 320px;
	background-image: url(../images/MyTownTV_LiVE-backdrop.jpg);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20px;
	background-color: #2863ac;
}
#content-preview {
	width: 320px;
	background: #2863ac;
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20px;
}
#footer {
	width: 360px;
	background: #0F0F0F;
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#leftColumn {
	margin: 0px;
	width: 340px;
	float: left;
}
#rightColumn {
	margin: 0px;
	border: 1px;
	width: 320px;
	float: right;
}
#grid {
	padding-top: 360px;
	vertical-align: bottom;
}
#grid-preview {
	padding-top: 10px;
	vertical-align: bottom;
}
#schedule {
	height: 250px;
	overflow: auto;
}
#schedule-preview {
	height: 500px;
	overflow: auto;
}
table.schedule {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	font-size: 0.7em;
	color: #2d261b;
	margin: 1em auto;
	border-top: 1px solid #2d261b;
	border-right: 1px solid #2d261b;
	border-collapse: collapse;
}
table.schedule td {
	background-image: url(../images/TaylorTX-tableBG.jpg);
	background-repeat: repeat-x;
	background-color: #82BB48;
	border-bottom: 1px solid #2d261b;
	border-left: 1px solid #2d261b;
	padding: .3em 1em;
	text-align: center;
}
.customerLinks {
	font-weight: bold;
}
#cliptitle {
	background-image: url(../../images/mediaplayer_titlebar.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 320px;
	float: right;
	padding-top: 3px;
	overflow: hidden;
}
.Calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	font-size: 0.7em;
	width: 250px;
	height: 200px;
	margin: 0 45px 0px 45px;
}
.VideoTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	text-align: center;
	font-size: 0.7em;
}
.customerLink {
	display: block;
	margin: 0 0 5px 10px;
	font-size: 1em;
	font-weight: bold;
}
.customerLinkDescription {
	display: block;
	font-weight:100;
	margin: 0 0 10px 25px;
	font-size: 0.8em;
}
