/* ********************************************************************
 * Global stylesheet for all frame layout tools
 *
 */
html {
  font:normal 12px Arial,Geneva,Helvetica,"Luxi Sans",sans-serif;
}
body {
  background-color:#ffffff;
  text-align:center;
  margin:0px;
  padding:10px 0px;
}
body.wait, body.wait * {
  cursor:wait !important;
}

a {
  color:#000088;
  text-decoration:none;
  cursor:pointer;
}
a:hover {
  text-decoration:underline;
}
a * {
  cursor:pointer;
}

img {
  border-width:0px;
}

table {
  font-size:100%;
}

form {
  margin:0px;
  padding:0px;
}

.fakelink {
  color:#000099;
  cursor:pointer;
}
.warning {
  color:#cc0000;
}

.print {
  display:none;
}
h1.print {
  float:left;
  margin:0px auto;
  font-size:20px;
  height:30px;
}
h1.print img {
  vertical-align:top;
}
h2.print {
  text-align:right;
  margin:0px auto 5px auto;
  font-size:20px;
}


/* ***** Highlighting buttons ************************************** */
button {
  height:22px;
  text-align:center;
  border:0px none;
  cursor:pointer;
  line-height:19px;
  font-size:11px;
  /* white-space:nowrap; Fixes Webkit, but screws up IE */
}
button.butt20 {
  width:22px;
  background:transparent url(../img/button.20px.png) no-repeat scroll center center;
}
button.butt20.active {
  background-image:url(../img/button.20px.on.png);
}
button.butt70 {
  width:72px;
  background:transparent url(../img/button.70px.png) no-repeat scroll center center;
}
button.butt70.active {
  background-image:url(../img/button.70px.on.png);
}
button.butt100 {
  width:102px;
  background:transparent url(../img/button.100px.png) no-repeat scroll center center;
}
button.butt100.active {
  background-image:url(../img/button.100px.on.png);
}
button.butt150 {
  width:152px;
  background:transparent url(../img/button.150px.png) no-repeat scroll center center;
}
button.butt150.active {
  background-image:url(../img/button.150px.on.png);
}


/* ***** Frame List page ******************************************* */
#frameList table {
  background-color:#555555;
  margin:0px auto;
}

#frameList table thead tr th {
  background-color:#dddddd;
  padding:3px 10px;
  white-space:nowrap;
}
#frameList table tbody tr td {
  background-color:#eeeeee;
  vertical-align:top;
  padding:5px 10px;
  text-align:right;
}
#frameList table tbody tr td ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
#frameList table tbody tr td ul li {
  white-space:nowrap;
}
#frameList table tbody tr td ul li.sent {
  font-weight:bold;
}


/* ***** Outer box properties ************************************** */
#mainlayout {
  margin:0px auto;
  position:relative;
  text-align:left;
}
#mainlayout fieldset {
  padding:0px 4px 6px 4px;
  margin-top:10px;
  text-align:right;

  border:1px solid #999999;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  border-radius:7px;
  -webkit-box-shadow:0px 2px 7px #666666;
  -moz-box-shadow:0px 2px 7px #666666;
  box-shadow:0px 2px 7px #666666;
}
#mainlayout fieldset legend {
  font-size:14px;
  font-weight:bold;
  text-align:left;
  margin-left:5px;
}
#mainlayout fieldset hr {
  margin:6px 10px;
}
#mainlayout h1 {
  margin:0px 0px 0px 0px;
  font-size:20px;
}

#topbar {
  text-align:left;
  font-size:12px;
  font-weight:bold;
}
#topbar a {
  text-decoration:none;
}
#topbar span {
  float:right;
  font-weight:normal;
  font-size:11px;
}


/* ***** Credentials Required Page ********************************* */
#credentials {
  padding:10px;
  text-align:left;
}
#credentials h1 {
  font-size:24px;
  margin:0px 0px 5px 0px;
}
#credentials form fieldset {
  width:275px;
  text-align:center;
}
#credentials form fieldset legend {
  font-size:16px;
  font-weight:bold;
}
#credentials form fieldset p {
  font-weight:bold;
}
#credentials form fieldset dl {
  width:250px;
  margin:10px auto 4px auto;
}
#credentials form fieldset dl dt {
  float:left;
  font-weight:bold;
  font-size:12px;
  text-align:left;
  margin-top:3px;
}
#credentials form fieldset dl dd {
  padding-bottom:7px;
  text-align:right;
}


/* ***** Popup Instructions **************************************** */
#manual {
  border:1px solid #bb9300;
  background:#ffffd9;
  position:absolute;
  overflow:auto;
  overflow-x:hidden;
  text-align:left;
  font-size:12px;
  z-index:20;
  visibility:hidden;
  padding:10px;
  -webkit-box-shadow:0px 3px 10px #666666;
  -moz-box-shadow:0px 3px 10px #666666;
  box-shadow:0px 3px 10px #666666;
}
#manual img.closer {
  position:absolute;
  top:8px;
  right:8px;
  cursor:pointer;
}
#manual h2 {
  border-bottom:1px solid #333300;
  font-size:14px;
  margin:5px 0px;
}
#manual p {
  margin:0px;
  padding:3px 0px 4px 0px;
}
#manual p img,
#manual p button {
  vertical-align:baseline;
  font-size:11px;
}
#manual dl {
  margin:0px 25px;
  padding:3px 0px 4px 0px;
}
#manual dl dt {
  font-weight:bold;
  float:left;
}
#manual dl dd {
  margin-bottom:10px;
}
#manual h3 {
  font-size:12px;
  margin:10px 0px 0px 0px;
}


/* ***** Popup Selector ******************************************** */
#selector {
  /* display:none; */
  overflow:visible;
}
#selector div ul {
  position:relative;
  list-style-type:none;
  margin:0px 0px 3px 0px;
  padding:0px;
  width:195px;
  height:260px;
  overflow:auto;
  border:1px inset #888888;
  background-color:#dddddd;
  font-size:11px;
  text-align:left;
}
#selector div ul li {
  padding:1px 0px 1px 3px;
  margin:0px;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  display:block;
}
#selector div ul li.hover {
  background-color:#cccccc;
}
#selector div ul li.chosen {
  background-color:#fff7cc;
}
#selector div ul li.hover.chosen {
  background-color:#eee6bb;
}
#selector div input {
  width:192px;
  font-size:11px;
  border:1px inset #808080;
}

#selector #selector_tooltip {
  position:absolute;
  left:15px;
  margin:0px;
  padding:1px 2px;
  width:183px;
  font:normal 11px "MS Sans Serif",Arial,Geneva,Helvetica,"Luxi Sans",sans-serif;
  border:1px solid #000000;
  background-color:#ffffff;
  visibility:hidden;
  text-align:left;
}

#selector #preview {
  position:absolute;
  left:220px;
  bottom:0px;
  cursor:default;
}


/* ***** Popup Options ********************************************* */
#options {
  width:250px;
}
#options .popupContent {
  position:static;
  text-align:center;
  padding:10px !important;
  width:auto;
}
#options .popupContent ul {
  text-align:left;
  list-style-type:none;
  margin:0px 0px 10px 0px;
  padding:0px;
}
#options .popupContent ul li {
  margin-bottom:5px;
  border-top:1px solid #999999;
  zoom:1;
}
#options .popupContent ul li select {
  vertical-align:middle;
  font-size:11px;
}
#options .popupContent ul li h3 {
  font-size:13px;
  margin:0px;
  zoom:1;
}
#options .popupContent ul li ul {
  margin-left:15px;
}
#options .popupContent ul li ul.group {
  margin-left:5px;
}
#options .popupContent ul li ul li {
  border:0px none;
  margin-bottom:0px;
}


/* ***** Saved Frame Notice **************************************** */
#savednotice {
  top:110px;
  width:500px;
  z-index:30;
}
#savednotice p {
  padding:10px;
  text-align:left;
}


/* ***** Waiting Throbber ****************************************** */
#waiter {
  z-index:1001;
  top:125px !important;
  left:270px;
  width:225px;
}
#waiter .popupContent {
  font-size:14px;
  font-weight:bold;
  text-align:center;
  padding:16px 0px;
}
#waiter .popupContent img {
  display:inline;
  vertical-align:middle;
}

#waiter #progress {
  height:15px;
  padding:10px 0px 0px 0px;
  margin:0px auto;
  list-style-type:none;
  display:none;
  white-space:nowrap;
}
#waiter #progress span {
  font:bold 11px Arial,Geneva,Helvetica,"Luxi Sans",sans-serif;
  height:10px;
  display:inline;
  vertical-align:middle;
}
#waiter #progress span.on {
  width:5px;
  overflow:hidden;
  background-color:#666666;
  display:inline-block;
}
#waiter #progress span.on.done {
  background-color:#66ff66;
}

body.sixru #savednotice,
body.sixru #waiter {
  top:400px !important;
}


/* ***** Context Menus ********************************************* */
.contextMenu {
  border:1px solid black;
  padding:3px;
  position:absolute;
  top:1px;
  left:1px;
  background-color:#ffffff;
  width:125px;
  visibility:hidden;
  z-index:200;
  cursor:default;
  text-align:left;
}
.contextMenu h3 {
  font-size:11px;
  margin:0px 0px 5px 0px;
  padding:0px 0px 5px 0px;
  border-bottom:2px inset #ccccee;
}
.contextMenu ul {
  margin:5px 0px 0px 0px;
  padding:5px 0px 0px 0px;
  border-top:2px inset #ccccee;
  list-style-type:none;
}
.contextMenu ul.first {
  margin:0px;
  padding:0px;
  border:0px none;
}
.contextMenu ul li {
  font-size:11px;
  padding:1px 4px;
  cursor:pointer;
}
.contextMenu ul li a {
  display:block;
  text-decoration:none;
  color:#000000;
}
.contextMenu ul li.disabled,
.contextMenu ul li.disabled a {
  color:#999999;
  cursor:default;
}
.contextMenu ul li.hover,
.contextMenu ul li.hover a {
  color:#ffffff;
  background-color:#55555f;
}
.contextMenu ul li img {
  float:right;
  margin-top:1px;
}

#selectorContext {
  width:160px;
  z-index:10000;
}


/* ***** No Script ************************************************* */
#noscript {
  cursor:auto !important;
  position:absolute;
  top:80px;
  left:170px;
  width:400px;
  padding:15px 15px 5px 15px;
  border:2px solid red;
  background-color:#ffbbaa;
  z-index:100;
  font-size:14px;
  text-align:left;
  font-weight:bold;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:0px 3px 10px #666666;
  -moz-box-shadow:0px 3px 10px #666666;
  box-shadow:0px 3px 10px #666666;
}
#noscript * {
  cursor:auto !important;
}
#noscript p,
#noscript ul {
  margin:0px 0px 10px 0px;
}
#noscript a {
 cursor:pointer !important;
}


/* ***** Print Styles ********************************************** */
@media print {
  .print {
    display:block !important;
  }

  #topbar {
    display:none;
  }
}
