/* CSS Document */

/* catv */
#catv_top {
background:url(../howtowatch/img/top_catv.jpg) no-repeat;
height:72px;
width:960px;
}

/* how to watch contents */
#content_tgc {
border:solid #000000 1px;
background:#FFFFFF;
width:958px;
height:100%;
}
/* ------ */

table.catv{
    width:900px;
	border:1px solid #000000;
	border-spacing:0px;
    background-color:#ffffff;
    empty-cells:show;
}
.catv th{
font-size:16px;
font-weight:bold;

}
.th_1{
    background-color:#ff91b3;
	line-height:30px;
}
.th_2{
    background-color:#41c7ff;
	line-height:30px;
}
.th_3{
    background-color:#7bdc93;
	line-height:30px;
}
.th_4{
    background-color:#abd178;
	line-height:30px;
}
.th_5{
    background-color:#ffcb4d;
	line-height:30px;
}
.th_6{
    background-color:#ff881f;
	line-height:30px;
}
.th_7{
  background-color: #7f20ec; 
  border-style: double; 
  border-color: #7f20ec; 
  border-width: 4px; 
  font-size:18px;
  line-height:35px;
  font-weight:bold;
  text-align:left;
  color: #ffffff; 
}
.th_8{
    background-color:#5b72ff;
	line-height:30px;
}

.catv td{
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
	padding-left:5px;
	height:30px;
	vertical-align:middle;
}
