
HTML, BODY {
	padding: 0px;
	margin: 0px;
	
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
}

BODY {
	width: 980px;
}

DIV {
	padding: 0px;
	margin: 0px;
	display: block;
}

H1, H3 {
	font-size: 18px;
	font-weight: bold;
}

H2, H5 {
	margin: 0px;
	margin-top: 1em;
	font-size: 12px;
	font-weight: bold;
}

TABLE {
	border: none;
	padding: 0px;
	margin: 0px;
	
	border-collapse: collapse;
	border-spacing: 0;
}

TD {
	padding: 0px;
	margin: 0px;	
	border: none;
}

IMG {
	border: none;
	padding: 0px;
	margin: 0px;	
}

P {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

FORM {
	padding: 0px;
	margin: 0px;
}

INPUT, TEXTAREA, SELECT {
	padding: 1px 3px 1px 3px;
	margin: 2px 5px 2px 5px;
	
	background-color:#EAEAEA;
	border: 1px solid #999999;
}

SELECT {
	padding: 0px;
}

INPUT {
	font-family: Arial;
	font-size: 11px;
}

TEXTAREA {
	font-family: monospace;
	font-size: 12px;
}

INPUT.submitButton {
	border: thin outset;
	background-color: buttonface;
	font-family: sans-serif;
	font-weight: bold;
}

/****************************** Login laatikko ******************************/

.loginBox {
	margin-top: 4px;
	margin-bottom: 2px;
}

.loginBox TD {
	vertical-align: middle;
	margin: 0px;
	padding: 2px 0px 1px 0px !important;
}

.loginBox .loginBoxInput {
	border: solid 1px black;
	width: 60px;
	height: 13px;
	margin: 0px;
}

.loginBox .loginBoxSubmit {
	background-color: white;
	border: solid 1px black;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	font-family: Verdana;
	font-size: 7pt;
	height: 16px;
}


/****************************** SIVUN POHJA ******************************/

.root_table {
	width: 100%;
}

.root_table TD {
	vertical-align: top;
}

.root_vasen_reuna {
	width: 180px;
	background-image: url('images/pelik.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;	
}

.root_vasen_reuna_linkit {
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
}

.root_vasen_reuna_linkit A {
	color: black;
	text-decoration: none;
}

.root_vasen_reuna_linkit A:hover {
	color: black;
	text-decoration: underline;
}

.root_mainlinkki {
	display: block;
	height: 200px;
	width: 140px;
	border: none;
	margin: 0px;
}

.root_ylavalikko {
	height: 30px;
	max-height: 30px;
	
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	border: solid 1px #CCCCCC;
	border-bottom: none;
	
	background-image: url('images/bgtop.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.root_ylavalikko .disclaimer {
	padding-top: 4px;
	font-size: 1em;
	color: #999999;
}

.root_sisalto {
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 30px;
	
	border: solid 1px #AAAAAA;
	
	background-image: url('images/pelmu_oy.gif');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	
	font-size: 10px;
}

/******************** TABLE "lomakeLista" ********************/

TABLE.lomakeLista {
	font-family: Arial;
	font-size: 11px;
	width: 80%;
}

TABLE.lomakeLista TD, TABLE.lomakeLista TH, TABLE.lomakeLista CAPTION {
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}

TABLE.lomakeLista CAPTION {
	font-weight: bold;
	border-bottom: 1px solid #999999;
	margin-bottom: 1em;
}

TABLE.lomakeLista TH {
	font-weight: bold;
	width: 120px;
}

TABLE.lomakeLista .lomakeListaVali {
	padding-top: 1.3em;
}

TABLE.lomakeLista .lomakeListaSubmit {
	padding-top: 1em;
	border-bottom: 1px solid #999999;
	text-align: right;
}

/******************** TABLE "perusLista" ********************/

TABLE.perusLista {
	font-family: Arial;
	font-size: 11px;
}

TABLE.perusLista TD, TABLE.perusLista TH, TABLE.perusLista CAPTION {
	padding-left: 15px;
	padding-right: 5px;
	text-align: left;
	vertical-align: middle;
}

TABLE.perusLista TH, TABLE.perusLista CAPTION {
	border-bottom: 1px solid #999999;
	font-weight: bold;
}

TABLE.perusLista TR.list2nd {
	background-color: #EAEAEA;
	border-top:    1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

TABLE.perusLista .perusListaVali {
	padding-top: 1.3em;
}

/***************** Advertise-inc******************/

.advertise {
	float: left;
	width: 200px;
	padding: 5px;
}


/***************** /Advertise-inc******************/

