/*------------ table style set ------------*/
table#schedule-tbl{
  background-color: #FFFFFF;
}
th#schedule-th1{
	background-color : #CCFFCC;
	font-size: 0.8em;
	color : red;
	border-width : 1px;
	border-style: solid;
	border-color : silver;
	padding-top : 0px;
  	padding-left : 0px;
  	padding-right : 0px;
  	padding-bottom : 0px;
  	margin-top : 0px;
  	margin-left : 0px;
  	margin-right : 0px;
  	margin-bottom : 0px;
  text-align : center;
	height : 10px;
	width : 20px;
}
th#schedule-th2{
	background-color: #CCFFCC;
	font-size: 0.8em;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	height : 10px;
	width : 65px;
}
th#schedule-th3{
	background-color: #CCFFCC;
	font-size: 0.8em;
	color: blue;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	height : 10px;
	width : 65px
;
}
th#schedule-th4{
	background-color: #CCFFCC;
	font-size: 0.8em;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	height : 10px;
	width : 75px;
}
th#schedule-th5{
	background-color: #CCFFCC;
	font-size: 0.8em;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	height : 10px;
	width : 350px;
}
td#schedule-td0{
	height : 8px;
	font-size: 0.9em;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #CCFFFF;
}
td#schedule-td1{
	height : 8px;
	font-size: 0.9em;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
td#schedule-td2{
	height : 8px;
	font-size: 0.9em;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
  
}
td#schedule-td-r{
	height : 8px;
	font-size: 0.9em;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFCC33;
}
td#schedule-td-p{
	height : 8px;
	font-size : 0.8em;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FF99FF;

}
td#schedule-td-k{
	height : 8px;
	font-size: 0.9em;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #CCFF33;
}
td#schedule-td-w{
	height : 8px;
	font-size: 0.9em;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FF3333;
}
