body {
	padding: 0px; 
	margin: 0px; 
	font-family: Arial;
	background-color: #2d2d2d;
}

img {
	border: none;
}


table {
	/*table-layout: fixed;*/
	width: 100%;
	word-wrap:break-word;
    table-layout: fixed;
}

table, td, tr {
	border-collapse:collapse;
	/*width: 100%;*/
}

#container {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%;
	min-height: 100%;
	/*min-width: 1024px;*/
	min-width: 1080px;
	/*background-color: #F7F7F7;*/
	background-color: #2d2d2d;
}

#header {
	width: 100%; 
	/*height: 120px; */
	min-height: 100px;
	background-color: #FFFFFF;
	overflow: hidden;
	/*float: left;*/
	/*background-image:url('images/style/header_bg.png');*/
	/*background-repeat:repeat-x;*/
}

#header #logo {
	margin-left: 2%;
	margin-top: 20px;
	/*display: inline-block;
	float: left;*/
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
}

#header h1, #header .h1 {
	text-indent: -1000px;
	overflow: hidden;
	margin-left: 2%;
	margin-top: 10px;
	/*display: inline-block;
	float: left;*/
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	font-size: 10pt;
	width: 250px;
	color: #DDDDDD;
}


#navi {
	position: relative;
	display:inline-block;
	width: 99%; 
	padding-left: 1%;
	height: 47px; 
	/*overflow: hidden;*/
	/*background-color: #EEEEEE;*/
	background-image:url('images/style/navi_bg.png');
	background-repeat:repeat-x;
}

#navi .navi-day{
	display: inline-block;
	margin-right: 4px;
	padding: 7px 7px 10px 7px;
	color: #000000;
	background-color: #C9C9C9;
	text-decoration: none;
	font-size: 11pt;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#navi .selected-day{
	background-color: #F7F7F7;
	font-weight: bold;
}

#footer {
	display: inline-block;
	float: left;
	width: 100%; 
	/*height: 340px;*/
	background-color: #2d2d2d;
	/*background-image:url('images/style/footer_bg.png');*/
	background-repeat:repeat-x;
	min-height: 340px;
    padding-bottom: 20px;
}

#footer-top {
	display: inline-block;
	float: left;
	width: 100%; 
	height: 100px; 
	/*background-color: #000000;
	background-image:url('images/style/footer_bg.png');
	background-repeat:repeat-x;*/
}

#footer-bottom{
	display: inline-block;
	float: left;
	width: 100%; 
	height: 32px; 
	/*background-color: #000000;*/
}

#content-wrapper {
	display: inline-block;
	float: left;
	/*padding-bottom: 60px;*/
	/*padding-bottom: 20px;*/
	padding-bottom: 0px;
	width: 100%;
	background-color: #EFEFEF;
	/*background-image:url('images/style/content_bg.png');
	background-repeat: repeat-x;
	background-position: bottom;*/
	/*background-image:url('images/style/bg.png');*/
	/*-webkit-box-shadow: inset 0px -40px 40px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px -40px 40px 1px rgba(0, 0, 0, 0.3);
	box-shadow:inset  0px -40px 40px 1px rgba(0, 0, 0, 0.3); */
	background-image: linear-gradient(top, rgb(222,222,222) 47%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(top, rgb(222,222,222) 47%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(top, rgb(222,222,222) 47%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(top, rgb(222,222,222) 47%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(top, rgb(222,222,222) 47%, rgb(255,255,255) 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.47, rgb(222,222,222)),
		color-stop(1, rgb(255,255,255))
	);
}
#content {
	width: 97%; 
	/*margin-top: 30px; */
	/*margin-left: auto; 
	margin-right: auto;*/
	margin-left: 1%;
}

.channel-row-wrapper {
	font-family: Sans-serif, Arial, Tahoma;
	display: inline-block;
	float:left;
	width: 100%; 
	/*padding: 0px 0px 5px 0px;*/
	padding: 0px 2px 2px 2px;
	border-width: 1px; 
	border-style: solid; 
	/*border-color: #E2E2E2; */
	border-color: #bababa; 
	font-size: 9pt;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*-webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3); */
	
	-webkit-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.6);
	box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.6);
}

/*
.channel-row {
	display: block;
	width: 100%; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #E2E2E2; 
	font-size: 9pt;
	margin-top: 30px; 
	border-collapse: collapse;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3); 
}
*/

.channel-row-wrapper  div{
	display: inline-block;
	float: left;
	min-height: 1px;
}

.channel-row {
	/*margin-top: 30px;*/
	display: block;
	width: 100%; 
	/*font-size: 9pt;*/
	border-width: 0px; 
	border-style: none; 
	border-collapse: collapse;
	/*background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3); */
}

.channel-row  a:hover {
	/*color: #EE008D;*/
	color: #009ee0 !important;
}

.channel-row .full-row{
	width: 100%;
	padding-top: 1px;
}

.channel-row tr{
	width: 100%;
}

.channel-row td {
	text-align: left;
	vertical-align: top;
	/*padding: 0px 5px;*/
	/*padding: 0px 0px 0px 4px;*/
	padding: 0px;
}

.channel-row .channel-name {
	text-align: center !important;
	padding: 10px 0px 8px 0px;
}

.channel-row .schedule {
	/*Toistaseks ei mitää <table>*/
	width: 100%;
}

.channel-row .running {
	/*background-color: #E2E2E2;*/
	/*background-color: #E4F8FF;*/
	/*background-color: #ededed;*/
	background-color: #bfe8ff;
	width: 100%;
	font-weight: bold;
}

.channel-row .show-trailer  img{
	vertical-align: middle;
}

.channel-row .show-trailer {
	margin-left: 5px;
}

.running .time {
	/*background-color: #F3F3F3 !important;*/ /*c4c4c4 #E4F8FF*/
}

.channel-row .borderbottom {
	border-style: solid;
	/*border-color: #E2E2E2; */
	border-color: #bababa;
	border-width: 0px 0px 1px 0px;
	margin: 0px;
}

.channel-row  .time {
	/*padding-right: 10px; */
	/*margin-right: 10px; */
	/*background-color: #E2E2E2;*/
	/*font-weight: bold;*/
	/*padding: 0px !important;*/
	padding: 0px 0px 0px 4px;
	width: 34px;
	white-space: nowrap !important;
    overflow: visible;
}

.channel-row .title{
	padding: 0px 0px 1px 8px;
}

.channel-row .program-open {
	text-decoration: none;
	color: #000000;
}

.channel-row .movie {
	font-weight: bold;
	background-color: #FDD1EC !important;
}

a.pt-imdb:hover{
	-moz-opacity: 1.0 !important; 
	opacity: 1.0 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
}

#fog {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	background-color: #000000;
	-moz-opacity: 0.80;
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	z-index: 8;
}

#user-window-fog , #feedback-fog{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	background-color: #000000;
	-moz-opacity: 0.80;
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	z-index: 11;
}

#program-info {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -495px;
	width: 990px;
	/*height: 510px;*/
	display: block;
	border-width: 1px; 
	border-style: solid; 
	border-color: #E2E2E2; 
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 10;
	background-image:url('images/style/prog_top_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	-webkit-box-shadow: inset 0px 0px 40px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 40px 1px rgba(0, 0, 0, 0.3);
	box-shadow:inset  0px 0px 40px 1px rgba(0, 0, 0, 0.3);
}

/*
#program-info {
	position: fixed;
	top: 40%;
	left: 50%;
	margin-top: -150px;
	margin-left: -297px;
	width: 595px;
	min-height: 300px;
	display: block;
	border-width: 1px; 
	border-style: solid; 
	border-color: #E2E2E2; 
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 10;
	background-image:url('images/style/prog_top_bg.png');
	background-repeat: repeat-x;
	background-position: top;
}
*/

.close-button {
	display: inline-block;
	float: right;
	/*margin-top: -6px;
	margin-right: -13px;*/
	margin-top: -13px;
	margin-right: -17px;
}

.close-button  img {
	width: 35px;
	height: 35px;
}

#program-details {
	/*background-image:url('images/style/prog_bg.png');
	background-repeat: repeat;*/
	display:inline-block;
	width: 100%;
	height: 480px;
	overflow: hidden;
	/*-webkit-box-shadow: inset 0px -40px 40px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px -40px 40px 1px rgba(0, 0, 0, 0.3);
	box-shadow:inset  0px -40px 40px 1px rgba(0, 0, 0, 0.3); */
}

#program-details #program-details-top {
	width: 100%;
	/*margin-top: 20px;*/
	height: 97px;
	/*overflow: hidden;*/
	overflow: visible;
	z-index: 10;
	display:inline-block;
	/*background-color: #FFFFFF;*/
	float: left;
}

#program-details-top .name-time {
	height: 60px;
	/*overflow: hidden;*/
	overflow: visible;
	width: 100%;
	display:inline-block;
	float:left;
}

#program-details-top .program-navi {
	width: 100%;
	height: 35px;
	display: inline-block;
	clear: both;
	/*padding-left: 10px;*/
	/*background-color: #ECECEC;*/
	/*background-color: #FFFFFF;*/
    border-style: solid;
    border-width: 1px 0px 1px 0px;
	border-color: #787878;
	/*border-color: #EE008D;*/
	/*border-width: 1px 0px 0px 0px;*/
	/*margin-top: 10px;*/
	background-image: url("images/style/program_navi_bg.png");
	/*padding-top: 3px;*/
    background-repeat: repeat-x;
	/*background-color: #eeeeee;*/
}

.program-navi a{
	display: inline-block;
	float: left;
	height: 20px;
	/*width: 80px;*/
	/*border-color: #ffffff;
	border-style: solid;
	border-width: 0px 1px 0px 0px;*/
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	/*
	padding: 0px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/
	
	font-size: 11pt;
	padding: 8px 20px;
}

.program-navi a:hover { 
	background-image: url("images/style/program_navi_a_bg.png");
	background-repeat: repeat-x;
	/*background-color: #CCCCCC;*/
	/*background-color: #c4c4c4;
	-webkit-box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
	box-shadow:inset 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);*/
	/*background-color: #FFFFFF;*/
}

.program-navi a img {
	margin-top: -1px;
	display: inline-block; 
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}



#program-details .program-title {
	display: inline-block;
	float:left;
	font-size: 18pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	color: #000;
	text-decoration: none;
}

#program-details .broadcast-info {
	display: inline-block;
	float: left;
	/*clear: both; */
	clear: left;
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
}



#program-details #program-details-left {
	width: 235px;
	height: 350px;
	padding-left: 15px;
	padding-top: 25px;
	display: inline-block;
	float: left;
	z-index: 8;
}


/*
#program-details #program-details-left {
	width: 275px;
	min-height: 200px;
	padding-left: 25px;
	padding-top: 25px;
	display: inline-block;
	float: left;
	z-index: 8;
}

*/

#program-details #program-details-left  .program-image {
	display: inline-block;
	float: left;
	width: 220px;
	/*min-height: 135px;*/
	border-style: solid;
	border-width: 1px;
	border-color: #E2E2E2; 
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	-webkit-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.3); 
	z-index: 10;
}

#program-details #program-details-left  .program-image img{
	width: 220px;
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 0px;
}



#program-details #program-details-right {
	width: 360px;
	height: 358px;
	padding-top: 25px;
	padding-right: 10px;
	display: inline-block;
	float: left;
	z-index: 8;
	overflow: auto;
	text-align: left;
}


/*
#program-details #program-details-right {
	width: 275px;
	min-height: 200px;
	max-height: 400px;
	padding-bottom: 10px;
	margin-right: 20px;
	overflow: auto;
	padding-top: 25px;
	display: inline-block;
	float: left;
	z-index: 8;
}

*/

#program-details #program-details-facebook {
	padding: 0px;
	/*padding-top: 8px;*/
	/*min-width: 340px;*/
	/*padding-right: 20px;*/
	height: 387px;
	overflow: auto;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	display: inline-block;
	float: right;
	z-index: 9;
	/*margin-top: -4px;*/
}

/* VERY IMPORTANT LINE*/
.fb-comments, .fb-comments iframe[style] {width: 100% !important;}

.fb-like-wrapper {
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	position: relative;
    z-index: 40;
	/*margin-right: 30px;*/
}

.shadow-down {
	-webkit-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.3);
}

.shadow-left {
	-webkit-box-shadow: -5px 0px 5px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -5px 0px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: -5px 0px 5px 1px rgba(0, 0, 0, 0.3); 
}


#channel-order-window, #stream-frame-window{
	position: fixed;
	top: 2.5%;
	left: 2.5%;
	width: 95%; 
	height: 95%;
	border-width: 1px; 
	border-style: solid; 
	border-color: #E2E2E2; 
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 10;
	background-image:url('images/style/prog_top_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	/*overflow: auto;*/
}

#channels-selected {
	display: inline-block;
	float: left;
	/*margin-top: 20px;*/
	margin-left: 1%;
	width: 99%;
	/*max-height: 80%;*/
	overflow: auto;
	padding-bottom: 5px;
	/*border-style: solid;
	border-color: #000000;
	border-width: 1px;*/
}

.channel-list{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	/*margin-left: 2%;*/
	width: 98%;
	/*min-height: 40px;*/
	min-height: 20px;
	border-width: 1px; 
	border-style: solid; 
	border-color: #E2E2E2; 
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3); 
}
.channel-list li {
	display: inline-block;
	float:left;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	width: 155px;
	text-align: center;
	/*background-color: #888888;*/
}

#channels-not-selected {
	/*max-height: 19%;*/
	max-height: 33%;
	overflow: auto;
	text-align: center;
	display: inline-block;
	float: left;
	margin-top: 1%;
	margin-left: 1%;
	width: 98%;
	border-style: none;
	/*border-style: solid;
	border-color: #000000;
	border-width: 1px;*/
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3); 
}

#user-login-info {
	/*padding-right: 0px;
	padding-top: 12px;*/
	display: inline-block;
	/*float: right;*/
	/*clear: both;*/
	font-size: 9pt;
	text-align: right;
	position: absolute;
	right: 2%;
	/*top: 75px;  Ilman mainosta*/
	top: 30px;
}

#user-login-info #info-username{
	display: inline-block;
    float: right;
    height: 30px;
    min-width: 30px;
}

#user-login-info #info-sharelinks {
	display: inline-block;
    float: right;
    height: 27px;
    margin-top: 24px;
    min-width: 50px;
	text-align: right;
	clear: both;
}

#info-sharelinks a {
	margin-left: 3px;
	/*display: inline-block;
	display: inline-block;*/
}

#user-login-info #info-user-links {
	display: inline-block;
    float: right;
    font-size: 10pt;
    text-align: right;
	/*color: #F280BE;*/
	/*color: #FFFFFF;*/
	color: #646464;
	clear: both;
}

/*#user-login-info div {
	display: inline-block;
	float: left;
	margin-left: 5px;
}

#user-login-info label {
	font-size: 9pt;
}

#user-login-info #submit-button {
	float: right;
}*/

#logout-link, #header-login-link, #header-create-user-link , .change-pass-link {
	/*float: right;*/
	/*color: #868686;*/
	/*color: #FFFFFF;*/
	color: #646464;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

.error {
	color: #FF0000;
}

#create-user-window {
	width: 400px;
	height: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
	z-index: 20;
	background-color: #FFFFFF;
}

#user-window {
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 0px 0px 10px 10px;
	/*width: 95%; 
	height: 95%;*/
	width: 494px;
	margin-top: -200px;
	margin-left: -247px;
	border-width: 1px; 
	border-style: solid; 
	border-color: #E2E2E2; 
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 20;
	background-image:url('images/style/prog_top_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	/*overflow: auto;*/
	font-size: 9pt;
}

#feedback-form-window {
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 0px 0px 10px 10px;
	/*width: 95%; 
	height: 95%;*/
	width: 594px;
	margin-top: -200px;
	margin-left: -297px;
	border-width: 1px; 
	border-style: solid; 
	border-color: #E2E2E2; 
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 20;
	background-image:url('images/style/prog_top_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	/*overflow: auto;*/
	font-size: 9pt;
	top: 20px !important;
	margin-top: 0px !important;
}

img#recaptcha_logo {
  display: none !important;
}


#user-window .bird, #feedback-form-window .bird{
	margin-top: 40px;
	width: 89px;
	height: 240px;
	display: inline-block;
	float: left;
	background-image:url('images/style/login_bird.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#user-window .bubble, #feedback-form-window .bubble{
	margin-top: 40px;
	display: inline-block;
	float: left;
	width: 331px;
	height:71px;
	padding: 0px 0px 0px 40px;
	background-image:url('images/style/login_bubble.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#user-window .user-window-form-fields, #feedback-form-window .user-window-form-fields {
	padding-top: 20px;
	padding-left: 40px;
	display: inline-block;
	float: left;
}

#feedback-form-window .user-window-form-fields {
  width: 360px;
}

.user-window-form-fields input {
	margin-bottom: 10px;
}

.user-window-form-fields input[type="submit"] {
	background-image:url('images/style/login_button.png');
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	width: 201px;
	height: 30px;
	text-align: center;
}

.user-window-form-fields input[type="text"], .user-window-form-fields input[type="password"], .user-window-form-fields input[type="checkbox"], #feedback-form textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
} 

#login-form-wrapper input[type="text"], #login-form-wrapper input[type="password"], #change-password-form input[type="password"] {
	width: 201px;
}

#feedback-form input[type="text"]  {
	width: 300px;
}

#reset-password-form  input[type="text"] {
	width: 300px;
}

#create-user-form input[type="text"], #create-user-form input[type="password"] {
	width: 150px;
}

#user-window label , #feedback-form label{
	font-weight: bold;
	font-size: 9pt;
}

#user-window a {
	text-decoration: none;
	font-weight: bold;
	color: #EE008D;
}

#user-window h2, #feedback-form-window h2, #user-window .h2, #feedback-form-window .h2 {
	padding: 10px 0px 0px 0px;
	margin:0px;
	font-size: 14pt;
}

.user-window-message {
	display: inline-block;
    margin-top: 15px;
	color: #EE008D;
	text-align: center;
    width: 100%;
}

.user-window-message  a{
	color: #EE008D;
}

#programtable-save {
	display: inline-block;
	float: right;
	font-weight: bold;
	font-size: 10pt;
	padding: 10px;
	text-decoration: none;
	border-width: 1px; 
	border-style: solid; 
	border-color: #E2E2E2; 
	background-color: #E2E2E2; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000000;
	margin-right: 15px;
    margin-top: 16px;
}

.button-link {
	margin-top: 10px;
	font-weight: bold;
	font-size: 10pt;
	padding: 10px;
	text-decoration: none;
	border-width: 1px; 
	border-style: solid; 
	border-color: #E2E2E2; 
	background-color: #E2E2E2; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000000;
}

/*#F280BE Pun*/
/*
#dateselector {
	display: inline-block;
	border-width: 1px; 
	border-style: solid; 
	border-color: #E2E2E2; 
	background-color: #FFFFFF;
	width: 150px;
	height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}*/


.imdb_button {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding: 4px 0px 0px 39px;
	width: 38px;
	height: 27px;
	background-image:url('images/style/imdb_button.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 20px;
}

#tiptip_content {
	/*color: #EE008D !important;*/
	font-size: 9pt !important;
}

.movie-trailer {
	display: none;
	height: 355px;
    margin-left: 14px;
    margin-top: 5px;
    position: absolute;
	left: 0px;
    top: 123px;
    width: 584px;
	padding: 4px;
    z-index: 20;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3);
	border-color: #E2E2E2;
}

.trailer-close {
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	float: right;
	display:inline-block;
	margin: 0px;
	padding: 0px;
}

#feedback-box {
	color: #FFFFFF;
    display: inline-block;
    float: right;
    font-size: 10pt;
    font-weight: bold;
    margin: 15px 50px 0px 0px;
	/*clear: both;*/
	text-align: right;
}

#feedback-box .feedback-open {
	text-decoration: none;
	font-size: 10pt;
    font-weight: bold;
	color: #FFFFFF;
    display: inline-block;
    float: right;
	margin-top: 3px;
}

/*
.feedback-open {
	text-decoration: none;
	font-size: 10pt;
    font-weight: bold;
	color: #FFFFFF;
    display: inline-block;
    float: right;
	margin-top: 5px;
	margin-right: 2px;
}*/

.footer-block {
	display: inline-block;
	float: right;
	margin: 15px 40px 0px 0px;
	line-height: 1.5;
	padding-left: 30px;
	width: 120px;
}

.footer-block h3{
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 6px 0px;
}

.footer-block a {
	text-decoration: none;
	font-size: 10pt;
    font-weight: normal;
	color: #FFFFFF;
    /*display: inline-block;
    float: right;*/
	/*margin-top: 5px;
	margin-right: 2px;*/
}

.footer-block a img {
	margin: 5px 0px 0px 0px;
}


#feedback-box #footer-sharelinks{
	display: inline-block;
    float: right;
    margin-right: 20px;
}
#feedback-box #footer-sharelinks a{
	margin-left: 3px;
}

#facebook-like-top iframe{
	text-align: right;
	/*margin-right: -20px;*/
}

.ui-datepicker-header {
	padding-bottom: 4px !important;
}

.program-hilight {
	color: #EE008D !important;
	font-weight: bold;
}

.program-dim {
	color: #DDDDDD !important;
}

.program-hilight:hover, .program-dim:hover {
	color: #009ee0 !important;
}

.serie-episode-link {
	color: #009ee0;
	text-decoration: none;
}
.serie-episode-link:hover {
	color: #EE008D;
}


.hilight-delete-link, .hilight-delete-link:hover{
	color: #FFFFFF !important;
    font-size: 8pt !important;
    font-weight: normal !important;
    padding: 3px 0 !important;
    /*width: 190px !important;*/
	display: inline-block !important;
	float: right !important;
	background: none !important;
	height: auto !important;
	
}

#kutonen-form-wrapper {
	display: inline-block;
	float: left;
	margin: 0px 0px 0px 350px;
	padding: 0px 0px 0px 71px;
	background: #FFFFFF url('images/style/kutonen_pulu.png') 0px -18px no-repeat;
	/*background-image: url('images/style/kutonen_pulu.png');
	background-repeat: no-repeat;*/
	height: 100px;
	width: 457px;
}

#kutonen-channel-replace-wrapper {
	margin-top: 62px;
	width: 167px;
	overflow: hidden;
	height: 25px;
	background-image: url('images/style/kutonen_select.png');
}

/*
Making select transparent
Select must be wider than wrapper so that the default arrow dissapears
*/
#kutonen-channel-replace {
	height: 25px;
	width: 200px;
	padding-left: 5px;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-style: none;
}

.svt-hidden {
	display: none !important;
}


.stream-frame {
	width: 98%;
	height: 98%;
	height: 95%;
    margin: 0px 1%;
	float: left;
	border: none;
}

#navi-logo-small {
	width: 156px;
	height: 35px;
	display: none;
	margin-top: 5px;
	margin-left: 12px;
}
#panorama-ad-wrapper {
	display: inline-block;
	float: right;
	width: 980px;
	width: -webkit-calc(100% - 310px);
	width: -moz-calc(100% - 310px);
	width: calc(100% - 310px);
}

/*
.nelosen-leffaputki {
  font-weight: bold;
  background-color: #760000;
}

.nelosen-leffaputki .program-open {
	color: #F4C900 !important;
}
*/
.nelosen-leffaputki {
  font-weight: bold;
  background-color: #FDD1EC !important;
 
}

.nelosen-leffaputki .program-open {
	 color: #000;
}

.footer-ylempi > div {
    float: left;
}



.article-image-container {
		  width:100%;
		  overflow: hidden;
		  padding-top: 30%;
		  position: relative;
		}

		.article-image-container img {
		   border: 0;
		   left: 0;
		   position: absolute;
		   top: 0;
		   margin-top: -15%;
		   width: 100%;
		}
		
		.article-image-text-wrapper {
			width: 100%;
			height: 100%;
			background-color: rgba(0,0,0,0.35);
			color: #fff;
			position: absolute;
			top: 0px;
			left: 0px;
		}
		
		.article-image-text-wrapper h1 {
			color: #fff;
			position: absolute;
			bottom: 0px;
			font-family: 'Roboto', sans-serif !important;
			font-size: 30pt;
		}
		
		.article-content-margin {
			margin-left: 10%;
			width: 90%;
		}
		
		#article-content * {
			font-family: 'Roboto', sans-serif !important;
		}
		
		#article-content {
			position: relative;
		}
		
		.article-ingress {
			font-size: 20pt;
		}
		
		#article-content-left {
			float: left;
			padding-right: 3%;
			width: 64%
		}
		
		#article-sidebar {
			width: 33%;
			background-color: #2e2e2e;
			position: relative;
			float: right;
		}
		
		#article-sidebar > * {
			padding: 10px;
			width: 100%;
			display: inline-block;
			box-sizing: border-box;
		}
		
		#article-sidebar h2 {
			background-color: #262626;
			text-transform: uppercase;
			color: #e9158d;
			margin: 0px;
		}
		
		.sidebar-article:nth-child(odd) {
			background-color: #2f2f2f;
		}
		
		.sidebar-article {
			min-height: 30px;
			width: 100%;
			position: relative;
			display: inline-block;
			float: left;
		}
		
		.article-box {
			display: inline-block;
			width: 300px;
			height: 220px;
			background-size: cover;
			position: relative;
			margin: 20px;
			background-position: center center;
		}
		
		.article-box-title {
			text-align: center;
			padding: 10px;
			color: #fff;
			background-color: rgba(0,0,0,0.5);
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			text-decoration: none;
			font-weight: bold;
			box-sizing: border-box;
		}
		
		.article-list-image {
			width: 35%;
			height: 100px;
			display: inline-block;
			float: left;
			background-size: cover;
			display: inline-block;
			background-position: center center;
		}
		
		.article-list-title {
			display: inline-block;
			float: left;
			width: 65%;
			padding-left: 10px;
			box-sizing: border-box;
			font-weight: bold;
			color: #fff;
			font-size: 12pt;
		}
		
		.youtube-embed-container { 
			position: relative; 
			padding-bottom: 56.25%; 
			height: 0; 
			overflow: hidden; 
			max-width: 100%;
			margin-bottom: 20px;
		}
		.youtube-embed-container iframe, .youtube-embed-container object, .youtube-embed-container embed { 
			position: absolute; 
			top: 0; 
			left: 0; 
			width: 100%; 
			height: 100%; 
		}