@charset "utf-8";

/*core drop shadow rules*/

.pw1,
.pw1 .w2,
.pw1 .w3,
.pw1 .w4 {
	display: inline-table;
	/* \*/display: block;/**/
}

/* Note: ALL photos must 'float' */
.pw1 {float: left; }
.pw1.left {margin-right: 15px;}
.pw1.right {float: right; margin-left: 15px;}
.pw1 .w2 {}
.pw1 .w3 {}
.pw1 .w4 {
	background-color: #f9f9f9;
	padding: 3px;
	border: 1px solid #ccc;
	border-color: #ccc #999 #999 #ccc;
	margin: 0;
	/*position: relative; (turn off to test layout bug fix */
}
.pw1 .w4 a.highslide {
	display: block;
	/* background-color: #ddd; when 'zoomed out', shows a shaded background where picture was */
}
.pw1 .w4 a.highslide img {display: block;}
.pw1.nopadding .w4 {padding: 0;}
.pw1 a, .pw1 a img {
	border: none;
}

.pw1.noborder .w4 {border: none;}

/* DEFAULT - Hard-Dark Drop-Shadows */
.pw1 {background:url(/images/shadows/dark-hard/shadow.gif) right bottom no-repeat;}
.pw1 .w2 {background:url(/images/shadows/dark-hard/corner_bl.gif) -4px 100% no-repeat;}
.pw1 .w3 {background:url(/images/shadows/dark-hard/corner_tr.gif) 100% -3px no-repeat; padding:0 5px 5px 0;}


/*****  ALTERNATE DROP-SHADOW STYLES - FOR TESTING ONLY  *****/

/* Medium-Soft Drop-Shadows */
.dsMedSoft .pw1 {background:url(/images/shadows/med-soft/shadow.gif) right bottom no-repeat;}
.dsMedSoft .pw1 .w2 {background:url(/images/shadows/med-soft/corner_bl.gif) -12px 100% no-repeat;}
.dsMedSoft .pw1 .w3 {background:url(/images/shadows/med-soft/corner_tr.gif) 100% -12px no-repeat; padding:0 9px 9px 0;}
.dsMedSoft .pw1 .w4 {padding: 2px; border-color: #ddd #999 #999 #ddd; /* no frame - just a shadow */} 
.dsLiteHard .pw1 .w4 a.highslide {background-color: #ddd;}

/* Lite-Soft Drop-Shadows */
.dsLiteSoftCool .pw1 {background:url(/images/shadows/lite-soft/shadow.gif) right bottom no-repeat;}
.dsLiteSoftCool .pw1 .w2 {background:url(/images/shadows/lite-soft/corner_bl.gif) -12px 100% no-repeat;}
.dsLiteSoftCool .pw1 .w3 {background:url(/images/shadows/lite-soft/corner_tr.gif) 100% -12px no-repeat; padding:0 16px 16px 0;}

/* Lite-Soft-Warm Drop-Shadows */
.dsLiteSoftWarm .pw1 {background:url(/images/shadows/lite-soft-warm/shadow.gif) right bottom no-repeat;}
.dsLiteSoftWarm .pw1 .w2 {background:url(/images/shadows/lite-soft-warm/corner_bl.gif) -4px 100% no-repeat;}
.dsLiteSoftWarm .pw1 .w3 {background:url(/images/shadows/lite-soft-warm/corner_tr.gif) 100% -4px no-repeat; padding:0 16px 16px 0;}

/* Lite-Hard Drop-Shadows */
.dsLiteHard .pw1 {background:url(/images/shadows/lite-hard/shadow.gif) right bottom no-repeat;}
.dsLiteHard .pw1 .w2 {background:url(/images/shadows/lite-hard/corner_bl.gif) -1px 100% no-repeat;}
.dsLiteHard .pw1 .w3 {background:url(/images/shadows/lite-hard/corner_tr.gif) 100% -1px no-repeat; padding:0 6px 6px 0;}
.dsLiteHard .pw1 .w4 {padding: 0px; background-color: #fff; border-color: #ccc #ccc #ccc #ccc;} 
.dsLiteHard .pw1 .w4 a.highslide {background-color: transparent;}

/* Hard-Dark Drop-Shadows */
.dsDarkHard .pw1 {background:url(/images/shadows/dark-hard/shadow.gif) right bottom no-repeat;}
.dsDarkHard .pw1 .w2 {background:url(/images/shadows/dark-hard/corner_bl.gif) -4px 100% no-repeat;}
.dsDarkHard .pw1 .w3 {background:url(/images/shadows/dark-hard/corner_tr.gif) 100% -3px no-repeat; padding:0 5px 5px 0;}
.dsDarkHard .pw1 .w4 {padding: 2px; background-color: #ddd; border-color: #ccc #999 #999 #ccc;}
.dsDarkHard .pw1 .w4 a.highslide {background-color: transparent;}


/* DISABLE All Drop-Shadows 
.pw1, .pw1 .w2, .pw1 .w3, .pw1 .w4 {
	background: none;
	border: 0;
	padding: 0;
}
*/




/*****  STYLES FOR THE HIGHSLIDE IMAGE POPUPS  *****/

a.highslide, a.highslide img {
	border: 0; /* image on page */
}

.highslide {
	cursor: pointer; /* opera */
	cursor: url(/images/highslide/zoomin.cur), pointer;
	outline: none;
}
.highslide img {
	/*border: 2px solid Gray;*/
}
.highslide a:hover img {
	/*border: 2px solid White;*/
}

.highslide-image {
	border: 3px solid #fff; /* #f9f9f9 for 'rounded-white' border */
	cursor: pointer; /* opera */
	cursor: url(/images/highslide/zoomout.cur), pointer;
}
.highslide-image-blur {
	cursor: move;
}
/* by default all captions are HIDDEN - may be overridden if caption is inside a special container, eg: div.showCaptions */
.highslide-caption {
	display: none;
	font-size: 0.85em;
	font-weight: bold;
	background-color: #fff;
	padding: 2px 5px;
	text-align: center;
	/*
	border: 2px solid #fff;
	border-top: none;
	*/
}
/* wrapping a 'showCaptions' div around a group of thumbnails will cause the captions to be VISIBLE (as well as popup) */
#pageImage .highslide-caption,
.showCaptions .highslide-caption {
	display: block;
	background: none;
	padding: 3px 0 0;
	font-size: 0.76em;
	font-weight: normal;
	color: #666;
	text-align: center;
	/*
	text-indent: 2px;
	*/
}

.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
.highslide-loading {
	display: block;
	color: White;
	font-family: "MS Sans Serif", Tahoma, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid White;
	border-bottom: 1px solid White;
	background-color: black;
	padding-left: 22px;
	background-image: url(/images/highslide/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}


/* CREDITS - may or may-not be a 'hyperlink' */

span.highslide-credits,
span.highslide-credits i {
	color: Silver;
	font-size: 0.76em;
	padding: 2px 4px;
	cursor: help;
}
a.highslide-credits,
a.highslide-credits i {
	font-size: 10px;
	color: Silver;
	text-decoration: none;
	padding: 2px 4px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: White;
	background-color: Gray;
}

