

body {
 background-color: #99C46B;
 color: #fff;
}

a {
 color: #99C46B;
}

h1 {
 line-height: 60px;
}
h2 {
 line-height: 30px;
}


.blocktext {

}

#page {
 background-color: #439D2B;
 padding:5px;
 border-left: solid 1px #999;
 border-right: solid 1px #333;
}

#bannerspace {
 padding: 2px;
}

#searchform {
 width: 220px;
 float: right;
}

#content {
 background-color: #005F31;
 border: solid 1px #666;
 border-top: none;
 background-image:url(/img/k18.png);
 background-repeat: no-repeat;
 background-position: top right;
}


#head {
 font-size: 20px;
 font-style: italic;
 height: 70px;
 background-image: url(/img/logo_kaalimato.png);
 background-repeat: no-repeat;
 background-position: middle left;
 text-align: right;
 margin-bottom: 5px;
 background-color: #439D2B;

}

#menu {
 border-bottom: solid 1px #666;
}
#menu .item {
 background-color: #005F31;
 border: solid 1px #666;
 border-bottom: none;
 margin-left: 3px;
}

#menu .item:hover {
 background-color: #99C46B;
}

#menu .item:hover a {
 color: #005F31;
}

.movielistitem {
 width: 560px;
 background-color: #005F31;
 border-bottom: solid 2px #99C46B;
 margin-top: 5px;
 margin-bottom: 5px;
}

#footer {

}

#clock {
 float: left;
 width: 80px;
 height: 20px;
 border: solid 1px #666;
 background-color: #439D2B;
 text-align: center;
 margin-right: 10px;
 font-size: 16px;
}

.seconds {
 font-size: 10px;
}

.channelselector {
 border: solid 2px #666;
 border-top-color: #aaa;
 border-left-color: #999;
 margin: 2px;
 padding: 2px;
 cursor: pointer;
 background-color: #ddd;
 color: #333;
}
.channelselector:hover {
 background-color: #fff;
 color: #330000;
}
.nowplaying {
 background-color: #999;
 color: #330000;
}
.nowplaying:hover {
 background-color: #666;
 color: #330000;
}


.oddline {
 background-color:#004F21;
}