
.topLine {
	border-top-style: dashed;
	border-top-width: 1px;
}


#tabInfo{
position: absolute;
left: -300px;
width: 150px;
height: 100px;
font-family: Arial, sans-serif;
font-size: 12px;
color: #000000;
border: 1px solid #BCE2F8;
padding: 20px;
background-color: #ffffff;
text-align: left;
/*background: url(http://daydreamproject.com/staging/reD/images/rogan.jpg) no-repeat bottom;*/
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#tabArrow{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}









