	/* TABLES */
	
	#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	color: #333333;
}


	.tbl {
	border: 1px solid #000;
	border-collapse: collapse;
	font-family: arial, sans-serif;
	font-size: 10pt;
	width: auto;
    }
    .tbl td, .tbl th {
	text-align: left;
	border: 1px solid #000;
	padding: 0px 5px;
	color: #000000;
    }
    .tbl th {
       background-color: #99CCFF;
    }
    .tbl .on {
       background-color: #ddd;
    }
    .tbl .off {
       background-color: #fff;
    }
    .tbl .hover {
       background-color: #FF99FF;
    }
    .tbl .click {
       background-color: #E3007B;
       font-weight: normal;
    }
	.tbl a:link {
	text-decoration:none;
	color: #6600CC;
}
	.tbl a:hover {
	text-decoration:underline;
	color: #6600CC;
}
	.tbl a:visited {
	text-decoration:none;
	color: #6600CC;
}

.tbl td  a {
	position:relative;
}
.tbl td  a b {visibility:hidden; position:absolute; width:100px; height:141px; left:12px; top:-152px;  z-index:1000;}
.tbl td  a:hover {
	background:#cfc;
	z-index:1000;
}
.tbl td  a:hover b {visibility:visible;}
.tbl td  a i {visibility:hidden; position:absolute; width:140px; height:198px; left:12px; top:32px;  z-index:1000;}
.tbl td  a:hover i {visibility:visible;}
.tbl td  a p {visibility:hidden; position:absolute; width:280px; height:198px; left:12px; top:32px;  z-index:1000;}
.tbl td  a:hover p {visibility:visible;}
.tbl td  a pre {visibility:hidden; position:absolute; width:140px; height:210px; left:12px; top:32px;  z-index:1000;}
.tbl td  a:hover pre {visibility:visible;}

b.agree {background:url(../images/stylesheet/agree.gif);}


/* Directdrive */

.gallerycontainer{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CFC;
padding: 5px;
left: -1000px;
border: 2px #336699;
visibility: hidden;
color: black;
text-decoration: none;
white-space: nowrap;
font-family:verdana,arial,helvetica,sans-serif;color:#000;font-size:10px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
z-index:50;
}
