/*
Theme Name: WordPress mu TCMV3
Theme URI: http://www.hecube.net/
Description: TCMV3 template base on the default WordPress mu theme.
Version: 0.0.1
Author: b@hecube.net
Author URI: http://www.hecube.net/
Tags: tcmcinema

	TCMV3 v0.0.1
	 http://www.hecube.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
	/*font-size: 62.5%;*/ /* Resets 1em to 10px */
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	/* background: #fff url('images/body_bg.jpg') top center no-repeat; 
	background-attachment: fixed; */
	background-color: #f1f1f1;
	color: #3a3a3a;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
a {
	outline: none;
}
.clear_O {
	line-height: 0;
	clear: both;
}
.clear_10 {
	line-height: 10px;
	clear: both;
}
.clear_20 {
	line-height: 20px;
	clear: both;
}
#page {
	background-color: #fff;
	/* border: 1px solid #959596; */
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

#header {
	background-color: transparent;
	width: 940px;
	height: 176px;
	margin: 0;
	padding: 0 20px;
}
.header_skin {
	background-color: #8fb1be;
	width: 940px;
	height: 176px;
	margin: 0;
	padding: 0;
}
/*#header .header_line {}*/
.header_logo, .header_banners_skin, .header_nav, .header_search {
	float: left;
}
.header_logo {
	width: 199px;
	height: 141px;
}
.header_banners_skin {
	width: 737px;
	height: 133px;
	margin: 0;
	padding: 8px 0 0 3px;
}
.header_banners_skin .banners_h {
	background-color: transparent;
	width: 728px;
	height: 90px;
}
.header_nav {
	width: 720px;
	height: 35px;
}
.header_search {
	width: 220px;
	height: 35px;
}

#footer {
	background-color: transparent;
	width: 940px;
	margin: 0;
	padding: 0 20px;
}
.footer_skin {
	background-color: #f5f5f5;
	width: 940px;
	margin: 0;
	padding: 0;
}
.footer_nav_box {
	background-color: #ffffff;
	width: 158px;
	height: 130px;
	margin: 0 10px; /* +++13102009 */
	padding: 5px;
	overflow: hidden;
	float: left;
}
.footer_nav_box .footer_nav_box_title {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	color: #8fb1be;
}
.footer_nav_box .footer_nav_box_links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_nav_box a:link, .footer_nav_box a:visited {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	color: #8fb1be;
	cursor: pointer;
}
.footer_nav_box a:hover {
	text-decoration: underline;
}
.footer_banners_skin {
	width: 920px;
	height: 90px;
	margin: 0 10px;
	padding: 0;
}
.footer_banners_skin .banners_h {
	background-color: transparent;
	/*width: 100%;*/width: 728px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
.turner_inter {
	width: 920px;
	margin: 0 10px;
	padding: 0;
}
.turner_inter h5 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #8fb1be;
}
.turner_inter p {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
}

#content, #sidebar {
	float: left;
}
.narrowcolumn {
	width: 600px;
	margin: 0;
	padding: 0 20px;
}
.widecolumn {
	width: 940px;
	margin: 0;
	padding: 0 20px;
}
/** experimental **/
.home_main_title {
	background: #8fb1be;
	height: 28px;
	text-align: left;
	overflow: hidden;
	padding: 0 0 0 10px;
	margin: 0;
}
.home_main_title h1 {
	height: 25px;
	padding: 0;
	margin: 0;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*color: #d2e0e5;*/color: #fff;
	overflow: hidden;
}
/** End experimental **/
.home_section_title {
	background: #8fb1be;
	/*width: 590px;*/
	height: 25px;
	text-align: left;
	overflow: hidden;
	padding: 0 0 0 10px;
	margin: 0;
}
#sidebar {
	width: 320px;
	margin: 0;
	padding: 0;
}
/* End Structure */

/* header nav links */
.header_nav_links {
	height: 35px;
	padding: 0;
	margin: 0;
}
.header_nav_links .header_nav_link {
	height: 35px;
	background: transparent;
	margin: 0;
	padding: 0;
	float: left;
}
.header_nav_links .header_nav_link_active {
	height: 35px;
	background: transparent url('images/arrowup.png') bottom center no-repeat;
	margin: 0;
	padding: 0;
	float: left;
}
.header_nav_links .header_nav_link a, .header_nav_links .header_nav_link_active a {
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	margin: 0;
	color: #fff;
	cursor: pointer;
}
.header_nav_links .header_nav_link a {
	background: transparent;
}
.header_nav_links .header_nav_link a:hover, #header_nav_links .header_nav_link_active a {
	background: transparent;
	color: #d2e0e5;
}
/* End header nav links */

/* header search form */
#header .header_search .header_search_form {
	position: relative;
	/*top: -35px;*/top: -28px;
	left: 0;
}
.header_search_form div {
	/*height: 35px;*/height: 20px;
	/*line-height: 35px;*/line-height: 20px;
	margin: 0 ;
	padding: 0;
	color: #fff;
	float: left;
}
.header_search_form .header_search_title {
	/*height: 20px;*/
	margin: 0 ;
	padding: 15px 0 0 0;
	color: #fff;
	/*float: left;*/
}
.header_search_form label.input_label {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	margin: 0;
	padding: 0;
}
.header_search_form input.input_text {
	width: 178px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	/*margin: 7px 0 0 0;*/margin: 1px 0 0 0;
	padding: 0;
	border: none;
}
.header_search_form input.input_button {
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	border: none;
	/*margin: 4px 5px;*/margin: 0;
	padding: 0;
	cursor: pointer;
}
/* End header search form */

/* content search form */
.content_search {
	background: #8fb1be;
	padding: 0 0 20px 20px;
	margin: 0;
}
.content_search .content_search_form {
	/*position: relative;*/
	/*top: -35px;*//*top: -28px;*/
	/*left: 0;*/
}
.content_search_form div {
	/*height: 35px;*/height: 20px;
	/*line-height: 35px;*/line-height: 20px;
	margin: 0 ;
	padding: 0;
	color: #fff;
	float: left;
}
.content_search_form .content_search_title {
	/*height: 20px;*/
	margin: 0 ;
	padding: 15px 0 0 0;
	color: #fff;
	/*float: left;*/
}
.content_search_form label.input_label {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	margin: 0;
	padding: 0;
}
.content_search_form input.input_text {
	width: 178px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	/*margin: 7px 0 0 0;*/margin: 1px 0 0 0;
	padding: 0;
	border: none;
}
.content_search_form input.input_button {
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	border: none;
	/*margin: 4px 5px;*/margin: 0;
	padding: 0;
	cursor: pointer;
}
/* End content search form */

/* sidebar up */
#sidebar_up {
	background-color: #ffffff;
	width: 320px;
	margin: 0;
	padding: 0;
}
#sidebar_programs {
	background: #fff;
	width: 320px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #8fb1be;
}
#sidebar_banners {
	/* display: none; */
	background: transparent;
	width: 300px;
	height: 250px;
	margin: 0 auto;
	padding: 0;
}
#sidebar_facebook {
	background: transparent;
	width: 320px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/* End sidebar up */

/* program module */
#programsidebar {
	width: 100%;
}
#programsidebar_tabs {
	background-color: #ffffff; 
	width: 100%;
	/*height: 35px;*/
}
#programsidebar_tabs div {
	background-color: #8fb1be;
	width: 32%;
	height: 28px;
	float: right;
	line-height: 28px;
	margin: 0;
	/*padding: 0 5px;*/padding: 0;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
/*	color: #7dc6e5; */
	color: #ffffff;
	cursor: pointer;
}
#programsidebar_tabs div.programsidebar_tabs_current {
	width: 37%;
}
#programsidebar_tabs div.programsidebar_tabs_prime {
	width: 22%;
}
#programsidebar_tabs div.programsidebar_tabs_calendar {
	width: 33%;
}
#programsidebar_tabs div.programsidebar_tabs_placeholder {
	width: 4%;
	height: 28px;
	background: transparent;
}
#programsidebar_tabs div.hilite {
	background: #8fb1be url('images/arrowup.png') bottom center no-repeat;
	color: #ffffff;
}
#programsidebar_tgts {
	width: 100%;
}
#programsidebar_tgts_calendar .programsidebar_date div, #programsidebar_tgts_prime .programsidebar_title div, #programsidebar_tgts_current .programsidebar_title div { /* +++13102009 */
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #8fb1be;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: center;
}
#programsidebar_tgts_calendar .programsidebar_subnav div {
	width: 50%;
	text-align: center;
	float: left;
}
#programsidebar_tgts_current table, #programsidebar_tgts_prime table, #programsidebar_tgts_calendar table {
	/*width: 100%;*/
	border: none;
	margin: 0 auto;
	padding: 0;
}
#programsidebar_tgts_calendar table tr {
	/* nothing */
}
#programsidebar_tgts_calendar table tr td {
	width: 38px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: transparent;
	text-align: center;
}
#programsidebar_tgts_calendar table tr td.weekend {
	background: #f1f1f1;
}
#programsidebar_tgts_calendar table form {
	padding: 0;
	margin: 0;
}
#programsidebar_tgts_calendar input.button_subnav {
	background: transparent;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
}
#programsidebar_tgts_calendar input.button_day {
	background: transparent;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
}
#programsidebar_tgts_calendar input.button_day_local {
	background: transparent;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #d2e0e5;
}
#programsidebar_tgts_calendar input.button_day_current {
	background: transparent;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #8fb1be;
}
#programsidebar_tgts_prime table, #programsidebar_tgts_current table {
/*	width: 100%; */
	border: none;
	margin: 0 0 10px 20px;
	padding: 0;
}
#programsidebar_tgts_prime table tr, #programsidebar_tgts_current table tr {
	/* nothing */
}
#programsidebar_tgts_prime table tr td, #programsidebar_tgts_current table tr td {
	/*width: 38px;*/
	/*height: 20px;*/
	padding: 1px;
	margin: 0;
	background: transparent;
	text-align: center;
	text-align: left;
	font-weight: bold;
	color: #8fb1be;
}
#programsidebar_tgts_prime table form, #programsidebar_tgts_current table form {
	padding: 0;
	margin: 0;
}
#programsidebar_tgts_prime input.button_mov, #programsidebar_tgts_current input.button_mov {
	width: 220px;
	background-color: #efefef;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px;
	text-align: left;
	font-weight: normal;
	color: #8fb1be;
}
/* End program module */

/* sidebar down */
#sidebar_down {
	background: #fff;
	width: 320px;
	margin: 0;
	padding: 0;
}

.sidebar_box {
	background: #f1f1f1;
	width: 320px;
	margin: 0;
	padding: 0;
}
.sidebar_box .sidebar_box_title, .sidebar_box .sidebar_box_rss {
	height: 20px;
	float: left;
}
.sidebar_box .sidebar_box_title {
	width: 280px;
	padding: 10px 0 0 10px;
	margin: 0;
	overflow: hidden;
}
.sidebar_box .sidebar_box_title div { /* +++13102009 */
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #d2e0e5;
	overflow: hidden;
}
.sidebar_box .sidebar_box_rss {
	width: 20px;
	padding: 10px 10px 0 0;
	margin: 0;
	text-align: right;
}
.sidebar_box ul {
	list-style-image: url('images/square_bullet_5.png');
	padding: 0 0 0 25px;
	margin: 10px 0;
}
.sidebar_box li {
	/* nothing for the moment ...*/
}
.sidebar_box li a:link, .sidebar_box li a:visited {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	color: #3a3a3a;
	cursor: pointer;
}
.sidebar_box li a:hover {
	text-decoration: underline;
}
.sidebar_box div, .sidebar_box p {
	padding: 10px 10px 0 10px;
	margin: 0;
}
.sidebar_box div a, .sidebar_box p a {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	color: inherit;
	cursor: pointer;
}
.sidebar_box div a:hover {
	text-decoration: underline;
}
.sidebar_box .sidebar_box_tagcloud {
	text-decoration: none;
}
.sidebar_box .sidebar_box_tagcloud:hover {
	text-decoration: underline;
}
.sidebar_box .sidebar_box_link {
	/*background: #fff url('images/sidebar_link_bg.png') repeat-x;*/background: transparent;
	/*height: 20px;*/
	margin: 0;
	padding: 0;
	text-align: right;
}

.sidebar_box .sidebar_box_link a {
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #fff;
	cursor: pointer;
}
.sidebar_box .sidebar_box_link a:hover {
	text-decoration: none;
}
.sidebar_footer {
	background: #fff url('images/sidebar_footer_bg.png') repeat-x;
	height: 20px;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
}
.sidebar_footer p {
	padding: 0;
	margin: 0;
	line-height: 20px;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
}
.sidebar_footer p a {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: #fff;
}
.sidebar_footer p a:hover {
	text-decoration: underline;
}
/* End sidebar down */

/* page */
.post {
	/* nothing for the moment */
}
.post a:link, .post a:visited {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: #8fb1be;
}
.post a:hover {
	text-decoration: underline;
}
.post .post_title {
	background: #8fb1be;
	height: 25px;
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #d2e0e5;
	overflow: hidden;
}
.post .time {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	padding: 0;
	margin: 0;
}
.post .entry {
	/* nothing for the moment */
}
.post .entry p {
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: justify;
}
.post .entry p.date {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}
.post .entry h2 {
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	padding: 0;
	margin: 0;
	color: #8fb1be;
}
.post .entry h3, .post .entry h4, .post .entry h5, .post .entry h6 {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	padding: 0;
	margin: 0;
	color: #434343;
}
/*
.post .entry .content {
	text-align: justify;
}
*/
.post .entry .wp-caption .wp-caption-text {
	line-height: 12px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	padding: 0;
	margin: 0;
	color: #8fb1be;
	text-align: left;
	overflow: hidden;
}
.post .entry .wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
}
.post .entry .aligncenter {
	display: block;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}
.post .entry .alignright {
	display: inline;
	margin: 0;
	padding: 5px 0 5px 20px;
	text-align: right;
	float: right;
}
.post .entry .alignleft {
	display: inline;
	margin: 0;
	padding: 5px 20px 5px 0;
	text-align: center;
	float: left
}
.post .entry ul {
	list-style-image: url('images/square_bullet_5.png');
	padding: 0 0 0 25px;
	margin: 10px 0;
}
.post .entry ul li {
	/* nothing for the moment */
}
.post .entry ol {
	padding: 0 0 0 25px;
	margin: 10px 0;
}
.post .entry ol li {
	/* nothing for the moment */
}
.post .entry .tags {
	text-align: left;
}
.post .entry .metadata, .post .entry .metadata a {
	font-size: 10px;
}
.navigation {
	/* nothing for the moment */
}
.navigation a:link, .navigation a:visited {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	/* padding: 2px 5px 2px 2px; */
	margin: 2px 5px 2px 2px;
}
.navigation a:hover {
	text-decoration: underline;
}
.navigation .alignleft {
	background: #8fb1be;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: left;
	color: #fff;
	overflow: hidden;
}
.navigation .alignright {
	background: #8fb1be;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: right;
	color: #fff;
	overflow: hidden;
}
.navigation2 {
	/* nothing for the moment */
}
.navigation2 div {
	float: left;
}
.navigation2 a:link, .navigation2 a:visited {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	/* padding: 2px 5px 2px 2px; */
	margin: 2px 5px 2px 2px;
}
.navigation2 a:hover {
	text-decoration: underline;
}
.navigation2 .aligncenter {
	background: #8fb1be;
	width: 49%;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.navigation2 .separator {
	background: transparent;
	width: 2%;
	height: 25px;
	line-height: 25px;
}
.comments {
	/* nothing for the moment */
}
.comments a:link, .comments a:visited {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: #8fb1be;
}
.comments a:hover {
	text-decoration: underline;
}
.comments .list_title, .comments .reply_title {
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #8fb1be;
	overflow: hidden;
}
.comments .list {
	/* nothing for the moment */
}
.comments .list li {
	/* nothing for the moment */
}
.comments .list li img {
	/* nothing for the moment */
}
.comments .legals_extract {
	background: #8fb1be;
	margin: 0;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: justify;
	color: #fff;
}
.comments form {
	/* nothing for the moment */
	margin: 0;
	padding: 0;
}
.comments form p {
	width: 100%;
	margin: 0 auto;
	padding: 2px 0;
}
.comments form input {
	width: 200px;
	border: 1px solid #ddd;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #2f2f2f;
}
.comments form textarea {
	width: 598px;
	height: 150px;
	border: 1px solid #ddd;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #2f2f2f;
	overflow: auto;
}
.comments .comments_submit {
	background: #8fb1be;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.comments form .button_com, .comments form .button_mov_comment {
	background: transparent;
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
/* End page */

/* heHslider */
#heHslider {
	background: #fff;
	width: 600px;
	height: 380px;
	overflow: hidden;
	clear: both;
}
/* End heHslider */

/* home boxes */
.home_box_s {
	width: 600px;
	height: 150px;
	/*background: #fff url('images/home_box_s_bg.png') bottom center repeat-x;*/background: #ffffff;
}
.home_box_s_left, .home_box_s_right {
	float: left;
	/*overflow: hidden;*/
}
.home_box_s_left {
	width: 200px;
	height: 150px;
}
.home_box_s_right {
	width: 400px;
	height: 150px;
}
.home_box_s_img {
	width: 200px;
	height: 150px;
	overflow: hidden;
}
.home_box_s_content {
	width: 400px;
	height: 124px;
	overflow: hidden;
}
.home_box_s_content_title, .home_box_s_content_rss {
	float: left;
}
.home_box_s_content .home_box_s_content_title {
	width: 370px;
	height: 30px;
	padding: 0 0 5px 10px;
	margin: 0;
}
.home_box_s_content .home_box_s_content_title h3 {
	padding: 0;
	margin: 0;
	line-height: 30px;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d2e0e5;
	overflow: hidden;
}
.home_box_s_content .home_box_s_content_rss {
	width: 20px;
	height: 20px;
}
.home_box_s_content h1, .home_box_s_content h2 {
	width: 390px;
	line-height: 14px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	padding: 0 0 10px 10px;
	margin: 0;
	color: #8fb1be;
	overflow: hidden;
}
.home_box_s_content h1 a, .home_box_s_content h2 a {
	color: #8fb1be;
	text-decoration: none;
}
.home_box_s_content p {
	width: 390px;
	height: 58px;
	padding: 0 0 0 10px;
	margin: 0;
	overflow: hidden;
	text-align: justify;
}
.home_box_s_readmore {
	background: transparent;
	border-bottom: 1px solid #8fb1be;
	width: 400px;
	height: 20px;
	padding: 0;
	margin: 5px 0 0 0;
	text-align: right;
	overflow: hidden;
}
.home_box_s_readmore a {
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #8fb1be;
}
.home_box_s_readmore form {
	margin: 0;
	padding: 0;
}
/** big image 600x390, surtitre 202x95 **/
.home_box_b {
	width: 600px;
	height: 415px;
	background: transparent;
}
.home_box_b_left, .home_box_b_right {
	float: left;
	/*overflow: hidden;*/
}
.home_box_b_left {
	width: 200px;
	height: 150px;
	background: transparent;
}
.home_box_b_right {
	width: 400px;
	height: 150px;
}
.home_box_b_content {
	background: #fff;
	width: 400px;
	height: 94px;
	/*padding: 0;
	margin: 10px 0 0 0;*/
	overflow: hidden;
}
.home_box_b_content_title, .home_box_b_content_rss {
	float: left;
}
.home_box_b_content .home_box_b_content_title {
	width: 370px;
	height: 30px;
	padding: 0 0 10px 10px;
	margin: 0;
}
.home_box_b_content .home_box_b_content_title h3 {
	padding: 0;
	margin: 0;
	line-height: 36px;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d2e0e5;
	overflow: hidden;
}
.home_box_b_content .home_box_b_content_rss {
	width: 20px;
	height: 20px;
}
.home_box_b_content h1, .home_box_b_content h2 {
	/*width: 390px;*/width: 370px;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	padding: 0 0 10px 10px;
	margin: 3px 0 0 0;
	color: #8fb1be;
	overflow: hidden;
	float: left;
}
.home_box_b_content h1 a, .home_box_b_content h2 a {
	color: #8fb1be;
	text-decoration: none;
}
.home_box_b_content p {
	width: 390px;
	height: 58px;
	padding: 0 0 0 10px;
	margin: 0;
	overflow: hidden;
	text-align: justify;
}
.home_box_b_readmore {
	background: transparent;
	border-top: 1px solid #8fb1be;
	width: 400px;
	height: 25px;
	text-align: right;
	overflow: hidden;
}
.home_box_b_readmore a {
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #8fb1be;
}
.home_box_b_event_pusher {
	width: 600;
	height: 240px;
}
.home_box_b_event {
	background: #8fb1be;
	width: 600px;
	height: 25px;
	text-align: right;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
}
.home_box_b_event p {
	background: transparent;
	width: 580px;
	height: 25px;
	text-align: right;
	overflow: hidden;
	padding: 0 10px;
	margin: 0;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
}
.inter_box ul {
	list-style-image: url('images/square_bullet_5.png');
	padding: 0 0 0 25px;
	margin: 10px 0;
}
.inter_box ul li {
	/* nothing for the moment */
}
.inter_box ul li a:link, .inter_box ul li a:visited {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	color: #5b5b5b;
	cursor: pointer;
}
.inter_box ul li a:hover {
	text-decoration: underline;
}
.home_box_v {
	background: #f5f5f5;
	width: 444px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}
/* End home boxes */

/* news */
.home_section_title .last_news_title, .home_section_title .xternal_feed_title, .home_section_title .archive_title, .home_section_title .last_games_title, .home_section_title .last_photos_title {
	height: 25px;
	padding: 0;
	margin: 0;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d2e0e5;
	overflow: hidden;
}
/* End news */

/* multifeedsnap */
.rssContainer {
	/* nothing for the moment */
}
.rssContainer .feed {
	width: 100%;
}
.rssContainer a:link, .rssContainer a:visited {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: #3a3a3a;
}
.rssContainer a:hover {
	text-decoration: underline;
}
.rssContainer .feed .box_title {
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #8fb1be;
	overflow: hidden;
}
.rssContainer .feed .box_text {
	text-align: justify;
	padding: 0 0 10px 0;
	margin: 5px 0 0 0;
}
/* End multifeedsnap */

/* pagination (mov index & mov search & mov actor) */
.mov_index_pagination_box div, .mov_search_pagination_box div, .mov_actor_pagination_box div {
	line-height: 22px;
	margin: 0;
	padding: 0 4px;
	float: left;
}
.mov_index_pagination_box div .button_idp, .mov_search_pagination_box div .button_idp, .mov_actor_pagination_box div .button_idp {
	background: transparent;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 0;
	text-align: left;
	font-weight: normal;
	color: #3a3a3a;
}
.mov_index_pagination_box div.active .button_idp, .mov_search_pagination_box div.active .button_idp, .mov_actor_pagination_box div.active .button_idp {
	background: transparent;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 0;
	text-align: left;
	font-weight: normal;
	color: #8fb1be;
}
.mov_index_pagination_box div a:link, .mov_index_pagination_box div a:visited, .mov_search_pagination_box div a:link, .mov_search_pagination_box div a:visited, .mov_actor_pagination_box div a:link, .mov_actor_pagination_box div a:visited {
	text-decoration: none;
}
.mov_index_pagination_box div a:hover, .mov_search_pagination_box div a:hover, .mov_actor_pagination_box div a:hover {
	text-decoration: underline;
}
/* End pagination (mov index & mov search & mov actor) */

/* searchresult */
#movsearchpage .mov_search_list_box .hilite {
	color: #d2e0e5;
}
#movsearchpage .searchresult_box {
	width: 600px;
}
#movsearchpage .searchresult_box .searchresult_box_l, #movsearchpage .searchresult_box .searchresult_box_c, #movsearchpage .searchresult_box .searchresult_box_r {
	float: left;
}
#movsearchpage .searchresult_box .searchresult_box_l {
	width: 50px;
	height: 10px;
	margin: 0;
	padding: 0;
}
#movsearchpage .searchresult_box .searchresult_box_l .searchresult_box_relevance {
	background: #fff url('images/relevance_50x10_bg.png') center center no-repeat;
	width: 50px;
	height: 10px;
	margin: 0;
	padding: 0;
	/*border: none;*/
	/*text-align: left;*/
}
#movsearchpage .searchresult_box .searchresult_box_l .searchresult_box_relevance img {
	display: block;
	height: 10px;
	/*-height: 1px;*/ /* IE 6 is really strange sometimes ! */
	/*-margin: 2px 0 0 0;*/
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}
#movsearchpage .searchresult_box .searchresult_box_c {
	width: 100px;
}
#movsearchpage .searchresult_box .searchresult_box_c .searchresult_box_img {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
}
#movsearchpage .searchresult_box .searchresult_box_r {
	width: 450px;
}
#movsearchpage .searchresult_box .searchresult_box_r h2, #movsearchpage .searchresult_box .searchresult_box_r h2 a {
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #e9523f;
	text-align: left;
	overflow: hidden;
}
#movsearchpage .searchresult_box .searchresult_box_r p {
	/*width: 450px;*/
	/*height: 64px;*/
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: justify;
}
#movsearchpage .searchresult_box .searchresult_box_r .searchresult_box_r_b {
/*	background: #fff url('images/searchresult_box_r_b_bg.png') bottom center repeat-x; */
	background: #ffffff;
	height: 20px;
	line-height: 20px;
	padding: 0 0 10px 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
}
#movsearchpage .searchresult_box .searchresult_box_r .searchresult_box_r_b div {
	float: left;
}
#movsearchpage .searchresult_box .searchresult_box_r .searchresult_box_r_b .searchresult_box_rating {
	width: 100px;
	/*-width: 390px;*/
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
	/*float: left;*/
}
#movsearchpage .searchresult_box .searchresult_box_r .searchresult_box_r_b .searchresult_box_readmore {
	width: 350px;
	text-align: right;
	overflow: hidden;
	/*float: left;*/
}
#movsearchpage .home_box_s_readmore a {
	width: 100px;
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 5px;
	-padding: 2px;
	text-align: center;
	color: #fff;
}
#movsearchpage .searchresult_box a {
	width: 100px;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 2px;
	-padding: 2px;
	text-align: right;
	color: #e9523f;
}
/* End searchresult movsearch */

/* searchresult gsearch */
#gsearchpage .mov_search_list_box .hilite {
	color: #d2e0e5;
}
#gsearchpage .searchresult_box {
	width: 600px;
}
#gsearchpage .searchresult_box .searchresult_box_l, #gsearchpage .searchresult_box .searchresult_box_c, #gsearchpage .searchresult_box .searchresult_box_r {
	float: left;
}

#gsearchpage .searchresult_box .searchresult_box_r {
	width: 600px;
}
#gsearchpage .searchresult_box .searchresult_box_r h2, #gsearchpage .searchresult_box .searchresult_box_r h2 a {
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #8fb1be;
	text-align: left;
	overflow: hidden;
}
#gsearchpage .searchresult_box .searchresult_box_r p {
	/*width: 450px;*/
	/*height: 64px;*/
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: justify;
}
#gsearchpage .searchresult_box .searchresult_box_r .searchresult_box_r_b {
/*	background: #fff url('images/searchresult_box_r_b_bg.png') bottom center repeat-x; */
	background: #ffffff;
	height: 20px;
	line-height: 20px;
	padding: 0 0 10px 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
}
#gsearchpage .searchresult_box .searchresult_box_r .searchresult_box_r_b div {
	float: left;
}
#gsearchpage .searchresult_box .searchresult_box_r .searchresult_box_r_b .searchresult_box_rating {
	width: 250px;
	/*-width: 390px;*/
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
	/*float: left;*/
}
#gsearchpage .searchresult_box .searchresult_box_r .searchresult_box_r_b .searchresult_box_readmore {
	width: 350px;
	text-align: right;
	overflow: hidden;
	/*float: left;*/
}
#gsearchpage .home_box_s_readmore a {
	width: 100px;
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 5px;
	-padding: 2px;
	text-align: center;
	color: #fff;
}
#gsearchpage .searchresult_box a {
	width: 100px;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 2px;
	-padding: 2px;
	text-align: right;
	color: #8fb1be;
}
/* End searchresult gsearch */

/* searchresult actor filmo */
#movactorpage .mov_search_list_box .hilite {
	color: #d2e0e5;
}
#movactorpage .searchresult_box {
	width: 600px;
}
#movactorpage .searchresult_box .searchresult_box_l, #movactorpage .searchresult_box .searchresult_box_c, #movactorpage .searchresult_box .searchresult_box_r {
	float: left;
}
#movactorpage .searchresult_box .searchresult_box_c {
	width: 100px;
}
#movactorpage .searchresult_box .searchresult_box_c .searchresult_box_img {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
}
#movactorpage .searchresult_box .searchresult_box_r {
	width: 500px;
}
#movactorpage .searchresult_box .searchresult_box_r h2, #movactorpage .searchresult_box .searchresult_box_r h2 a {
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #8fb1be;
	text-align: left;
	overflow: hidden;
}
#movactorpage .searchresult_box .searchresult_box_r p {
	/*width: 450px;*/
	/*height: 64px;*/
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: justify;
}
#movactorpage .searchresult_box .searchresult_box_r .searchresult_box_r_b {
/*	background: #fff url('images/searchresult_box_r_b_bg.png') bottom center repeat-x; */
	background: #ffffff;
	height: 20px;
	line-height: 20px;
	padding: 0 0 10px 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
}
#movactorpage .searchresult_box .searchresult_box_r .searchresult_box_r_b div {
	float: left;
}
#movactorpage .searchresult_box .searchresult_box_r .searchresult_box_r_b .searchresult_box_rating {
	width: 150px;
	/*-width: 390px;*/
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
	/*float: left;*/
}
#movactorpage .searchresult_box .searchresult_box_r .searchresult_box_r_b .searchresult_box_readmore {
	width: 350px;
	text-align: right;
	overflow: hidden;
	/*float: left;*/
}
#movactorpage .home_box_s_readmore a {
	width: 100px;
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 5px;
	-padding: 2px;
	text-align: center;
	color: #fff;
}
#movactorpage .searchresult_box a {
	width: 100px;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 2px;
	-padding: 2px;
	text-align: right;
	color: #8fb1be;
}
/* End searchresult actor filmo */

/* movie sheet */
.home_section_title .mov_sheet_title, .home_section_title .mov_index_title, .home_section_title .mov_actor_title {
	height: 25px;
	padding: 0;
	margin: 0;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d2e0e5;
	overflow: hidden;
}
.home_box_s_readmore input.button_vid {
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 5px;
	-padding: 2px;
	text-align: center;
	color: #fff;
}
.home_box_s ul {
	list-style-image: url('images/square_bullet_5.png');
	padding: 0 0 0 25px;
	margin: 10px 0;
}
.home_box_s li {
	/* nothing for the moment ...*/
}
.mov_sheet_box {
	/* nothing for the moment ...*/
}
.mov_sheet_box_c {}
.mov_sheet_box .mov_sheet_box_c h2 {
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	padding: 2px 0 4px 0;
	margin: 0;
	color: #8fb1be;
	overflow: hidden;
}
.mov_sheet_box .mov_sheet_box_c p {
	margin: 0;
	padding: 5px 10px;
	text-align: justify;
}
.mov_sheet_box .mov_sheet_box_c ul {
	list-style-image: url('images/square_bullet_5.png');
	padding: 0 0 0 25px;
	margin: 10px 0;
}
.mov_sheet_box .mov_sheet_box_c ul.half {
	width: 270px;
	float: left;
}
.mov_sheet_box .mov_sheet_box_c li {
	/* nothing for the moment ...*/
}

.mov_sheet_box .mov_sheet_box_c li a {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #2f2f2f;
}
.mov_sheet_box .mov_sheet_box_c li a:link, .mov_sheet_box .mov_sheet_box_c li a:visited {
	text-decoration: none;
}
.mov_sheet_box .mov_sheet_box_c li a:hover {
	text-decoration: underline;
}

.mov_sheet_box .mov_sheet_box_e {
	border-top: 1px solid #ccc;
	text-align: right; /* for afi logo */
}
.mov_sheet_box .mov_sheet_box_e p {
	margin: 0;
	padding: 5px 10px;
	text-align: justify;
}
.mov_sheet_box .mov_sheet_box_b {
	background: transparent;
	/*border-bottom: 1px solid #8fb1be;*/
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	text-align: right;
}
.mov_sheet_box .mov_sheet_box_b input.button_tog {
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 0 5px;
	-padding: 2px;
	text-align: center;
	color: #8fb1be;
}
.mov_index_alpha_box form, .mov_index_list_box form, .mov_index_pagination_box form {
	margin: 0;
	padding: 0;
}
.mov_index_alpha_box {
	background: #8fb1be;
	/*width: 600px;*/
	height: 22px;
	margin: 0 auto;
	padding: 0 0 0 5px;
}
.mov_index_alpha_box div {
	/*width: 22px;*/
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 0 4px;
	float: left;
}
.mov_index_alpha_box div {
	background: #8fb1be;
}
.mov_index_alpha_box div.active {
	background: #d2e0e5;
}
.mov_index_alpha_box .button_idl {
	background: transparent;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 0;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.mov_index_alpha_box a:link, .mov_index_alpha_box a:visited {
	text-decoration: none;
}
.mov_index_alpha_box a:hover {
	text-decoration: underline;
}
.mov_index_list_box {
	background: transparent;
	width: 600px;
	margin: 0 auto;
	padding: 0;
}
.mov_index_list_box .mov_index_list_title {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}
.mov_index_list_box ul {
	list-style-image: url('images/square_bullet_5.png');
	padding: 0 0 0 25px;
	margin: 10px 0;
}
.mov_index_list_box li {
	/* nothing for the moment */
}
.mov_index_list_box .button_mov {
	background: transparent;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 0;
	text-align: left;
	font-weight: normal;
	color: #2f2f2f;
}
.mov_index_list_box a:link, .mov_index_list_box a:visited {
	text-decoration: none;
}
.mov_index_list_box a:hover {
	text-decoration: underline;
}
.mov_index_pagination_box {
	background: transparent;
	/*width: 600px;*/
	height: 22px;
	margin: 0 auto;
	padding: 0;
}
.movsheet_backlink {
	background: #8fb1be;
	width: 186px;
	height: 28px;
}
.movsheet_backlink a:link, .movsheet_backlink a:visited,.movsheet_backlink a:hover {
	/*width: 150px;
	height: 20px;*/
	line-height: 20px;
	background: transparent url('images/button_movsheet_backlink.png') top center no-repeat;
	cursor: pointer;
	margin: 0;
	padding: 3px 30px 3px 6px;
	text-align: left;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	color: #fff;
}
/* End movie sheet */

/* rating */
.tools {}
.tools .rating_votescore {
	width: 120px;
	float: left;
}
.tools .rating_form {
	width: 120px;
	float: left;
}
.rating_form .button_mov_rating {
	background: transparent;
	width: 45px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	color:  #e6563e;
	cursor: pointer;
}
.rating {}
.rating .rscale {
	background: #fff url('images/rstars_bg.png') top left no-repeat;
	width: 100px;
	height: 18px;
}
.rating .rstars {
	background: transparent url('images/rstars.png') top left no-repeat;
	width: 1px;
	height: 100%;
}
.rating .rslider {
	background: #fff url('images/rslider_bg.png') repeat-x;
	width: 1px;
	height: 15px;
}
.rating .rknob {
	background: transparent url('images/rknob.png') top center no-repeat;
	width: 20px;
	height: 15px;
	line-height: 17px;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
/* End rating */

/* medias & archives */
.previewer {
	/* not working in IE
	border-top: 1px solid #e9523f;
	border-right: none;
	border-bottom: 1px solid #e9523f;
	border-left: none;
	*/
	background: #f1f1f1 url('images/previewer_bg.png') top center no-repeat;
	width: 600px;
	height: 150px;
}
.previewer .control {
	width: 22px;
	height: 150px;
	margin: 0;
	padding: 0;
}
.previewer .left {
	background: transparent url('images/previewer_control_l_bg.png') top right no-repeat;
}
.previewer .right {
	background: transparent url('images/previewer_control_r_bg.png') top left no-repeat;
}
.previewer .mask {
	width: 556px;
	height: 150px;
}
.previewer h3 { /* +++13102009 */
	width: 85%;
	height: 32px;
	margin: 0;
	padding: 4px 0 0 7px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #434343;
}
.previewer p {
	width: 85%;
	height: 76px;
	margin: 0;
	padding: 0 5px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: justify;
}
.previewer form {
	margin: 0;
	padding: 0 8px;
	text-align: right;
}
.previewer input.button_media {
	width: 186px;
	height: 20px;
	background: #8fb1be url('images/button_media.png') top right no-repeat;
	border: none;
	cursor: pointer;
	margin: 0 10% 0 0;
	padding: 2px;
	text-align: left;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	color: #fff;
}
.previewer input.button_archive {
	width: 186px;
	height: 20px;
	background: #8fb1be url('images/button_archive.png') top right no-repeat;
	border: none;
	cursor: pointer;
	margin: 0 10% 0 0;
	padding: 2px;
	text-align: left;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	color: #fff;
}
/* End medias & archives */

/* photo gallery */
#photo_viewer_page {
	width: 600px;
	height: 400px;
	overflow: hidden;
}

img{
	border:0;
}

div.progress-bar {
	border: 1px solid #fff;
	background-color: #000;
}

div.missing-thumbnail {
	background: #333 url('images/redx.gif') center center no-repeat;
	cursor: pointer;
	border: 1px solid #bbb; /*try not to make the border thicker than 1px*/
}

div.error-message{
	color: #bbb;
	font-size: 1.2em;
	margin-top: -0.6em;
	position: relative;
	text-align: center;
}

div.caption{
	background-color: #000;
	color: #fff;
}

div.caption a{
	color: #fff;
}
/* End photo gallery */

/* video gallery */
.home_box_v h2 {
	background: #8fb1be;
	height: 25px;
	padding: 0 10px;
	margin: 0;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d2e0e5;
	overflow: hidden;
}
.home_box_v .inter_box {
	margin: 0;
	padding: 0;
}
.home_box_v .inter_box div {
	width: 202px;
	/*height: 202px;*/
	margin: 0;
	padding: 10px;
	float: left;
}
.home_box_v .inter_box div img {}
.home_box_v .inter_box div h3 {
	background: #8fb1be;
	margin: 0;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	color: #fff;
}
.home_box_v .inter_box div form {
	margin: 0;
	padding: 0;
}
.home_box_v .inter_box div form .button_vid {
	background: #8fb1be;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-transform: none;
	color: #fff;
	cursor: pointer;
}
/* End video gallery */

/* pgmhome */

/* End pgmhome */
#programhome {
	width: 600px;
	height: 150px;
	padding: 0;
	margin: 0;
}

/* pgmday */
.pgmday_box {
	width: 600px;
}
.pgmday_box .pgmday_box_l, .pgmday_box .pgmday_box_c, .pgmday_box .pgmday_box_r {
	float: left;
}
.pgmday_box .pgmday_box_l {
	width: 50px;
}
.pgmday_box .pgmday_box_l .pgmday_box_pgmtime {
	line-height: 16px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #434343;
	text-align: left;
}
.pgmday_box .pgmday_box_c {
	width: 100px;
}
.pgmday_box .pgmday_box_c .pgmday_box_img {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
}
.pgmday_box .pgmday_box_r {
	width: 450px;
}
.pgmday_box .pgmday_box_r h2, .pgmday_box .pgmday_box_r h2 a {
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #8fb1be;
	text-align: left;
	overflow: hidden;
}
.pgmday_box .pgmday_box_r p {
	/*width: 450px;*/
	/*height: 64px;*/
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: justify;
}
.pgmday_box .pgmday_box_r .pgmday_box_r_b {
/*	background: #fff url('images/pgmday_box_r_b_bg.png') bottom center repeat-x; */
	background: #ffffff;
	height: 20px;
	line-height: 20px;
	padding: 0 0 10px 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
}
.pgmday_box .pgmday_box_r .pgmday_box_r_b div {
	float: left;
}
.pgmday_box .pgmday_box_r .pgmday_box_r_b .pgmday_box_version {
	width: 250px;
	/*-width: 390px;*/
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
	/*float: left;*/
}
.pgmday_box .pgmday_box_r .pgmday_box_r_b .pgmday_box_version h5 {
	background: transparent;
	margin: 0;
	padding: 0 5px;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	/* text-transform: uppercase; */
	color: #8fb1be;
}
.pgmday_box .pgmday_box_r .pgmday_box_r_b .pgmday_box_rating {
	width: 100px;
	/*-width: 390px;*/
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
	/*float: left;*/
}
.pgmday_box .pgmday_box_r .pgmday_box_r_b .pgmday_box_readmore {
	width: 100px;
	text-align: right;
	overflow: hidden;
	/*float: left;*/
}
/*.pgmday_box form {
	margin: 0;
	padding: 0;
}*/
/*.home_box_s_readmore input.button_mov, *//*.home_box_s_readmore a {
	width: 100px;
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 5px;
	-padding: 2px;
	text-align: center;
	color: #fff;
}*/
/*.pgmday_box input.button_mov, */.pgmday_box a {
	width: 100px;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 2px;
	-padding: 2px;
	text-align: right;
	color: #8fb1be;
}
/* End pgmday */

/** pgmweek **/
#programweekpage {
	/* nothing for the moment */
}
.pgm_week_title {
	height: 25px;
	padding: 0;
	margin: 0;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d2e0e5;
	overflow: hidden;
}
.col_days {
	/* nothing for the moment */
}
.col_days .other_day, .col_days .current_day {
	line-height: 60px;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #2f2f2f;
}
.col_days .current_day {
	color: #8fb1be;
}
.col_misc {
	text-align: center;
}
.col_pgm {
	/* nothing for the moment */
}
.row_time {
	height: 22px;
	line-height: 22px;
}
.row_time_lcd {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #8fb1be;
}
.slider {
	background: #8fb1be url('images/slider_bg.png') top center no-repeat;
}
.slider .knob {
	background: transparent url('images/slider_knob_bg.png') top center no-repeat;
	height: 22px;
	cursor: pointer;
}
.row_day {
	height: 60px;
	border-top: 1px hidden #2f2f2f;
	border-right: none;
	border-bottom: 1px solid #2f2f2f;
	border-left: none;
}
.row_day_first {
	height: 60px;
	border-top: 1px solid #2f2f2f;
	border-right: none;
	border-bottom: 1px solid #2f2f2f;
	border-left: none;
}
.row_day .pgm_box {
	height: 60px;
	line-height: 15px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #2f2f2f;
}
.row_day .pgm_box .pgm_time {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #8fb1be;
}
.row_day .pgm_box a {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #3a3a3a;
}
.row_day .pgm_box a:link, .row_day .pgm_box a:visited {
	text-decoration: none;
}
.row_day .pgm_box a:hover {
	text-decoration: underline;
}
.row_day_weekend {
	background: #f1f1f1;
}

/** End pgmweek **/

/* sidebar newsletter */
.newsletterContainer {
	background: #8fb1be;
}
.newsletterContainer strong {
	/*display: none;*/
}
.newsletterContainer .sidebar_newsletter_box_title {
	width: 280px;
	padding: 10px;
	margin: 0;
}
.newsletterContainer .sidebar_newsletter_box_title h3 {
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #ffffff;
	overflow: hidden;
}
.newsletterContainer form {
	margin: 0;
	padding: 0;
}
.newsletterContainer .sidebar_newsletter_box_inputs {
	width: 310px;
	margin: 0 0 0 10px;
	padding: 0;
}
.newsletterContainer .sidebar_newsletter_box_inputs .sidebar_newsletter_box_input_line {
	/*width: 160px;*/
	margin: 0;
	padding: 5px 0 0 0;
}
.newsletterContainer .sidebar_newsletter_box_input_line .left, .newsletterContainer .sidebar_newsletter_box_input_line .right {
	float: left;
}
.newsletterContainer .sidebar_newsletter_box_inputs .left {
	width: 15px;
}
.newsletterContainer .sidebar_newsletter_box_inputs .right {
	width: 275px;
}
.newsletterContainer .newsletterTextInput {
	width: 200px;
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
	-font-size: 10px;
	font-size: 12px;
}
.newsletterContainer .newsletterTextInput_error {
	background-color: #7dc6e5;
	width: 160px;
	margin: 0;
	padding: 0;
	border: 1px solid #7dc6e5;
}
.newsletterContainer .sidebar_newsletter_box_inputs .left .newsletterTextInput {
	width: 10px;
	margin: 0;
	padding: 0;
	border: none;
}
.newsletterContainer a:link, .newsletterContainer a:visited {
	line-height: 12px;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}
.newsletterContainer a:hover {
	text-decoration: underline;
}
.newsletterContainer .sidebar_newsletter_box_submit {
	/*width: 300px;*/
	height: 20px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: right;
}
.newsletterContainer .submit {
	background: transparent;
	width: 100px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}
/* End footer newsletter */

/* quizzin plugin */
/*
.question, #action-button {
	display: none;
}
*/
.question {
	display: none;
}
#next-question-h, #action-button-h {
	display: none;
}
#next-question, #action-button {
	display: block;
}

form.quiz-form {
	text-align: left;
}
.single-page-quiz .question, .single-page-quiz #action-button {
	display: block;
}
.single-page-quiz #next-question {
	/*display: none;*/display: block;
}
.question-content {
	/*margin-top: 20px;*/
	margin: 20px 0 0 0;
}
.answer {
	/*padding-left: 20px;*/
	padding: 0 0 0 20px;
}
.user-answer {
	font-weight: bold;
	background: url('../../wp-content/plugins/quizzin/wrong.png') no-repeat left top;
}
.correct-answer {
	background: url('../../wp-content/plugins/quizzin/correct.png') no-repeat left top;
	margin: 0;
}
.show-question {
	margin: 20px 0 15px 0;
}
.show-question ul li.answer {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 10px -20px;
}
input.valide {
	background: #8fb1be;
	/*width: 100%;*/
	height: 25px;
	margin: 0;
	padding: 0;
	border: medium none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
}
.quizzin_buttons {
	background: #8fb1be;
	width: 100%;
	height: 25px;
	text-align: center;
}
input.next_question {
	background: #8fb1be;
	/*width: 100%;*/
	height: 25px;
	margin: 0;
	padding: 0;
	border: medium none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
}
.question label {
	margin: -3px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	color: #3a3a3a;
	overflow:hidden;
}
.question input {
margin: 0 10px 0 0;
padding: 0;
}
/* End quizzin plugin */

/* wp-poll plugin */

.poll_answer {
margin: 0 10px 0 0;
padding: 0;
}

.wp-polls-archive {
	/* background-color: #ffffff; */
}
.wp-polls, .wp-polls-form {
	/* background-color: #ffffff; */
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
}
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	margin: 0;
	padding: 0;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
/* Styles Used In WP-Admin */
#wp-polls-pollbar-bg {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
}
#wp-polls-pollbar-border {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
}

.poll_background_submit {
	background: #8fb1be;
	height:25px;
	line-height:25px;
	margin:0;
	padding:0;
}
/* End wp-poll plugin */

/* EXPERIMENTAL 02022010 uvumi-dropDown */
/* this is the main UL element*/
.dropdown {
	visibility: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	/*border-bottom: 1px solid #3a3a3a;*/
}

/* these are the inner menus*/
.dropdown ul {
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #3a3a3a;*/
	list-style: none;
}

/* these are all the LIs in the menu*/
.dropdown li {
	margin: 0;
	padding: 10px 0 2px 10px;
	/*width: 70px;*/
	background-color: #8fb1be;
	cursor: pointer;
}
/*html>body .dropdown li{
	padding: 10px 0 2px 10px;
}*/

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
/* DEPRECATED
.dropdown a {
	line-height: 23px;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
}
.dropdown a:hover {
	text-decoration: none;
}
*/
.dropdown a:link, .dropdown a:hover, .dropdown a:visited {
	line-height: 23px;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
}

/* DEPRECATED
.dropdown ul li a {
	line-height: 20px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	width: 100%;
}
.dropdown ul li a:hover {
	text-decoration: none;
}
*/
.dropdown ul li a:link, .dropdown ul li a:hover, .dropdown ul li a:visited {
	line-height: 20px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	width: 100%;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li {
	/*border: 1px solid #3a3a3a;*/
	/*border-top: 0;*/
	/*margin-left: -1px;*/
	/*margin: 0;*/
	margin: 0;
	padding: 3px 12px 3px 12px;
	width: 200px;
	border-top: 1px solid #d2e0e5;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu {
	/*background-image: url('expand_down.gif');*/
	/*background-position: center left;*/
	/*background-repeat: no-repeat;*/
	/*padding-left: 20px;*/
	/*width: 120px;*/
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu {
	/*background-image: url('expand_right.gif');*/
	/*background-position: center right;*/
	/*padding: 5px;*/
	/*width: 120px;*/
}
/* E */
