﻿/*
*             TriniMedia International
*                     css-styling file
*/

body,html {
	width: 100%;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	color: black;
	font-family: Arial;
	font-size: 10pt;
	background-color: #B4D9E9;
}
.glass {
	top: 0;
	left: 0;
	background-image: url(images/empty.gif);
	width: 100%;
	height: 100%;
	z-index:100;
}

form { padding: 0px; margin: 0px; }

div.bgfade
{
	background-image: url(images/bgfade.png); background-repeat: repeat-x; height: 732px;
}


div.hmenu
{
	width: 672px; height: 23px; display: block; padding: 0px; margin: 0px;
	background-image: url(images/linkButton.png);
	background-position: top left;
	background-repeat: repeat-x;
}

div.hmenu div.selected,
div.hmenu div.menuitem1
{
	float: left;
	font-family: Arial, tahoma;
	color: black;
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
	width: 112px; height: 23px;
	display: block;
}
div.hmenu div.menuitem1 a
{
	font-family: Arial, tahoma;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/linkButton.png);
	background-repeat: no-repeat;
	color: black;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	width: 112px; height: 23px;
	display: block;
	padding-top: 3px;
}
div.hmenu div.menuitem1 a:hover
{
	background-image: url(images/linkButtonMO.png);
	background-repeat: no-repeat;
	width: 112px; height: 23px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
div.hmenu div.selected a
{

	font-family: Arial, tahoma;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/linkButtonMO.png);
	background-repeat: no-repeat;
	color: black;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	width: 112px; height: 23px;
	display: block;
	padding-top: 3px;
}


div.vmenuroot a {
	display: block;
	width: 206px; height: 19px;
	background-image: url(images/menuLevel1.png);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding-left: 12px;
	padding-top: 2px;
}



div.level2 {
	display: block;
	margin-bottom: 2px;
}
div.level2 a{
	display: block;
	width: 206px;
	background-image: url(images/menuLevel2.png);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.level2 a:hover
{
	text-decoration: underline;
}

div.frontMargins
{
	padding-top: 40px;
	padding-bottom: 26px;
	margin-left: 0px; margin-right: 0px;
	padding-left: 0px; padding-right: 0px;
}
div.content
{

}




.footer { color: white; padding-top:8px; }

.inputtext
{
	border: 0px; background-image: url(images/inputtext.png);
	width: 111px; height: 18px; 
	padding-left: 5px; padding-right: 5px;
}
.nappi
{
	border: 0px; background-image: url(images/haeNappi.png);
	width: 24px; height: 18px; 
}

.flags
{
	padding-top: 2px; padding-left: 5px; text-align: center;
}

.sizeBigger a
{
	width: 42px; height: 23px; display: block;
	background-image: url(images/fontBigger.png);
}
.sizeSmaller a
{
	width: 37px; height: 23px; display: block;
	background-image: url(images/fontSmaller.png);
}
.sizeBigger a:hover
{
	width: 42px; height: 23px; display: block;
	background-image: url(images/fontBiggerHoover.png);
}
.sizeSmaller a:hover
{
	width: 37px; height: 23px; display: block;
	background-image: url(images/fontSmallerHoover.png);
}

img { border: 0px; }

table { font-family: Arial; font-size: 10pt; border-spacing: 0px; }

#table
{
	position: absolute; margin-left: -430px; left: 50%;
}

td { padding: 0px; vertical-align: top; font-family: Arial; font-size: 10pt; }
.printcontent {
	display: none;
}

.teksti a {
color: white;
text-decoration: none;
}