html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #D5ECC0;
	color: #000000;
	/*font-family: "Lucida Grande", Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	line-height: 200%;
	font-size: 12px;
	padding: 0 5px 5px 5px;
}

a {
	color: #004B91;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #004B91;
	text-decoration: underline;
}

a img {
	border: none;
}

img {
	margin: 0;
	padding: 0;
}

/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%;}

p, pre, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

td, div {
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-size: 100%;
}

.wrap-tb {
	margin: 0px;
	padding: 0px;
}

.header-td {
	padding: 5px 0 0 0;
	border-right:1px solid #CCCCCC;
}

.c2j_channellogo {
	margin-right: 3px;
	margin-top: 3px;
	float:left;
	height: 24px;
	color:#000000;
}

.c2j_channellogo:hover,
.c2j_channellogo:visited {
	color:#000000;
}

.typelist-td,
.searchform-td,
.programlist-td {
	padding: 0px;
	text-align:left;
	border-right: 1px solid #CCCCCC;
}

.channellist-td{
	padding: 0px;
	text-align:left;
}

.programlist-td {
	text-align:center;
}



.typelist-td {
	padding: 5px 0px 7px 0px;
}

.searchform-td {
	padding-bottom: 5px;
}

.btn-search {
	font-weight: bold;
}

.programlist-td {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	width: 80%;
}

.advright-td {
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align:left;	
}

.advright-td img{
	padding: 0px;
	margin: 0px;
	width: 160px;
}

.typelist-a {
	font-weight:bold;
	font-size: 13px;
	color:#000000;
	float: left;
	margin-right: 10px;
}

.currenttype-a {
	font-weight:bold;
	font-size: 13px;
	color:#3C6016;
	float: left;
	margin-right: 10px;
	text-decoration:underline;
}

.typelist-a:hover, .typelist-a:active, .typelist-a:focus {
	color:#000000;
}

.currenttype-a:hover, .currenttype-a:active, .currenttype-a:focus {
	font-weight:bold;
	font-size: 13px;
	color:#3C6016;
	float: left;
	margin-right: 10px;
	text-decoration:underline;
}

.timetable-tb {
	width: 100%;
	margin: 0px auto;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.timetable-tb td {
	border: 1px solid #C8EAAD;
	border-collapse: collapse;
	padding: 1px 3px;
	line-height: 170%;
}

.timetable-tb .timetable-head {
	border: none;
	font-weight:bold;
	padding: 2px 0 2px 0;
}

.timetable-head {
}

.list-tr-c {
	background:#F4FCDE;
}

.list-tr {
	background: #FFFFFF;
}

.paging-a {
	text-decoration:underline;
}






/*calendar*/
.cpYearNavigation,.cpMonthNavigation { background-color:#C0C0C0; text-align:center; vertical-align:center; text-decoration:none; color:#000000; font-weight:bold; }
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText { font-family:arial; font-size:8pt; }
TD.cpDayColumnHeader { text-align:right; border:solid thin #C0C0C0;border-width:0px 0px 1px 0px; }
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  { text-align:right; text-decoration:none; }
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled { color:#D0D0D0; text-align:right; text-decoration:line-through; }
.cpCurrentMonthDate, .cpCurrentDate { color:#000000; }
.cpOtherMonthDate { color:#808080; }
TD.cpCurrentDate { color:white; background-color: #C0C0C0; border-width:1px; border:solid thin #800000; }
TD.cpCurrentDateDisabled { border-width:1px; border:solid thin #FFAAAA; }
TD.cpTodayText, TD.cpTodayTextDisabled { border:solid thin #C0C0C0; border-width:1px 0px 0px 0px;}
A.cpTodayText, SPAN.cpTodayTextDisabled { height:20px; }
A.cpTodayText { color:black; }
.cpTodayTextDisabled { color:#D0D0D0; }
.cpBorder { border:solid thin #808080; }

	.TESTcpYearNavigation,
	.TESTcpMonthNavigation
			{
			background-color:#6677DD;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText
			{
			font-family:arial;
			font-size:8pt;
			line-height: 150%;
			}
	TD.TESTcpDayColumnHeader
			{
			text-align:right;
			border-bottom:solid thin #6677DD;
			border-width:0 0 1 0;
			}
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.TESTcpCurrentMonthDate
			{
			color:#6677DD;
			font-weight:bold;
			}
	.TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.TESTcpOtherMonthDate
			{
			color:#808080;
			}
	TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #6677DD;
			border-width:1;
			border:solid thin #000000;
			}
	TD.TESTcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled
			{
				border-top:1px solid #6677DD;
			}
	A.TESTcpTodayText,
	SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	A.TESTcpTodayText
			{
			color:#6677DD;
			font-weight:bold;
			}
	SPAN.TESTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TESTcpBorder
			{
			border:none;
			}

.firebugHighlight {
    z-index: 2147483647;
    position: absolute;
    background-color: #3875d7;
}

.firebugLayoutBoxParent {
    z-index: 2147483647;
    position: absolute;
    background-color: transparent;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px dashed #BBBBBB;
}

.firebugRulerH {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(chrome://firebug/skin/rulerH.png) repeat-x;
    border-top: 1px solid #BBBBBB;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px solid #000000;
}

.firebugRulerV {
    position: absolute;
    top: 0;
    left: -15px;
    width: 14px;
    height: 100%;
    background: url(chrome://firebug/skin/rulerV.png) repeat-y;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #000000;
    border-bottom: 1px dashed #BBBBBB;
}

.overflowRulerX > .firebugRulerV {
    left: 0;
}

.overflowRulerY > .firebugRulerH {
    top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.firebugLayoutBoxOffset {
    z-index: 2147483647;
    position: absolute;
    opacity: 0.8;
}

.firebugLayoutBoxMargin {
    background-color: #EDFF64;
}

.firebugLayoutBoxBorder {
    background-color: #666666;
}

.firebugLayoutBoxPadding {
    background-color: SlateBlue;
}

.firebugLayoutBoxContent {
    background-color: SkyBlue;
}

.firebugLayoutLine {
    z-index: 2147483647;
    background-color: #000000;
    opacity: 0.4;
}

.firebugLayoutLineLeft,
.firebugLayoutLineRight {
    position: fixed;
    width: 1px;
    height: 100%;
}

.firebugLayoutLineTop,
.firebugLayoutLineBottom {
    position: absolute;
    width: 100%;
    height: 1px;
}

.firebugLayoutLineTop {
    margin-top: -1px;
    border-top: 1px solid #999999;
}

.firebugLayoutLineRight {
    border-right: 1px solid #999999;
}

.firebugLayoutLineBottom {
    border-bottom: 1px solid #999999;
}

.firebugLayoutLineLeft {
    margin-left: -1px;
    border-left: 1px solid #999999;
}

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}