@charset "utf-8";
/* CSS Document */

/*global settings*/
body{background:#303030 url(../images/body-bg.jpg) repeat-x left top;}

/*login form style*/
#login_form .textfield{background:url(../images/login-input-bg.png) repeat-x left top; border:1px solid #727272;}
#login_form .submit{border:0;border-bottom:1px solid #f2f2f2;background:transparent; cursor:pointer}

/*search style*/
#search input{background:#646464 url(../images/search-bg.gif) repeat-x left; border:0;border-top:1px solid #373737;border-left:1px solid #373737;border-bottom:1px solid #373737;}
#search input.button{background:#5c5c5c url(../images/search.jpg) no-repeat left; border-top:1px solid #373737;border-right:1px solid #373737;border-bottom:1px solid #373737;display:block; cursor:pointer}

/*navgation style
#navigation li.selected a{background:url(../images/menu-lt-active.png) no-repeat left;}
#navigation li.selected a span{background:url(../images/menu-rt-active.png) no-repeat right;}
*/

/*content1 style*/
#content1 .item-text{background:url(../images/left-shadow.png) no-repeat right bottom;}
#content2 #KinoListContainer h1{ background:none;}
#content1 h1 span,#content2 #KinoListContainer h1 span, #content3 h1 span{background:url(../images/h1_bg.gif) no-repeat right;}
#event table{border-top:1px solid #565556; border-bottom:1px solid #565556;}
#rsvp_form .submit_btn{background:url(../images/share-bg.gif) no-repeat left;border:0;cursor:pointer}

/*content3 style*/
#content3 .item-text{/*background:url(../images/right-shadow.png) no-repeat left bottom;*/}
/*#gallery_index ul{background:url(../images/gal-index-bg.jpg) no-repeat left bottom;}*/
#gallery_index li.selected, #gallery_index li a:hover {background:#272727 /*url(../images/arrow-gal.gif) no-repeat 7px;*/}
#gallery_index li.selected a:hover{background:none;}

/*gallery image*/
a.previous-gallery{background:url(../images/prev-gal-disable.png) no-repeat left}
a.next-gallery{background:url(../images/next-gal-disable.png) no-repeat right}
a.previous-gallery:hover{background:url(../images/prev-gal.png) no-repeat left}
a.next-gallery:hover{background:url(../images/next-gal.png) no-repeat right}
.buttons a.previous-gallery.disabled, .buttons a.previous-gallery.disabled:hover{color:#5e5e5e;background:url(../images/prev-gal-disable.png) no-repeat left; cursor:default}
.buttons a.next-gallery.disabled, .buttons a.next-gallery.disabled:hover{color:#5e5e5e;background:url(../images/next-gal-disable.png) no-repeat right; cursor:default}
.gallery_big_image{border:1px solid #6c6a6a;}
a.previous{background:url(../images/previous.png) no-repeat left;}
a.next{background:url(../images/next.png) no-repeat left;}
a.previous:hover, a.next:hover{background-position:-34px 0;}
#GWgalleryThumbs .item{/*border:1px solid #424242;*/ filter:alpha(opacity=60); opacity:0.6;}
#GWgalleryThumbs .item.selected{/*border:1px solid #7c7c7c;*/filter:alpha(opacity=100); opacity:1; }
#GWgalleryThumbs .item:hover{/*border:1px solid #7c7c7c;*/filter:alpha(opacity=90); opacity:0.9; }

#videoThumbContainer #VideoThumb .item{filter:alpha(opacity=60); opacity:0.6;}
#videoThumbContainer #VideoThumb .item:hover{filter:alpha(opacity=90); opacity:0.9;}
#videoThumbContainer #VideoThumb .item.selected{filter:alpha(opacity=100); opacity:1;}


#GWgalleryThumbsContainer .disabled, #videoThumbContainer .disabled{background-position:0 0; cursor:default}

.henworx-gallery{ background:url(../images/gallery-bottom-bg.jpg) repeat-x left bottom; }

/*movie trailor style*/
#kinoTrailerIndex, #KinoListContainer{background:none; }
#kinoTrailerIndex li, #KinoListContainer ul li{background: transparent url(../images/trailor-bg.png) no-repeat right top; cursor:pointer}
#kinoTrailerIndex ul, #KinoListContainer ul ul{background: transparent url(../images/movie-icon.jpg) no-repeat 90px 10px;}
#kinoTrailerIndex ul li, #KinoListContainer ul ul li{background:none;}

/*footer style*/
#footer{background:#202020 url(../images/footer-bg.jpg) no-repeat left top; border-top:5px solid #010101;}
#footer li{background:url(../images/circle.png) no-repeat left;}
#footer #list li{background:none; border-left:1px solid #8d8d8d;}
#footer #list li:first-child{border-left:0;}

/*tabs style*/
ul.tabs{background:url(../images/tab-rt-bg.png) no-repeat right;}
ul.tabs li:first-child a{background:url(../images/tab-lt-bg.png) no-repeat left;}
ul.tabs li a span{background:none;}
ul.tabs li:first-child.active a{background:url(../images/tab-lt-active1.png) no-repeat left;}
ul.tabs li.active a{background:url(../images/tab-lt-active.png) no-repeat left;}
ul.tabs li.active a span{background:url(../images/tab-rt-active.png) no-repeat right;}

/*video player*/
#content2 h1{background:transparent url(../images/tab-lt-bg.png) no-repeat left;}
#content2 h1 span{background:transparent url(../images/tab-rt-bg.png) no-repeat right;}

.video img{border:1px solid #6C6A6A}

