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

/* get ria:active {
  outline:none;
}d of those system borders being generated for A tags */


:focus {
  -moz-outline-style:none;
}

#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* styling for elements inside overlay */
.boxdetails {
	position:absolute;
	top:15px;
	right:15px;
	font-size:12px;
	color:#00538f;
	width:270px;
	padding-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
}

.boxdetails h3 {
	color:#00538f;
	font-size:14px;
	font-weight: bolder;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.boxdetails ul li {
	color:#00538f;
	font-size:12px;
	font-weight: normal;
	margin-left: -15px;
}

#triggers table td {
text-align: center;
font-weight: bold;
width:152px;
}

/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#f9f9f9;
	width:300px;
	min-height:210px;
	height:200px;
	border:1px solid #00538f;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 50px 5px #555;
	-webkit-box-shadow: 0 0 50px #555;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
