td.tdBord {border:1px solid black}
td.datafield {cursor:default}
td.kinomeMapfield {cursor: pointer}
td.caution {color:red}
th { font-size:12; text-align:center }
td.list { text-align:center }

#bold { font-weight: bold }
#italic { font-style: italic }

em.goodAct { color:green }
em.worseAct { color:red }
em.avgAct { color:gray }
#overDiv { position:absolute; visibility:hidden; z-index:300; background-color:#000000; }

body {
	margin: 0;
	padding: 0;
	/*background-image: url("/images/NIBR/template/NIBR_LeftColumn.gif");*/
	background-repeat: repeat-y;
	background-color: #fff;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
a {
	color: #006699;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
/* Header Area*/
#top {
	height: 200px;
	padding: 50px 0 0 0;
	/*background-image: url("http://www.swiss-chem-soc.ch/smc/leysin/images/leysin_sm.jpg");*/
	background-image: url("http://www.swiss-chem-soc.ch/smc/leysin/images/leysin_wide.jpg");
	background-repeat: no-repeat;
	background-position: top center
}
#topRight {
	position: absolute;
	top:0px;
	left: 782px;
	width: 173px;
	height: 63px;
	/*background-image: url("/images/NIBR/template/NIBR_Header_Right.jpg");*/
	background-repeat: no-repeat;
}
#headerDate {
	position: absolute;
	top:66px;
	left:800px;
	width:153px;
	color:#fff;
	font-weight:bold;
	text-align: right;
}
#toptopLeft {
	position: absolute;
	top:0px;
	left:0px;
}
#toptopRight {
	position: absolute;
	top:0px;
	left:0px;
}

/* Screen Areas*/
#container {
	position:absolute;
	top:0px;
	left:0px;
	/*width: 956px;*/
	margin: 0px auto;
	background-color: transparent;
	/*color: #000;*/
	line-height: 1.3em;
	/*background-image: url("/images/NIBR/template/NIBR_Header_Background.gif");*/
	background-repeat: repeat-x;
	z-index:0; /* required for showing content in FF*/
}

#leftcol {
	position: absolute;
	left:0px;
	top:84px;
	/*top:200px;*/
	width: 200px;
	padding: 50px 0 0 0;
	/*background-image: url("/images/NIBR/template/NIBR_Default_Branding.jpg");*/
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	top:310px;
	left:0px;
	font-size: 0.8em;
	text-align:center;
	width: 150px;
	padding: 50px 0 0 0;
}

#rightcol {
	position: absolute;
	left: 792px;
	top: 79px;
	width: 164px;
	margin: 0;
}
/* Content */
#content {
	/*width:756px;*/
	position:absolute;
	left:230px;
	/*top: 99px;*/
	top: 220px;
	z-index:-1; /* required for making nav visible in IE */
}
#center {
	text-align:center;
}
/* Text Styles */

#top h1 {
        font-size: 2.4em;
        line-height: 2.4em;
        color: #fff;
        margin:0;
        padding:0;
	text-align: center;
}	
h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	/*color: #069;*/
	margin:0;
	padding:0;
}
h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	/*color: #069;*/
	margin:0;
	padding:0;
}
h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	/*color: #069;*/
	margin:0;
	padding:0;
}

td{
	font-size:0.85em;
	margin:0;
	padding:0;
}
#alert {
	width:100%;
	border:1px solid #D8D8D8;
	background-color: #FFF5DE;	
	margin-bottom: 10px;
}

#alertTitle {
	color: #069;
	font-weight:bold;
	border-bottom:1px solid #D8D8D8;
	padding:2px 0px 1px 0px;
	text-indent: 18px;
	/*background-image: url(/images/NIBR/template/titleBullet.gif);*/
	background-repeat: no-repeat;
}

#alertText {
	color:#000;
	padding: 1px 3px 2px 2px;
}

#localNews {
	width:100%;
	border:1px solid #D8D8D8;
	background-color: #FFF;
	margin-bottom: 10px;
}

#localNewsTitle {
	color: #069;
	font-weight:bold;
	border-bottom:1px solid #D8D8D8;
	padding:2px 0px 1px 0px;
	text-indent: 18px;
	/*background-image: url(/images/NIBR/template/titleBullet.gif);*/
	background-repeat: no-repeat;
}

#localNewsText {
	color:#000;
	padding: 1px 3px 2px 2px;
}

.smalltext {
	color: #000;
	font-size: 0.8 em;
	font-style: normal;
}

.submitbutton {
	background-color: #FFFFFF;
}

