body {
/*	scrollbar-base-color: #333333;
	scrollbar-3dlight-color: #444444;
	scrollbar-arrow-color: #555555;
	scrollbar-darkshadow-color: #222222;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #333333;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #333333; */

	color: #333333;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

input {
	color: #333333;
	background-color: #CCCCCC;
	border-top: 1px solid #75736E;
	border-bottom: 1px solid #F2F0EE;
	border-left: 1px solid #75736E;
	border-right: 1px solid #F2F0EE;
}
input.default {
	color: #333333;
	background-color: #CCCCCC;
	border-top: 2px solid #707070;
	border-bottom: 2px solid #F2F0EE;
	border-left: 2px solid #707070;
	border-right: 2px solid #BBBBBB;
}
input.vsmall {
	width: 25px;
}

select {
	color: #333333;
	background-color: #CCCCCC;
	font-size: 12px;
}

textarea {
	color: #333333;
	background-color: #CCCCCC;
}

table {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}


tr.t {
	height: 24px;
}

table.t td {
	border:1px solid #BBBBBB;
	font-size: 12px;
}
.nt tr td {
	border:0px solid #BBBBBB;
	font-size: 12px;
}

table.t2 {
	background: #BBBBBB;
}
table.t2 td {
	background: #EEEEEE;
}

.td {
	background: #EEEEEE;
}

.teamtd {
	background: #EEEEEE;
	text-align: center;
}

.btop {
  border-top:1px solid #BBBBBB;
}
.bbot {
  border-bottom:1px solid #BBBBBB;
}
.blef {
  border-left:1px solid #BBBBBB;
}
.brig {
  border-right:1px solid #BBBBBB;
}

.blue {
	color: #3333BB;
}

.pos {
	color: #339933;
}
.neg {
	color: #CC3333;
}

.show {
	visibility: visible;
	display: block;
}
.hidden {
	visibility: hidden;
	display: none;
}

.vis {
	visibility: visible;
}
.invis {
	visibility: hidden;
}

a {
	text-decoration: none;
	color: #000000;
}

a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333399;
}

.author, a:link.author {
	text-decoration: none;
}

.hr {
	width: 100%;
	margin-bottom: 10px;
	padding-top: 1px;
	font-weight: bold;
	background: url('gfx/hr.jpg') no-repeat;
}

.labcalcdiv {
	position: absolute;

	background: url('gfx/transparent.png'); /* sorry ie user */
	height: 100%;
	left: 0px;
	margin: 0px;
	text-align: center;
	top: 0px;
	width: 100%;
}
.labcalcdiv .close {
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
}
.labcalcdiv iframe {
	border: 0px;
}


/* nav */

a.nav {
	height: 100%;
	width: 100%;
	display: block;
	background-color: #EEEEEE;
	text-decoration: none;

	line-height: 22px;
}
a.nav:link {
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
	color: #333399;
}


td.nav {
	background-color: #EEEEEE;
	height: 22px;
	text-align: center;
	font-weight: bold;
}

td.nav_main {
	background: #EEEEEE url('gfx/nav_main.jpg');
	font-size:10px;
}

/* end nav */


#privacy-notice {
	background: #3333BB;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	bottom: 30px;
	color: white;
	line-height: 30px;
	position: fixed;
	text-align: center;
	width: 100%;
}

.privacy-main h1, .privacy-main h2, .privacy-main h3, .privacy-main h4 {
	display: inline;
}
.privacy-main h2 {
	margin-bottom: 0;
}
.privacy-main h3, .privacy-main h4 {
	font-size: 12px;
	font-weight: normal;
}
.privacy-main ol {
	font-size: 12px;
	margin: 20px 0;
	list-style-position: outside;
}
.privacy-main .ol-large h1 {
	font-size: 24px;
}
.privacy-main .ol-large {
	font-size: 24px;
	list-style-position: inside;
	list-style-type: upper-roman;
	padding: 0;
}
.privacy-main .ol-medium  h2 {
	font-size: 16px
}
.privacy-main .ol-medium {
	font-size: 16px;
	list-style-position: inside;
	padding: 0;
}
.privacy-main .ol-brackets {
	counter-reset: ol-brackets;
	display: table;
}
.privacy-main .ol-brackets li {
	display: table-row;
}
.privacy-main .ol-brackets li:before {
	content: "(" counter(ol-brackets) ") ";
	counter-increment: ol-brackets;
	display: table-cell;
	padding-right: 5px;
}
.privacy-main p {
	font-size: 12px;
	white-space: pre-line;
}
.privacy-main .ol-alpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
	padding: 0;
}