/* @group tooltip */
#tooltip 
{ 
	width: 300px;
	min-height: 50px;
	border: 1px solid #1a4569;
	background-color: #ffffff;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;	 
	
	-moz-box-shadow: 0 0 25px #909090; 
	-webkit-box-shadow: 0 0 25px #909090;  
	z-index: 199999;	  	
}

#tooltip .edge
{
	position: absolute;
	left: -15px;
	top: 15px;
	width: 15px;
	height: 29px;
	background: url(img/tooltip_edge_left.png) no-repeat left top;
}

#tooltipcontent
{
	margin: 10px 10px 10px 10px;
	line-height: 1.2em;	
}

#tooltipcontent h2, #tooltipcontent h3
{
	margin: 0 0 10px 0;	
}	
/* @end */

/* @group overlay */
#overlay, #modalGallery 
{  
    display: none;  
	z-index: 20000; 
	background-color: #ffffff;
	width: 714px;
	top: 100px !important;     
	min-height: 200px; 
	border: 1px solid #666; 
	-moz-box-shadow: 0 0 25px #303030; 
	-webkit-box-shadow: 0 0 25px #303030;  
	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;	   
} 
 
#overlay .close, #modalGallery .close 
{ 
	background: url(img/icon_close_overlay.png) no-repeat left top;
	position: absolute; 
	right: -12px; 
	top: -12px; 
	cursor: pointer; 
	height: 24px; 
	width: 24px;
	z-index: 35000;
}

#overlay .close-bottom, #modalGallery .close-bottom
{
	position: absolute; 
	right: -12px; 
	top: auto;
	bottom: -12px; 
	cursor: pointer; 
	height: 24px; 
	width: 24px;
	z-index: 35000;	
}

#overlay .overlay-content
{
	margin: 10px 10px 10px 10px;
}
/* @end */

/* @group tabs */

#wrapper .tabnavigation,
#overlay .tabnavigation
{
	float: left;
	display: inline;
	width: 692px;
	list-style-type: none;
	background-color: #27496b;
	position: relative;
	left: -8px;
	top: -21px;
	margin: 0;
	padding: 0;
}

#overlay .tabnavigation
{
	width: 710px;
	left: -8px;
	top: -8px;
}

#wrapper .tabnavigation li,
#overlay .tabnavigation li
{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	border-right: 1px solid #8498ab;
}

#wrapper .tabnavigation li a,
#overlay .tabnavigation li a
{
	float: left;
	display: inline;
	width: auto;
		
	color: #ffffff;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 13px 12px 13px 12px;	
		
}

#wrapper .tabnavigation li a:hover, #wrapper .tabnavigation li a:focus, #wrapper .tabnavigation li a:active,
#wrapper .tabnavigation li a.active, #wrapper .tabnavigation li a.active:link, #wrapper .tabnavigation li a.active:visited,
#overlay .tabnavigation li a:hover, #overlay .tabnavigation li a:focus, #overlay .tabnavigation li a:active,
#overlay .tabnavigation li a.active, #overlay .tabnavigation li a.active:link, #overlay .tabnavigation li a.active:visited
{
	color: #27496b;
	background-color: #ffffff;
}

#wrapper .tabcontent,
#overlay .tabcontent
{
	clear: both;
}

/* @end */

/* @group gallery */
#modalGallery 
{
 
}

#modalGallery h3
{
	color: #ffffff;
	line-height: 39px;
	height: 39px;
	margin: 2px;
	padding-left: 45px;
	background: #164267 url(img/icon_gallery_headline.png) no-repeat 1px 3px;
	-moz-border-radius-topleft: 2px;
}

#modalGallery .bigimage
{
	width: 714px;
	text-align: center;	
}

#modalGallery .bigimage img
{
	max-width: 710px;
}

#modalGallery .items img
{
	max-height: 60px;
}

#modalGallery .bigimage p
{
	text-align: left;
	margin: 15px 20px 15px 50px;
}

#modalGallery div.scrollable 
{ 
	float: left;
	display: inline;
    position: relative; 
    overflow: hidden; 
	width: 610px;
    height: 90px;
	margin: 3px 8px 0 8px;
}

#modalGallery .prevPage,
#modalGallery .nextPage
{
	display: inline;
	width: 44px;
	height: 66px;
	text-indent: -20000em;
}

#modalGallery .prevPage
{
	float: left;
	background: url(img/icon_gallery_left.png) no-repeat left top;
}

#modalGallery .nextPage
{
	float: right;
	clear: none;
	background: url(img/icon_gallery_right.png) no-repeat right top;	
}

#modalGallery .disabled
{
	background-position: bottom;
}

div.scrollable div.items 
{ 
    width: 20000em; 
    position: absolute;
} 

div.scrollable div.items div 
{ 
    float: left;
}

div.scrollable div.items a 
{ 
    margin-right: 10px;
}
 
div.items div.active 
{ 
    border: 1px solid #ccc; 
}

/* @end */
