@charset "utf-8";

body  /* indicates defaults for entire site - whatever is not defined will pull from here */
 {
   color: #333333;
   font-family: Geneva, Arial, Helvetica, Verdana, Trebuchet MS, sans-serif;
   font-size: 12px;
   background-color: #d0dbbc;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
	}

#container {width: 835px; background: url(images/bg_sidebar.gif) repeat-y left #ffffff; border:1px solid #cccccc; border-top:none; border-bottom: none;}

.head { background:url(images/header.jpg) no-repeat; width: 835px; height:175px; }
.left { width:187px; background: url(images/bg_sidebar.gif) repeat-y left top;}
.contentmain { text-align:left; padding: 20px; margin-left:195px; line-height:20px;}
.purple { color: #9999cb; font-weight:bold; }

#navcontainer {
	position: relative;
	top: 142px;
	margin-left: 187px;
	height: 33px;
	text-align: right;
	font-size: 12px;
	width: 648px;
	min-width: 648px;
	z-index: 2;
}

a {color: #1f97d5; text-decoration:none;}
a:hover {text-decoration:underline;}

#navcontainer .current { background: no-repeat url(images/button-b.png); color:#1f97d5;  }
#navcontainer .currentAncestor { background: no-repeat url(images/button-h.png);}
#navcontainer a {	width: 107px;	height: 33px;	display: block;	background: no-repeat url(images/button-a.png); 	text-decoration: none; padding-top: 8px; text-align: center; color: #ffffff; z-index: 0; }
#navcontainer a:hover, #navcontainer a:hover,  { color:#1f97d5}

/* Parent - Level 0 */
#navcontainer ul { list-style: none; margin: 0; padding: 0; position: relative; }
#navcontainer ul li { position: relative; left: 0px; display: inline; float: left; height: 33px; width: 107px; }
#navcontainer ul li a:hover, #navcontainer ul li a:active {	height: 33px;	width: 107px;	background: no-repeat url(images/button-b.png);	text-decoration: none; border: none; position: relative; z-index: 10; color:#1f97d5; }

/* Left Navigation Buttons - css-based rollovers */
#lnav { width: 187px; text-align: left; }
#lnav .current {background:#cccccc; color:#000000;}
#lnav ul { list-style: none; margin: 0; padding: 0;}
#lnav li {}
#lnav li a:link, #lnav li a:visited { display: block; padding: 7px 10px 7px 10px; text-decoration: none; color:#1f97d5; border-bottom: 1px solid #dddddd; }
#lnav li a:hover {background-color: #000000; color: #ffffff; }
#lnav li a:active {background-color: #cccccc; color: #000000; }

#lnav ul ul {	display: block;}
#lnav ul ul li a {	padding-left:15px;}

h1 {font-weight:bold; font-size:14px; }

.foot {width:580px; border-top: solid 1px #eeeeee; text-align:center; padding-top:10px; margin-top:15px;}
.breadcrumb {font-size:11px;}
.copy {font-size:10px; padding-top:10px;}
.no_nav {padding-top:25px; padding-left:15px; padding-right:15px; color:#666666; font-size:11px;}

.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}

.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 11px;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

#myGallery, #myGallerySet, #flickrGallery
{
	width: 500px;
	height: 385px;
	z-index:5;
	border: none;
}

#flickrGallery
{
	width: 382px;
	height: 327px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

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

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

.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/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 500px;
	margin: 0;
	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:12px;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size:11px;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 143px;
	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/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: 500px;
	margin: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

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

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

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

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

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

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .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/fleche1.png') no-repeat center left;
}

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

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

* html .jdGallery a.right { background: url('images/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;
}

/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('images/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #aaa;
}

fieldset.login {
	border: 1px solid #9999cb;
	width: 400px;
}

legend.login {
	color: #333333;
	font-weight: bold;
}

div.hidden {
	display: none;
}

div.shown {
	margin: 0;
	padding: 0;
	display: block;
}