/* @override 
		http://www.grandcasinohelsinki.fi/pokeri/css/pokeri.css
*/

/* -----------------------------------------------------------

	Project:		GCH 5v.
	Version:		1.0
	Created:		24/02/09
	Modified:		24/02/09
	
		[Table of contents]
		1. Reset
		2. Typography
			2.1	Headings
			2.2	Text elements
			2.3	Lists
			2.4	Tables
			2.5	Forms
		3. Structure
			3.1	Header
			3.2	Navigation
			3.3	Content
			3.4	Footer
		4. Clear floats
	
----------------------------------------------------------- */


/* -----------------------------------------------------------

	Reset
	
----------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table 			{ border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th 	{ vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }


/* -----------------------------------------------------------

	Typography
	
----------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 75%;
	color: #000;
	line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; margin-top: 0; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin: 0;}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #000; text-decoration: underline; outline: 0;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
th,td       { padding: 0; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Forms
-------------------------------------------------------------- */

label { font-weight: bold; }

fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


/* -----------------------------------------------------------

	Structure
	
----------------------------------------------------------- */

body {
	background: #f3f3e7 url(../img/bg2.jpg) repeat-x 0 0;
	margin-top: 0;
	text-align: center; /*ie hack for centered layout. if not centered, remove this line and the next hack in wrapper*/
}

#page {
	margin: auto;
	background: #f2f2e6;
	padding: 0 10px 0 10px;
	margin-bottom: 20px;
	width: 960px; /*fill in the width of the page*/
	text-align: left; /*for previous ie hack*/
}


/* Header
-------------------------------------------------------------- */
.header {
	background: transparent url(../img/headerpokeri.jpg) no-repeat 0 0;
	height: 95px;
	position: relative;
}
.logo {
	width: 127px;
	height: 80px;
	float: left;
	display: inline;
}
.logo h1 a {
	width: 127px;
	height: 80px;
	display: block;
	text-indent: -9000px;
}

/* Navigation
-------------------------------------------------------------- */
.navi {
	position: absolute;
	top: 41px;
	left: 129px;
	width: 832px;
	height: 52px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 1;
}
.navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6 {
	background: transparent url(../img/navipokeri3.png) no-repeat 0 0;
	height: 48px;
	float: left;
	display: inline;
}
#navi_eng #menu1, #navi_eng #menu2, #navi_eng #menu3, #navi_eng #menu4 {
	background: transparent url(../img/navipokerieng.png) no-repeat 0 0;
	height: 48px;
	float: left;
	display: inline;
}
.navi a {
	display: block;
	float: left;
	height: 52px;
}

#menu1 { width: 93px;   background-position: 0 0;}
#menu2 { width: 137px;  background-position: -93px 0; }
#menu3 { width: 123px;  background-position: -230px 0; }
#menu4 { width: 144px;  background-position: -353px 0; }
#menu5 { width: 158px;  background-position: -497px 0; }

#menu1:hover { width: 93px;  height: 52px; background-position: 0 -48px; }
#menu2:hover { width: 137px; height: 52px; background-position: -93px -48px; }
#menu3:hover { width: 123px; height: 52px; background-position: -230px -48px; }
#menu4:hover { width: 144px; height: 52px; background-position: -353px -48px; }
#menu5:hover { width: 158px; height: 52px; background-position: -497px -48px; }

#menu1.selected { width: 93px;  height: 52px; background-position: 0 -100px; }
#menu2.selected { width: 137px; height: 52px; background-position: -93px -100px; }
#menu3.selected { width: 123px; height: 52px; background-position: -230px -100px; }
#menu4.selected { width: 144px; height: 52px; background-position: -353px -100px; }
#menu5.selected { width: 158px; height: 52px; background-position: -497px -100px; }



#navi_eng #menu1 { width: 89px;   background-position: 0 0;}
#navi_eng #menu2 { width: 139px;  background-position: -89px 0; }
#navi_eng #menu3 { width: 157px;  background-position: -228px 0; }
#navi_eng #menu4 { width: 125px;  background-position: -385px 0; }

#navi_eng #menu1:hover, #navi_eng #menu1.selected{ width: 89px;  height: 52px; background-position: 0 -48px; }
#navi_eng #menu2:hover, #navi_eng #menu2.selected { width: 139px; height: 52px; background-position: -89px -48px; }
#navi_eng #menu3:hover, #navi_eng #menu3.selected { width: 157px; height: 52px; background-position: -228px -48px; }
#navi_eng #menu4:hover, #navi_eng #menu4.selected { width: 125px; height: 52px; background-position: -385px -48px; }



#topiconswrap {
	width: 190px;
	/*width: 250px;*/
	position: absolute;
	top: 13px;
	right: 0;
}

/* Content
-------------------------------------------------------------- */
#flashcontent {
	background: transparent url(../img/flashbg.jpg) no-repeat bottom left;
	height: 252px;
	padding-bottom: 20px;
	overflow: hidden;
	margin-top: -5px;
}
#flashcontent img {
	padding: 0;
	margin: 0;
}

.colleft {
	width: 300px;
	float: left;
	display: inline;
	font-size: 11px;
	border-right: 1px dotted #acad9d;
	position: relative;
	color: #fff;
	min-height: 1000px;
	height: auto !important;
	height:1000px;
}
.colleft .item {
	background: transparent url(../img/itembg.jpg) no-repeat 0 0;
	width: 258px;
	height: 176px;
	padding: 0 10px 0 20px;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}
.item p {
	margin: 0;
}
.colleft .item h2 {
	margin: 0;
	font-size: 18px;
	padding-top: 10px;
	color: #ffb500;
}
.colleft .item img, .colmiddle .item img{
	float: left;
	display: inline;
	padding-right: 10px;
}
.colleft a {
	color: #000;
	text-decoration: none;
} 
.colmiddle {
	float: left;
	display: inline;
	width: 335px;
	padding:0 10px 0 10px;
	border-right: 1px dotted #acad9d;
	font-size: 11px;
}
.colmiddle .item {
	clear: both;
	border-bottom: 1px dotted #acad9d;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 335px;
	min-height:170px;  	height:auto !important;  	height:170px;
}
.colmiddle a {
	color: #002464;
	text-decoration: none;
}
.colmiddle h2 {
	font-size: 18px;
	margin: 0;
}
.colmiddle p {
	margin: 0;
	
}
.colright{
	float: left;
	display: inline;
	width: 297px;
	padding:0 10px 0 12px;
	font-size: 11px;
	color: #fff;
}
.colright_fp {
	float: left;
	display: inline;
	width: 277px;
	padding:0 10px 0 12px;
	font-size: 11px;
	color: #fff;
} 
.colright_fp a {
	color: #ffb500;
	text-decoration: none;
	font-weight: bold;
}
.colright p {
	margin: 0;
}
.colright a {
	color: #000;
	text-decoration: none;
}
.colright .item {
	background: transparent url(../img/itembgred.jpg) no-repeat 0 0;
	width: 268px;
	height: 176px;
	padding: 10px 10px 0 10px;
	
}
.colright h2 {
	margin: 0;
	font-size: 18px;
	color: #ffb500;
}
.colright .item img {
	float: left;
	display: inline;
	padding-right: 10px;
}
.itemflex, .itemflexblue {
	background: #000000 url(../img/flexbgtop.jpg) no-repeat 0 0px;
	padding: 10px 0 0 22px;
	margin-bottom: 10px;
	width: 266px;
	margin-right: 10px;
}
.itemflexblue {
	background: #003574 url(../img/flexbgblue.jpg) no-repeat 0 0px;
}
.itemflex img, .itemflexblue img {
	float: left;
	display: inline;
	padding-right: 10px;
}
.bottom, .bottomblue {
	height: 9px;
	clear: both;
	margin-left: -22px;
	background: transparent url(../img/flexbottom.jpg) no-repeat left bottom;
}
.bottomblue {
	background: transparent url(../img/flexbgbluebottom.jpg) no-repeat left bottom;
}

.mainimage {
	background: transparent url(../img/headerbg.jpg) no-repeat left bottom;
	padding-bottom: 14px;
	margin-top: -6px;
}

/* Kalenteri-------------------------------------------------------------- */

.mini_kolme {
	border-top: dotted 1px #babbad;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 10px;
	background: #e1e2d2;
}
.mini_kolme .date {
	font-weight: bold;
	color: #003574;
}

.calendarBG {
 	background-color: transparent;
 	width: 289px;
 	position: relative;
}

.minikalenteribottom {
	background: transparent url(../img/kalenteribgbottom.jpg) no-repeat left bottom;
	height: 23px;
	line-height: 23px;
	clear: both;
}
.minikalenteribottom a, .minikalenteribottom a:visited {
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	
}
.minikalenteribottom a:hover {
	text-decoration: underline;
	padding-left: 10px;
}
.calendarBlank { 
 background-color: #e4e4d8;
 text-align:  center;
 color: #e4e4d8;
}

.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: left;
 background: transparent url(../img/kalenteriheaderbg.jpg) no-repeat top left;
 height: 28px;
 position: relative;
}
.calendarHeader h3 {
	padding-left: 10px;
	width: 170px;
	padding-top: 4px;
	position: relative;
}
.arrows img {
	float: left;
	display: inline;
}
#calcheck {
	position: relative;
	margin-top: 10px;
}
.arrows {
	width: 10px;
	position: absolute;
	top: 10px;
	right: 15px;
	height: 10px;
}
.left {
	width: 10px;
	position: absolute;
	top: 7px;
	right: 35px;
}
#calendar {
	padding-top: 20px;
	position: relative;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  #981131;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	12px;
 color: #fff; 
 background-color: #babaae; 
 text-align:  center;
 vertical-align: middle;
 width: 28px;
 height: 34px;
 border-right: 1px solid #f3f3f3;
 border-top: 1px solid #f3f3f3;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #ffffff;
 background-color: 	#003574;
}
.calendarToday a {
	color: #ffffff;
	text-decoration: none;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 text-decoration:   none;
 text-align:  center;
 color:             #848383;
 background-color:  #dadbcd;
 width: 34px;
 height: 34px;
 border-right: 1px solid #f3f3f3;
 border-top: 1px solid #f3f3f3;
}
.calendarCell td {
 width: 34px;
 height: 34px;
}
.calendarCell a {
 color: #003574;
 display: block;
 line-height: 34px;
 height: 34px;
 background: transparent url(http://www.gch.fi/img/kalenteribggradient.gif) repeat-x;
}
  
.calendarCell a:visited {
 color:             #fff;
 background-color:  transparent;
 text-decoration:   none;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
}
#calendar_rightside {
   	margin-top: 20px;
}

#calendar a,#calendar_rightside a {
	display: block;
    cursor: pointer;
}
#bubble {
	padding: 10px;
	position: absolute;
	background: #ffffff;
	border: solid 1px #babaae;
	border-bottom: solid 3px #babaae;
	min-width: 200px;
	max-width: 200px;
	display: none;
    z-index: 80;
    color: #000000;
}

#bubble p {
	color: #848383;
	margin: 0;
}
#bubble strong {
	color: #003574 !important;
}
#bubble span {
	color: #848383;
}


.lista {
	line-height: 29px;
	border-bottom: dotted #babaae 1px;
	padding-left: 40px;
	width: 250px;
	background: url(../img/bluearrow.jpg) no-repeat 10px 6px transparent;
}
.lista a {
	color: #003574;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.lista a:hover {
	color: #000000;
}
.active {
		line-height: 29px;
		border-bottom: dotted #babaae 1px;
		padding-left: 40px;
		background: url(../img/bluearrow3.gif) no-repeat 10px 6px #003574;
	}
.active a {
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}


.laatikkolinkki {
	color: #003574;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/bluearrowthin.jpg) 0px 4px no-repeat;
	padding-left: 15px;
}
.laatikkolinkki a {
	color: #003574;
}
#underline {
	text-decoration: underline;
}
.submenu {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 27px;
	border-bottom: dotted #babaae 1px;
}
.submenu a {
	line-height: 23px;
	color: #003574;
}
.activesub {
	text-decoration: underline;
}
.submenu a:hover {
	line-height: 23px;
	color: #000000;
}
.widecol h2, .widecol2 h2 {
	margin: 0;
	width: 630px;
}
.widecol h2 #object,.widecol2 h2 #object  {
	max-width: 630px;	
}
#dropdown {
	float: right;
	display: inline;
	padding-left: 10px;
}
.kuvatable {
	margin-bottom: 3px;
	height: 50px;
}
.kuvatable, .kuvatable td,.tableBorder, .tableBorder td{
	border: 0 !important;
	background: none !important;
}
.image {
	position: relative;
}
.maski {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	background: transparent url(../img/maski.png) no-repeat 0 0;
}

.paddedborder {
	position: relative;
	background: transparent url(../img/galleriabottom.jpg) no-repeat bottom left;
	width: 570px;
	padding-bottom: 5px;
}
.caption {
	padding-top: 0px;
}
.caption p{
	padding-bottom: 0px;
	margin: 0;
}
.caption, .commentlink, .stats {
	padding-left: 20px;
}
.maskiiso {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 570px;
	height: 20px;
	background: transparent url(../img/maskitop.png) no-repeat 0 0;
}
#edellinen {
	display: block;
	width: 98px;
	height: 36px;
	text-indent: -9000px;
	float: left;
	margin-right: 10px;
	background: transparent url(../img/edellinen.jpg) no-repeat 0 0;
}
#seuraava {
	display: block;
	width: 98px;
	height: 36px;
	text-indent: -9000px;
	float: left;
	background: transparent url(../img/seuraava.jpg) no-repeat 0 0;
}
.nextprew {
	position: absolute;
	top: 0;
	right: 7px;
}
.breadcrumb {
	height: 45px;
}
.maskibottom {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 570px;
	height: 20px;
	margin-bottom: 4px;
	background: transparent url(../img/maskibottom.png) no-repeat bottom left;
}
.isoborder {
	position: relative;
}
/*-----------footer  ------------------*/


.footer {
	margin: auto;
	width: 958px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #acad9d;
}
#footermenu1 a {
	color: #9b9b92;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 10px;
	background: url(../img/separator.gif) transparent center right no-repeat;
}
#footermenu1 a:hover {
	color: #003574;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 10px;
	background: url(../img/separator.gif) transparent center right no-repeat;
}
#mainfooter {
	margin-top: 10px;
	padding-top: 25px;
	background: url(../img/doubleborder.gif) transparent repeat-x;
	line-height: 1.5em;
	font-size: 11px;
	height: 180px;
}
#mainfooter .mainfootermenu {
	float: left;
	width: 157px;
}
#mainfooter .mainfootermenu a {
	color: #5f5f57;
	text-decoration: none;
}
#mainfooter .mainfootermenu a:hover {
	color: #003574;
	text-decoration: none;
}
#mainfooter .crossbox {
	background: url(../img/crossbox.gif) no-repeat center left;
	padding-left: 14px;
	/*font-weight: bold;*/
}
#mainfooter .mainfootermenu h1 {
	color: #5f5f57;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 0!important;
	/*letter-spacing: normal;*/
}
.widecol {
	width: 566px;
	padding-left: 20px;
	float: left;
	display: inline;
	padding-right: 10px;
	border-left: 1px dotted #acad9d;
	min-height: 700px;
	position: relative;
}
.widecolextra {
	width: 628px;
	padding-left: 20px;
	float: left;
	display: inline;
	padding-right: 10px;
	border-left: 1px dotted #acad9d;
	min-height: 700px;
	position: relative;
}
.widecolextra h2 {
	margin-bottom: 0px;
}
.wideitem {
	clear: both;
	border-bottom: 1px dotted #ababab;
	margin-bottom: 10px;
}
.wideitem img {
	float: right;
	padding-left: 40px;
}
.widecol2 {
	width: 596px;
	padding-left: 20px;
	float: left;
	display: inline;
	overflow: hidden;
	padding-right: 10px;
	border-left: 1px dotted #acad9d;
	min-height: 700px;
}
.widecol a,.widecol2 a, .widecolextra a {
	color: #003574;
}

.fields td{
	padding-bottom: 4px;
}

.bb {
	width: 100px;
	height: 34px;
	position: absolute;
	left: 30px;
	bottom:50px;
	background: red;
}


.tapahtuma_item {
	border-bottom: 1px dotted #ababab;
	margin-bottom: 10px;
	position: relative;
}
.tapahtuma_item span {
	color: #003574;
}
.tapahtuma_item strong a{
	 margin: 0;
	 float: left;
	 display: inline;
	 text-decoration: none;
	 padding-right: 5px; 
	 text-transform: uppercase;	 
}
.tapahtuma_item p {
	clear: both;
	margin-bottom: 5px;
}

.date {
	float: left;
	display: inline;
	padding-right: 10px;
}

.ostalippu {
	position: absolute;
	right: 0;
	top: 10px;
}
#tweet {
	color: #000000;
	clear: both;
}
#tweet ul {
	list-style-type: none;
	padding: 0;
}
#tweet ul li {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ababab;
}
#tweet a {
	color:#003574;
}

.top.padme {
	height: 30px;
	width: 577px;
	position: relative;
	background: transparent url(../img/two_thirds_ylapalkki.gif) no-repeat 0 0;
}

.nuolet {
	position: absolute;
	right: 20px;
	top: 0;	
}
.leftnuoli {
	padding-right: 2px;
}
.widecol ul{
	margin: 0;
	padding-left: 15px;
	padding-bottom: 20px;
	margin-top: -17px;
}
.widecol li {
	margin: 0;
}
.field textarea {
	height: 100px;
	width: 398px;
}
.itemstatic {
	height: 127px;
	padding-left: 125px;
	padding-top: 10px;
}
.itemstatic p {
	width: 150px;
}
.itemstatic a {
	color: #f7af00;
	font-weight: bold;	
}
.itemstatic2 {
	height: 150px;
	padding-left: 138px;
	padding-top: 10px;
	width: 150px;
	position: relative;
}
.itemstatic2 p {
	width: 139px;
}
#blackborder {
	clear: both;
	float: none;
	width: 250px;
}
.itemflex span {
	color: #f7af00;
	font-weight: bold;
}
.itemflex p {
	width: 252px;
}
#summa {
	position: absolute;
	left: 65px;
	top: 37px;
	font-size: 30px;
	font-weight: bold;
	width: 200px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#summa a {
	color: #ffffff;
}
#summa a:hover {
	color: #ffb500;
}
.widecol table {
	border: 1px solid #f8f8e9;
}
.widecol td {
	padding: 3px;
	background: #e5e5d9;
	border: 1px solid #f8f8e9;
}
.listaus {
	margin-bottom: 3px;
}
.fields, .fields td{
	background: none;
	border: none !important;
}
.external {
	background:transparent url(../img/out.gif) no-repeat scroll 200px 10px;
}
#etunimi, #sposti {
	width: 284px;
}
.colright .itemstatic {
	margin-top: 20px;
}

#twit {
	_float: left;
	*float: left;
	_margin-right: 5px;
	*margin-right: 5px;
}

.seuraa {
	padding-left: 20px;
	padding-bottom: 20px;
	margin-top: -10px;
	color: #000000;
}
.seuraa a{
	color: #002464;
}


/* -----------------------------------------------------------

	Clear floats
	
----------------------------------------------------------- */
.wrapper 		{ display: inline-block; padding-top: 20px;}
.wrapper:after 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper 		{ display: block; }

* {
	
}

/* @group My Group */



/* @end */
