/* === /common/lightbox.css (18.03.2011 23:30:35) === */
#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background: transparent url(../images/blank.gif) no-repeat;  display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/img/common/lightbox/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/common/lightbox/next.gif) right 50% no-repeat; }
#nextLinkText, #prevLinkText{ color: #7B5043; font-weight:bold; text-decoration: none; }
#nextLinkText{ padding-left: 20px; }
#prevLinkText{ padding-right: 20px; }
.ontop #imageData { padding-top: 5px; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; }
#imageData{ padding:0 10px; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em; }
#imageData #helpDisplay {clear: left; float: left; display: block; }
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; display: none; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html>body .clearfix { display: inline-block; width: 100%; }
* html .clearfix {  height: 1%;  }
/* === /common/datepicker.css (18.03.2011 12:27:58) === */
#ui-datepicker-div, #ui-datepicker-div table, .ui-datepicker-div, .ui-datepicker-div table, .ui-datepicker-inline, .ui-datepicker-inline table { font-size: 12px !important; }
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; font-family: Verdana, Arial, sans-serif; background: #f4db4d; font-size: 1.1em; border: 2px solid white; width: 15.5em; padding: 2.5em .5em .5em .5em; position: relative; margin:1px 0 0 0; }
#ui-datepicker-div { z-index: 9999;  display: none; background: #f4db4d; }
.ui-datepicker-inline { float: left; display: block; }
.ui-datepicker-control { display: none; }
.ui-datepicker-current { display: none; }
.ui-datepicker-next, .ui-datepicker-prev { position: absolute; left: .5em; top: .5em; background: #fafafa; }
.ui-datepicker-next { left: 14.6em; }
.ui-datepicker-next:hover, .ui-datepicker-prev:hover { background: #f07043; }
.ui-datepicker-next a, .ui-datepicker-prev a { text-indent: -999999px; width: 1.3em; height: 1.4em; display: block; font-size: 1em; background: #f5ebb2 url(/admin/img/datepicker/888888_7x7_arrow_left.gif) 50% 50% no-repeat; border: 1px solid #f07043; cursor: pointer; text-align:center !important; }
.ui-datepicker-next label, .ui-datepicker-prev label { display:none; }
.ui-datepicker-prev a { background: url(/admin/img/datepicker/454545_7x7_arrow_left.gif) 50% 50% no-repeat; }
.ui-datepicker-next a { background: url(/admin/img/datepicker/454545_7x7_arrow_right.gif) 50% 50% no-repeat; }
.ui-datepicker-header select { border: 1px solid #d3d3d3; color: #555555; background: #fafafa; font-size: 1em; line-height: 1.4em; position: absolute; top: .5em; margin: 0 !important; }
.ui-datepicker-header select.ui-datepicker-new-month { width: 7em; left: 2.2em; }
.ui-datepicker-header select.ui-datepicker-new-year { width: 5em; left: 9.4em; }
table.ui-datepicker { width: 15.5em; text-align: right; }
table.ui-datepicker td a { padding: .1em 0 .1em 0; display: block; color: black; background: white; cursor: pointer; border:1px solid #ea9322; margin:1px; text-align:center !important; }
table.ui-datepicker td.ui-datepicker-week-end-cell a { color:red; }
table.ui-datepicker td.ui-datepicker-today a { border:1px solid white; background:#f07043; color:white; }
table.ui-datepicker td.ui-datepicker-current-day a { border:1px solid white; background:#f4db4d; color:black; }
table.ui-datepicker td a:hover { color: #212121; background: white; border:1px solid black; }
table.ui-datepicker td a:active { border: 1px solid #dddddd; color: #222222; background: #ffffff; }
table.ui-datepicker .ui-datepicker-title-row td { padding: .3em 0; text-align: center; font-size: .9em; color: #222222; text-transform: uppercase; }
table.ui-datepicker .ui-datepicker-title-row td a { color: white; background:#f07043; border:1px solid white; }
.ui-datepicker-cover { display: none;  display: block;  position: absolute;  z-index: -1;  filter: mask();  top: -4px;  left: -4px;  width: 200px;  height: 200px;  }
