﻿
        .bubbleInfo { position: relative;}
	  
		.comichover2 {
		 background-image: url(../../images/insidehlp_19.gif);background-color: #ffffff;background-repeat: repeat-x;background-position: left bottom;border: 1px solid #cccccc;-webkit-border-radius: 7px; -moz-border-radius: 7px; 
		}
		
        .trigger {
		position: relative;
		z-index: 60;
        }
		   
        /* Bubble pop-up */
        .popup {
	position: absolute;display: none;
	z-index: 350;
	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

        .popup td#topleft { background-image: url(../../images/bubble-1.png); behavior: url(iepngfix.htc);}
        .popup td.top { background-image: url(../../images/bubble-2.png); behavior: url(iepngfix.htc);}
        .popup td#topright { background-image: url(../../images/bubble-3.png); behavior: url(iepngfix.htc);}
        .popup td.left { background-image: url(../../images/bubble-4.png); behavior: url(iepngfix.htc);background-position: left bottom;}
        .popup td.right { background-image: url(../../images/bubble-5.png); behavior: url(iepngfix.htc);background-position: left bottom;}
        .popup td#bottomleft { background-image: url(../../images/bubble-6.png); behavior: url(iepngfix.htc);}
        .popup td.bottom { background-image: url(../../images/bubble-7.png); behavior: url(iepngfix.htc);}
        .popup td.left img { display: block; margin: 0 auto; behavior: url(iepngfix.htc);}
        .popup td#bottomright { background-image: url(../../images/bubble-8.png); behavior: url(iepngfix.htc);}

        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-image: url(../../images/insidehlp_19.gif);
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: left bottom;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
        	text-align: left;
        	}