/*body, td {
	color : black;
	font-family : Tahoma, Verdana, "Sans serif";
	font-size: 10px;
	text-align: left; /* NEW IN 1.5 
}*/

td.upper {
	color : #000;
	background : #c6d9e8;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.smaller {/* CHANGED IN 1.5 */
	font-size: 10px;
}

.error {
	color:#F00;
	font-weight:bold;
}

#klotter table.entries {
	color: #000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#klotter a {
	color : #3f73af;
	font-weight:bold;
	text-decoration : none;
}

#klotter a:hover {
	color : gray;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #3f73af;
	text-decoration : none;
}

a.smaller:hover {
	font-size: 10px;
	color : white;
	text-decoration : none;
}

#klotter input {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}

#klotter hr {
	border:0;
	background-color:#3B39AA;
	color: #3B39AA;
	height: 1px;
}

img.sec_img {
	border:1px solid #000;
	margin:2px;
}

/* EVERYTHING BELOW ADDED IN 1.5 */
div.centered {
	text-align: center;
}

div.centered table {
	margin: 0 auto; 
	text-align: left;
}

div.left_mid {
	text-align:left;
	width: 350px;
	margin:0 auto;
	display: block;
}

#klotter label {
	width: 120px;
	float:left;
}

#klotter h2 {
	font-variant:small-caps;
	text-align:center;
}

div#smiley { /* The smiley pop up window */
	background-color:#FFF;
	padding:3px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

div#smiley a:link {
	color: #86213A;
	text-decoration: none;
}
div#smiley a:visited {
	color: #86213A;
	text-decoration: none;
}
div#smiley a:hover {
	color: #86213A;
	text-decoration:underline;
}

div#smiley img {
	border:none;
}

	
	
