﻿/* Kronometric.org site style sheet */
/* by ECC 5/1/08 */ 
/* added border-collapse to table CSS 0904170810LST */ 
/* some web color names and codes can be found here: http://www.oultwood.com/programming/color.php */
/* added	margins to body
	html margin/padding/border 0px
	.cl float clear 090802  */

html{
  margin: 0px;
  padding: 0px;
  border: 0px;
} 

body		{background:url("http://www.kronometric.org/images/page/marble.jpg");
		text-align:center;
		margin-top:10px;
		margin-left:10px;
		}

h1			{font-family:times new roman,serif;font-size:20pt;font-style:oblique;text-align:center;}
h2			{font-family:arial,sans-serif;font-size:18pt;font-style:oblique;text-align:center;}
h3			{font-family:arial,sans-serif;font-size:16pt;font-style:oblique;text-align:left;}
h4			{font-family:times new roman,serif;font-size:14pt;font-style:oblique;text-align:left;}

/* floating action is independent of text alignment */
.lt			{float:left;}
.rt			{float:right;}
.cl			{float:clear;}

table		{background: #F0FFFF;border-collapse: collapse;} /* azure background to be inherited by all tables, tr's & cells */
															/* border-collapse sets the cellspacing to 0 */

table.main {width:920px; border:3px solid #FC77FC;} /* for main table */	

td.hdr1 	{background:#EDE3A4; border:none; text-align:center;}/* background color matches krono_hdr background color */

td.hdr2		{font-family:times new roman,serif;font-size:24pt;font-style:oblique;font-weight:bold;padding:8px;text-align:center;}
 
table.sub	{border:thin solid gray;width:100%;}

td.nav		{background: #F5F5DC;width:131px; font-family:arial,sans-serif;font-size:12pt;font-style:oblique;
			 text-align:center; vertical-align:top; padding-top: 24px;}	 /* for the left-side navigation panel */
			 
td.cont		{background:url("http://www.kronometric.org/images/page/bg_sultana.jpg");font-family:arial,sans-serifserif;font-size:14pt;font-style:oblique;font-weight:bold;text-align:left;padding:12px;}

td.ftr		{} /* for the footer */


/*  End of krono.org site style sheet  */
