/* elements tables styles */

body {
	font: 70% Verdana, Arial, Tahoma , Helvetica, Sans-serif;
	color:#333;
	background-color:#fff;
	margin:0; padding: 6em 0 0 0;
}
table {
	border-collapse:collapse;
	font-size:1em;
}
#elements {
	border:solid 1px #ccc;
	margin: 0 2em 2em;
}
#elements td {
	border:solid 1px #ccc;
	height:18px;
	text-align:center;
	padding: .5em .5em;
}
#elements th {
	text-align:left;
	padding: .5em .5em;
	border:solid 1px #ccc;
}
#elements thead th {
	background-color:#eee;
	font-weight:bold;
	text-align:center;
}
#elements .bgColor {
	background-color:#eee;
}
#elements .bgColor2 {
	background-color:#fff;
}
/* ending of elements tables styles */

div.fixed1 {
	position:absolute;
	top:0; left:0;
	width:100%; height:6em;
	background-color:#fff;
}
div.fixed1 h1 {
	font-size:1.2em;
	text-align:center;
	margin: 1em 20em 1em 20em; padding:0;
}
#leftCorner {
	background: url('/i/excel.gif') no-repeat 0 3px;
	position:absolute;
	top:1em; left:2em;
	width:23em; height:4em;
}
#leftCorner p {
	margin: 0 0 0 40px;
}
#leftCorner a {
	color:#666;
}
@media screen {
	body>div.fixed1 {
	position:fixed;
	}
}