/*ensin bgcolor, sitten tekstin väri koko sivulla (musta)*/
body
{
	background-color: #F0E68C;
	color: #000000;
	margin:0px;
	font-size:100%;
}
/* Tarvittaessa Poistettava! !!Estää "border: #"-käskyn toiminnan <img>-tagissa!! */
img {border: 0}

.otsikko
{
	background-color:rgb(137,137,137);
	background-image:url('img/1x1_grey.png');
	border-bottom:outset 5px;
	text-align:center;
	padding-top:1px;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1;
}

.valikko
{
	position:fixed;
	width:19%;
	margin-top:60px;
	left:0px;
	z-index:2;
}

.ylavalikko
{
	margin-bottom:5%;
	position:relative;
}

.sisalto
{
	position:absolute;
	width:80%;
	margin-left:20%;
	margin-top:66px;
	z-index:0;
}

.keskiosa
{
	position:relative;
	float:left;
	width:72%;
	padding:1%;
}

.oikeaosa
{
	position:relative;
	float:right;
	width:25%;
	margin-left:1%;
}

.jalka
{
	z-index:-1;
	position:relative;
	width:72%;
	padding:0.25em;
	clear:both;
}

.jalka_hr
{
	width:120%;
	margin-left:-10%;
}

.jalka_sisus
{
	
}

.emptywarn
{
	display:none;
}

.loginbox
{
	position:fixed;
	width:30%;
	left:35%;
	top:10%;
	background-color:orange;
	border:1em outset blue;
	text-align:center;
	max-height:80%;
	overflow:auto;
	z-index:3;
}

.opacity3
{
	opacity:0.3;
	filter:alpha(opacity=30);
}

.c_point
{
	cursor:pointer;
}

.b
{
	font-weight:bold;
}

.harmaa_teksti
{
	color:grey;
}

.k_y_v
{
	background-image:url('img/skins/grayton/b_top.png');
	background-repeat:repeat-x;
	position:absolute;
	height:27px;
	top:0px;
	left:0px;
	right:36px;
}

.k_y_o
{
	background-image:url('img/skins/grayton/b_c_top.png');
	background-repeat:no-repeat;
	float:right;
	position:absolute;
	width:36px;
	height:27px;
	top:0px;
	right:0px;
}

.k_k_o
{
	background-image:url('img/skins/grayton/b_right.png');
	background-repeat:repeat-y;
	position:absolute;
	float:right;
	top:27px;
	right:0px;
	bottom:32px;
	width:36px;
	
}

.k_k_v
{
	background-color:rgb(137,137,137);
	background-image:url("img/1x1_grey.png");
	position:relative;
	right:36px;
	padding-left:46px;
}

.k_a_v
{
	background-image:url('img/skins/grayton/b_bottom.png');
	background-repeat:repeat-x;
	position:absolute;
	height:32px;
	bottom:0px;
	right:36px;
	left:0px;
}

.k_a_o
{
	background-image:url('img/skins/grayton/b_c_bottom.png');
	background-repeat:no-repeat;
	position:absolute;
	width:36px;
	height:32px;
	bottom:0px;
	right:0px;
	float:right;
}

.kehys_yla
{
	height:27px;
}

.kehys_keski
{
	width:100%;
}

.kehys_ala
{
	width:100%;
	height:32px;
}

.red
{
	color:red;
}

div.no_picture
{
	width:200px;
	height:200px;
	background-color:grey;
	color:blue;
	font-size:800%;
	text-align:center;
	vertical-align:middle;
	font-weight:bolder;
}

.myytavat_info
{
	position:fixed;
	width:50%;
	left:25%;
	top:10%;
	background-color:#F2E88E;
	border:10px outset purple;
	text-align:center;
	max-height:80%;
	overflow:auto;
}

.myy1 /* myytävien listan selite (taulukon vasen reuna) */
{
	font-style:italic;
	text-align:right;
	width:1em;
	padding:0.25em;
	white-space:nowrap;
	background-color:orange;
}

.myy2 /* myytävien listan data (taulukon oikea reuna) */
{
	text-align:left;
	padding:0.25em;
	background-color:#F2E88E;
}

.myy3 /* myytävien listan kuva-lista */
{
	border:none;
}

.myy4
{
	font-size:80%;
}

.huom_pi /* "pienempi italic" */
{
	font-size:80%;
	font-style:italic;
}

.n_popup /* "normaali" popup */
{
	z-index:10;
}

.a_popup  /* "alert" popup */
{
	z-index:11;
}

/*
Content crafted by Marko Mäkinen for the use of Mäkisen Paja
*/
