body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #1d1d1d url(../img/taustat/tausta_badc2_5.jpg) no-repeat 50% 0;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

/* GLOBAL */
.lir {display: block; height: 0 !important;}
.hide {display: none;}
.block {display: block;}		
.relative {position: relative;}
.absolute {position: absolute;top: 0;}
.float-left {float: left;}
.float-right {float: right !important;}
.clear-left {clear:left;float: left;}
.clear-right {clear:right;float: right;}

.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
.bold {font-weight: bold;}

.clear-fix:after {display: block;clear: both;content: " ";height: 0;overflow: hidden;}
.clear-fix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear-fix {height: 1%;}
.clear-fix {display: block;}
/* End hide from IE-mac */

img, input {
	border: 0px;
}

fieldset {
	border: 1px solid #6d6d67;
}

ul {
	padding-left: 15px;
}

ul.ohjeet {
	padding-left: 20px;
}

input {
	color: #fff;
	background-color: #343434;
	background: url(../img/input-bg.png) repeat-x 0 0;
	border: 1px solid #6d6d67;
	height: 19px;
	padding: 1px 1px 0 1px;
}

.input-button:hover {
	color: #ffc600;
	cursor: pointer;
}

.input-wide {
	width: 100%;
	padding: 1px 1px 0 1px;
}

img {
	margin: 1px;
}

textarea {
	color: #fff;
	background-color: #343434;
	border: 1px solid #6d6d67;
}

.last-link {
	border-right: 0 !important;
	background: url() no-repeat 0 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.last-item {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
}

a { 
	text-decoration:none;
	color: #fff;
	font-weight: bold;
}

a:hover {
	color: #ffc600;
}

a.adminlinkki {
	color: #ce7f02;
}

.top-module {
	position: relative;
	height: 230px;
	margin-bottom: 10px;
	display: inline;
	float: left;
	overflow: hidden;
}

.top-module.left {
	display: inline;
	float: left;
	width: 400px;
}

.top-module.right {
	display: inline;
	float: right;
	width: 540px;
}

.top-border {
	height: 4px;
	background: url(../img/content-bg-ud.png) no-repeat;
}

.left-border {
	width: 2px;
	height: 100%;
	background: url(../img/content-bg-lr.png) repeat-y 0 0;
	left: -2px;
}

.right-border {
	width: 4px;
	height: 100%;
	background: url(../img/content-bg-lr.png) repeat-y 2px 0;
	right: -1px;
}

.bottom-border {
	height: 8px;
	background: url(../img/content-bg-ud.png) no-repeat;
	background-position: 0px -4px;

}

#main-content {
	padding: 5px 10px 0;
	position: relative;
	background: url(../img/content-bg.png) repeat;
	color: #fff;
	width: 943px;
}

.content-corners {
	position: absolute;
	width: 6px;
	height: 6px;
	background: url(../img/fgc-content-corners-sprite.png) no-repeat;
	overflow: hidden;
}
	
.ie6 .content-corners {display: none;}
	
.content-corners.top-left {
	background-position: 0 0;
	top: 0px;
	left: 0px;
}
	
.content-corners.top-right {
	background-position: -6px 0;
	top: 0px;
	right: 0px;
}
	
.content-corners.bottom-left {
	background-position: 0 -6px;
	bottom: 0px;
	left: 0px;
}
.content-corners.bottom-right {
	background-position: -6px -6px;
	bottom: 0px;
	right: 0px;
}

.content-bottom, .content-top{
	position: relative;
	height: 5px;
	background-color: #090909;
}

.fgc-content-block {
	position: relative;
	padding: 0 5px 0 5px;
}

html>body .fgc-content-block {background: #090909;}

#module {
	position: relative;
}
	
.module-column  {
	display: inline;
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

.module-column.left {
	float: left;
	width: 66%;
	min-height: 100px;
	height: auto !important;
}

.module-column.right {
	float: right;
	width: 310px;
}

.forum-module-column  {
	display: inline;
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

.forum-module-column.left {
	float: left;
	width: 760px;
	min-height: 100px;
	height: auto !important;
}

.forum-module-column.right {
	float: right;
	width: 170px;
}

.profile-module-column  {
	display: inline;
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

.profile-module-column.left {
	float: left;
	width: 170px;
	position: relative;
}

.search-module-column.left {
	float: left;
	width: 100%;
	position: relative;
}

.profile-module-column.right {
	width: 765px;
	min-height: 250px;
	height: auto !important;
	float: right;
}

.profile-main-info {
	width: 450px;
	min-height: 250px;
	height: auto !important;
	float: left;
}

.war-main-info {
	width: 100%;
	min-height: 250px;
	height: auto !important;
	float: left;
}

.profile-right-info {
	width: 270px;
	min-height: 250px;
	height: auto !important;
	float: right;
}

.block-component {
	position: relative;
	margin: 0;
}

html>body .block-component {
	margin: 0;
	padding: 0;
}

.general-block {
	position: relative;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding: 0 10px 10px 10px;
	background-color: #090909;
}

.block-item {
	position: relative;
	padding: 10px;
}

.data-table {
	position: relative;
	min-height: 16px;
	height: auto;
	margin: 5px 0 5px 0;
}

.data-label {
	color: #959595;
	left: 0;
	top: 0;
	position: absolute;
}

.data-value {
	margin-left: 100px;
}

.data-table-checkbox {
	margin-top: 5px;
	position: relative;
	height: 28px;
}

.data-label-checkbox {
	color: #959595;
	left: 0;
	position: absolute;
	top: 5px;
}

.data-value-2 {
	margin-left: 10px;
}

.data-value-kr {
	margin-left: 550px;
}

.data-value-profiili {
	margin-left: 400px;
}

.kr-otsikko {
	left: 0;
	top: 0;
	position: absolute;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

/* BUTTON CONFIG */	
.form-buttons {
	cursor: pointer;
	display: inline;
	position: relative;
	font-size: 10px;
	color: #fff;
	height: 22px;
	line-height: normal;
}

.button-left {
	float: left;
	height: 22px;
	background: url(../img/button-left.png) no-repeat 0 0;
	padding: 0 16px 0 0px;
}

.button-center {
	float: left;
	background: url(../img/button-bg.png) repeat-x 0 0;
	height: 18px;
	padding: 4px 3px 0px 5px;
}

.button-right {
	float: left;
	height: 22px;
	width: 4px;
	background: url(../img/button-right.png) no-repeat 0 0;
}

.form-buttons:hover .button-left {color: #FFC600; background: url(../img/button-left.png) no-repeat 0 -23px;}
.form-buttons:hover .button-center{color: #FFC600; background: url(../img/button-bg.png) repeat-x 0 -23px;}
.form-buttons:hover .button-right {color: #FFC600; background: url(../img/button-right.png) no-repeat 0 -23px;}



/* INPUT CONFIG */
.search {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 174px;
}
.search-input {
	left: 3px;
	width: 165px;
	padding: 4px 1px 0 5px;
	height: 23px;
	border: 0;
	background: url(../img/search-bg.png) no-repeat 0 0;
}

.search-left, .search-right {
	position: absolute;
	height: 23px;
	width: 3px;
	background: url(../img/search-lr.png) no-repeat;
}

.search-left {left: 0;background-position: 0 0;}
.search-right {right: 0;background-position: -3px 0;}

.input-field {
	float: left;
	width: 200px;
	height: 21px;
	padding: 3px 1px 0 5px;
	border: 0;
	background: url(../img/input-bg.png) repeat-x 0 0;
}
.input-left, .input-right {
	float: left;
	height: 21px;
	width: 3px;
	background: url(../img/input-lr.png) no-repeat;
}

.input-left {background-position: 0 0;}
.input-right {background-position: -3px 0;}

.input-element {
	display: block;
	float: left;
	padding: 3px;
}

#top-bar {
	height: 7px;
	background: url(../img/top-bar.png);
}

#bottom-bar {
	height: 8px;
	background: #222222;
}

#container { 
	width: 963px;
	margin: auto;
	text-align: left;
}

#header_l {
	display: block;
	left: 0;
	padding-top: 120px;
	width: 500px;
	background: url(../img/logo.png) no-repeat 0 0;
}

#header_r {
	color: #fff; 
	width: 384px;
	height: 91px;
	background: url(../img/login-bg.png) 0 0;
}

#profile-nick {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

#profile-left {
	position: relative;
	padding-left: 15px;
	width: 250px;
}

#profile-pic {
	padding-top: 5px;
	width: 65px;
	height: 65px;
}

#profile-info {
	padding-top: 15px;
	padding-right: 15px;
	width: 150px;
	height: 65px;
}

ul.profile-ul {
	list-style: square inside url(../img/double-arrow.png);
	font-size: 11px;
	padding-left: 0px;
}

#profile-right {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	width: 100px;
}

div.p_text {
	font-size: 11px;
	padding-bottom: 10px;
	clear:both;
}

span.p_num {
	color: #ffc600;
	font-size: 13px;
}

/* NAVIGATION-MENU */
#navigation {
	margin-bottom: 20px;
	width: 100%;
}
#main-navigation {
	position: relative;
	height: 40px;
	background: url(../img/main-navigation-bg.png) repeat-x;
}

.main-navigation-left, .main-navigation-right {
	width: 10px;
	height: 68px;
	background: url(../img/nav-lr.png) no-repeat;
}

.main-navigation-left {left: 0;background-position: 0 0;}
.main-navigation-right {right: 0;background-position: -10px 0;}
					
.navigation-list li {
	float: left;
	overflow: hidden;
}
				
.navigation-list li a.lir {padding-top: 40px;}
					
.tab-etusivu {width: 68px;background: url(../img/navigation-tab-sprite.png) no-repeat 0 0;}
.tab-keskustelu {width: 94px;background: url(../img/navigation-tab-sprite.png) no-repeat -68px 0;}
.tab-kayttajat {width: 79px;background: url(../img/navigation-tab-sprite.png) no-repeat -162px 0;}
.tab-tiedostot {width: 84px;background: url(../img/navigation-tab-sprite.png) no-repeat -241px 0;}
.tab-artikkelit {width: 83px;background: url(../img/navigation-tab-sprite.png) no-repeat -325px 0;}
.tab-klaanit {width: 79px;background: url(../img/navigation-tab-sprite.png) no-repeat -408px 0;}
.tab-pelitiedot {width: 89px;background: url(../img/navigation-tab-sprite.png) no-repeat -487px 0;}
.tab-palaute {width: 77px;background: url(../img/navigation-tab-sprite.png) no-repeat -576px 0;}
/* jälkimmäinen - 64px */
.tab-active .tab-etusivu {width: 68px;background: url(../img/navigation-tab-sprite.png) no-repeat 0 -40px;}
.tab-active .tab-keskustelu {width: 94px;background: url(../img/navigation-tab-sprite.png) no-repeat -68px -40px;}
.tab-active .tab-kayttajat {width: 79px;background: url(../img/navigation-tab-sprite.png) no-repeat -162px -40px;}
.tab-active .tab-tiedostot {width: 84px;background: url(../img/navigation-tab-sprite.png) no-repeat -241px -40px;}
.tab-active .tab-artikkelit {width: 83px;background: url(../img/navigation-tab-sprite.png) no-repeat -325px -40px;}
.tab-active .tab-klaanit {width: 79px;background: url(../img/navigation-tab-sprite.png) no-repeat -408px -40px;}
.tab-active .tab-pelitiedot {width: 89px;background: url(../img/navigation-tab-sprite.png) no-repeat -487px -40px;}
.tab-active .tab-palaute {width: 77px;background: url(../img/navigation-tab-sprite.png) no-repeat -576px -40px;}
/* jälkimmäinen - 64px */
.tab-etusivu:hover {width: 68px;background: url(../img/navigation-tab-sprite.png) no-repeat 0 -40px;}
.tab-keskustelu:hover {width: 94px;background: url(../img/navigation-tab-sprite.png) no-repeat -68px -40px;}
.tab-kayttajat:hover {width: 79px;background: url(../img/navigation-tab-sprite.png) no-repeat -162px -40px;}
.tab-tiedostot:hover {width: 84px;background: url(../img/navigation-tab-sprite.png) no-repeat -241px -40px;}
.tab-artikkelit:hover {width: 83px;background: url(../img/navigation-tab-sprite.png) no-repeat -325px -40px;}
.tab-klaanit:hover {width: 79px;background: url(../img/navigation-tab-sprite.png) no-repeat -408px -40px;}
.tab-pelitiedot:hover {width: 89px;background: url(../img/navigation-tab-sprite.png) no-repeat -487px -40px;}
.tab-palaute:hover {width: 77px;background: url(../img/navigation-tab-sprite.png) no-repeat -576px -40px;}
/* jälkimmäinen - 32px */
.tab-active .tab-etusivu:hover {width: 68px;background: url(../img/navigation-tab-sprite.png) no-repeat 0 -40px;}
.tab-active .tab-keskustelu:hover {width: 94px;background: url(../img/navigation-tab-sprite.png) no-repeat -68px -40px;}
.tab-active .tab-kayttajat:hover {width: 79px;background: url(../img/navigation-tab-sprite.png) no-repeat -162px -40px;}
.tab-active .tab-tiedostot:hover {width: 84px;background: url(../img/navigation-tab-sprite.png) no-repeat -241px -40px;}
.tab-active .tab-artikkelit:hover {width: 83px;background: url(../img/navigation-tab-sprite.png) no-repeat -325px -40px;}
.tab-active .tab-klaanit:hover {width: 79px;background: url(../img/navigation-tab-sprite.png) no-repeat -408px -40px;}
.tab-active .tab-pelitiedot:hover {width: 89px;background: url(../img/navigation-tab-sprite.png) no-repeat -487px -40px;}
.tab-active .tab-palaute:hover {width: 77px;background: url(../img/navigation-tab-sprite.png) no-repeat -576px -40px;}

.sub-navigation {
	color: #959595;
	position: relative;
	background: url(../img/subnavigation-bg.png) repeat-x;
	height: 28px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
}

.sub-navigation a {
	color: #959595;
	font-weight: normal;
}

.sub-nav-info {
	float: left;
	margin-top: 5px;
}

.sub-nav-filter ul {
	color: #959595;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 5px;
	float: left;
	padding-left: 0px;
}

.sub-nav-filter li.current a {
	font-weight: bold;
	color: #fff;
}

.sub-nav-filter li:hover a {
	font-weight: bold;
	color: #fff;
}

.sub-nav-filter li {
	padding-left: 5pt;
	float: left;
	cursor: pointer;
	padding-left: 7px;
}

.sub-nav-online {
	margin-top: 5px;
	color: #959595;
	float: right;
}

.sub-nav-online .online {
	color: #fff;
}

/* SISÄLTÖ */
#vaihtuva_tiedote {
	width: 400px;
	height: 230px;
	border: none;
	position: relative;
	overflow: hidden;
	float: left;
	padding-left: 5px;
	background-color: #090909;
}

#vaihtuva_tiedote div {
	position: absolute;
	width: 390px;
	height: 230px;
	top: 1px;
}

#vaihtuva_tiedote ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 5px 10px 5px 5px;
	position: absolute;
	float: right;
	top: 195px;
	right: 0px;
}

#vaihtuva_tiedote li {
	filter: Alpha(opacity=100);
	opacity: 1.0;
	margin: 0px;
	padding-left: 5px;
	float: left;
	cursor: pointer;
}

#vaihtuva_tiedote li.current img {
	filter: Alpha(opacity=25);
	opacity: 0.25;
}

#vaihtuva_tiedote li:hover img {
	filter: Alpha(opacity=25);
	opacity: 0.25;
}

#vaihtuva div img.tausta {
	width: 390px;
	height: 230px;
	filter: Alpha(opacity=99);
	opacity: 0.99;
} 

.v_keskustelut {
	color: #fff;
	width: 265px;
	height: 230px;
	padding-left: 5px;
	background-color: #090909;
	float: left;
	position: relative;
}

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	color: #959595;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	list-style: none;
	background: url(../img/forum-header-bg.png) repeat-x;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	color: #ffc600;
}

.TabbedPanelsTabSelected {
	color: #ffc600;
}

.TabbedPanelsTab a {
	color: #959595;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContent ul {
	list-style: none;
	padding: 0;
	min-height: 175px;
}

.TabbedPanelsContent ul li {
	border-bottom: 1px solid #222222;
	padding: 2px;
	font-size: 11px;
	color: #fff;
	display: block;
}

.TabbedPanelsContent2 ul li {
	clear: both;
	display: block;
}

.TabbedPanelsContent ul li span {
	color: #959595;
}

.TabbedPanelsContentVisible {

}

.uutinen {
	position: relative;
	min-height: 175px;
	height: auto !important;
	height: 175px;
	padding: 0 10px 10px 10px;
}

.position-bar, .position-bar a {
	color: #494948;
	font-weight: bold;
}

.uutinen_topbox {
	padding-top: 3px;
	padding-bottom: 10px;
}

.uutinen_otsikko {
	border-bottom: 1px solid #090909;
	font-size: 20px;
	display: inline;
	padding-right: 15px;
}

.uutinen_otsikko a {
	font-weight: normal;
}

.uutinen_border {
	border-bottom: 1px solid #ce7f02;
	width: 100%;
}

.uutinen_sisalto {
	color: #959595;
	text-align: justify;
	line-height: 18px;
	min-height: 130px;
	height: auto !important;
	height: 130px;
	padding-bottom: 25px;
	clear: both;
}

.uutinen_sisalto ul {
	padding-left: 15px;
}

.uutinen_kuva {
	display:inline;
	border: 1px ridge #252424;
	float: right;
	margin-left: 10px;
	padding: 2px;
	height:auto !important;
}

.double-arrow {
	position: relative;
	background: url(../img/double-arrow.png) no-repeat 0 60%;
	padding-left: 10px;
}

.double-arrow-light {
	position: relative;
	background: url(../img/double-arrow.png) no-repeat 0 60%;
	padding-left: 10px;
}

.double-arrow-light a {
	font-weight: normal;
}

.uutinen_kommenttia {
	color: #494948;
}

.u_writer {
	position: absolute;
	right: 0;
	display: inline;
	color: #959595;
}

.u_date {
	position: relative;
	text-align: right;
	color: #959595;
}

.keskustelu_sisalto {
	color: #959595;
	text-align: justify;
	line-height: 18px;
	min-height: 130px;
	height: auto !important;
	height: 130px;
}

.divider {
	margin: 0 auto;
	margin-top: 15px;
	height: 3px;
	background: url(../img/divider.png) repeat-x;
}

.menu-divider {
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 3px;
	border-bottom: solid 1px #222222;
}

.forum-content {
	position: relative;
	padding: 10px;
	background-color: #090909;
}

.forumtaulu {
	color: #959595;
	position: relative;
	width: 100%;
}

.forum-header-txt {
	font-size: 20px;
	color: #fff;
	padding: 0 0 20px 0;
	width: 140px;
	float: left;
	text-transform: uppercase;
}

.forum-header-border {
	border-bottom: 1px solid #ce7f02;
	width: 600px;
	float: left;
	height: 25px;
}

.forum-kategoria-linkki {
	position: relative;
	display: block;
	background: url(../img/double-arrow.png) no-repeat 0 60%;
	padding-left: 10px;
	font-size: 12px;
}

.forum-tr-header .valiotsikko3  {
	height: 40px;
	background: url(../img/forum-header-bg.png) repeat-x;
}

.forum-tr-header-txt {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding-left: 7px;
	padding-top: 14px;
}

span.f-otsikko {
	padding: 7px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.valiotsikko {
	padding: 5px 7px 5px 7px;
	text-align: left;
	border-top: 1px solid #222222;
	line-height: 18px;
}

.valiotsikko_bottom {
	padding: 5px 7px 5px 7px;
	text-align: left;
	border-bottom: 1px solid #222222;
	line-height: 18px;
}

.search-line {
	padding: 15px 0px;
	text-align: left;
	border-bottom: 1px solid #222222;
	line-height: 18px;
}

.forum-kategoria {
	padding: 5px 7px 15px 0px;
	text-align: left;
	border-top: 1px solid #222222;
	line-height: 18px;
	vertical-align: top;
	width: 50%;
}

div.forum_selaus {
	font-size: 9px;
	margin: 2px;
}

div.kommenttiotsikko_oikea {
	position: absolute;
	top: 20px;
	right: 10px;
}

div.tilastobox {
	position: relative;
	padding-left: 7px;
}

.comments-box {
	position: relative;
	min-height: 65px;
	height: auto !important;
	height: 65px;
	margin: 10px 0 10px 0;
	line-height: 18px;
}

.comment {
	overflow: hidden;
}

.comments-header-divider {
	margin: 0 auto;
	margin-top: 15px;
	height: 3px;
	background: url(../img/comments-divider.png) repeat-x;
}

.comments-avatar {
	border: 1px solid #222222;
	padding: 2px;
	height: 40px;
	width: 40px;
	float: left;
}

.comments-avatar:hover {
	border: 1px solid #ffc600;
}

.icon-border {
	padding: 2px;
	border: 1px solid #222222;
	height: 14px;
	width: 14px;
}

.avatar-div {
	padding: 0 10px 0 0;
	float: left;
}

.comments-info {
	color: #959595;
	padding: 0 10px 0 0;
	height: 50px;
	float: left;
	height: auto !important;
	min-width: 100px;
}

.comments-txt {
	position: relative;
	color: #959595;
	min-height: 50px;
	padding-bottom: 10px;
	height: auto !important;
	height: 50px;
	float: left;
	max-width: 535px;
	width: auto;
}

.profile-comments-txt {
	position: relative;
	color: #959595;
	min-height: 50px;
	padding-bottom: 10px;
	height: auto !important;
	height: 50px;
	float: left;
	max-width: 250px;
	width: 250px;
}

.lainaustaulu {
	clear: both;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #171717;
	background-color: #222;
}

.comment-edited {
	padding-top: 10px;
	color: #313131;
}

.comments-tools {
	float: left;
	text-align: right;
	padding-bottom: 5px;
	width: 100%;
	height: 15px;
}

.comments-tools img {
	margin: 1px;
}

.user-avatar {
	border: 1px solid #222222;
	padding: 2px;
	height: 64px;
	width: 64px;
	float: left;
}

.user-avatar:hover {
	border: 1px solid #ffc600;
}

.user-tools {
	position: relative;
	color: #959595;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	text-align: right;
}

.profile-comment {
	position: relative;
	width: 260px;
	color: #959595;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}

.friend-gallery {
	float: left;
	margin: 10px;
	min-width: 110px;
	height: auto !important;
	height:65px;
	text-align: center;
}

.friends-avatar {
	border: 1px solid #222222;
	padding: 2px;
	height: 64px;
	width: 64px;
	padding: 2px;
}

.friends-avatar:hover {
	border: 1px solid #ffc600;
}


.yhteiso-gallery {
	float: left;
	margin: 10px;
	min-width: 190px;
	height: auto !important;
	height:65px;
	text-align:center;
}

.forum-top {
	position: relative;
	min-height: 16px;
	height: auto;
}

.forum-top-left {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 10px 10px 0;
	width: 250px;
}

.forum-top-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
}

.forum-bottom {
	position: relative;
	min-height: 16px;
	height: auto;
	margin-top: 10px;
}

.vasen-alaosa {
	position: absolute;
	bottom: 0;
	left: 0;
	/*
	width: 50%;
	text-align: left;
	white-space: nowrap;
	*/
}

.oikea-alaosa {
	position: absolute;
	bottom: 0;
	right: 0;
	/*
	text-align: right;
	white-space: nowrap;
	*/
}

.comments-divider {
	border-bottom: solid 1px #222222;
}

/* PROFILE-PAGE */

.profile-header {
	height: 30px;
}

.profile-header-txt {
	font-size: 20px;
	border-bottom: 1px solid #090909;
	display: inline;
	padding-right: 15px;
}

.profile-header-border {
	border-bottom: 1px solid #ce7f02;
	width: 100%;
}

.profile-kuva {
	border: 1px ridge #252424;
	padding: 2px;
	margin-bottom: 10px;
}

/* --/ PROFILE-PAGE */

.mainos_300x250 {
	height: auto;
	width: 300px;
}

.mainos_160x600 {
	height: auto;
	width: 160px;
}

.mainos_140x350_center {
	height: auto;
	width: 160px;
	text-align: center;
}

.mainos_140x350 {
	height: auto;
	width: 140px;
	float: left;
}

.mainos_140x350_2{
	height: auto;
	width: 140px;
	float: right;
}

.mainos_728x90_center{
	height: auto;
	text-align: center;
}

.mainos_150x60{
	height: auto;
	width: 160px;
	text-align: center;
}

.mainos_150x120{
	height: auto;
	width: 160px;
	text-align: center;
}

.mainos-text {
	float: left;
	width: 100%;
	padding: 5px;
	color: #191919;
	text-align: center;
	font-size: 10px;
}

.gallup-header {
	background: url(../img/double-arrow.png) no-repeat 0 60%;
	padding-left: 10px;
	font-weight: bold;
}

.gallup-otsikko {
	padding: 10px;
	font-weight: bold;
}

.gallup-valinta {
	color: #959595;
	height: 25px;
	padding-left: 15px;
}

.gallup-table {
	color: #fff;
	margin-top: 30px;
}

.palkki {
	padding-left: 15px;
	padding-bottom: 7px;
	padding-top: 3px;
	font-size: 9px;
	text-align: left;
}

.palkkiteksti {
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 3px;
	font-size: 10px;
	text-align: left;
}

#copyright {
	color: #575757;
	text-align:center;
	padding: 10px;
}

#footer {
	text-align:center;
	background-color: #000;
	font-size: 11px;
	color: #494948;
	height: 20em;
}

#footer a {
	color: #494948;
}

#footer a:hover {
	color: #fff;
}

#alareunan_linkit {
	padding: 15px;
}

#alareuna_sisalto {
	margin: 0 auto;
	width: 960px;
	background-color: #000;
}

.logot {
	width: 200px;
	float: left;
}

.AccordionPanelLogo {
	background-color: #000;
	margin: 0px;
	padding: 5px;
}

.Accordion {
	overflow: hidden;
	color: #494948;
	float: left;
}

.pystyviiva {
	border-left: 1px solid #494948;
	height: 10em;
	float: left;
	margin: 10px;
}

.AccordionPanel {
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
	text-align: left;
}

.AccordionPanelTab {
	background: url(../img/arrow.png) no-repeat 0 50%;
	background-color: #000;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	cursor: pointer;
}

.AccordionPanelContent {
	background-color: #000;
	overflow: auto;
	margin: 0px;
	padding-left: 15px;
}

.AccordionPanelContent a {
	font-weight: normal;
}

AccordionPanelContent:hover {
	color: #fff;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	color: #fff;
}
.AccordionPanelTab:hover {
	color: #fff;
}

.selaus {
	position: relative;
	background-color: #090909;
	padding: 15px;
}

.navigator ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 10px 10px 0;
	position: absolute;
	float: right;
	top: 0px;
	right: 0px;
}

.navigator li.current {
	color: #fff;
	background: url(../img/multi-navigator-sprite.png) no-repeat;
	background-position: left 0px;
}

.navigator li:hover, .a-selaus:hover {
	filter: Alpha(opacity=100);
	opacity: 1.0;
	color: #fff;
}

.navigator li {
	margin: 0 0 0 5px;
	float: left;
	cursor: pointer;
	padding-left: 7px;
	padding-top: 2px;
	height: 13px;
	width: 12px;
	font-size: 8px;
}

.a-selaus {
	color: #ffc600;
	filter: Alpha(opacity=75);
	opacity: 0.5;
	padding: 0 5px 0 0px;
}

.a-selaus2 {
	color: #ffc600;
	filter: Alpha(opacity=75);
	opacity: 0.5;
	padding: 0 5px 0 5px;
}

.page-num {
	background: url(../img/multi-navigator-sprite.png) no-repeat;
	background-position: left 0px;
}

.navigate-previous {
	background: url(../img/multi-navigator-sprite.png) no-repeat;
	background-position: left -34px;

}
		
.navigate-next {
	background: url(../img/multi-navigator-sprite.png) no-repeat;
	background-position: right -17px;
}

.msgtaulu {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	float: left;
}

.shadetabs{
	padding: 1px 0;
	margin-left: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	text-align: left;
}

.shadetabs li{
	padding: 5px;
	background: url(../img/forum-header-bg.png) repeat-x;
	display: inline;
	margin: 1px;
}

.shadetabs li a{
	text-decoration: none;
	color: #959595;
}

.shadetabs li a:hover{
	color: #fff;
}

.shadetabs li.selected{
	position: relative;
}

.shadetabs li.selected a{ 
	color: #fff;
}

.shadetabs li.selected a:hover{ 
	text-decoration: none;
	color: #fff;
}

#acDiv{ border: 1px solid black; background-color:#444; padding: 3px; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; display:none; position:absolute; z-index:999;}
#acDiv ul{ list-style:none; margin: 0; padding: 0; } 
#acDiv ul li{ display:block;}
#acDiv a{ color:#000000; text-decoration:none; }
#acDiv a:hover{ color:#000000; }
#acDiv li.selected{ background-color:#7d95ae; color:#000000; }

/* HIGHSLIDE STYLE */

.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	color:#959595;
	display: none;
	padding: 5px;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(../hs_graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../hs_graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../hs_graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(../hs_graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../hs_graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
}
.highslide-controls a {
	background-image: url(../hs_graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(../hs_graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 2;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(../hs_graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	margin: 1px 0.4em;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(../hs_graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(../hs_graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(../hs_graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(../hs_graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(../hs_graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(../hs_graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(../hs_graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(../hs_graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(../hs_graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(../hs_graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	max-width: 60px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}

/* END OF HIGHSLIDE STYLE */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:1px solid #000;	/* Border width */
	left:18px;	/* Same as border thickness */
	color: white;
	top:0px;
	position:absolute;
	width:470px;	/* Width of tooltip content */
	height:310px;	/* Height of tooltip content */
	background-color:#202020;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size: 9px;
	line-height: 1.5;
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

/* Label for each option above graph - i.e. results */
.result_pollerOption{
	margin-bottom:10px;
	margin-top:10px;
}
/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
.result_pollGraph img{
	float:left;
}
/* The <div> tag where the percentage result is shown */
.result_pollGraph div{
	float:left;
	height:16px;
	background-repeat:repeat-x;
}
/* Graph div - parent of both the corner images and the div displaying percentage votes */
.result_pollGraph{	
	height:16px;
}

.result_pollGraph img {
	margin: 0;
}
	
/* Message when Ajax is working getting restults fromt the server */
.poller_waitMessage{
	display:none;	
}	
	
.result_totalVotes{
	clear:both;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../img/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../img/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px;
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../img/select.gif) no-repeat;
	overflow: hidden;
	text-align: left;
}

.matsiraportti_laatikko {
	width: 75%;
	line-height: 2;
	color: #959595;
}

.matsiraportti_kuvat {
	vertical-align: middle;
	width: 100%;
	white-space: nowrap;
	clear: both;
}

.matsiraportti_vasen_kuva {
	position: relative;
	float: left;
	width: 48%;
}

.matsiraportti_oikea_kuva {
	position: relative;
	float: right;
	width: 48%;
}

.matsiraportit_kuvat_keskiosa {
	position: relative;
	float: left;
	width: 2%;
}

.matsiraportti_eratulos {
	width: 85%;
	white-space: nowrap;
	clear: both;
}

.matsiraportti_eratulos_vasen {
	position: relative;
	float: left;
	white-space: nowrap;
	min-width: 33%;
	width: auto !important;
}

.matsiraportti_eratulos_oikea {
	position: relative;
	float: right;
	white-space: nowrap;
	min-width: 33%;
	width: auto !important;
}

.matsiraportti_eratulos_keskiosa {
	position: relative;
	float: left;
}

.matsiraportti_maptulos {
	width: 65%;
	white-space: nowrap;
	clear: both;
}

.matsiraportti_vasen {
	position: relative;
	float: left;
	margin: 0 2px 0 2px;
}

.matsiraportti_oikea {
	position: relative;
	float: right;
	margin: 0 2px 0 2px;
}

div.kuvagalleria {
	float: left;
	margin: 5px;
}

div.mitallit {
	float: left;
	width: 33%;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.mitallit img {
	margin: 15px;
}

div.mitallit_otsikko {
	font-weight: bold;
}

div.kuvagalleria_pienet {
	float: left;
	margin: 15px;
	white-space: nowrap;
}

.img-pvm {
	color: #494948;
	text-align: center;
}

div.spacer {
	height: 15px;
	clear: both;
}

.tiedosto_otsikko {
	border-bottom: 1px solid #090909;
	font-size: 20px;
	display: inline;
	padding-right: 15px;
	color: white;
}

.tiedosto_rivi {
	padding: 5px 7px 5px 7px;
	border-top: 1px solid #222222;
}

.kansio_taso {
	padding-top:3px; 
	padding-bottom:3px;
	padding-left:15px;
	height: auto;
	white-space: normal;
}

.kansio_taso2 a {
	font-size: 11px;
	color: #959595;
	font-weight:normal;
}

.kansio_taso2 a:hover {
	color: #ffc600;
}

.kansio_taso3 {
	padding-top:3px; 
	padding-bottom:3px;
	padding-left:30px;
}

.voitto {	
	color: green;
}

.tappio {	
	color: #8C0000;
}

.tasan {	
	color: #0002C4;
}

a.tab-a {
	text-decoration:none;
	color: #fff;
	font-weight: normal;
}

a.tab-a:hover {
	color: #ffc600;
}

span.t-otsikko {
	position: relative;
	background: url(../img/double-arrow.png) no-repeat 0 60%;
	margin-left: 15px;
	padding: 1px 0 0 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

span.t-otsikko2 {
	position: relative;
	margin-left: 5px;
	padding: 1px 0 0 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.calendar {
	border: 1px solid #222222;
	width: 100%;
	padding: 2px;
}

.calendar_nav {
	color: white;
	text-align: center; 
	height: 50px; 
	text-transform: uppercase;
	font-size: 14px;
}

.calendar_cell {
	border: 1px solid #222222;
	color: #959595;
	font-size: 14px;
}
.calendar_cell2 {
	border: 1px solid #222222;
	color: #959595;
}
.calendar_head {
	border: 1px solid #222222;
	color: #959595;
	text-align: center;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background: url(../img/forum-header-bg.png) repeat-x;
}

.select-box {
	color: #fff;
	background-color: #343434;
	border: 1px solid #6d6d67;
	width: 340px;
}

.tekija {
	color: #959595;
	line-height: 18px;
	text-align: justify; 
	text-justify: newspaper;
	margin: 20px 40px 20px 40px;
}

a.unread { 
	text-decoration:none;
	color: #ffc600;
	font-weight: bold;
}

.block-item-gi {
	color: #959595;
	overflow: hidden;
	line-height: 18px;
	position: relative;
	padding: 15px 10px 25px 10px;
}

a.banned_user {
	color: #e3170d;
	text-decoration: none;
}

.input-browse {
	color: #fff;
	background-color: #343434;
	border: 1px solid #6d6d67;
	height: 100%;
}

.kalenteri_sisalto {
	color: #959595;
	text-align: justify;
	line-height: 18px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	padding-bottom: 25px;
	clear: both;
}

.palaute-text {
	color: #959595;
	line-height: 18px;
	text-align: justify; 
	text-justify: newspaper;
	margin: 20px 0 20px 0;
}

    #daddy-shoutbox {
      padding: 5px;
      color: white;
      width: 100%;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 11px;
    }
    .shoutbox-list {
      border-top: 1px solid #FFC600;      
      padding: 5px;
      display: none;
    }
    #daddy-shoutbox-list {
      text-align: left;
      margin: 0px auto;
    }
    #daddy-shoutbox-form {
      text-align: left;
      
    }
    .shoutbox-list-time {
      color: #959595;
    }
    .shoutbox-list-nick {
      margin-left: 5px;
      font-weight: bold;
    }
    .shoutbox-list-message {
      margin-left: 5px;
    }
	
ul.clan-option, ul.clan-option ul{
	list-style: square inside url(../img/double-arrow.png);
	font-size: 11px;
	padding-left: 0px;
	font-weight: bold;
}
ul.clan-option li {
	list-style-type: none;
	position: relative;
}
ul.clan-option li > ul {
	display: none;
	list-style: square inside url(../img/double-arrow.png);
	position: absolute;
	top: 12px;
	left: 25px;
	background: url(../img/login-bg.png) repeat;
	width: auto;
	white-space: nowrap;
	z-index: 99;
	padding: 10px;
}
ul.clan-option li:hover > ul {
	display: block;
}

.menu-header {
	color: #FFC600;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.select-box-multiple {
	width: 300px;
	height: 250px;
	color: #fff;
	background-color: #343434;
	border: 1px solid #6d6d67;
}

.socialmedia {
	display: inline;
	padding: 5px;
	vertical-align: top;
}

.uploadifyQueueItem {
	border: 1px solid #171717;
	background-color: #222222;
	margin-top: 5px;
	padding: 5px;
}

.uploadifyError {
	border: 1px solid #171717 !important;
	background-color: #222222 !important;
}

.uploadifyQueueItem .cancel {
	float: right;
}

.uploadifyProgress {
	background-color: #343434;
	margin-top: 10px;
	width: 100%;
}

.uploadifyProgressBar {
	background-color: #FFC600;
	width: 1px;
	height: 3px;
}

#fileQueue {
	width: 100%;
	overflow: auto;
	margin-bottom: 10px;
}