*
{
    margin: 0px;
    padding: 0px;
}

body
{
    text-align: center;
    background-color: #272727;
    background-image: url("images/main-background.png");
    
    font-family: Verdana;
    font-size: 76%;
}

h1 a span
{
    display: none;
}

h1 a
{
    display: block;
    
}
h2{

	color:#FFFFFF;
	font-size:14px;
		
}

h2.stageProgram{

	margin-top:15px;
	margin-bottom:15px;	
	
}

h3{

	color:#FFFFFF;
	font-size:13px;
	font-weight: bold;
	margin-top:15px;
	margin-bottom:2px;	
		
}

#countdown
{
	position:relative;
	top:-40px;
}
#logo
{
    width: 252px;
    height: 100px;
    
    background-image: url("images/logo.gif");
    background-repeat: no-repeat;
    float: left;
}
#header-wrap
{
    height: 100px;
    background-color: #333333;
    background-image: url("images/header-wrap-background.gif");
    background-repeat: repeat-x;
    background-position: top;
}

#menu-wrap
{
    height: 152px;
    background-color: #515151;
    background-image: url("images/menu-wrap-background.gif");
}

#info-wrap
{
    height: 200px;
    
    background-color: #3B3B3B;
    background-image: url("images/info-wrap-background.gif");
}
#header
{
    height: 100px;
}
#menu-block
{
    height: 152px;
    background-color: #494949;
    position:relative;
}
#info
{
    background-color: #494949;
}

#content
{
    margin-top: 1px;
    background-color: #333333;
    margin-bottom: 100px;
}
#actor-content
{
    padding-top: 12px;
}
#timer
{
    margin-left: 22px;
    width: 223px;
}
#partner
{
    width: 260px;
    padding-left: 10px;
    padding-right: 10px;
}
#partner img
{
    border:0px none;
}
#partner p strong
{
    display: block;
    float: left;
}
#support
{
    width: 121px;
}
#support img
{
    border:0px none;
}
#timmer-block
{
    margin-top: 3px;
}
#numbers
{
    height: 42px;
    line-height: 42px;
}
#numbers span
{
    color: #D2D2D2;
    font-size: 150%;
    margin-right: 1px;
    width: 25px;
    height: 42px;
    display: block;
    float: left;
    text-align: center;
    background-image: url("images/number-background.png");
    background-repeat: no-repeat;
    background-position: left;
}

#numbers span.number-end
{
    margin-right: 6px;
}
#img-partner
{
    float: right;
    width: 153px;
    height: 73px;
}
#img-support
{
    margin-top: 15px;
}

#main-menu
{
    width: 250px;
    height: 152px;
    
    list-style: none;
    background-color: #FF6600;
}
#main-menu li
{
    padding-left: 16px;
}
#main-menu li a
{
    color: White;
    line-height: 30px;
    /*height: 30px;*/
    
    margin-left: 5px;
    
    background-image: url("images/main-menu-dot.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
}
#main-menu li a.menu-expand
{
    margin-left: 0px;
    padding-left: 23px;
    background-image: url("images/plus.png");
}
#main-menu li:hover
{
    background-color: White;
}
#main-menu li:hover a
{
    color: #333333;
}
#main-menu li ul
{
    position:absolute;
    left:250px;
    top:0px;
    list-style-type: none;
    display:none;
    width:250px;
}
#main-menu li:hover ul
{
    display:block;
    width:253px;
}
#main-menu li ul li
{
    background:#FFFFFF;
      
}
#main-menu li ul li.heighter{
    
}

#main-menu li ul li.heighter a{

    line-height:15px;
	padding-bottom:8px;
	padding-top:7px;
}

#main-menu li ul li:last-child
{
	padding-bottom:2px;
    border-bottom:3px solid #FF6600;
   
}
#main-menu li ul li:hover
{
    background:#EEEEEE;
   
}
#main-menu li ul li a{
	
    background-image: url("images/sub-menu-dot.gif");
    background-repeat: no-repeat;
    background-position: left;
    margin-left:0px;
}
#media-block
{
    width: 250px;
    float: left;
    height: 152px;
}
#media
{
    list-style-type: none;
    margin-left: 16px;
    
}
#media-tv
{
    background-image: url("images/media-tv.png");
    background-repeat: no-repeat;
    background-position: left;
}
#media-radio
{
    background-image: url("images/media-radio.png");
    background-repeat: no-repeat;
    background-position: left;
}
#media-photo
{
    background-image: url("images/media-photo.png");
    background-repeat: no-repeat;
    background-position: left;
}
#media-tv:hover
{
    background-image: url("images/media-tv-orange.png");
    background-repeat: no-repeat;
    background-position: left;
}
#media-radio:hover
{
    background-image: url("images/media-radio-orange.png");
    background-repeat: no-repeat;
    background-position: left;    
}
#media-photo:hover
{
    background-image: url("images/media-photo-orange.png");
    background-repeat: no-repeat;
    background-position: left;
}
#media-radio:hover a,
#media-tv:hover a,
#media-photo:hover a
{
	color:#FF6600;
}

#media a
{
    line-height: 50px;
    display: block;
    font-size: 115%;
    font-weight: bold;
    text-decoration: none;
    color: White;
    padding-left: 53px;
}

#second-menu
{
    width: 250px;
    height: 152px;
    line-height: 30px;
    background-color: #BCBCBC;
}
#second-menu li
{
    padding-left: 16px;
}

#second-menu li:hover
{
    background-color:#FFFFFF;
}
#second-menu li a
{
    padding-left: 18px;
    display: block;
    color: #333333;
    background-image: url("images/second-menu-dot.gif");
    background-position: left;
    background-repeat: no-repeat;
    margin-left:5px;
}
#second-menu li:hover a
{
	background-image: url("images/second-menu-dot-over.gif");
}
#second-menu li a.menu-expand
{
    margin-left: 0px;
    padding-left: 23px;
    background-image: url("images/plus-grey.png");
}
#second-menu li ul
{
    position:absolute;
    left:750px;
    top:0px;
    list-style-type: none;
    display:none;
    width:250px;
    min-height:152px;
    background-color:#FFFFFF;
}
#second-menu li:hover ul
{
    display:block;
    width:250px;
}

#second-menu li ul li
{
    background:#FFFFFF;
    height:30px; 
}
#second-menu li ul li.heighter{
    
}

#second-menu li ul li.heighter a{

    line-height:15px;
	padding-bottom:8px;
	padding-top:7px;
}

#second-menu li ul li:last-child
{
	padding-bottom:2px;
    border-bottom:3px solid #FF6600;
   
}
#second-menu li ul li:hover
{
    background:#EEEEEE;
    height:30px;
   
}
#second-menu li ul li a{
	
    background-image: url("images/sub-menu-dot.gif");
    background-repeat: no-repeat;
    background-position: left;
    margin-left:0px;
}
#second-menu li:hover ul li a{
    background-image: url("images/sub-menu-dot.gif");
    background-repeat: no-repeat;
    background-position: left;
    margin-left:0px;
}
#third-menu
{
    width: 129px;
    height: 95px;
    line-height: 30px;
    background-color: #A5A5A5;
}

#third-menu li
{
    padding-left: 16px;
}
#third-menu li:hover
{
    background-color:#FFFFFF;
}
#third-menu li a
{
    padding-left: 18px;
    display: block;
    color: #333333;
    background-image: url("images/third-menu-dot.gif");
    background-position: left;
    background-repeat: no-repeat;
}
#third-menu li:hover a
{
	background-image: url("images/second-menu-dot-over.gif");
}

#lang-menu,#lang-menu-poland
{
    width: 121px;
    height: 95px;
    background-color: #A5A5A5;
    background-image: url("images/lang-block.png");
    background-position: top;
    background-repeat: no-repeat;
}

#lang-menu-poland
{
   margin-left:869px;
   height:32px;
}

#lang-menu li,#lang-menu-poland li
{
    display: inline;
}
#lang-cz, #lang-pl, #lang-en, #langActive-cz, #langActive-pl, #langActive-en
{
    display: block;
    float: left;
    width: 29px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 8px;
    margin-top: 1px;
}

#lang-cz
{
    background-image: url("images/cz-inactive.png");
}
#lang-pl
{
    background-image: url("images/pl-inactive.png");
}
#lang-en
{
    background-image: url("images/en-inactive.png");
}

#langActive-cz
{
    background-image: url("images/cz-active.png");
}
#langActive-pl
{
    background-image: url("images/pl-active.png");
}
#langActive-en
{
    background-image: url("images/en-active.png");
}
.pl-version{

	color:#FFFFFF;
	padding-left:15px;
		
}

.pl-version{

	color:#FFFFFF;
	padding-right:350px;
	line-height:18px;
		
}

.pl-version p{

	margin-top:10px;
	margin-bottom:10px;
		
}

.pl-version a{

	color:#FF6600;
		
}


#search-form
{
    background-color: #A5A5A5;
    float: left;
    width: 250px;
    height: 57px;
    background-image: url("images/search-breake.png");
    background-repeat: no-repeat;
    background-position: top;
}
#search-input-wrap
{
    margin: 0 auto;
    margin-top: 14px;
    width: 228px;
    height: 32px;
    padding: 
    background-color: #383838;
    background-image: url("images/search-wrap.gif");
    background-repeat: x;
}
#search
{
    background-color: Transparent;
    border-collapse: collapse;
    border-width: 0px;
    color: #8F8F8F;
    width: 175px;
    margin-top: 7px;
    margin-left: 9px;
    margin-right: 5px;
    height:22px;
}
#search-input-wrap input.searchButton{

	cursor:pointer;
	background-image: url("images/search-wrap-button.gif");
    background-repeat: no-repeat;	
    width:34px;
    height:31px;
    border:0px none;
}
#info-content
{
    height: 167px;
}

#info-content img
{
   border:0px none;
}
#info-content div.left
{
   float:left;
   width:750px;
   height:167px;
}
#info-content div.right
{
   float:left;
   width:250px;
   height:167px;
}

#tip-line
{
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    background-color: #515151;
}
#tip-line p
{
    font-weight: bold;
    font-size: 110%;
    color: White;
}
#tip-line p strong
{
    color: #FF6600;
}
#tip-line p a
{
    color: #FF6600;
}
#footer
{
    clear: both;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    color: #D2D2D2;
}
#footer a
{
    color: #FF6600;
}
#news-block h2
{
    background-image: url("images/news-icon.gif");
    float:left;
    width:198px;
}
#news-block a.facebook{
	background-image:url("/Content/images/facebook.jpg");
	background-repeat:no-repeat;
	color:White;
	display:block;
	float:left;
	margin-top:13px;
	padding-bottom:6px;
	padding-left:40px;
	padding-top:6px;
	text-decoration:none;
	width:150px;
}
#email-news-block h2
{
    background-image: url("images/email-icon.gif");
}
#random-acting
{
    padding-bottom: 20px;
}
#random-acting h2
{
    background-image: url("images/acting-icon.gif");
}
#random-photo
{
    padding-bottom: 24px;
}
#random-photo h2
{
    background-image: url("images/photo-icon.gif");
}
#page-content
{
    margin: 12px;
    color: White;
    width: 456px;
    float: left;
    line-height:18px;
}

#page-content ul
{
    margin-left: 25px;

}

#page-content h3.title
{
    font-size:120%;
    color: #FF6600;
    margin-top:6px;
    margin-bottom:12px;
    
}

#page-content a
{
    color:#FF6600;
    clear:both;
}
#page-content p, #actor-content-info p
{
    margin-bottom: 19px;
    margin-right: 12px;
}
#page-content-partners
{
    margin: 12px;
    color: White;
    width: 953px;
    float: left;
    background-color:#FFFFFF;
    color:#333333;
    padding:10px;
}
#page-content-partners a
{
    color:#FF6600;
    text-decoration:none;
}
#page-content-partners p
{
    margin-bottom: 19px;
    margin-right: 12px;
}
#page-content-partners img {

	border:0px none;	
	
}
#page-adds
{
    margin-top: 12px;
}
#page-links
{
    margin-top: 27px;
    color: White;
}

#page-links a
{
   color:#FF6600;
}

#page-links ul
{
    margin-left: 25px;
    margin-top: 10px;
}

#page-links ul a
{
	color:#FF6600;
   
}

#page-links a.marginLeft
{
    margin-left:32px;
  
}

#page-links a.photo
{
    display:inline-block;
    width:227px;
    height:132px;
    text-decoration: none;
    margin-bottom:15px; 
}

#page-adds, #page-links
{
    float: right;
    width: 520px;
}
#page-links h4
{
    margin-top: 12px;
    padding-bottom: 7px;
    border-bottom: solid 1px #272727;
    margin-bottom: 5px;
    font-size: 100%;
    font-weight: normal;
}
#page-links h4 a
{
    color: #FF6600;
    text-decoration: none;
}
.actor-content-image
{
    margin-bottom: 12px;
}
.page-content-title
{
    font-size: 120%;
    margin-left: 12px;
    padding-top: 12px;
    margin-right: 12px;
    color: White;
    padding-bottom: 14px;
    margin-bottom: 6px;
    border-bottom: solid 1px #272727;
}
.page-content-title span{
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
}
.random-acting-item
{
    margin: 14px;
    color: White;
    clear: both;
}
.random-acting-item-content
{
    float: left;
    width: 279px;
    padding-left: 11px;
}
.random-acting-item-content h3
{
    font-size: 110%;
    margin-top:0px;
}
.random-acting-item img
{
    float: left;
}
.random-acting-item h3
{
    margin-bottom: 6px;
}
.main-page-acting-img
{
    border: solid 4px white;
 
}
.bottom-fade
{
    background-image: url("images/news-bottom-background.gif");
    background-repeat: repeat-x;
    background-position: bottom;
}
.before-footer
{
    clear:both;
}
#player-choose
{
    list-style: none;
}
#player-choose li
{
    width: 250px;
    height: 46px;
    float: left;
}
#player-choose li a
{
    display: block;
    float: left;
    height: 46px;
    line-height: 46px;
    cursor:pointer;
}
#player-choose li.active
{
    background-color: #1B1B1B;
    background-image: url("images/player-active-choose.gif");
    background-repeat: repeat-x;
    background-position: top;
}
#player-tv-active
{
    background-image: url("images/player-tv-active.gif");
    color: #FF771C;
}
#player-tv-inactive
{
    background-image: url("images/tv-icon.gif");
    color: #FFFFFF;
}
#player-radio-inactive, #player-tv-active ,#player-radio-active, #player-tv-inactive
{
    width: 184px;
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 12px;
    padding-left: 53px;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
}
#player-radio-inactive
{
    background-image: url("images/player-radio-inactive.gif");
    color: #FFFFFF;
}
#player-radio-active
{
    background-image: url("images/radio-icon.gif");
    color: #FF771C;
}
#video-block
{
    height:385px;
}

#newsletter-form
{
    padding: 15px;
    color: White;
}

#newsletter-form p
{
    clear: both;
    font-weight: bold;
    margin-top: 10px;
}

#newsletterbutton
{
    background-image: url("images/newsletter-button.png");
    background-repeat: no-repeat;
    width: 45px;
    height: 30px;
    line-height: 30px;
    border-collapse: collapse;
    border-width: 0px;
    color: White;
    font-weight: bold;
}

#newsletter-name-wrap, #newsletter-email-wrap
{
    background-image: url("images/newsletter-input-background.png");
    background-repeat: no-repeat;
    background-position: left top;
    width: 196px;
    height: 30px;
    /*line-height: 30px;*/
    padding-top: 7px;
    padding-left: 7px;
    margin-right: 7px;
    float: left;
}
#newsletter-email, #newsletter-name
{
    border-collapse: collapse;
    border-width: 0px;
    color: #999999;
    background-color: Transparent;
    text-transform: lowercase;
}

#add-block
{
    border-top: solid 1px #272727;
    padding-bottom: 60px;
    min-height:84px;
}
#add-block img
{
    border: 0px none;;
}
#actor-content-info
{
    color: White;
    float: left;
    width: 489px;
    margin-left: 12px;
    line-height:18px;
}
#actor-content-info a
{
    color: #FF6600;

}
#actor-media h5
{
    font-size: 110%;
    color: White;
    margin-bottom: 11px;
}
#actor-media ul
{
    list-style: none;
    margin-bottom: 12px;
}
#actor-media ul li.links
{
    margin-bottom:10px;
}
#actor-media ul li a
{
    color: #F36303;
    text-decoration: none;
}

#actor-media a.photo
{
    display:block;
    width:162px;
    height:96px;
    text-decoration: none;
    margin-bottom:15px;
}

#actor-list-content
{
    margin: 12px;
}
#actor-list-content h3
{
    color: White;
    font-size: 110%;
    margin-bottom: 2px;
    height:30px;
}
.actor-list-item-wrap
{
    width: 165px;
    display:inline-block;
    vertical-align:top;
    margin-right: 18px;

}

.actor-list-item-wrap p
{
    line-height:16px;
}
.actor-list-other
{
    list-style: none;
    margin-top: 18px;
    margin-left: 23px;
    margin-bottom: 26px;
    background-image: url("images/other-actor-background.gif");
    background-repeat: repeat-y;
    background-position: right;
    width: 293px;
    float: left;
}
#actor-list-content ul.actuality-list{

	list-style-type: none;
	padding-top:20px;
	padding-bottom:20px;
		
}

#actor-list-content ul.actuality-list li{

	margin-bottom:7px;
	color:#FFFFFF;
		
}
#actor-list-content ul.actuality-list li.content{

	border-bottom:1px dotted #FFFFFF;
	padding-bottom:10px;
		
}
#actor-list-content ul.actuality-list li a{

	color:#FF6600;
		
}
#actor-list-content ul.actuality-list img{

	vertical-align: middle;
	border:1px solid #FFFFFF;
		
}
#main-menu.graymenu
{
    background-color: #DADADA;
}
#main-menu.graymenu a
{
    color: #333333;
}

.actor-list-other-last
{
    background-image: none;
}

.actor-list-other li a
{
    text-decoration: none;
    color: White;
    padding-left: 11px;
    background-image: url("images/other-actor-dot.gif");
    background-repeat: no-repeat;
    background-position: left;
}
.actor-list-other li
{
    margin-bottom:3px;
    width:280px;
}
.actor-list-item
{
    background-color: #272727;
    padding: 7px;
    width: 158px;
    color: White;
    margin-bottom: 24px;
}
.actor-list-item-image
{
    border: solid 3px white;
}

.actor-subcontent
{
    margin-top: 10px;
    margin-left: 14px;
    width: 235px;
    float: left;
}
.menu
{
    float: left;
    font-size: 110%;
    font-weight: bold;
    list-style: none;
}
.menu a
{
    display: block;
    text-decoration: none;
}
.wrap
{
    clear: both;
}
.inner
{
    width: 1000px;
    text-align: left;
    
    margin: 0 auto;
}
.hidden
{
    display: none;
}
.header-item
{
    height: 82px;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    
    background-image: url("images/header-breake.gif");
    background-repeat: no-repeat;
    background-position: left;
}
.header-item p
{
    
}
.header-item p strong
{
    color: #FF6600;
    font-size: 78%;
}
.left-block
{
    width: 499px;
    float: left;
    clear: left;
    line-height:16px;
}
.right-block
{
    width: 500px;
    float: right;
    clear: right;
    border-left: solid 1px #272727;
}
.main-page-news
{
    float: left;
    width: 227px;
    margin-right: 10px;
    margin-left: 12px;
    height:300px; 
   
}
.main-page-article-photo
{
    border: solid 5px white;
    margin-bottom: 10px;
}
.main-page-news h3
{
    color: White;
    font-size: 110%;
    margin-bottom: 10px;
    margin-top: 20px;
    height:26px;
}
.main-page-news p
{
    color: White;
}
.main-page-news p strong
{
    color: #FF771C;
}
.right
{
    text-align: right;
}
.read-all-article
{
    display: block;
    margin-top: 7px;
    padding-left: 11px;
    color: #FF6600;
    font-weight: bold;
    text-decoration:none;
    background-image: url("images/news-dot.gif");
    background-repeat: no-repeat;
    background-position: left;
}
.content-title
{
    background-repeat: no-repeat;
    background-position: left;
    color: White;
    height: 32px;
    line-height: 32px;
    font-size: 110%;
    font-weight: bold;
    margin-left: 12px;
    margin-top: 10px;
    padding-left: 52px;
}
.clear
{
    clear: both;
}
.main-page-add
{
    margin-top: 28px;
    margin-left: 19px;
}
.border-top
{
    border-top: solid 1px #272727;
}
.random-photo-item
{
	float:left;
	height:99px;
	margin-left:30px;
	margin-top:16px;
	text-align:left;
	width:200px;
}
.gallery {

	height:99px;
	margin-left:20px;
	width:470px;
	float:left;	
	margin-bottom:30px;
	color:#FFFFFF;
}
.gallery a.image{

	float:left;	
    margin-right:10px;
}
.gallery H3{

    margin-bottom:5px;
    font-size:110%;
}

.galleryPhotos{
	margin-left:37px;		
}
.gallery p.photographer{
    margin-bottom:5px;	
}
.themeList{

	width:925px;
	margin-left:30px;
	background-color:#272727;
	padding:6px;
	margin-bottom:10px;
	font-size:100%;
	color:#FFFFFF;
}

.themeList a{

	color:#FF6600;
	
	background-image:url(images/news-dot.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:10px;

}
.theme {

	margin-left:145px;
}
.theme p{

	text-align:left;	
    margin-left:30px;
    clear:left;
    font-size:14px;
    margin-bottom:5px;

}
.theme p label{
		
    font-weight: bold;
    padding-top:4px;
    float:left;
    width:70px;
    color:#FFFFFF;	
}
.theme p label.email{
    margin-left:30px;
}
.theme p input{	
    width:228px;
    padding-top:4px;
    padding:4px;
    background-image:url(images/input-wrap.gif);
    background-repeat:repeat-x;
    border:1px solid #272727;
    color:#FFFFFF;

}
.theme p img{
	margin-left:55px;
	margin-right:20px;
	vertical-align:middle;
	border:1px solid #272727;
}

.theme p input#title{	
    width:566px;	
}
.theme p input#name{	
    float:left;	
}
.theme p input#button{	
    width:100px;	
    background-color:#272727;
    color:#FF6600;
    cursor:pointer;
    background-image:none;
    background-repeat:none;
    border:0px none;
}
.theme p textarea{	
    width:566px;
    height:100px;
    padding:4px;	
    background:url(images/textarea-wrap.jpg) repeat-x;
    border:1px solid #272727;
    color:#FFFFFF;
}
.theme p.button{	
    text-align:right;
    width:646px;
}

.add{

	background-color:#333333;
	
}
.add input{

	background-color:#333333;
	width:500px;
	padding:4px;
	margin-left:10px;
	background-image:url(images/input-wrap.gif);
	background-repeat:repeat-x;
	border:1px solid #272727;
	color:#FFFFFF;
	
}
.add a{

	background-color:#272727;
	background-image:none;
	border:0 none;
	color:#FF6600;
	cursor:pointer;
	width:100px;
	padding:5px;
	padding-left:30px;
	padding-right:30px;
	margin-left:5px;
	text-decoration:none;
	
}

div.comment{	
	
    width:800px;
    margin-top:20px;
    margin-left:100px;
    color:#FFFFFF;
	
}
div.comment p{	
	
    text-align: justify;
	
}
div.comment p.colours-color,
div.comment h3.colours-color,
div.comment h3.colours-color a{	
	
    color:#FFDB9D;
	
}
div.comment h3{
	
    font-size:110%;
    vertical-align: middle;
}
div.comment h3 a{
	margin-bottom:5px;
    font-size:82%;
    color:#FFFFFF;
	margin-left:4px;
}
div.comment h3 a.link{
    color:#FF6600;
    background-image:url(images/news-dot.gif);
	background-position:left center;
	background-repeat:no-repeat;
	display:inline-block;
	padding-left:10px;
}
div.comment div.reaction {
	width:626px;
	text-align:left;
	padding-top:10px;
}
div.comment div.reaction p{
	margin-bottom:5px;
}

div.comment div.reaction p img{
	margin-left:55px;
	margin-right:20px;
	vertical-align:middle;
	border:1px solid #272727;
}

div.comment div.reaction input {
	width:228px;
    padding-top:4px;
    padding:4px;
    background-image:url(images/input-wrap.gif);
    background-repeat:repeat-x;
    border:1px solid #272727;
    color:#FFFFFF;
}
div.comment div.reaction input#name{	
    float:left;	
}
div.comment div.reaction input#title{	
    width:541px;	
}
div.comment div.reaction textarea#text{	
    width:541px;
    height:100px;
    padding:4px;	
    background:url(images/textarea-wrap.jpg) repeat-x;
    border:1px solid #272727;
    color:#FFFFFF;	
}
div.comment div.reaction label{
		
    font-weight: bold;
    padding-top:4px;
    float:left;
    width:70px;
    color:#FFFFFF;	
    margin-left:5px;
}
div.comment p.button {
	text-align: right;
}
div.comment p.button input{
	width:100px;	
    background-color:#272727;
    color:#FF6600;
    cursor:pointer;
    background-image:none;
    background-repeat:none;
    border:0px none;
    padding:4px;
    margin-top:5px;
}
div.level2{	
	
    width:750px;
    margin-left:150px;
    border-left:1px dotted #D7D7D7;
	padding-left:5px;
    
}
div.level3{	
	
    width:700px;
    margin-left:200px;
    border-left:1px dotted #D7D7D7;
	padding-left:5px;
    
}
div.level4{	
	
    width:650px;
    margin-left:250px;
    border-left:1px dotted #D7D7D7;
	padding-left:5px;
    
}
div.hidden{	
	
    display:none;
    
}

.random-photo-item-link
{
    background-color:#272727;
	background-image:url(images/photo-dot.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border-right:1px solid #000000;
	display:block;
	float:left;
	height:99px;
	width:30px;
}
.next-items
{
    clear: both;
    /*float: right;*/
    
}
.next-items a
{
    display: block;
    float: right;
    margin-right: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.actor
{
    background-image: url("images/acting-icon.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 54px;
    font-size: 110%;
    /*height: 25px;*/
    line-height: 25px;
    color: White;
    margin-left: 12px;
}
.actor-subcontent-title
{
    font-size: 110%;
    color: White;
    height: 30px;
    line-height: 25px;
    padding-left: 54px;
    background-repeat: no-repeat;   
    margin-bottom: 12px;
}
.actor-calendar-title
{
    background-image: url("images/actor-calendar.gif");
}
.actor-media-title
{   
    background-image: url("images/actor-media-title.gif");
}
.actor-photo-title
{   
    background-image: url("images/actor-photo-title.gif");
}
.actor-other-image
{
    border: solid 5px white;
    margin-bottom: 12px;
}
.actor-calendar-item
{
    background-color: #272727;
    padding: 6px;
    color: White;
    font-size: 103%;
    margin-bottom: 8px;
}
.actor-calendar-item h5
{
    font-size: 110%;
    background-image: url("images/calendar-item.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 27px;
    margin-bottom: 8px;
}
.actor-calendar-item p
{
    padding-top: 8px;
    border-top: solid 1px #333333;
    font-weight: bold;
}
.full-content
{
    padding-top: 12px;
    padding-bottom:20px;
}

.error{
    
	color:#CC0000;
	font-size:13px;
    text-align:center;
	padding-top:5px;
    padding-bottom:5px;
    background-color:#FFD9D9;
    border:1px solid #CC0000;
    margin-left:30px;
    width:940px;
	
}

.loginError{
	
	width:200px;
    margin-left:-22px;
	
}

.message{

	font-size:13px;
	text-align:center;
	padding-top:5px;
    padding-bottom:5px;
    background-color:#D9FFCC;
    border:1px solid #00CC33;
    margin-left:30px;
    color:#339933;
    width:936px;
	
}

.sortMessage{
    
	display:none;
	float:left;
	width:565px;
}

.messageSmazat{

	position:relative;
	font-size:14px;
	width:250px;
	text-align:center;
	padding-top:20px;
    padding-bottom:20px;
	
}

.homepage-video-title{

	clear:both;
	color:#FFFFFF;
	background-color:#0c0c0c;
	padding-top:5px;
	padding-left:5px;	
	font-size:12px;
    height:20px;
	
}

#placeholder1{
	
	margin-bottom:15px;
	margin-top:10px;
	
}

#playlist1{
	
	margin-bottom:15px;
	margin-top:10px;
	
}
	
.program-list
{
    list-style: none;
    margin-bottom: 16px;
}
.program-list li
{
    margin-bottom: 1px;
    
}
.program-list li a
{
    display: block;
    height: 45px;
    line-height: 45px;
    color: #FF6600;
    text-decoration: none;
    background-image: url("images/news-dot.gif");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 19px;
    margin-left: 14px;
    font-size: 120%;
    font-weight: bold;
}
.program-list li.program-item-active a
{
    background-image: url("images/selected-video.gif");
    margin-left: 6px;
    padding-left: 32px;
}
.program-item-odd
{
    background-color: #272727;
}
.program-item-even
{
    background-color: #2A2A2A;
}
.show-item
{
    background-color: #272727;
    margin-bottom: 7px;
}
.show-item h5
{
    font-size: 110%;
    margin: 8px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #FF6600;
    border-bottom: 1px solid #333333;
    
    background-image: url("images/show-icon.gif");
    background-position:left;
    background-repeat: no-repeat;
    padding-left: 28px;
}
.show-item h5 a
{
    color: #FF6600;
    text-decoration:none;
}
.show-item strong
{
    color: #FE761E;
}
.show-item p
{
    color: white;
    padding: 8px;
}
.actorlist
{
    padding: 8px;
    margin-bottom: 1px;
}
.actorlist-odd
{
    background-color: #272727;
    width:208px;
}
.actorlist-even
{
    background-color: #2A2A2A;
    width:208px;
}
.actorlist h5
{
    color: #FF6600;
    line-height: 25px;
    font-size: 110%;
    cursor:pointer;
}
.actorlist ul
{
    color: White;
    margin-top: 9px;
    margin-bottom: 9px;
    font-weight: bold;
    list-style: none;
}
.actorlist ul li
{
    line-height: 22px;
    background-image: url("images/actorlist-item.gif");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 11px;
    margin-left:6px;
}

.actorlist ul li a
{
    color:#FFFFFF;
    text-decoration: none;
}

.actorlist-open
{
    background-image: url("images/actorlist-open.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 26px;
    border-bottom: 1px solid #333333;
    /*padding-bottom: 8px;*/
}
.actorlist-close
{
    background-image: url("images/actorlist-close.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 26px;
    /*padding-bottom: 8px;*/
}
.tv-header,
.radio-header
{
    padding-bottom: 18px;
    border-bottom: 1px solid #272727;
    padding-left: 12px;
    height: 30px;
    line-height: 30px;
}
.tv-header h2,
.radio-header h2
{
    font-size: 110%;
    background-image: url("images/tv-icon.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-right: 17px;
    float: left;
    padding-left: 51px;
    border-right: 1px solid #272727;
}

.radio-header h2{

	background-image: url("images/player-radio-inactive.gif");
		
}

.tv-header h3,
.radio-header h3
{
    float: left;
    background-image: url("images/actual-play-icon.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 32px;
    margin-left: 17px;
    color: #FF6600;
    
}
.schedule-header
{
    background-image: url("images/schedule-icon.gif");
}
.interprets
{
    background-image: url("images/acting-icon.gif");
}
.program-header
{
    background-image: url("images/program-header.gif");
}

.program-table
{
	 clear: both;
	 border-collapse: collapse;
	 position:relative;
	 left:0cm;
}
.move-up
{
	 margin-top:-11px;
}
.program-table td
{
    background-color: #272727;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    height: 20px;
    line-height: 20px;
}

.program-table td.content
{
    width: 3cm;
}
.program-table th, .program-table  td.foot
{
    font-size: 12px;
    color: Black;
    text-align: center;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    width: 3cm;
    height: 73px;
}

.program-table th.first-or-last, .program-table td.first-or-last
{
    width: 47px;
    text-align: center;
}

.program-filled
{
    text-align: center;
    padding-top: 0px;
    border-width: 0px;
}
.program-filled a
{
    display: block;
    text-align: center;
    color: Black;
    clear: both;
    font-size:80%;
	line-height:12px;
}
.program-filled input
{
    float: right;
    display: block;
    margin-right: 4px;
    margin-left: 4px;
    margin-top: 3px;

}

.program-filled span.interpreterProgramTime
{
    float: right;
}

.program-next, .program-prev
{
    display: block;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    margin-left: 9px;
    height: 73px;
    background-position: center;
}
.program-next
{
    background-image: url("images/program-next.gif");
}
.program-prev
{
    background-image: url("images/program-prev.gif");
}
.program-page-header
{
    font-size: 120%;
    margin-left: 12px;
    padding-left: 2px;
    margin-right: 12px;
    padding-right: 2px;
    padding-bottom: 11px;
    color: White;
    border-bottom: 1px solid #272727;
}

.program-page-all
{
    border-bottom: 1px solid #272727;
    margin-left:11px;
    margin-right:11px;
    padding-bottom:11px;
}
.program-page-all a
{
    padding-bottom: 11;
    font-size:14px;
    color:#FF6600;
}
.program-page-header-all
{
    font-size: 120%;
    padding-bottom: 11px;
    color: White;
    float:left;
    width:815px;
    float:left;
}

.program-page-day
{
    color:#FF6600;
	font-size:120%;
	margin:20px 12px 11px;
	padding-bottom:5px;
	padding-left:2px;
	padding-right:2px;
    border-bottom: 1px solid #FF6600; 
    clear:left;
}

.program-page-day-stage
{
    display:inline-block;
	margin-bottom:20px;
	margin-left:15px;
	vertical-align:top;
	width:310px;
	min-height:50px;
}

.program-page-day-stage-title
{
    font-size: 120%;
    padding-bottom: 11px;
    color: White;
}
.program-page-day-stage ul
{
	color:White;
	list-style-type:none;
}

.program-page-day-stage ul a
{
	color:#FF6600;
}

.program-info
{
    margin: 12px;
    padding: 2px;
    color: #D2D2D2;
}
.program-buttons
{
    margin-left: 47px;
    margin-bottom: 12px;
    margin-top: 12px;
}
.program-button
{
    background-color: #272727;
    display: block;
    padding: 10px;
    float: left;
    margin-right: 8px;
    
}

.program-buttons span.errorCheck {

	color:#FFFFFF;
	padding-left:50px;
	font-weight: bold;

}

.program-button-submit input {
	background-color:#272727;
	background-image:url(images/news-dot.gif);
	background-position:10px center;
	background-repeat:no-repeat;
	color:#FF6600;
	cursor:pointer;
	padding-bottom:8px;
	padding-left:20px;
	padding-right:10px;
	padding-top:10px;
	border:0px none;
	text-align: left;
	
}

.program-button-submit input.print {
	
	width:100px;
	
}
.program-button-submit input.printChecked {
	
	width:155px;
	
}

.program-button a
{
    
    background-image:url("images/news-dot.gif");
    background-position:left center;
    background-repeat:no-repeat;
    color:#FF6600;
    padding-left:11px;
    text-decoration:none;
}

.program-table td.time-row
{
    color: White;
    background-color:transparent;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
    width:47px;
    font-size:10px;
    
}

.program-table td span.interpreterProgramTime{

	font-size:9px;	
	
}

.program-table td.program-blank
{
    background-color: inherit;
}
.last-link
{
    display: block;
    padding-bottom: 30px;
}
.left-table
{
    float: left;
    width: 47px;
    clear: none;
}
.right-table
{
    float: left;
    clear: none;
    overflow:hidden;
	width:23.9cm;
	position:relative;
}
.noProgram {
	
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:100px;
	padding-top:100px;
	text-align:center;
	
}
.page-links-history p {
	
	margin-bottom:15px;
	margin-top:15px;
	
}
h3.notification{

	margin-left:30px;
	font-size:18px;

}
p.notification{

	color:White;
	margin:10px 30px 30px;

}