/***********************
	Luuliikuntamittarin tyylisivu: tuloste
	Copyright Newtest Oy
***********************/


A:link, A:visited, A:hover {
	/* Link colour */
	color: black;
}

#menu,
.menubase,
.titleimage,
.contentborder,
.contentborder_tl,
.contentborder_tr,
.contentborder_bl,
.contentborder_br,
.claimer A,
.no_print {
	/* Note: DIV A IMG refers to "Back to top" notifiers, 
		they should be given their own class */
	display: none;
}

.presentationtable,
.presentationtable TD,
.presentationtable TH,
.left {
  border-color: #aaa;
}

/***********************
	Page-wide tag definitions
***********************/
BODY {
	margin: 10px;
	padding: 0px;

	/* Page base font */
	font-family: Verdana, sans-serif;
	font-size: 9pt;	
}

H2 {
	margin-top: 0px;
	padding-top: 0px;
}

STRONG, H2,
.presentationtable CAPTION,
.presentationtable TH {
	font-size: 1.0em;
	font-weight: bold;	
}

IMG {
	border: 0px;
}

A:link, A:visited, A:hover {
	font-weight: normal;
}

A:link, A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}


/***********************
	Ordinary layout elements
***********************/

.left, .right {
	padding: 5px;
	
	vertical-align: top;
}

.left UL, .left OL {
	margin-left: 15px;
	padding-left: 0px;
}

.right UL, .right OL {
	margin-left: 20px;
	padding-left: 0px;
}

.left UL LI, .right UL LI,
.left OL LI, .right OL LI {
	margin-top: 5px;
}

.left {
	width: 33%;
	line-height: 1.5em;
	
	padding-right: 15px;
	
	border-style: solid;
	border-width: 0px 1px 0px 0px;
}

.right {
	padding-left: 15px;
}

.left A {
	font-weight: bold;
}

.presentationtable {
	margin: 10px;
	
	border-style: solid;
	border-width: 1px 0px 0px 1px;
}

.presentationtable TD,
.presentationtable TH {
	/* All TD's are of the same width */
	width: 25%;
	
	padding: 5px;
	
	vertical-align: top;
	
	border-style: solid;
	border-width: 0px 1px 1px 0px;
}

.presentationtable CAPTION {
	padding: 5px;
}

/***********************
	Page base layout definitions
***********************/

/* This acts as a placer for the absolute-placed menu */

.claimer {
	margin-top: 0px;
	margin-bottom: 0px; 
	
	height: 30px;
}
