html {
	overflow-y: scroll;
	background:white;
}

.header {
	color:#087CC1;
	position:absolute;
	top:27px;
	left:305px;
	padding:0 0 0 0;
}

.footer {
	position:relative;
	width:980px;
	left:-10px;
	margin:10px;
	height:110px;
}

.footer a {
	color:#727272;
	text-decoration: none;
	font-weight: bold;
	font-size:.95em;
	padding-top:10px;
}

.pageheader{font-size:3em;color:#0067c6;}
.pagesubheader{font-size:2em; color:#0A2360;}
a {font-size:10pt; color:#087CC1;text-decoration:none;font-weight:bold;}

.icon {
	color:#727272;
	text-decoration: none;
	font-weight: bold;
	font-size:.95em;
}

.padding_bottom_10 {
	padding-bottom:10px;
}

.fixed {
	position: fixed;
	top:0px;
	margin:0px;
	width:960px;
	background-color:white;
	z-index:90;
	}
	
.scroll {
	margin-top:125px;
	}

	.center {
		text-align:center;
	}
	
	.lt_grey {
		background-color:#E4E4E4;
	}
	
	.dk_blue {
		color: #0067C6;/* #0A2360;*/
	}
	
.border {
	border: 3px solid #00AEEF;
	padding: 10px;
	width: 528px;
	height: 400px; /* 302 */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.border2 {
	border: 3px solid #00AEEF;
	border-top: 30px solid #00AEEF;
	padding: 10px;
	padding-top:10px;
	margin-bottom: 5px;
	width: 500px;
	height: 260px; /* 158 */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.scr_input {
	border: 3px solid #00AEEF;
	height: 30px;
	width: 30px;
	font-weight:bold;
	text-align:center;
}

/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}

