/* This IS Cascading Style Sheet definition made by Tomi Jaskari 2005-02 
  *
<color>: The basic type <color> is a CSS2-compatible specification for a color in the sRGB color space [SRGB]. <color> applies to SVG's use of the 'color'  property and is a component of the definitions of properties 'fill', 'stroke'  and 'stop-color', which also offer optional ICC-based color specifications.
A <color> is either a keyword or a numerical RGB specification. 
The list of keyword color names is:
aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow. These 16 colors are defined in HTML 4.0 ([HTML4]). The format of an RGB value in hexadecimal notation is a '#' immediately followed by either three or six hexadecimal characters. The three-digit RGB notation (#rgb) is converted into six-digit form (#rrggbb) by replicating digits, not by adding zeros. For example, #fb0 expands to #ffbb00. This ensures that white (#ffffff) can be specified with the short notation (#fff) and removes any dependencies on the color depth of the display. The format of an RGB value in the functional notation is 'rgb(' followed by a comma-separated list of three numerical values (either three integer values or three percentage values) followed by ')'. The integer value 255 corresponds to 100%, and to F or FF in the hexadecimal notation: rgb(255,255,255) = rgb(100%,100%,100%) = #FFF. White space characters are allowed around the numerical values. All RGB colors are specified in the sRGB color space (see [SRGB]). Using sRGB provides an unambiguous and objectively measurable definition of of the color, which can be related to international standards (see [COLORIMETRY]).
The corresponding SVG DOM interface definitions for <color> are defined in [DOM2-CSS]; in particular, see the [DOM2-CSS-RGBCOLOR]. SVG's extension to color, including the ability to specify ICC-based colors, are represented in DOM interface SVGColor.

Made validating 2005-08-22 news:sfnet.viestinta.www.palaute
*/


/* We want main headers in green color */
h1,h2,h3 {color: green}

/* Main title should be big */

h1.maintitle
{
text-decoration: none;
background-color: #00CCFF;
font: bold 59pt/61pt Helvetica;
padding: 0;
z-index:  3;
margin-top: 14px;
}

/* We need more breadth to contain atomic weights! */

SPAN {
/*	width: 300px;*/
}

.kieli
{
	border: solid thick silver;
	padding: 0.3em;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 0.2em 0.2em;
	font-size: 1.5em;
	height: 100px;
	width: 500px;
}

.tunnus
{
	border: ridge thick silver;
	background-color: yellow;
	padding: 0.3em;
	color: black;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 0.5em 0.5em;
	font-size: 1.5em;
	height: 100px;
	width: 200px; 
}

.jalo
{
	border: ridge thick silver;
	background-color: white;
	padding: 0.3em;
	color: black;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 1.5em;
	height: 100px;
/*	width: 180px; */
}

.metalli
{
	border: ridge thick teal;
	background-color: silver;
	padding: 0.3em;
	color: black;
	letter-spacing: 1px;
	text-decoration: blink;
	font-size: 1.5em;
	height: 100px;
/*	width: 180px;*/

}


.kalkogeeni
{
	border: ridge thick teal;
	background-color: red;
	padding: 0.3em;
	color: black;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 1.5em;
	height: 100px;
/*	width: 180px;*/
}

.halogen
{
	border: ridge thick teal;
	background-color: purple;
	padding: 0.3em;
	color: black;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 1.5em;
	height: 100px;
/*	width: 180px;*/
}

.life
{
	border: ridge thick blue;
	background-color: green;
	padding: 0.3em;
	color: white;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 1.2em;
/*	height: 100px;*/
/*	width: 180px;*/
}

.pnictogen
{
	border: ridge thick green;
	background-color: blue;
	padding: 0.3em;
	color: white;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 1.5em;
	height: 100px;
/*	width: 180px;*/
}

.alkali
{
	border: ridge thick silver;
	background-color: #FFCCFF;
	padding: 0.3em;
	color: black;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 1.5em;
/*	height: 100px;*/
/*	width: 180px;*/
}

.maa-alkali
{
	border: ridge thick silver;
	background-color: olive;
	padding: 0.3em;
	color: black;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 1.5em;
	height: 100px;
/*	width: 180px;*/
}


.date {
	width: 250px;
	height: 25px;
}

/* We want content to be only at left 60 percent of document area */
@media screen {
	div.content
	{
	position: absolute;
	left: 10px;
	top: 100px;
	width: 60%;
	}
}

/* We want to hide periodic table and some outdated info */
/* There are also some too long descriptions and details are hidden here until something better is done */
div.groups,div.left,div.hidden,div.search,.hide,.detail
{
display: none;
left: 0;
top: 0;
width: 0;
}


/* Links should show green when hovered over */

p.small
{
background-color: red;
font: normal 8pt/8pt Helvetica;
}

p.nuclei
{
background-color: #FFCCFF;
font: normal 12pt/12pt Helvetica;
width: 10%;
}

/* Author info */

@media projection { 
	div.tomi
		{ display: none; }
	div.content {
	width: 96%;
	}
	.yleis {clear: left;}
}

div.tomi
{
font-size: 8pt;
line-height: 14pt;
float: right;
background-color: #330099;
color: white;
position: fixed;
right: 0;
top: 0;
width: 356px;
height: 60px;
margin-right:0;
}

.nice div {
  display: inline;
}

strong
{
	background-color: yellow;
	font-size: 13pt;
}

/* copied from My personal picture page 
a:link {
	text-decoration: underline;
	color: #06a564;
}
a:visited {
	text-decoration: none;
	color: #522;
}
a:hover {
	text-decoration: underline;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
	color: #00FFFF;
}*/

/* Floating alphabetical index at right 
TRBLs:: with small font
Doesnt float :) 2005-02-23 correcting, no _fixing_ it!
*/

div.index
/* example code #right {
position: absolute;
right: 10px;
top: 10px;
width: 200px;
} */
{
display: none;
font-size: 8pt;
background-color: silver;
/* font: plain 9pt/10pt Helvetica ! important; */

/* position: absolute;*/
position: fixed;
top: 160px;
right: 5px; 
/* top: 100px; */
width: 390px;

}
/* example shorthand of font: 
h1 {
font: bold 12pt/14pt Helvetica;
}
*/

/* general help styles **********************************************/
/* This was originally from Opera 7.5 help folder *******************/

body, table {
	font-family: "Verdana", "Georgia", "Book Antiqua", "Garamond", "Verdana", serif;
	max-width: 60em;
}

body {
	background-color: white;
	color: black;
}

h1 {
	margin-top: 0.5em;
	letter-spacing: 1px;
	color: maroon;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	clear:both;
	/* added by Dometeus 2005-02-13 */
	margin-top: 2em;
	color: #355382;
	font-weight: bold;
	font-size: 1.5em;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
        font-weight: bold;
}

h4 {font-size: 1em;}

/* p {margin-top: 0em;} */


ol.alfa {
          list-style: lower-alpha;
          margin-top: 0;
}

/* styles for links *************************************************/

a:link, .fakelink, a:visited { 
	text-decoration: none;
	color: #33f;
}

a:hover { 
	text-decoration: underline;
	color: #33f;
}


/* styles for text types ********************************************/

span.url, span.mailaddress, span.html, span.mime, span.file { 
	font-family: "Lucida Console", "Courier New", monospace;
	color: green;
	white-space: nowrap;
}

span.html a {color: green;}

kbd { 
	white-space: nowrap;
}

table kbd {font-size: 90%;}

.bold {font-weight: bold;}

.red {color: red;}

.underline {text-decoration: underline !important;}

.nowrap {white-space: nowrap;}

span.note {
	color: maroon;
	font-weight: bold;
}

p.copyright {
	margin-top: 3em;
	padding-top: 1em;
	border-top: 1px solid gray;
	color: gray;
	font-size: 0.75em;
	text-align: center;
}

p.tocnote {
	margin-top: 2em;
	text-align: center;
}


/* styles for tables ************************************************/

table {margin-bottom: 1em;}

td, th { 
	text-align: left; 
	vertical-align: top; 
}

/* nice tables */

table.nice {
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
        margin-left: 2.5%;
}

table.nice td, table.nice th {
	border: 1px dotted black;
	padding: 0.25em;
	font-size: 0.9em;
	color: black;
	background-color: white;
}

table.nice th {white-space: nowrap;}

/* keyboard tables */

table.keytable {
	width: 100%;
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
}

table.keytable th, table.keytable td {
	border: 1px dotted black;
	padding: 0.25em;
}

table.keytable th {
	font-weight: normal;
	padding-left: 0em;
}

table.keytable td {
        width: 25%;
	white-space: nowrap;
	padding-left: 0.5em;
}

table.keytable h3 {
	margin-bottom: 0;
	margin-top: 0.75em;
}

table.keytable ul,
table.keytable li,
table.nice ul,
ul.lean,
ul.lean li { 
	list-style: none;
	margin: 1px 0px 1px 0px;
	padding: 0px;
}

ul.lean li + li {padding-top: 1em;}


/* styles for menus *************************************************/

table.mainmenu, table.menu {
	border-spacing: 0;
	empty-cells: show;
	margin-left: 2em;
}

table.menu th, table.menu td, table.mainmenu th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}

table.menu th {
	font: menu;
	color: MenuText;
	background-color: ThreeDFace;
	border-left: 2px outset ThreeDLightShadow;
	border-right: 2px ridge ThreeDDarkShadow;
	padding: 0.15em 1em 0.15em 1em;
	white-space: nowrap;
}

table.menu td {
	color: black;
	background-color: white;
	font-family: "Arial", "Tahoma", sans-serif;
	font-size: 0.8em;
	padding: 0em 0.5em 0em 0.5em;
	vertical-align: middle;
}

table.mainmenu th {padding: 4px;}

.mainmenu {
	font: menu;
	color: MenuText;
	background-color: ThreeDFace;
	padding: 0em 0.5em 0em 0.5em;
}

table.menu th.sub {padding-left: 3em;}

table.menu th.sub2 {padding-left: 4.5em;}

table.menu tr.maketop th {
	border-top: 2px outset ThreeDLightShadow;
	padding: 0;
	line-height: 0;
}

table.menu tr.makebottom th {
	border-bottom: 2px ridge ThreeDDarkShadow;
	padding: 0;
	line-height: 0;
}

table.menu tr.makesep th {
	border-top: 2px groove ThreeDLightShadow;
	padding: 0;
	line-height: 0;
}

table.menu tr.makesep td {
	border-top: 1px dotted black;
	padding: 0;
	line-height: 0;
}

/*
tr.cool th:before {
	content: "&#8658; ";
	font-weight: bold;
	color: maroon;
}

tr.cool td {font-weight: bold;}
*/

td.ui, table.nice td.ui {
	background-color: ThreeDFace;
	color: MenuText;
	padding: 0px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font: menu;
	text-align: left;
	white-space: nowrap;
}

td.ui a:link, td.ui a:visited, .mainmenu a:link, .mainmenu a:visited {
	color: MenuText;
	text-decoration: none;
}

td.ui a:hover, .mainmenu a:hover {
	color: HighlightText;
	background-color: ActiveCaption;
	text-decoration: none;
}


/* input styles *****************************************************/

input.button {
	min-width: 75px;
	min-height: 24px;
}


/* style for start page *********************************************/

body.startpage h1 {
	text-align: center;
	margin: 0em 0em 0.5em 0em;
	padding: 0em 1em 0em 0em;
	font-weight: bold;
}

body.startpage h2 {
	margin-top: 0.5em;
	margin-bottom: 0em;
	border-bottom: none;
	page-break-before: avoid;
	font-weight: normal;
}

body.startpage h3 {
	margin-top: 0.5em;
	margin-bottom: 0em;
}

body.startpage p {clear: both;}

div.section {
	float: left;
	margin-left: 4%;
	margin-right: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: normal;
}

div.section p, div.section ul {max-width: 22em;}

div.section td {
  padding-right: 2em;
}

body.toc a:link, body.toc a:visited, ul.prefslist li a:link, ul.prefslist li a:visited {
	text-decoration: none;
	color: black;
}

body.toc a:hover, ul.prefslist li a:hover {
	text-decoration: none;
        color: white;
	background-color: black;
}

body.startpage ul {
	list-style: none;
	margin: 0.5em 0em 0.5em 0em;
	padding: 0em;
}

body.startpage li {
	margin: 0;
	padding: 0;
}

body.startpage form.search {
	padding-right: 1em;
	text-align: right;
	float: right;
}

form.search input[type="submit"] {font-size: 0.9em;}


/* styles for toc **********************************************/

body.toc {
	font-family: "Verdana", serif;
	font-size: 11px;
	padding-left: 10px;
}

body.toc form.search {
}

ol.toc { 
	display: table;
}

body.toc ul, ol.toc { 
	list-style: none;
	margin: 0;
	margin-left: 0em;
	font-size: 1.2em;
	font-weight: bold;
}

ol.toc ul {
	font-size: 0.9em;
	margin-left: 0em;
	border-top: none;
	font-weight: normal;
	border-top: 1px dotted black;
	margin-bottom: 1em;
}

ol.toc ul ul {
	font-size: 0.9em;
	margin-top: 0;
	margin-left: 1em;
	border-top: none;
	margin-bottom: 0;
}

body.toc li {margin: 0;}


/* styles for prefslist *********************************************/

ul.prefslist { 
	list-style: none;
	display: table;
}

.prefslist li {
	margin: 0;
}

.prefsdiv { 
	border-top: dotted 1px black;
	padding: 0;
	line-height: 0;
}

/* styles for treeview **********************************************/

table.tree {border-spacing: 0;}

table.tree th, table.tree td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
/*	white-space: nowrap;*/
}

table.tree th {
	font: menu;
color: MenuText;
	padding: 0.15em;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;
}

table.tree td {
	font-family: "Arial", "Tahoma", sans-serif;
	font-size: 11px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: middle;
}

table.tree th.tsub {padding-left: 3em;}

table.tree th.tsub2 {padding-left: 4.5em;}

tr.parent td, tr.parent th {font-weight: bold;}



/* styles for media **********************************************/

@media screen, projection, tv {

body, table {
	max-width: 60em;
}

body {
	margin-left: auto;
	margin-right: auto;
}

kbd {
	color: #333333;
	background-color: #EFEFEF;
	font-family: "Verdana";
	font-weight: normal;
	font-size: 80%;
	text-align: center;
	border-top: 2px double #CFCFCF;
	border-left: 3px solid #BABABA;
	border-right: 4px solid #AAAAAA;
	border-bottom: 6px solid #909090;
	padding-left: 0.2em;
	padding-top: 0em;
	padding-right: 0.2em;
	padding-bottom: 0em;
	line-height: 1.6em;
	vertical-align: top;
}

a[target="_blank"]:after {
	content: " \bb\bb";
	color: green;
}

p.projection-note {display: none;}

}


@media screen, tv {

html {
	padding: 1em;
	border-top: thin solid black;
	background-color: #3b5f8a;
	background-image: url(background.png);
	background-repeat: repeat;
}

body {font-size: 0.9em;}

}


@media projection {

body {font-size: 1.2em;}

h1 {
	margin-top: 20%;
	text-align: center;
	font-size: 3em;
}


h2 {
	margin-top: 0em;
	padding: 1em 0.5em 0.5em 0.5em;
	background-color: #355382;
	color: white;
	border: none;
	page-break-before: always;
}

p.projection-note {
  display: block;
  position: absolute;
  text-align: right;
  right: 1em;
  left: 1em;
  bottom: 1em;
}

.nobreak {page-break-before: avoid;}

p.copyright {display: none;}

}


@media print {

body, table {
	font-size: 11pt;
}

* {
	color: black !important;
}

kbd:before {
	content: "[";
}

kbd:after {
	content: "]";
}

form.search {
	display: none;
}

}


/* end of styles ****************************************************/
