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: none;
     color: #000000;
}
a:visited {
     text-decoration: none;
     color: #000000;
}
a:hover {
     text-decoration: underline;
     color: #333399;
}

.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 */