﻿.tv-container {
	width: 505px;
	background-image:url('../img/watermark.png');
	background-position:top right;
	background-repeat:no-repeat;
}
.tv-container .tv-title {
	height: 30px; /*background-color: #F0FAFF;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;*/;
	padding: 8px 0 0 0px;
	margin: 0 0 10px 0;
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
}
.tv-container .day-navy {
}
.tv-container .day-navy ul {
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.tv-container .day-navy li {
	float: left;
}
.tv-container .day-navy li a {
	background-color: #F0F0F0;
	border: 1px solid #cccccc;
	height: 20px;
	padding: 3px 5px 3px 5px;
	margin-right: 3px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: gray;
	text-decoration: none;
	cursor: pointer;
}
.tv-container .day-navy li a:hover {
	background-color: #004b85;
	color: #FFFFFF;
}
.tv-container .day-navy li a:active {
	background-color: #004b85;
	color: #FFFFFF;
}
.tv-container .day-navy li .tv-sel {
	background-color: #004b85;
	color: #FFFFFF;
}
.tv-container .left1 {
	width: 350px;
	float: left;
	padding-right: 5px;
	border-right: 1px solid #004b85;
	border-bottom: 1px solid #004b85;
}
.tv-container .left1 .tab-title1 {
	width: 100%;
	background-color: #BBD1E8;
	border-bottom: 3px solid #004b85;
	padding: 3px 0 3px 5px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #004b85;
}
.tv-container .item1 {
	width: 355px;
	background-color: white;
	/*height: 20px;*/
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #999999;
	float: left;
}
.tv-container .item1 .time1 {
	width: 35px;
	background-color: #E1E1E1;
	border: 1px solid #C0C0C0;
	color: gray;
	font-family: Verdana;
	font-size: 10px;
	padding: 3px;
	float: left;
}
.tv-container .item1 .time-active1 {
	width: 35px;
	background-color: #004b85;
	border: 1px solid #C0C0C0;
	color: white;
	font-family: Verdana;
	font-size: 10px;
	padding: 3px;
	float: left;
}
.tv-container .item1 .content1 {
	width: 290px;
	float: left;
	padding: 3px 10px 0 10px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.tv-container .right1 {
	width: 130px;
	float: right;
}
.tv-container .right1 form {
	margin: 0;
	padding: 0;
}
.tv-container .right1 .channel {
	padding-bottom: 3px;
	font-family: Verdana;
	font-size: 10px;
	color: gray;
	border-bottom: 1px #C0C0C0 dotted;
}
.tv-container .right1 .channel input {
	margin: 3px 3px 0 0;
}
.tv-container .right1 .button {
	width: 100%;
	height: 20px;
	background-color: #004b85;
	color: white;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px solid white;
	cursor: pointer;
	margin-top: 10px;
}

