#container {
   position: absolute;
   top: 372px; left: 0px;
   height: 81px;
}

#translucentbkg {
   background-color: white;       /* the background              */
   filter:alpha(opacity=0);
   height: 81px;
   -moz-opacity:0;
   opacity: 0;
}

#opaquetext {
   position: absolute;              /* absolute positioning        */
   height: 81px;
   z-index: 2;                      /* place it over the other DIV */
}

a.mainMenu {
	hover: rgb(100,100,100);
	background-color: #cfcfff;
}

body {
	background-color: #cfcfff;
	margin: 0px;
}

td.currentMenuItem {
	vertical-align: top;
	color:  #ffffff;
	font-family: Verdana, Arial;
	font-size:small;
}

div#dragBar {
	position:absolute; left:1px; top:1px;
	width:9px; height:20px;
	/* background-color:#ced6d6; */
	/* background-color: rgb(173,153,84); */
	background-color: #23282f;
	z-index:1;
}  

a.bottomTextRight {
	font-size: x-small;
	font-family: Verdana, Arial;
	color: #23282f;
}

a:hover {
	color: rgb(100,100,100);
}

a {
	hover: rgb(100,100,100);
	text-decoration:none;
}

.mainText {
	font-size: 80%;
	color: black;
	font-family: Verdana, Arial;
}

.mainTitle {
	font-size: 80%;
	color: black;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.menuItem {
	font-size: 80%;
	color: green;
	font-family: Verdana, Arial;
	font-weight: bold;
}

td.otherMenuItem {
	vertical-align: top;
	font-size:small;
	font-family: Verdana, Arial;
}

.bottomTextLeft {
	font-size: x-small;
	font-family: Verdana, Arial;
	position: relative;
	left: 3px;
	bottom: 16px;
}

div#hold {
	position:relative; overflow:hidden;
	width:605px; height:271px;
	z-index:100; 
}

div#wn {
	position:absolute; 
	left:0px; top:0px; 
	width:605px; height:271px; 
	clip:rect(0px, 605px, 271px, 0px); 
	overflow:hidden;
	z-index:1;
}

div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
	position:relative; left:0; top:0;
	width:11px; height:289px; 
	font-size:1px; z-index:1;
}

div#track { 
	position:absolute; left:0; top:12px;
	width:11px; height:265px;
	z-index:1;
}

div#up { position:absolute; left:0; top:0; z-index:2 }  

div#down { position:absolute; left:0; bottom:0; z-index:3 }  

#tablecontent
{
	margin-top: -227px;
	margin-left: -350px;
	position: absolute;
	top: 50%;
	left: 50%;
}

