.jf_dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:300px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under jf_dialog */
}

.jf_module {
	width: 100%;
	margin: 0 auto;
	
}

.jf_find_form {
	float:left; 
	width:30%; 
	border: 1px solid #333333;
	margin: 5px 0;
	padding: 5px;
}

.jf_actorlist,
.jf_movielist {
	margin-left: 50px;
}

.jf_popupheader {
	font-size: 18px;
}

.jf_popupbody {
	font-size: 15px;
}

.jf_popuplistitem {
	font-size: 14px;
}

.jf_view_wrapper {
	width: 98%;
	margin: 10px 0;
}

.jf_left {
	float:left; 
	width:30%
}

.jf_right {
	float:right; 
	width:67%;
}

.jf_halfleft {
	float:left; 
	width:49.1%
}

.jf_halfright {
	float:right; 
	width:49.1%;
	margin: 5px 0 5px 10px;
}

.jf_amazonleft {
	float:left; 
	width:69%
}

.jf_amazonright {
	float:right; 
	width:29%;
}

.jf_comp_input {
	width: auto;
	margin:4px 0 4px 0;
	padding: 3px 0px 3px 10px;
}

.jf_module_input {
	width: 90%;
	margin:4px 0 4px 0;
	padding: 3px 0px 3px 10px;
}

.jf_module_list {
	margin:4px 0 4px 0;
}

.jf_center_wrapper {
	text-align: center;
}

.jf_comp_input {
	width: 80%;
	margin:4px 0 4px 0;
	text-align: left;
}

.jf_submit_button {
	width: 80%;
	margin:4px 0 4px 0;
	text-align: center;
}

.jf_comp_submit_button {
	width: 60%;
}

.jf_listing {
	margin: 20px;
}

.jf_popup {
	top:0;
	left:0; 
	overflow:visible; 
	position:absolute; 
	visibility:hidden; 
	z-index:1000;
}

.jf_mod_title {
	font-size:11pt;
	margin-bottom: 10px;
}

.jf_title {
	font-size:16pt;
}

.jf_mod_year {
	font-size:8pt;
}

.jf_systemMessage,
.jf_moviechoice,
.jf_wrongmoviechoice,
.jf_year {
	font-size:12pt;
}

.jf_systemMessage,
.jf_wrongmoviechoice {
	background:#CCCCCC none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#606060;
	margin:0;
	padding:5px;
}

 .jf_label {
	font-size:11pt;
}

.jf_column {
	float:left; 
	width:25%;
}

.jf_column_entries {
	float:left; 
	width:100%;
}

.jf_mod_image {
	border-style: solid;
	margin: 0 auto;
	width: auto;
}
.jf_moviepicture {
	border-style: solid;
	width: auto;
}

.jf_dialog .jf_content,
.jf_dialog .jf_t,
.jf_dialog .jf_b,
.jf_dialog .jf_b div {
 background:transparent url(../images/jf_blue_800x1600.png) no-repeat top right;
 _background-image:url(../images/dialog2-blue.gif);
}

.jf_dialog .jf_content {
 position:relative;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.jf_dialog .jf_t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.jf_dialog  {
 /* bottom */
 position:relative;
 width:100%;  
}

 .jf_b {
 /* bottom */
 position:relative;
 width:300px;  /* RSH changed from 100% to 200px to fix IE 2/18/09 */
}

.jf_dialog .jf_b,
.jf_dialog .jf_b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.jf_dialog .jf_b {
 background-position:bottom right;
}

.jf_dialog .jf_b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.jf_dialog .jf_hd,
.jf_dialog .jf_bd,
.jf_dialog .jf_ft {
 position:relative;
}

.jf_dialog .jf_wrapper {
 /* extra jf_content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

/*
#jf_column,
#jf_column div,
#jf_column div ul,
#jf_column div ul li,
#jf_column div ul li .jf_listitem {
	margin: 0px;
	padding: 0px;
}
*/

.jf_dialog h1,
.jf_dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.jf_dialog h1 {
 padding-bottom:0px;
}

.jf_viewimg {
	margin: 0 auto;
	max-width: 98%;
}

.jf_search_wrapper {
	margin: 10px 0;
	height: 80px; 
}

#jftable
{
	/* background: #fff; */
	margin: 0px;
	width: 200px;
	border-collapse: collapse;
	text-align: left;
	border: 1px solid;
}
#jftable th
{
	font-weight: 600;
	padding: 10px 8px;
	border-style: solid ;
	border-width: 1px 1px 2px ;

}
#jftable td
{
	border: 1px solid ;
	padding: 6px 8px;
}
#jftable tbody tr:hover td
{
	 font-weight: 600; 
}

#menuShow{
border: 1px solid #666666;
background-color: #111111;
padding: 13px;
font-size: 13px;
font-family: Verdana, Arial;
position: absolute;
width: auto;
height: auto;
}

#menuSelect{
border: 1px solid #666666;
background-color: #111111;
padding: 13px;
font-size: 13px;
font-family: Verdana, Arial;
position: absolute;
width: auto;
height: auto;
}


/*  Gallery CSS entries begin */

.gallerycontent
{
	margin: 0;
}

.gallerycontent a
{
	color: #FAFBFC;
}


.gallerycontent p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.gallerycontent p.linkage a { color: #fff; }

#myGallery, #myGallerySet, #flickrGallery
{
	width: 460px;
	height: 345px;
	z-index:5;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#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:#fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:#fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading.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: 95%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.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('img/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;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
	margin:0 auto;
}

.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('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	z-index: 10;
	background: none;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 100%;
	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('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	/* filter:alpha(opacity=80); */ }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/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: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

/* fix by Jason Diffendal - Hide images on load */
.imageElement {
	visibility: hidden;
}

/*  Gallery CSS entries end */

.jf_anchor {
	text-decoration:none;
}

.jf_attributes {
	list-style:none;
	padding:0; 
	margin:10px 0;
}

.jf_features {
	padding:0; 
	margin:10px 0;
}

.jf_contentwrapper{
	margin:0 auto;
	width:95%
}

.jf_subname {
	font-style:italic;
}

.jf_nextpage,
.jf_attributelabel {
	font-style:italic;
	font-weight:bold;
}

.jf_amazonpricesheader {
	font-weight: 600; 
	padding: 10px 8px;
	border-style: solid;
	border-width: 1px 1px 2px;
}

.jf_amazonpricescell {
	border: 1px solid; 
	padding: 6px 8px;
}

.jf_amazonprices {
	margin: 0px;
	border-collapse: collapse;
	text-align: left;
	border: 1px solid;
}

.jf_price {
	color:#B9090B;
	text-decoration: line-through;
}

/*  empty classes - Override as necessary */
.jf_column_ul {
}

.jf_listitem  {
}
