.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;
	text-align:left;
}
.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 .full_description{
	position:relative;
	padding-bottom:30px;
	min-height:150px;
	color:#111;
	line-height: 130%;
}
#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:10px 0;
	padding:10px 0;
	background: url(../images/commentlist_line.gif) repeat-x;
}
#comments_block .comment p{
	margin: 0;
}
#comments_block .comment .name{
	font-size: 14px;
	font-weight:bold;
	color:#333333;
}
#comments_block .commentmetadata{
	color: #666;
	font: 11px arial;
}
#comments_block .commenttext{
	line-height: 130%;
}
#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;
}
.nowtagname{
	font-size:12px;
	color:#888888;
	margin-left:10px;
}
.tagname{
	font-size:11px;
	color:#666;
	margin-left:10px;
}
.fb_ltr{
	margin:5px 0 10px;
}
.movies_table{
    background-color: #CDCDCD;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 8pt;
    margin: 10px 0 15px;
    text-align: left;
    width: 100%;
}
.movies_table th{
    background-color: #FAF6E6 !important;
    border: 1px solid #FFFFFF;
    color: #3D3D3D !important;
    padding: 4px;
}
.movies_table td{
    background-color: #FFFFFF;
    color: #3D3D3D;
    padding: 4px;
    vertical-align: middle;
}
.movies_table tr.odd td{
    background-color: #F7F7F7;
}
