

/*================================================================
BASE stylesheet (probably best to leave as is)

- Resets browser defaults
- Provides some basic extra classes
    - .clear
    - .clearfix
    - .hide
    - .block
- Corrects centering problem in IE 5
  
================================================================*/


/* RESET BROWSER DEFAULTS
----------------------------------------------------------------*/
html,body,form,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 
  margin: 0; 
  padding: 0;
}

h1,h2,h3,h4,h5,h6,legend,pre,code { 
  font-size: 1em; 
}

a img,:link img,:visited img { 
  border: none;
}

li { zoom: 1;} 

address { 
  font-style: normal;
}


/* EXTRA CLASSES EVERY CSS HACKER NEEDS
----------------------------------------------------------------*/
.clear { 
  clear: both; 
}

.clearfix:after {
  /* What's this? --> http://www.positioniseverything.net/easyclearing.html */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

.hide {
  display: none; 
}

.block {
  display: block;
}


/* IE 5 Fix
----------------------------------------------------------------*/
body { 
  text-align: center; /* Hack for stoopid IE 5 */
}

div#wrapper {
  text-align: left; /* Undo stoopid IE 5 hack */
}

/*================================================================



	BLIS WEB AGENCY "TEMPLATE" STYLESHEET



	The purpose of stylesheet is position the "container"

	to the height and width you want it on the screen



	FORMAT: LONG CENTRE



	RULES:

	1. No TEXT FORMATING

	2. NO ENHANCEMENT (WIDGET) STYLES (THIS INCLUDES FORMS)

	3. AVOID HACKS

	4. NO IMAGES



================================================================*/





/* EVERYTHING

----------------------------------------------------------------*/



	* {
	margin: 0;
	padding: 0;
}
/* BODY

----------------------------------------------------------------*/



	body {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
/* WEBPAGE

----------------------------------------------------------------*/

	.webpage {
	margin: 0px auto;
	width: 960px;
}
/* NAVIGATION

----------------------------------------------------------------*/

.navigation {
	margin-left: -480px;
	width: 960px;
	height: 1px;
	top: 45px;
	text-align: left;
	z-index: 100;
	position:absolute;
	left:50%;
}
/* FOOTER

----------------------------------------------------------------*/



    .footer {
	margin-left: -481px;
	padding: 0;
	width: 960px;
	position:absolute;
	left:50%;
	background-image: url(../../images/home_foot.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}


/*================================================================

	

	BLIS WEB AGENCY "CORE" SCREEN STYLESHEET

	

	The purpose of stylesheet is to format the appearance of the

	site within the site container.

	

	RULES:

	1. NO ENHANCEMENT (WIDGET) STYLES (THIS INCLUDES FORMS)

	2. AVOID HACKS

	3. ALL PATHS TO BE ABSOLUTE (/images/...)



================================================================*/





/* GENERAL TYPOGRAPHY (Standard HTML tags)

----------------------------------------------------------------*/

        html {
	height: 100%;
	margin-bottom: 1px;
}
html, body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	background: #EBEBEB url(../../images/bkgr_2.png) repeat-x;
	font-size: 1em;
}
body#id_index {
	background: #efefef url(../../images/bkgr.png) repeat-x;
}
h1 {
	font-family: "Lucida grande", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 120%;
	line-height: normal;
	color: #506473;
	background-color:#EBF4F9;
	padding:5px;
	margin-bottom:10px;
}
#id_index h1 {
	border-bottom: dotted 1px #cccccc;
}
h2 {
	font-family: "Lucida grande", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 110%;
	line-height: normal;
	color: #506473;
	margin: 0pt 0pt 5pt;
	padding-bottom: 5px;
}
h2.resources {
	margin-top:20px;
	border-bottom:dotted 1px #ccc;
}
h3 {
	font-family: "Lucida grande", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	line-height: normal;
	color: #506473;
	margin: 0pt 0pt 5pt;
	padding-bottom: 5px;
}
h5 {
	font-size:70%;
	color:#999999;
	border-bottom:dotted 1px #efefef;
	margin-bottom: 15px;
	font-weight:normal;
	padding-bottom:3px;
}
p {
	margin-bottom: 12px;
	font-size: 75%;
	line-height: 1.6em;
}
a {
	outline:none;
}
a:link, a:visited {
	color: #5ABA47;
	text-decoration: none;
}
a:hover {
	color: #A71A1A;
	text-decoration: underline;
}
li {
	font-size: 75%;
	list-style-type: none;
	padding-bottom: 3px;
	padding-left: 15px;
	background: url(/images/bullet2.png) no-repeat 2px 4px;
	line-height: 1.6em;
}
#id_index li {
	margin-bottom:0px;
	line-height:1.6em;
	background-image:none;
	list-style-type:disc;
	margin-left:20px;
}
ul {
	margin-bottom: 12px;
}
#id_index ul {
	margin-bottom:10px;
}
/* TABLES

----------------------------------------------------------------*/

	table {
	clear: both;
	border-collapse: collapse;
	text-align: left;
}
td {
	padding:2px;
	padding-bottom:5px;
	font-size:75%;
}
tr {
	border-bottom:dotted 1px #cccccc;
}
#id_comp_winners td, #id_contact td, #id_sa_board td, #id_university_contacts td {
	font-size:75%;
	padding:5px;
	border-bottom:solid 1px #cccccc;
}
#id_gi_business td {
	padding:5px;
	border-bottom:solid 1px #cccccc;
	font-size:100%;
}
#id_gi_universities td {
	border-bottom:solid 1px #cccccc;
}
/* HEADER CONTENT

----------------------------------------------------------------*/

#webpage {
	background: url(../../images/header.png) no-repeat center top;
	padding-top:100px;
}
#content_frame {
	text-align: left;
	width: 960px;
	display: block;
	background-image: url(../../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom:0;
	padding-top:60px;
}
#id_index #content_frame {
	background-image: url(../../images/home_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:170px;
}
#textContent {
	text-align: left;
	width: 960px;
	display: block;
	background-color:#FFFFFF;
	padding-bottom: 10px;
}
#content {
	width:700px;
	float:right;
	padding:10px;
	display:block;
	padding-left:0;
}
.topPageGraphic {
	display:none;
}
#crumbs {
	border-bottom:solid 1px #efefef;
	font-size:70%;
	margin-bottom:0px;
	width:700px;
	padding-top:5px;
	margin-bottom:10px;
	padding-bottom:10px;
}
/* SIDEBAR CONTENT

----------------------------------------------------------------*/

#sidenav {
	width:220px;
	float:left;
	display:block;
	border-right: 1px solid #efefef;
	padding-left:10px;
	padding-right:10px;
	margin:0;
	margin-top:-100px;
	padding-top:20px;
}
#id_sys #sidenav {
	margin-top:-55px;
	padding-top:45px;
}
#resize {
	font-size:10px;
	float:left;
	padding:5px;
	width:210px;
	display:block;
	margin-top:2px;
	margin:0px;
	text-transform:uppercase;
	margin-bottom:10px;
}
#resize a {
	text-decoration:none;
	color:#ffffff;
}
.goback {
	font-size:75%;
	border-top: dotted 1px #cccccc;
	margin-top:30px;
	padding-top:15px;
}
/* FOOTER CONTENT

----------------------------------------------------------------*/

#footer {
	font-size: 70%;
	text-align:left;
	float:left;
	margin-left:15px;
	padding-top:10px;
	padding-bottom:25px;
}
#footer a {
	color:#666666;
}
#footer_notes {
	float:right;
	margin-right:15px;
	padding-top:10px;
}
#footer_notes img {
	margin-left: 3px;
	margin-top:2px;
}
/* PAGE TOOLS

----------------------------------------------------------------*/

    

    .hide, .printonly {
	display: none;
}
.noscript {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.noscript span {
	border: 1px solid #A71A1A;
	font-size: 10px;
	color: #A71A1A;
	margin: 0 auto;
	padding: 4px;
	position: relative;
	width: 700px;
	background: white;
	display: block;
	font-family: verdana, sans-serif;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
}
/* HOME PAGE

----------------------------------------------------------------*/



.index_1 {
	width:299px;
	float:left;
	padding:10px;
	padding-bottom:0;
}
.index_2 {
	width:299px;
	float:left;
	border-right: solid 1px #efefef;
	border-left: solid 1px #efefef;
	padding:10px;
	padding-bottom:0;
}
.index_3 {
	width:300px;
	float:left;
	padding:10px;
	padding-bottom:0;
}
.index_3 td, .index_3 li {
	margin:0;
	padding:2px;
}
.index_3 li {
	padding-left:11px;
	line-height:normal;
}
.bk_download {
	width:150px;
	padding:10px;
	display:block;
	float:left;
	border:solid 1px #efefef;
	margin-right:80px;
}
/* COLUMN LAYOUT

----------------------------------------------------------------*/



#col1 {
	width: 340px;
	padding:0px;
	float:left;
	margin-left:0;
}
#col2 {
	width: 340px;
	padding:0px 0px 0px 10px;
	float:right;
	border-left:dotted 1px #cccccc;
}
blockquote {
	margin-left: 25px;
}
#id_index .download {
	padding-top:5px;
	height:40px;
}
.hl_box {
	background-color: #D7EAF3;
	padding:5px;
	margin-bottom:10px;
}
.hl_box h4 {
	font-size:75%;
	background: url(../../images/go.png) no-repeat 5px;
	height: 20px;
	padding-left: 23px;
	padding-top:5px;
	background-color:#FFFFFF;
	margin-bottom:5px;
}
.hl_box p {
	line-height:1.3em;
}
.quicklinks {
	border:solid 1px #efefef;
	padding:10px;
	margin-bottom:10px;
}
#pageinfo {
	color:#FFFFFF;
	text-align:right;
	font-size:22px;
	margin-bottom:20px;
}
.events_table td {
	padding-bottom:4px;
	border-bottom:dotted 1px #cccccc;
	font-size:75%;
	padding-top:4px;
}
.events_table {
	margin-bottom:15px;
}
.subnav {
	margin-top:10px;
}
.bullet, .download {
	font-size:75%;
	margin-bottom:10px;
	line-height: 1.6em;
	padding-bottom:3px;
}
.bullet {
	margin-bottom:5px;
}
#id_resources .download {
	margin-bottom:5px;
	line-height:1.3em;
}
#id_comp_winners_detail h4 {
	margin-top:20px;
}
.greeting {
	width:605px;
	padding:5px;
	background-image:url(../../images/sife.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	padding-left:325px;
	color:#fff;
	padding-top:20px;
	padding-right:20px;
}
#id_regional_seminars #pageinfo {font-size:100%;}
#id_regional_seminars #resize {padding-top:10px;}

.sidenav h1 {font-size:90%;}

h1.button {background-color:#506473;}
h1.button a {color:#ED912F;}
h1.button a:hover {text-decoration:none; color:#fff;}

/*================================================================

	BLIS WEB AGENCY "WIDGET" STYLESHEET
	
	The purpose of stylesheet is provide layout and formatting
	for all enhancements and widgets.
	
	RULES:
	1. WIDGET AND ENHANCEMENT FORMAT ONLY
	2. AVOID HACKS
	3. ALL PATHS TO BE ABSOLUTE (/images/...)
	
	CONTENTS:
	- AUTO FORM
	- BREAD CRUMBS
	- FONT SIZE CHANGER
	- GALLERY
	- IMGTXT
	- NAVIGATION
	- NEWS
	- SEARCH
	- SHOP
	- SITEMAP
	- SUBSCRIPTION TOOL

================================================================*/

/* AUTO FORM
----------------------------------------------------------------*/

/* BREAD CRUMBS
----------------------------------------------------------------*/
    
/* CUSTOM SCROLL
----------------------------------------------------------------*/


/* DRAG
----------------------------------------------------------------*/
.drag {
	position: absolute;
	width: 150px;
	height: 150px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	padding: 5px;
	z-index: 999;
	}

.handle {
	position: relative;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	padding: 2px;
	cursor: move;
	}
.resize {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 10px;
	width: 10px;
	background-color: #CCCCCC;
	cursor: se-resize;
	}

/* FONT SIZE CHANGER
----------------------------------------------------------------*/

/* FOOTER TEXT
----------------------------------------------------------------*/

/* GALLERY
----------------------------------------------------------------*/
    
    .gallery .thumbs
    {
        /* THUMBNAILS */
        border: 1px solid #000;
        padding-left: 0;
        margin: 2px;
        display: block;
		overflow: hidden;
		float: left;
    }
    
    .gallery #lg
    {
        /* LARGE IMAGE */
        border: 1px solid #000;
        float: right;
    }
    
    .gallery #lgtxt
    {
        /* IMAGE COMMENT */
        font-size: 10px;
        font-family: verdana, sans-serif;
        width: 260px;
        display: block;
        float: right;
        padding: 4px;
        height: 20px;
        overflow: hidden;
    }
    
    .gallery #lgtb
    {
        /* IMAGE TOOLBAR (view large version) */
        font-size: 10px;
        text-transform: uppercase;
        font-family: verdana, sans-serif;
        display: block;
        width: 200px;
        margin-top: 8px;
        float: right;
        
        /* FORMAT FOR ICON */
        text-indent: 20px;
        background: url(/images/stock/new_window_3.gif) 0 0 no-repeat;
        height: 14px;
        padding-top: 2px;
    }
    
    .gallery .description 
    {
		font: bold 8pt tahoma, arial;
		text-align:center;
		color:Black;
		text-decoration:none;
	}
    
    .gallery .credits
    {
        display: none;
    }
    
    .gallery .lrgtext
	{
		float: left;
		padding-right: 9px;
	}
	
	/* EXIF INFORMATION */
	.gallery .table_exif{
		font: 8pt tahoma, arial;
		color:#757575;
		text-decoration:none;
		border: 1px solid #B5B5B5;
	   text-align:left;
	}
	
	.gallery .thumbcontainer
	{
		display: block;
		float: left;
	}
	
	.gallery .imgnav
	{
		clear: both;
		text-align: left;
		padding-top: 0;
		margin-top: -16px;
		display: block;
	}
	
	.gallery .imgnav p
	{
		text-align: left;
		width: 400px;
	}

/* GOOGLEMAP
----------------------------------------------------------------*/
    .printgooglemap
    {
      font-family:verdana;
      font-size:11px;
      display:block;
      width:100px;
      height:14px;
      padding-top:3px;
      padding-bottom:3px;
      border:1px solid black;
      background:white;
      position:absolute;
      bottom:10px;
      right:10px;
      text-align:center;
    }

/* IMGTXT
----------------------------------------------------------------*/

    .imgtxt
    {
		text-indent: -9999px;
		display: block;
		background-repeat: no-repeat;        
    }


/* MOOBOX
----------------------------------------------------------------*/
	#imgGallery{
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}

	#overlay
	{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 100%;
		background-color: #000;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	
	#imageContainer{
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
		padding:10px;
	}

/* NAVIGATION
----------------------------------------------------------------*/
    
    .navigation
    {
        /* BLANK */
    }
    
    .navigation dl
    {
        width: 700px;
        margin: 0 auto;
        display: block;
		float:right;
		font-size:75%;
		text-transform:uppercase;
    }
    
    .navigation dd
    {
        float: left;
        margin: 0;
        padding: 0;
        padding-right: 25px;
    }
    
    .navigation a,
    .navigation a:link,
    .navigation a:hover,
    .navigation a:visited
    {
        cursor: pointer;
		color:#FFFFFF;
    }
    
    .navigation .selected
    {
        text-decoration: underline;
    }
    
    .navigation em
    {
        display: none;
    }
	
	
	    .subnav dd
    {
	margin: 0;
	padding: 4px;
	background-color:#506473;
	border-bottom: 1px solid #999999;
}



	.subnav dd a
	{	color:#FFFFFF;
		text-transform:uppercase;
		font-size:11px;
}
    .subnav a,
    .subnav a:link,
    .subnav a:hover,
    .subnav a:visited
    {
        cursor: pointer;
		color:#FFFFFF;
    }
/* MENU (DYNAMIC)
----------------------------------------------------------------*/
#dropdownMenu, #dropdownMenu dl {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: center;
	border: 0;
	display: block;
	z-index:1;	
}

#dropdownMenu a {
	display: block;
	height: 25px;
	line-height: 25px;
	border: 0;
	font-size:11px;
}

	
#dd_index
{
width:45px;
}
#dd_sife_aust
{
width:90px;
}
#dd_involved
{
width:90px;

}
#dd_competition
{
width:90px;
}
#dd_news
{
width:80px;

}
#dd_resources
{
width:70px;
}
#dd_contact{
	padding-right:0;}
	
#dd_event_details a, #dd_story a
 {	display:none;}   	

#dropdownMenu a:hover {
	border: 0;
	text-decoration:underline;
}

#dropdownMenu dd {
	float:left; /*float: none;*/
	border: 0;
	display:block;
	text-align:left;
	z-index:1;
	overflow:hidden;
}




#dropdownMenu dd dl {
	width: 180px;
	margin-top: 0px;
	margin-left: 104px; 
	float:left;
	position:absolute;
	display:block;
	z-index:2;
	background-color: #506473;
	margin-left:-10px;
	padding-left:10px;

}

#dropdownMenu dd dl dd {
	width: 180px;
	border: 0;
	z-index:2;

}

#dropdownMenu dd dl dl {
	position: absolute;
	margin-top: -25px;
	margin-left: 100px;
	background: #eee;
	width: 150px;
	z-index:2;
}  


/* NEWS
----------------------------------------------------------------*/
.newsarticle h3
{	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:75%;
	font-weight:bold;
	}

.newsarticle p
{	margin-bottom:0;}	
.readmore
{	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:10px;}
	
.newsheadline h4
{	font-size:12px; font-weight:normal; border-bottom:dotted 1px #cccccc; padding-bottom:5px; padding-top:5px;}	
.newsheadline h4 a { color: #333333; }
.newsheadline h4 a:hover {color: #5ABA47;}
#articlebody
{	margin-top:30px;
}
/* POSITION ITEM
---------------------------------------------------------------*/

    .positioneddiv
    {
        margin: 0;
        padding: 0;
        height: 1px;
        position: absolute;
        display: block;
        visibility: hidden;
		left:0;
		width:100%;        
    }
    
    .positioneddiv .posblock1
    {
        margin: 0 auto;
        padding: 0;
        width: 960px;
        height: 1px;
        display: block;
        visibility: hidden;
    }
    
    .positioneddiv .posblock1 .posblock2
    {
        display: block;
        visibility: visible; 
    }

/* PRINT PAGE
----------------------------------------------------------------*/

/* SEARCH
----------------------------------------------------------------*/

#search
{
	height:23px;
	display:block;
	padding:2px;
	padding-left:10px;
	padding-top:4px;
	background-repeat:no-repeat;
	background-position:240px;
	background-color: #506473;
	background-image: url(/images/hfb_hfw.png);
border: solid 5px #ffffff;}
#search .button
{float:left; border:solid 1px #cccccc; background-color:#CCCCCC; height:19px; padding:1px; margin-left:5px; padding-bottom:2px; text-transform:uppercase; font-size:11px;}
#search #query
{float:left; width:155px;}
#id_search_results #results
{	font-size:75%;}

#result_report, #other_pages
{	margin-bottom:20px; font-size:75%; font-weight:bold;}

#other_pages
{	border-top: solid 1px #efefef; padding-top:10px;}

#powered_by {display:none;}
/* SHOP - SEE SHOP.CSS
----------------------------------------------------------------*/


/* SLIDESHOW
----------------------------------------------------------------*/
.mySlideshow
{
width: 210px !important;
height: 100px !important;
}
.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/images/stock/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 60%;
	margin: 0;
	margin: 4px 5px;
	font-weight: bold;
	color: inherit;
	font-family:verdana,sans-serif;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
	font-family:verdana,sans-serif;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('/images/stock/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .carousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('/images/stock/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('/images/stock/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('/images/stock/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('/images/stock/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('/images/stock/jdopen.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('/images/stock/jdopen.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	


/* SLIMBOX
----------------------------------------------------------------*/

#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 1000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background-color: #fff;
	z-index: 1001;
}

.lbLoading {
	background: #fff url(/images/stock/loading.gif) no-repeat center;
	z-index: 1001;
}

#lbCanvas {
	border: 9px solid #fff;
	z-index: 1001;
}

#lbCanvas iframe, #lbCanvas img {
	border:1px solid #999;
	margin:0; padding:0;
	z-index: 1001;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:url(/images/stock/spacer.gif);
	z-index: 1001;
}


#lbPrevLink {
	left: 0;
	z-index: 1001;
}

#lbPrevLink:hover {
	background: transparent url(/images/stock/prevlabel.gif) no-repeat;
	z-index: 1001;
}

#lbNextLink {
	right: 0;
	z-index: 1001;
}

#lbNextLink:hover {
	background: transparent url(/images/stock/nextlabel.gif) no-repeat;
	z-index: 1001;
}

#lbBottom {
	font-size:11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	margin:0 0 0 10px; padding:0;
	z-index: 1001;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/stock/closelabel.gif) no-repeat center;
	margin:0; padding:0;
	z-index: 1001;
}

#lbCaption, #lbNumber {
	z-index: 1001;
}

#lbCaption {
	font-weight: bold;
	z-index: 1001;
}

/* STRETCH TOOL
----------------------------------------------------------------*/
    
    .stretch {
        cursor: pointer;
		
    }
    
    .stretch img {
        margin-right: 4px;
    }
	
	#id_resources .stretcher { margin-bottom:15px;}
	#id_resources .stretch {margin-bottom: 12px;
	font-size: 75%;
	line-height: 1.6em;}

/* TOOLTIPS
----------------------------------------------------------------*/
.tool-tip{

    width: 200px;

    color: #000;

    text-align: center;

    z-index: 999;
    }

.tool-title{

    color: #000;

    font-family: tahoma, verdana, sans-serif;

    text-transform: uppercase;

    font-size: 11px;

    font-weight: normal;

    text-shadow: 2px 2px 1px #222;

    margin: 0;

    padding: 13px 10px 5px;

    background: url(/images/stock/balloon.png) top left no-repeat !important;

    background: url(/images/stock/balloon.gif) top left no-repeat;

    font-size: 11px;
    }

.tool-text{

    margin: 0;

    padding: 0 10px 15px;

    text-shadow: 2px 2px 1px #222;

    background: url(/images/stock/balloon.png) bottom left no-repeat !important;

    background: url(/images/stock/balloon.gif) bottom left no-repeat;

    font-size: 10px;

    color: black;

    font-size: 11px;

    font-family: verdana, sans-serif;
    }