#programm_table {
	border: none;
	width: 950px;
	margin: 0 auto;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#programm_table td {
}

#programm_table .time {
	width: 100px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

#programm_table .green, #programm_table .orange, #programm_table .title {
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
	text-shadow:0 1px 1px #FFFFFF;
	height: 30px;
}

#programm_table .title {
	background-position: center;
	background-repeat: repeat-x;
	
	text-align: center;
}

#programm_table .grey {
	background-image: url(../images/images/grey_title.jpg);
	background-color: #E7E7E7;
	padding-left: 100px;
}

#programm_table .green {
	background-image: url(../images/images/green_title.jpg);
	background-color: #CAE8C9;
	color: #666666;
}

#programm_table .orange {
	background-image: url(../images/images/orange_title.jpg);
	background-color: #FFE2C6;
	color: #666666;
}

.grey_boxes {
	background-image: url(../images/images/grey_box_bckgrnd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-left: 105px;
	height: 60px;
}

.grey_box {
	background-image: url(../images/images/grey_box_corner.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
	height: 53px;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 11px;
	color: #666666;
	text-shadow:0 1px 1px #FFFFFF;
}

#programm_table .orange.time {
	color: #000000;
}

.orange_box {
	background-image: url(../images/images/orange_box_bckgrnd.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FBCD5C;
	min-height: 35px;
	//height: 35px;
	color: #FFFFFF;
	padding: 10px;
}

.orange_box.time {
	font-size: 12px;
}

.orange_box span {
	font-size: 11px;
}

.striped {
	background-image: url(../images/images/striped_bckgrnd.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #EFEFEF;
	min-height: 55px;
	//height: 55px;
}

.grey_box2 {
	background-image: url(../images/images/grey_box2_bckgrnd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ECECEC;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow:0 1px 1px #FFFFFF;
	font-weight: bold;
	min-height: 50px;
	height: 50px;
}

	.blue_box {	background-image: url(../images/images/blue_box.jpg); background-color: #E0EBF1; }
	.blue_box2 { background-image: url(../images/images/blue_box2.jpg); background-color: #BEEFFF; }
	.green_box { background-image: url(../images/images/green_box.jpg); }
	.green_box2 { background-image: url(../images/images/green_box2.jpg); }
	.green_box3 { background-image: url(../images/images/green_box3.jpg); background-color: #CEFFEA; }
	.pink_box {	background-image: url(../images/images/pink_box.jpg); }
	.pink_box2 { background-image: url(../images/images/pink_box2.jpg); background-color: #FECEE4; }
	.purple_box { background-image: url(../images/images/purple_box.jpg); }
	.yellow_box { background-image: url(../images/images/yellow_box.jpg); }
	.salat_box { background-image: url(../images/images/salat_box.jpg); background-color: #EEFAB0; }
	.violet_box { background-image: url(../images/images/violet_box.jpg); background-color: #D0D9FF; }
	.violet_box2 { background-image: url(../images/images/violet_box2.jpg); background-color: #CECBD8; }
	.orange_box2 { background-image: url(../images/images/orange_box2.jpg); background-color: #FFE35C; }
	.red_box { background-image: url(../images/images/red_box.jpg); background-color: #DD9EA5; }
	
	.blue_box, .blue_box2, .green_box, .green_box2, .green_box3, .pink_box, .pink_box2,
	.purple_box, .yellow_box, .salat_box, .orange_box2, .violet_box, .red_box, .violet_box2 {
		background-position: bottom;
		background-repeat: repeat-x;
		color: #000000;
		text-shadow:0 1px 1px #FFFFFF;
		padding-left: 10px;
		padding-right: 10px;
		min-height: 50px;
		//height: 50px;
		font-weight: bold;
	}
	
	.yellow_box, .violet_box, .pink_box2, .green_box3 {
		font-size: 9px;
	}
	
	.day_column {
		padding-right: 5px;
		background-image: url(../images/images/vertical_brdr_bckgrnd.jpg);
		background-position: center top;
		background-repeat: repeat-y;
	}
	
	.day_column_box {
		font-weight: bold;
		background-color: #FFFFFF;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.border1, .border2, .border3  {
		background-position: top;
		background-repeat: repeat-x;
		height: 2px;
		width: 7px;
		position: absolute;
	}
	
	.border1  {
		background-image: url(../images/images/horizontal_brdr_bckgrnd.jpg);
		top: 32px;
		left: 7px;
	}
	
	.border2  {
		background-image: url(../images/images/horizontal_brdr_bckgrnd.jpg);
		top: -113px;
		left: 7px;
	}
	
	.border3  {
		background-image: url(../images/images/horizontal_brdr_bckgrnd.jpg);
		top: -33px;
		left: 7px;
	}
	
	.border_box {
		position: relative;
	}
