@charset "utf-8";

/* IE PNG Fix */
img, div, button, a { behavior: url(/style/iepngfix.htc) }

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Leiskan runkotyylit */
body {
	background-color: #000;
	background-image: url(../images/black_big_bg2.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.topRow {
	background: transparent;
	background-image: url(../images/black_top_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
.topMenu {
	background: transparent;
	background-image: url(../images/black_top_menu_bg.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 950px;
}
.topMenuTop {
	background: transparent;
	background-image: url(../images/black_top_menu_top_bg.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 950px;
}
.topMenuMiddle {
	background: transparent;
	background-image: url(../images/black_top_menu_middle_bg.png);
	background-repeat: repeat-y;
	width: 950px;
	color: #fff;
	line-height: 20px;
	font-size: 11px;
	display: none;
}
.topMenuMiddle h1 {
	font-size: 13px;
	font-weight:bold;
	color: #90d331;
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 0;
}
.topMenuMiddle .separator {
	background-image: url(../images/black_separator_line.gif);
	background-position: top center;
	background-repeat: repeat-y;
	width: 25px;
}
.topMenuMiddle a {
	text-decoration: none;
	color: #ddd;
}
.topMenuMiddle a:visited {
	text-decoration: none;
	color: #ddd;
}
.topMenuBottom {
	background: transparent;
	background-image: url(../images/black_top_menu_bottom_bg.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 950px;
}

.contentTop {
	background: transparent;
	background-image: url(../images/black_content_top.png);
	background-repeat: no-repeat;
	width: 930px;
	height: 10px;
	font-size: 0;
	margin: 0;
	margin-top: 10px;
}
.content {
	background: #000;
	background-image: url(../images/black_content_top_bg.gif);
	background-repeat: no-repeat;
	width: 930px;
	padding-top: 12px;
	text-align: left;
}
.contentBottom {
	background: transparent;
	background-image: url(../images/black_content_bottom.png);
	background-repeat: no-repeat;
	width: 930px;
	height: 14px;
	font-size: 0;
	margin: 0;
}
.contentWhite {
	width: 860px;
	background: #fff;
	margin: 22px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 13px;
	text-align: left;
}
.contentWhiteBottom {
	background: #000;
	background-image: url(../images/black_white_content_bottom.gif);
	background-repeat: no-repeat;
	width: 886px;
	height: 11px;
	margin: 22px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0;
}
.sponsors {
	margin-top: 20px;
}

/* Yleiset tyylit */
a {
	text-decoration: none;
	color: #5fa801;
}
a:visited {
	text-decoration: none;
	color: #5fa801;
}
a:hover {
	text-decoration: underline;
	color: #5fa801;
}
hr {
	height: 1px;
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid #dddddd;
}
h1 {
	font-size: 14px;
	font-weight:bold;
	color: #a0a0a0;
	margin-top: 5px;
	margin-bottom: 3px;
}
h2 {
	font-size: 12px;
	font-weight:bold;
	color: #40a1d4;
	margin-top: 2px;
	margin-bottom: 1px;
	padding: 0;
}
h3 {
	font-size: 13px;
	font-weight:bold;
	color: #5fa801;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
input, textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	border: 1px solid #aaa;
}

/* Erikoistyylejä erikoistilaisuuksiin :) */
.quote {
	margin: 0;
	background-color: #f5f5f5;
	padding: 5px;
	margin-left: 20px;
	border: 1px solid #dddddd;
}
.smalltext {
	color: #888888;
	font-size: 10px;
}
.smalltext select {
	color: #888888;
	font-size: 10px;
}
.hoverbg {
	background-color: #f5f5f5;
}
.outbg {
	background-color: transparent;
}
.titlebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #8fc177;
	background-image: url(../images/titlebox_bg.gif);
	background-repeat: repeat-x;
	padding: 5px;
	color: #fff;
	text-align: left;
	letter-spacing: 1px;
	height: 14px;
	margin-bottom: 5px;
}
.hovertitlebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #36a500;
	background-color: #44c804;
	padding: 5px;
	color: #fff;
	text-align: left;
	letter-spacing: 1px;
	height: 14px;
	margin-bottom: 5px;
}
.protitlebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #febd22;
	background-image: url(../images/pro_bg.gif);
	background-repeat: repeat-x;
	padding: 5px;
	color: #fff;
	text-align: left;
	letter-spacing: 1px;
	height: 14px;
	margin-bottom: 5px;
}
.hoverprotitlebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #e8a300;
	background-color: #ffb506;
	padding: 5px;
	color: #fff;
	text-align: left;
	letter-spacing: 1px;
	height: 14px;
	margin-bottom: 5px;
}
.box {
	background-color: #f3f3f3;
	border: 1px solid #d4d4d4;
	padding: 7px;
	text-align:  left;
	margin: 0;
	margin-bottom: 7px;
}
.videoinfobox {
	background-color: #e0e0e0;
	border: 1px solid #d8d8d8;
	padding: 10px;
	text-align:  left;
	margin: 0;
}
.videoinfobox .mainlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1a89e2;
	text-decoration: none;
}
.videoinfobox .mainlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1a89e2;
	text-decoration: none;
}
.videoinfobox .mainlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

.errorbox {
	background-color: #FFDDDD;
	border: 1px solid #EECCCC;
	padding: 7px;
	text-align:  left;
	margin: 0;
	margin-bottom: 7px;
}
.errorbox h1 {
	font-size: 14px;
	font-weight:bold;
	color: #E00A0F;
	margin-top: 5px;
	margin-bottom: 3px;
}

/* Tyylit välilehtiboxia varten */
.blackTabUnsel {
	float: left;
	margin-right: 3px;
}
.blackTabUnsel a {
	background-image: url(../images/black_tab_unsel_bg.png);
	background-repeat:repeat-x;
	display: block;
	padding: 8px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
.blackTabUnsel a:visited {
	background-image: url(../images/black_tab_unsel_bg.png);
	background-repeat:repeat-x;
	display: block;
	padding: 8px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
.blackTabUnsel a:hover {
	background-image: url(../images/black_tab_bg.png);
	background-repeat:repeat-x;
	display: block;
	padding: 8px;
	color: #40a1d4;
	font-size: 12px;
	text-decoration: none;
}
.tabbox {
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	border-top: 0;
	padding: 7px;
	text-align:  left;
	margin: 0;
	margin-bottom: 7px;
}
.tabtable .selected{
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	border-bottom: 0;
	padding: 4px;
}
.tabtable .unselected{
	background-color: #f3f3f3;
	border: 1px solid #d4d4d4;
	padding: 4px;
	cursor: pointer;
}
.tabtable .spacer{
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #dedede;
}

/* Tyylit uutta videolisäyssivua varten */
.addMovieBox {
	width: 764px;
	background-color: #409ce5;
	margin-bottom: 0px;
	background-image: url(../images/add_movie_bg.gif);
	background-repeat: repeat;
}
.addMovieTabSel {
	width: 150px;
	height: 34px;
	margin-bottom: 0px;	
	background-image: url(../images/tab_sel.gif);
	background-repeat: no-repeat;
}
.addMovieTabUnsel {
	width: 150px;
	height: 34px;
	margin-bottom: 0px;	
	background-image: url(../images/tab_unsel.gif);
	background-repeat: no-repeat;
}

/* List-tyyli, käytetään taulukkodatan esittämisessä */
.list {
	border: 0;
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
}
.list .title {
	background-color: #e7e7e7;
	padding: 5px;
	border: 1px solid #ffffff;
	border-left: 0;
}
.list .cell {
	border: 0;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 5px;
}
.list .cell a {
	text-decoration: none;
	color: #40a1d4;
}
.list .cell a:visited {
	text-decoration: none;
	color: #40a1d4;
}

.list .cell a:hover {
	text-decoration: underline;
	color: #3e6e01;
}
.list .greybox {
	border: 0;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 5px;
	background-color: #f7f7f7;
}

/* Etusivun mustan osion tyylit (deprecated) */
.header {
	color: #fff;
	margin: 40px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.header h1 {
	font-size: 18px;
	font-weight: normal;
	color: #1698fe;
	margin-top: 0;
	margin-bottom: 10px;
}

.header p {
	font-size: 12px;
}

.header .tab1 {
	background-image: url(../images/black_tab1_bg.gif);
	background-repeat: repeat-x;
	cursor: pointer;
	font-size: 12px;
}

.header .tab2 {
	background-image: url(../images/black_tab2_bg.gif);
	background-repeat: repeat-x;
	cursor: pointer;
	font-size: 12px;
}

.header .tab3 {
	background-image: url(../images/black_tab3_bg.gif);
	background-repeat: repeat-x;
	cursor: pointer;
	font-size: 12px;
}

.header .tab4 {
	background-image: url(../images/black_tab4_bg.gif);
	background-repeat: repeat-x;
	cursor: pointer;
	font-size: 12px;
}

.header .tab1hover {
	background-image: none;
	background-color: #5ea609;
	cursor: pointer;
	font-size: 12px;
}

.header .tab2hover {
	background-image: none;
	background-color: #d14f08;
	cursor: pointer;
	font-size: 12px;
}

.header .tab3hover {
	background-image: none;
	background-color: #0a6da6;
	cursor: pointer;
	font-size: 12px;
}

.header .tab4hover {
	background-image: none;
	background-color: #a62626;
	cursor: pointer;
	font-size: 12px;
}

.header .tabSelected {
	border: 1px solid #d0d0d0;
}

.header .headerMovies {
	margin-top: 10px;
	font-size: 11px;
}

.header .headerMovies a{
	color: #fff;
	text-decoration: none;
}
.header .headerMovies a:visited{
	color: #fff;
	text-decoration: none;
}
.header .headerMovies a:hover{
	color: #5da507;
	text-decoration: none;
}

/* Eri fadeboxit */
.fadeboxFullBottom {
	width: 269px;
	background-image: url(../images/black_fadebox_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #333;
	padding: 10px; 
	padding-top: 0;
}
.fadeboxFullBottom a{
	color: #666;
	text-decoration: none;
}
.fadeboxFullBottom a:visited{
	color: #666;
	text-decoration: none;
}
.fadeboxFullBottom a:hover{
	color: #5da507;
	text-decoration: none;
}
.fadeboxFullBottom h2{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	color: #1989e2;
}
.fadebox {
	background-image:url(../images/corner_left_bottom_wide.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 10px;
	margin: 0;
}
.fadeboxtop {
	background-image:url(../images/corner_left_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px;
	margin: 0;
}
.fadeboxtoparrow {
	background-image:url(../images/corner_left_top_arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px;
	padding-left: 22px;
	margin: 0;
}
/* Tagipilvet */
.tagcloud { padding: 3px; text-decoration: none; }
.tagcloud a { color: #999999; }
.tagcloud a:visited { color: #999999; }
.tagcloud a:hover { color: #ffffff; background: #69da03; text-decoration: none; }

.tagcloudSmall { text-decoration: none; }
.tagcloudSmall a { color: #666; }
.tagcloudSmall a:visited { color: #666; }
.tagcloudSmall a:hover { color: #fff; background: #5da507; text-decoration: none; }

/* Sisäänkirjautuminen */
.login {
	font-size: 11px;
	color: #b9b9b9;
	margin-top: 7px;
}
.login input {
	font-size: 10px;
	color: #777;
	height: 16px;
	padding: 0;
	margin: 0;
	border:0 none;
}
.login .loginButton {
	background:transparent url(../images/black_login_btn.gif) no-repeat scroll center top;
	border:0 none;
	cursor:pointer;
	height:16px;
	margin:0;
	padding:0;
	width:57px;
}

/* Ylävalikon linkit */
.topLinks {
	font-size: 11px;
	color: #b9b9b9;
	padding-top: 10px;
}

.topLinks a {
	color: #b9b9b9;
	text-decoration: none;
}

.topLinks a:visited {
	color: #b9b9b9;
	text-decoration: none;
}

.topLinks a:hover {
	color: #5da507;
	text-decoration: none;
}

.topLinksRight {
	padding-right: 20px;
}
.topLinksLeft {
	padding-left: 20px;
}

/* Yläreunan haku */
.topSearch {
	margin-right: 15px;
}
.topSearch input {
	font-size: 10px;
	color: #888;
	height: 16px;
	padding: 0;
	margin: 0;
	border: 1px solid #303030;
	width: 120px;
}
.topSearch .searchButton {
	background:transparent url(../images/black_search_btn.png) no-repeat scroll center top;
	border:0 none;
	cursor:pointer;
	height:16px;
	margin:0;
	padding:0;
	width:15px;
}

/* Ylänavigaaton tyylit */
.mainNavi {
	height: 40px;
	margin-left: 22px;
}
.mainNavi td {
	font-size: 16px;
	color: #f1f1f1;
	padding-left: 15px;
	padding-right: 15px;
}
.mainNavi td a {
	color: #f1f1f1;
	text-decoration: none;
}
.mainNavi td a:visited {
	color: #f1f1f1;
	text-decoration: none;
}
.mainNavi td a:hover {
	color: #fff;
	text-decoration: none;
}
.mainNavi .logo {
	padding: 0;
	padding-right: 15px;
}
.mainNavi .hover {
	background-image:url(../images/black_topmenu_hover.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #fff;
	cursor:pointer;
}
/* Etusivun rollerilaatikon tyylit */
.infobox {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 90;
	width: 370px;
	height: 44px;
	background-color: transparent;
	background-image: url(../images/frontpage_infobox_bg.png);
	background-repeat: repeat;
	color: #fff;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 5px;
	font-size: 10px;
}
.infobox a:hover{
	text-decoration: none;
}
.infobox h1{
	font-size: 12px;
	font-weight: bold;
	color: #1989e2;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
}
.infobox p{
	font-size: 11px;
}
.moviebox {
	z-index: 90;
	width: 397px;
	height: 73px;
	background-color: transparent;
	background-image: url(../images/frontpage_moviebox_bg.png);
	background-repeat: repeat;
	color: #fff;
	padding: 3px;
	font-size: 10px;
	margin-bottom: 3px;
}
.moviebox a:hover{
	text-decoration: none;
}
.moviebox h1{
	font-size: 11px;
	font-weight: bold;
	color: #1989e2;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
}
