
/* 2007-02-12 G.E.McKinney
 * Web TV Channel Listing default layout
 * Override this stuff in your own style sheet
 * NOTE: IE requires that you include
 *            #channel-table td
 *       In your style sheet to se the table font style.
 *       If in doubt, view in FF and compare to IE.
 */

body {
	margin: 0px;
	background-repeat: repeat-y;
	background-color: #C0D7E0;
}

table {
    font-size: 1em;
}

#channel-table {
	width: 100%;
	border: 0px;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    color:inherit;
}

#channel-table td {
	padding: 0px;
	margin: -3px;
	vertical-align: middle;
	background-color: #AAC2C9;
	text-align: left;
}

#channel-table td img {
	border: 0px;
	margin-top:4px;

}

#channel-table td.subtitle {
	background-image: url('./tpl_prologis/images/prologis_cl_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: transparent;
	padding-top: 4px;
	border-top: 1px solid #6683B1;
}

#channel-table td.subtitle span.subspan {
	color: #ffffff;
	background-color: #6683B1;
	font-weight: bold;
	margin: 6px 0px -1px 10px;
	padding: 2px;
	font-size: 9px;
}

#channel-highlight td {
	background-color: #B2CDD5;
}

#channel-table tr.odd td {
	background-color: #AAC2C9;
}

#channel-table tr.even td {
	background-color: #BFD8E1;
}
