/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */
#lightbox input { border:1px solid #000000; }
#lightbox{ display:none; position:absolute; top:100px;left:230px; z-index:9999; /*	width:300px; height:400px;*/ margin:0; background:#FFFFFF; text-align:left; }
#lightbox[id]{ position:fixed; }
/* orginal #overlay { display:none; position:absolute; top:0; left:0; width:100%; height:100%; z-index:5000; background-color:#000000; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=70); }*/

#overlay { display:none; position:absolute; top:0; left:0; width:100%; height:100%; z-index:5000; }
#overlay[id]{ position:fixed; }
#lightbox.done #lbLoadMessage{ display:none; }
#lightbox.done #lbContent{ display:block; }
#lightbox.loading #lbContent{ display:none; }
#lightbox.loading #lbLoadMessage{ display:block; }
#lightbox.done img{ width:100%; height:100%; }

.highslide-html { background-color: black; }
.highslide-html-content {width:261px; overflow:hidden; background-color:#e9f4f6; font-size:12px; }
/* Styles for the popup */
.highslide-html-content { width:300px; }
.highslide-html-content .frm_tip 								{padding:0; font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
.highslide-html-content .frm_tip .frm_headline 					{font-size: 12px; margin-left: 5px; float:left; width:243px; margin-bottom:20px; }
.highslide-html-content .frm_tip .frm_close  					{ float:right; }
.highslide-html-content .frm_tip input, .highslide-wrapper .highslide-html-content .frm_tip label { display: block;}
.highslide-html-content .frm_tip label							{ display:block; margin-top:10px;}
.highslide-html-content .frm_tip input							{width: 250px; height:16px; border:1px solid #000000; font-size:11px;}
.highslide-html-content .frm_tip textarea						{width: 250px; height:100px; border: 1px solid #000000; display:block; font-family: Arial, Helvetica, sans-serif;}
.highslide-html-content .frm_tip input.btn_submit				{ border: 1px solid #000; font-size: 11px; color: #fff; background-color: #000; height:18px; width:60px; margin-top:30px;}
.highslide-header { height:20px; background-color:#000000; margin-bottom:10px; }
.highslide-wrapper .highslide-header ul { margin: 0; padding: 0; text-align: right; }
.highslide-wrapper .highslide-header ul li { display: inline; padding-left: 1em; }
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next { display: none; }
.highslide-wrapper .highslide-header a { font-weight: bold; color: gray; text-transform: uppercase; text-decoration: none; }
.highslide-wrapper .highslide-header a:hover { color: black; }
.highslide-wrapper .highslide-header .highslide-move a { cursor: move; }
.highslide-wrapper .highslide-footer { height: 11px; }
.highslide-wrapper .highslide-footer .highslide-resize { float: right; height: 11px; width: 11px; background: url(highslide/graphics/resize.gif); }
.highslide-wrapper .highslide-body {  }
.highslide-move { cursor: move; }
.highslide-resize { cursor: nw-resize; }

/* These must be the last of the Highslide rules */
.highslide-display-block { display: block; }
.highslide-display-none { display: none; }