/* tooltip styling */ 
#screenshot{
	position:absolute;
	border:1px solid black;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

#mod_bubble em {
	background: url(images/hover.png) no-repeat;
	width: 350px;
	position: absolute;
	top: 200px;
	left: 150px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

#mod_bubble img {
	border: none;
}

#mod_bubble a {
	border: none;
}

#mod_bubble a:hover {
    border: none;
}
 
#mod_bubble table{
	margin-top: -20px;
   	font-size: 12px;
   	line-height: 1.2em;
   	color: white;
   	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	background-color: #353730;
	border: 1px solid grey;
}

#mod_bubble table th {
   	text-align: right;
   	text-transform: lowercase;
	background-image:none;
}

#mod_bubble table td {
   	text-align: left;
}


#mod_bubble tr.even,
#mod_bubble tr.odd{
	background-color: transparent;
}