.col_id {
	vertical-align: top;
	border-top: solid 1px #2984bf;
}
.col_active {
	vertical-align: top;
	border-top: solid 1px #2984bf;
}
.col_name {
	white-space:nowrap;
	vertical-align: top;
	border-top: solid 1px #2984bf;
}
.col_name a, .col_name input {
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}
.col_name a:hover {
	color: #2984bf;
	text-decoration: underline;	
}
.col_password {
	white-space:nowrap;
	vertical-align: top;
	border-top: solid 1px #2984bf;
}
.col_access_account {
	white-space:nowrap;
	vertical-align: top;
	border-top: solid 1px #2984bf;
}
.col_access_valuesystem {
	white-space:nowrap;
	vertical-align: top;
	border-top: solid 1px #2984bf;
}
.col_access_calculation {
	white-space:nowrap;
	vertical-align: top;
	border-top: solid 1px #2984bf;
}
.col_access_alternative {
	white-space:nowrap;
	vertical-align: top;
	border-top: solid 1px #2984bf;
}
.col_actions {
	vertical-align: top;
	border-top: solid 1px #2984bf;
}
.col_variables {
	vertical-align: top;
	border-top: solid 1px #2984bf;
}
.col_formula {
	vertical-align: top;
	border-top: solid 1px #2984bf;
}
.col_description {
	vertical-align: top;
	border-top: solid 1px #2984bf;
}
.box {
	border: solid 1px #2984bf;
}
body {
	font-family: sans-serif;
	font-size: 12px;
	line-height:1.5;
	margin: 0px;
	padding: 0px;
	background-color: white;
	border-bottom: 0px solid black;
	padding-bottom: 50px;
}
h1 {
	color: #2984bf;
	margin: 0px;
	position:relative;
	z-index:1;
	font-weight: normal;
	font-size: 24px;
}
h2 {
	color: #222222;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
th {
	text-align: left;
}
td {
	text-align: left;
}
.navigation {
	position: fixed;
	z-index:99;
	top: 0px;
	left: 0px;
	width: 100%;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-left:120px;
	padding-top:17px;
	padding-bottom:7px;
	padding-right: 50px;
	background-color: black;
	color: silver;
	border-bottom: 1px solid white;
	min-height: 28px;
	
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: 40px 5px;
}
.navigation a {
	text-decoration: none;
	color: white;
	margin: 0 7px;
}
.navigation span {
	cursor: default;
	color: #7b7c7e;
	margin: 0 7px;
}
.navigation span.locked {
	background-image: url(lock.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 13px;
}
.contentshader {
	position: fixed;
	z-index:0;
	top: 33px;
	left: 0px;
	width: 100%;
	height: 40px;
	margin: 0px;
	background-repeat: repeat-x;
	color: silver;
	text-align: right;
}
.bodycontent {
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 150px;
	position:relative;
	z-index:1;
}
.linkbutton {
	white-space:nowrap;
	line-height: 30px;
	padding: 5px;
	margin-top: 5px;
	color: white;
	background-color: #2984bf;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
a, .look_like_link {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
.pageheader {
	position: fixed;
	top: 0px;
	padding-top: 64px;
	padding-left: 50px;
	background-color: #EEE;
	width: 100%;
	border-bottom: 1px solid #DDD;
	z-index: 98;	
}
.pageheader h1 {
	float: left;
	margin-right: 20px;	
	margin-bottom: 10px;
}
.pageheader h2 {
	font-size: 2em;	
}
.pageheader .linkbutton {
	padding: 7px;
}
.pageheader .box {
	border: none;	
}
.pageheader td, .pageheader th {
	padding: 0 5px;
	vertcal-align: middle;	
}
.backlight {
	background-color: #e9f2f8;
}
.manual {
	background-image: url(pin.png);
	background-repeat: no-repeat;
	background-position: 545px 20px;
	width: 500px;
	padding-top:20px;
	padding-right: 100px;
	padding-left: 30px;
	padding-bottom: 30px;
	background-color: #EEE;
	border: 1px solid silver;
	border-left: 10px solid #4e4e50;
	line-height: 180%;
	margin: 50px;
	-moz-box-shadow:    0px 6px 10px 0px #ccc;
	-webkit-box-shadow: 0px 6px 10px 0px #ccc;
	box-shadow:         0px 6px 10px 0px #ccc;
}
.manual h1,
.manual h2,
.manual h3 {
	display: block;
	margin: 0;
	padding: 0;
	color: #4e4e50;	
	line-height: normal;
	margin-bottom: 10px;
}
.manual h1 {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 15px;
}
.manual h2 {
	font-size: 200%;
	font-weight: normal;	
}
.manual h3 {
	font-size: 150%;
	font-weight: normal;	
}
.manual p {
	
	margin-top: 0px;
	margin-bottom: 15px;	
}