@charset "utf-8";
/* CSS Document */

* {
            margin: 0;
            padding: 0;
        }
        
 
.bubbleInfo {
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 0px;
	height: 53px;
	margin-left: 5px;
	z-index: 90;
	width: 300px;
}
    .trigger {
            position: absolute;
        }

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

 /* Bubble pop-up */

        .popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

        .popup td#topleft {
	background-image: url(bubs_img/bubble-1.png);
}

        .popup td.top {
	background-image: url(bubs_img/bubble-2.png);
	text-align: center;
}
.popup   td.top img  {
	display: block;
	margin-top: -14px;
	margin-left: 20px;
}
        .popup td#topright {
	background-image: url(bubs_img/bubble-3.png)
}
        .popup td.left {
	background-image: url(bubs_img/bubble-4.png);
}
        .popup td.right {
	background-image: url(bubs_img/bubble-5.png);
}
        .popup td#bottomleft {
	background-image: url(bubs_img/bubble-6.png);
}
        .popup td.bottom {
	background-image: url(bubs_img/bubble-7.png);
	
}
               .popup td#bottomright {
	background-image: url(bubs_img/bubble-8.png);
}

        .popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: Arial, Tahoma, Verdana;
	width: 200px;
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
	text-align: left;
	width: 175px;
        	}
#twitfeed {
	width: 220px;
	overflow: hidden;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 1.2em;
	text-align: left;
}

        tr#release-notes th {
	text-align: left;
	text-indent: -9999px;
	height: 17px;
	background-image: url(bubs_img/starburst.gif);
	background-repeat: no-repeat;
	background-position: right top;
        	}

        tr#release-notes td a {
	color: #333;
	width: 240px;
        }#twitfeed a {
	font-family: Arial, Tahoma, Verdana;
	color: #B9992D;
	font-size: 9px;
	font-style: italic;
}
#twitfeed a:hover {
	font-family: Arial, Tahoma, Verdana;
	color: #024ECC;
	font-size: 10px;
	font-style: italic;
}
#twitfeed p {
	font-family: Arial, Tahoma, Verdana;
	color: #B9992D;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	padding-top: 6px;
}
#twitfeed H2 {
	font-family: Arial, Tahoma, Verdana;
	color: #A40000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
}
#twitfeed  H3 {
	font-family: Arial, Tahoma, Verdana;
	color: #4288FD;
	margin-bottom: 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
#twitfeed H4 {
	font-family: Arial, Tahoma, Verdana;
	color: #A40000;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
}
