/* CSS Document */
.timettime{
	font-weight: bold;
	color: #CC6600;
	text-align: center;
	border-top: 1px solid #CC6600;
	background-image: url(images/time/time_time-bg.gif);
	background-repeat: repeat-y;
}

.timetday{
	background-color: #999999;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(images/time/time_day-bg.gif);
	background-repeat: repeat-x;
}



.timetmain{
	padding:2px;
	border-right: 1px solid #333333;
	border-top: 1px solid #000000;
	/*font-size: small;*/
}
.timetmain a{
	text-decoration: none;
}

.timetprogramin td{
	border-top: 1px dotted #666666;
	border-right: none;
	/*font-size: x-small;*/
}

/**/
.timetbline{
	border-bottom: 1px solid #000000;
}
.timettline{
	border-top: 1px solid #000000;
}
.timetrline{
	border-right: 1px solid #000000;
}
