html {
	overflow-y: scroll;	/* scrollbar always visible */
}

html,body {
	margin: 0;
	padding: 0;
}

html,body,textarea,input {
	font-family: verdana, arial, helvetica,sans-serif;
	font-size: 16px;
}

body {
	text-align: center;
	background-color: #1c1c1c;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #ffffff;
}

body.print {
	text-align: left;
	background-color: #ffffff;
	background-image: none;
	color: #000000;
}

html,body {
	font-family: camingodos-web, verdana, arial, helvetica,sans-serif;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
}

/* palstat */
#columns {
	width: 960px;
	height: auto !important;
	height: 622px;
	min-height: 622px;
	display: block;
}

#sidebar {
	width: 220px;
	float: left;
	display: inline-block;
	margin-left: 10px;
	margin-right: 20px;
}

#content {
	width: 520px;
	float: left;
	display: inline-block;
}

.page_article {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #ffffff;
	padding: 20px;
	color: #000000;
	height: auto !important;
	height: 654px;
	min-height: 654px;
	overflow-x: hidden;
}

.admin #content {
	width: 700px;
}

#rightSideBar {
	width: 180px;
	float: left;
	display: inline-block;
	margin-left: 10px;
}

#header {
	width: 960px;
	height: 82px;
	display: block;
}

#sponsors-top {
	width: 710px;
	height: 62px;
	float: left;
	display: block;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 20px;
}

#search {
	width: 170px;
	height: 82px;
	float: left;
	display: block;
}

#top {
	width: 960px;
	height: 121px;
	display: block;
}

#logo {
	width: 162px;
	height: 162px;
	position: absolute;
	display: block;
}

#logo img {
	border: 0px;
	display: block;
	margin-left: 39px;
	margin-top: 5px;
}

#seuraava-koti {
	width: 260px;
	height: 121px;
	float: left;
	margin-left: 510px;
	display: block;
}

#social {
	width: 160px;
	height: 121px;
	float: left;
	margin-left: 20px;
	display: block;
}

#menuTopArea {
	width: 960px;
	height: 33px;
	text-align: center;
	display: block;
	text-align: right;
	background-image: url(../images/bg.menuTop.png);
}

#menuBottomArea {
	width: 960px;
	height: 27px;
	text-align: center;
	display: block;
	text-align: right;
	background-image: url(../images/bg.menuBottom.png);
}

#footer	{
	width: 100%;
	height: auto !important;
	height: 364px;
	min-height: 364px;
	display: block;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/bg.footer.top.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	margin-top: 1px;
}

#footerBg	{
	width: 100%;
	height: auto !important;
	height: 364px;
	min-height: 364px;
	display: block;
	text-align: center;
	background-image: url(../images/bg.footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#footerCenter	{
	width: 960px;
	height: auto !important;
	height: 360px;
	min-height: 360px;
	display: inline-block;
	text-align: left;
}

#footerLinks {
	margin-top: 40px;
	margin-left: 50px;
}

#footer .palsta {
	float: left;
	width: 180px;
	font-size: 14px;
	color: #666666;
}

#footer .palsta a {
	text-decoration: none;
}

#footer .palsta a:hover {
	color: #999;
	text-decoration: none;
}

#footer .palsta h3 {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}

#footer .palsta h3 a {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#footer .palsta h3 a:hover {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}


#footer ul {
	width: 160px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}

#footer a {
	color: #666666;
}

#sponsors-bottom {
	width: 940px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 40px;
}

.readMore {
/*	font-size: 16px; */
}

.missingFieldsIndicator {
	border: 2px dashed #990000;
	padding: 4px;
}

/* box */

.box {
	display: block;
	width: 100%;
}

.box .title {
	display: block;
	border: 1px solid #29597b;
	background-image: url(../images/bg.box.title.gif);
	background-repeat: repeat-x;
	height: 23px;
	margin: 0px;
	padding: 0px;
}

.box .title .text {
	color: #ffffff;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	font-size: 15px;
	text-transform: uppercase;
	text-shadow: #1b364c 0px 1px 0px;
	height: 22px;
	line-height: 22px;
	letter-spacing: 1px;
}

.box .contentBorder {
	display: block;
}

.border .contentBorder {
	border-left: 1px solid #3e3e3e;
	border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	display: block;
}

.box .gradient {
	display: block;
	background-image: url(../images/bg.box.gradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.black75 {
	background-image: url(../images/bg.box.black75.png);
	background-repeat: repeat;
}

.border .gradient {
	border: 1px solid #000000;
	border-top: none;
}

.box .wrap {
	display: inline-block;
	width: 100%;
}

.black75 .contentBorder {
	border-top: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.seuraava-kotiottelu {
	background-image: url(../images/bg.box.content.seuraava-kotiottelu.png);
	background-repeat: repeat-x;
	background-position: 0px 16px;
	color: #ffffff;
	height: 120px;
}

.seuraava-kotiottelu .content {
	padding: 10px;
	padding-top: 6px;
}

.eventInfo img {
	float: left;
}

.eventInfo .info {
	float: left;
	margin-left: 10px;
}

.eventInfo .teams {
	font-size: 22px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
}

.eventInfo .teams a {
	color: #ffffff;
	text-decoration: none;
}

.eventInfo .teams a:hover {
	text-decoration: underline;
}

.eventInfo .date {
	color: #cccccc;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
}

.eventInfo .buttons {
	margin-top: 10px;
}

.buttonLink {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding: 3px 6px;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 6px;
	margin-right: 4px;
	text-decoration: none;
	-moz-box-shadow: 0px 1px #000;
	-webkit-box-shadow: 0px 1px #000;
	box-shadow: 0px 1px #000;
}

.buttonLink:hover {
	background-color: #b9b9b9;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}


.buttonLinkInvert {
	background-color: #427290;
	color: #fff;
	font-weight: bold;
	padding: 3px 6px;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 6px;
	margin-right: 4px;
	text-decoration: none;
	-moz-box-shadow: 0px 1px #000;
	-webkit-box-shadow: 0px 1px #000;
	box-shadow: 0px 1px #000;
	display: inline-block;
}

.buttonLinkInvert:hover {
	background-color: #30556d;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}



.leftNavi .content {
	padding: 12px;
	padding-top: 10px;
}

.leftNavi {
	margin-top: 40px;
}

.social {
	text-align: center;
	color: #999999;
	font-size: 14px;
	padding-top: 12px;
}

.social img {
	margin-left: 4px;
	margin-right: 4px;
	border: 0px;
}

.edellinen-ottelu {
	width: 280px;
	margin-top: 20px;
	float: left;
	color: #ffffff;
	background-color: #000000;
}
.edellinen-ottelu .content {
	padding: 10px;
	height: auto !important;
	height: 80px;
	min-height: 80px;
}

.edellinen-ottelu .gradient {
}


.seuraava-ottelu {
	width: 220px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	color: #ffffff;
	background-color: #000000;
}
.seuraava-ottelu .content {
	padding: 10px;
	height: auto !important;
	height: 80px;
	min-height: 80px;
}

.sarjataulukko .gradient {
	background-image: url(../images/bg.box.gradient.sarjataulukko.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.sarjataulukko .content {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

.sarjataulukko a {
	text-decoration: none;
	color: #ffffff;
}

/* uutisboksi etusivulla */
.ajankohtaista {
	margin-top: 20px;
}

.ajankohtaista ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.ajankohtaista ul li {
	margin: 0px;
	padding: 0px;
	display: table;
	background-image: url(../images/bg.box.gradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
/*
	height: auto !important;
	height: 60px;
	min-height: 60px;
*/
	padding-top: 20px;
	padding-bottom: 12px;
}

.ajankohtaista .nostokuva {
	margin-left: 20px;
	border: 0px;
	margin-bottom: 10px;
}

.ajankohtaista h1 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-shadow: 0px 2px 1px rgba(0,0,0,0.4);
}
.ajankohtaista h1 a {
	color: #cccccc;
	vertical-align: middle;
	text-decoration: none;
}
.ajankohtaista h1 a:hover {
	color: #eee;
	text-decoration: underline;
}

.ajankohtaista .date {
	background-color: #2e2e2e;
	border-radius: 10px;
	color: #666666;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
	margin-left: auto;
	margin-right: 10px;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

.ajankohtaista .arrow {
	display: inline-block;
	border: 0px;
	margin-left: 8px;
	vertical-align: middle;
}


/* ajankohtaiset sisäsivulla */
.ajankohtaistaList {
	font-size: 16px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.ajankohtaistaList li {
	float: none;
	clear: both;
	display: table;
	padding-bottom: 10px;
}

.ajankohtaistaList .date {
	font-size: 14px;
	color: #666;
	float: left;
	width: 80px;
	line-height: 22px;
}

.ajankohtaistaList a {
	float: left;
	width: 400px;
}



/* sarjataulukon tyylejä */
.sarjataulukko {
	background-color: #000000;
	margin-top: 20px;
}

#sarjataulukko {
	width: 100%;
/*	font-family: verdana, arial, helvetica; */
	font-size: 14px;
	font-weight: normal;
	color: #cccccc;
	text-align: left;
}

#sarjataulukko td {
	padding-top: 0px;
	padding-bottom: 1px;
}

#sarjataulukko div.padding {
	padding-left: 10px;
}

#sarjataulukko th {
	color: #5e93ba;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}

#sarjataulukko .team {
}
#sarjataulukko .games_played {
	width: 30px;
}
#sarjataulukko .points {
	width: 30px;
}

#sarjataulukko tr.home {
	color: #ffffff;
	background-color: #2b353c;
	font-weight: bold;
}

#sarjataulukko td.line {
	height: 11px;
	background-image: url(../images/sarjataulukko.separator.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#sarjataulukko td.tarkempi {
	padding-top: 10px;
}

#sarjataulukko .rank {
	width: 24px;
	float: left;
}


#leftBanners {
	margin-top: 20px;
}

#rightBanners {
	margin-left: 10px;
}

.systemBanner {
	margin-bottom: 10px;
}

#TPShopBanner {
	margin-bottom: 8px;
}

.ostoskori {
	margin-top: 10px;
}

/* pelaaja-grid */
.pelaajat {
	width: 490px;
}

.pelaajat .pelaajaItem {
	float: left;
	width: 130px;
	display: block;
	height: 160px;
	margin-right: 10px;
	background: -moz-linear-gradient(
			top,
			#ffffff 0%,
			#d2d2d2 30%,
			#d2d2d2 60%,
			#ffffff);
	background: -webkit-gradient(
			linear, left top, left bottom,
			from(#ffffff),
			color-stop(0.30, #d2d2d2),
			color-stop(0.60, #d2d2d2),
			to(#ffffff));

	background-color: #f2f2f2;
	border: 0px solid #427291;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px;
	text-decoration: none;

}

.pelaajat .pelaajaItem:hover {
	color: #000;
	background: -moz-linear-gradient(
			top,
			#ffffff 0%,
			#c2c2c2 30%,
			#c2c2c2 60%,
			#ffffff);
	background: -webkit-gradient(
			linear, left top, left bottom,
			from(#ffffff),
			color-stop(0.30, #c2c2c2),
			color-stop(0.60, #c2c2c2),
			to(#ffffff));
	background-color: #e2e2e2;
}


.pelaajat .pelaajaItem img {
	margin: auto auto;
	border: none;
	border-radius: 4px;
	-moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 1px rgba(0,0,0,0.2);
}




.pelaajat .pelaajaItem .name {
	text-decoration: none;

}

.pelaajat .pelaajaItem .name:hover {
	text-decoration: none;

}

