.programs_table{
	border:1px solid #bbbbbb;
	width:100%;
	text-align:left;
	margin-bottom:5px;
}
.programs_table th{
	background:url(../images/now_shown_bg.png) top center repeat-x #e9e9e9;
	padding:2px 5px 5px;
	font-size:14px;
	border-bottom:1px solid #b9b9b9;
}
.programs_table th a{
	color:#000;
	text-decoration:none;
}
.programs_table th a:hover{
	text-decoration:underline;
}
.programs_table th .now_shown_name{
	color:#666666;
	font-size:11px;
	font-weight:normal;
}
.programs_table td{
	background-color:#efefef;
	padding:3px 5px;
}
.programs_table .prog_checked td{
	background-color:#f4f0e0;
}
.programs_table .prog_checked td a{
	color:#af3838;
}
.programs_table .prog_ended td{
	color:#666;
}
.programs_table .prog_ended td a{
	color:#666;
}
.programs_table .marked{
	background-color:#f3f3f3;
}
.programs_table .prog_checked .marked{
	background-color:#f8f4e4;
}
#program_description{
	border-top:1px solid #bbb;
	border-bottom:1px solid #b9b9b9;
	background:url(../images/program_description_bg.png) top repeat-x #f3f3f3;
	padding:10px;
}
#program_description .program_name{
	color:#004080;
}
#program_description .program_type{
	font-size:11px;
	color:#666;
}
#program_description .photo_block{
	width:130px;
	float:left;
}
#program_description .photo_block .photo{
	border:1px solid #bbb;
}
#program_description .description{
	margin-left:130px;
	position:relative;
	padding-bottom:70px;
	min-height:70px;
	color:#111;
}
#program_description .full_description{
	position:relative;
	padding-bottom:70px;
	min-height:70px;
	color:#111;
}
#program_description .program_info{
	position:absolute;
	bottom:0;
	color:#333;
}
#program_description .description .program_info h4{
	margin:0;
}
#comments_block{
	background-color:#f3f3f3;
	border-bottom:1px solid #b9b9b9;
	padding:10px;
	color:#333;
}
#comments_block h3{
	color:#004080;
	margin:0;
}
#comments_block .comment{
	margin:5px 0;
}
#comments_block .comment p{
	margin: 0;
}
#comments_block .comment .name{
	font-weight:bold;
	color:#004080;
}
#write_comment{
	background-color:#f3f3f3;
	padding:10px;
	color:#333;
}
#write_comment_table{
	width:100%;
}
#write_comment_table .input{
	border:1px solid #bbb;
	width:148px;
	height:18px;
}
#write_comment_table .textarea{
	border:1px solid #bbb;
	width:100%;
	height:78px;
}
#content_footer{
	padding: 15px 0 5px;
}
.comment_error, .comment_notice{
	color:#FF0000;
	font-weight:bold;
	padding-bottom:7px;
}
.comment_notice{
	color:#0000FF;
}
#content_window{
	padding-top:35px;
}