table,caption,tbody,tfoot,thead,tr,th,td
	{
	border: 0pt none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0pt;
	padding: 0pt;
}
/* Bubble pop-up */
.bubble {
    position: relative;
    top: 0px;
    left: 0px;
    width:100%;
    text-align:left;
    float:left;
}
.popup {
	color: #444;
	font-size: 13px;
	text-align: center;
    position: absolute;
    display: none;
    z-index: 495;
    border-collapse: collapse;
}

.popup a
{
	text-decoration: none;
	color: #7FA927;
	-webkit-transition: all 0.4s ease-in-out;
}

.popup a:hover
{
	color: #030303;	
}

.popup td.corner {
    height: 15px;
    width: 19px;
}

.popup td.topleft { background-image: url(../../images/bubble/skins/classic/bubble-1.png); }
.popup td.top { background-image: url(../../images/bubble/skins/classic/bubble-2.png); }
.popup td.topright { background-image: url(../../images/bubble/skins/classic/bubble-3.png); }
.popup td.leftBorder { background-image: url(../../images/bubble/skins/classic/bubble-4.png); }
.popup td.rightBorder { background-image: url(../../images/bubble/skins/classic/bubble-5.png); }
.popup td.bottomleft { background-image: url(../../images/bubble/skins/classic/bubble-6.png); }
.popup td.bottom { background-image: url(../../images/bubble/skins/classic/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td.bottomright { background-image: url(../../images/bubble/skins/classic/bubble-8.png); }

.popup table.popup-contents {
	text-align: center;
    font-size: 13px;
    line-height: 1.2em;
    background-color: #fff;
    color: #666;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    			-webkit-box-shadow: 10px 10px 5px #000;
}

table.popup-contents th {
    text-align: right;
    text-transform: lowercase;
}

table.popup-contents td {
   text-align: left;
}
.popup td.bubble_content {
   background:white;
   font-family: "Trebuchet MS",  sans-serif;
	text-align: center;
   font-size:12px;
   padding:10px;
}
