/* 	*/
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling  	*/
	background-color:#ffffff;
	border:1px solid #cccccc; 
	
	width:970px;	
	/* min-height:200px; */
	/* height:300px; */
	padding: 10px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/overlay/close1.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:34px;
	width:34px;
}

/* info button positioned on upper right corner */
.simple_overlay #info_button {
	display:block;
	background-image:url(../images/overlay/info.gif);
	z-index:11000;
	position:absolute;
	left: 9px;
	top: 9px;
	cursor:pointer;
	height:46px;
	width:46px;
}

#objectabout{
	z-index:12000;
	display:none;
	font-size:11px;
	width:900px;
 	height:42px;
	padding:0;
	margin-top:8px;
} /*border:1px solid #000000;*/

#objectaboutarr{
	position:absolute;
	background-image: url(../images/overlay/infoarr.gif);
 	height:42px;
	width:9px;
	left:-9px;
	top:0px;
}
#objectaboutcontent{
	position:absolute;
	left:0px;
	width:880px;
	margin:0;
	padding:0 10px 10px 10px;
	background-color:#f2f3f7;
	text-align:left;
}

.object_overlay_content{
	padding:0px;
	margin:0px;
}

/* Standalone.css*/
/* get rid of those system borders being generated for A tags */
/*
a:active {
  outline:none;
}

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




#mainpane {
	width:970px;	
	height:600px;
	overflow: hidden;
	padding:0;
	margin-bottom:10px;
	text-align:center;
 	background-color:#ffffff;
 }
/*
	mainpane pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#mainpane div {
	width:0px;
	float:left;	
	display:none;		
	padding: 0;
	height:600px;
}

/* content inside a pane should have fixed width */
#mainpane div p {	
	font-size:11px;
	width:970px;
	padding: 0;
	margin:0;
}


.tabs img {
	float:left;
	margin:0;
	cursor:pointer;
}

/* make A tags our floating scrollable items */
.tabs a {
	display:block;
	float:left;
	margin:20px 30px 20px 0 ;
	width:100px;
	height:75px;
	text-align:center;
	background-color:#fff;
	border:1px solid #ccc;
	cursor:pointer;
} 

/* currently active header */
.tabs a.current img {
	cursor:default;
}

#tooltip {
	z-index:11000;
	display:none;
	background:url(../images/overlay/ballon_trans_png24.png) no-repeat 0px 0px;
	font-size:11px;
	height:40px;
	width:160px;
	padding:25px;
	color:#fff;
}
/* 	background:url(../images/overlay/balloon.gif) no-repeat 8px 0px; */

