/* Start of CMSMS style sheet 'ceebox' */
/* Start of CMSMS style sheet 'Ceebox' */
/*ceebox*/
/* CeeBox 1.4.1 CSS Document */
/* ---------->>> global settings needed for ceebox <<<---------- */
* {padding: 0; margin: 0;}
html,body {height:100%;}

/* ---------->>> ceebox specific background images <<<---------- */

#cee_next {
  background-image: url('uploads/images/cee-next-btn.png');
}
#cee_prev {
  background-image: url('uploads/images/cee-prev-btn.png');
}
#cee_closeBtn {
  background-image:url('uploads/images/cee-close-btn.png');
}
.cee_overlayMacFFBGHack {
  background: url('uploads/images/macFFBgHack.png') repeat;
}

/* ---------->>> ceebox specific link and font settings <<<---------- */
#cee_box {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
  z-index: 9010 !important;
}

#cee_count {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
  display: none;
}
#cee_nav {
  position: absolute;
  top:15px;
  left:0px;
  z-index:9100;
  visibility:visible;
}
#cee_next,#cee_prev{
  height:100%;
  width: 49%;
  text-indent:-10000px;
  text-decoration:none;
  visibility:visible;
  background-position:10000px 10000px;
  background-repeat:no-repeat;
}
#cee_next {float:right;}
#cee_prev {float:left;}
#cee_next:hover {background-position: right 50%;}
#cee_prev:hover {background-position: left 50%;}
#cee_box a:link {color: #666666;}
#cee_box a:visited {color: #666666;}
#cee_box a:hover {color: #000;}
#cee_box a:active {color: #666666;}
#cee_box a:focus {color: #666666;}

#cee_closeBtn {
  background-repeat: no-repeat;
  position: relative;
  display: box;
  width: 24px;
  height: 23px;
  float: right;
  text-indent: -10000px;
  margin: 6px 6px 0 0;
}
#cee_closeBtn:hover {
  background-position: 0 -23px;
}

/* ---------->>> ceebox settings <<<----------- */
#cee_overlay {
  position: fixed;
  z-index:9000 !important;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.cee_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

* html #cee_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#cee_box {
  position: fixed;
  background: #ffffff;
  z-index: 9050;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align:left;
  top:50%;
  left:50%;
}

* html #cee_box { /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#cee_box img#cee_img, #cee_box object {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#cee_box object {}

#cee_cap {
  height:25px;
  padding:7px 30px 10px 15px;
  float:left;
}

#cee_close{
  height:24px;
  padding:11px 25px 10px 0;
  float:right;
}

#cee_closeAjax {
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}

#cee_ajaxTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}

#cee_title {
/*  background-color:#e8e8e8; */
  height:27px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
  -webkit-border-radius-top-left:3px;
  -webkit-border-radius-top-right:3px;
  border-radius-top-left:3px;
  border-radius-top-right:3px;
}

#cee_ajax {
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}

#cee_ajax.cee_modal {
  padding:15px;
}

#cee_ajax p{
  padding:5px 0px 5px 0px;
}

#cee_load {
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:9060;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
  background: url('uploads/images/loadinganimation.gif');
}

* html #cee_load { /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#cee_HideSelect{
  z-index:9010;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}

* html #cee_HideSelect { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#cee_iframe{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;	
}

/* End of 'Ceebox' */
/* End of 'ceebox' */

