#op {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

#cutoutbox {
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  z-index: 9999;
  text-align: center;
  background: transparent;
}

#cutdiv {
  display: none;
  /* margin: 0 auto; */

  position: absolute;
  left: 0;
  top: 44px;

  width: 810px;
  height: 468px;
  z-index: 9999999;
  background: #070707;
  border: 1px dashed #FFF;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  text-align: left;
}

.divsm {font-size: 16px;}
.divlg {font-size: 24px;}
.exlg {font-size: 32px;}

#cutdivint {
  padding: 10px;
  text-align: center;
}

#cutdiv a:active, #cutdiv a:focus {
  outline: none;
}

.cutnavT {
  margin: 0 0 5px 0;
  padding: 0 10px;
  height: 32px;
  background: tranparent;
  background: #394267 url(../images/cio/bg_buttonbar2.png) 0 0 repeat-x;
  border: 1px solid #646c89;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
}

.cutnavB {
  margin: 5px 0 0 0;
  padding: 0 10px;
  height: 32px;
  background: transparent;
  background: #394267 url(../images/cio/bg_buttonbar2.png) 0 0 repeat-x;
  border: 1px solid #646c89;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
}


.cutnavT a, .cutnavB a {
  display: block;
  padding: 10px 0 8px 0;
  width: 110px;
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  background-image: url(../images/cio/btn_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.tlt, .tlt {float: left;}
.trt, .trt {float: right;}

#contrast {
  margin: 0 0 0 10px;
}

.cutnavT a:hover, .cutnavB a:hover {
  background-position: 0 -32px;
}

#cuttext {
  clear: both;
  margin: 0 auto;
  width: 788px;
  height: 368px;
  overflow: auto;
  background-color: #EBEBEB;
  border: 2px solid #646c89;
}

#cuttextint {
  padding: 10px;
  font-family: verdana, sans-serif;
  font-size: 1em;
  text-align: left;
  color: #222;
}

.cutitout {
  cursor: pointer;
  position: relative;
}

.iconmarker {
  padding-left: 20px;
  background: transparent url(../images/cio/bg_cutitout.png) 0 0 no-repeat;
}

#cuttextint .cionoshow {
  display: none;
}

:focus, :active {
  outline: none; 
}
