.swiki {
  font-family: Arial, Helvetica, sans-serif;
}
.swiki .hide { 
  display: none;
}
.swiki .click { 
  cursor: pointer; 
  cursor: hand; 
}
.swiki .click.text { 
  color: #00f;
}
.swiki .click.text:hover { 
  color: #f00;
  text-decoration: underline;
}
.swiki img.spin { 
  display: none;
  vertical-align: middle;
}
.swiki .busy img.spin { 
  display: inline;
}
.swiki input, .swiki textarea, .swiki select {
  border: 1px solid #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
}
.swiki .diff .add { 
  color: #080;
}
.swiki .diff .remove { 
  text-decoration: line-through;
  color: #f00;
}
.swiki .diff .same { 
}
.swiki .error { 
  color: #f00;
  font-weight: bold;
}
.swiki_object_table { 
  border-collapse: collapse;
  margin: 2px;
  margin-bottom: 4px;
}
.swiki_object_table td, .swiki_object_table th { 
  border: 1px solid black;
  vertical-align: top;
}
.swiki_object_table th { 
  background: #eee;
}
.swiki_action { 
  margin-bottom: 2px;
}
.swiki_preview { 
  background: #ff8;
}
.spoiler { 
  background-image: url(/images/spoilers.gif);
  border: 1px solid red;
}
.spoiler span { 
  visibility: hidden;
}
.spoiler.hover { 
  background-image: none;
  border: none;
}
.spoiler.hover span { 
  visibility: visible;
}
.swiki p {
  line-height: 1.7em;
  font-size: 12px;
}
.swiki ul { 
  line-height: 2em;
  list-style-type: square;
  font-size: 12px;
}
.swiki_watchlist {
  border-collapse: collapse;
}
.swiki_watchlist th { 
  background: #ccc; 
}
.swiki_watchlist td, .swiki_watchlist th { 
  border: 1px solid #000; 
  empty-cells: show;
  vertical-align: top; 
  padding: 2px;
}
.swiki #swiki_control { 
  text-align: right;
}
.swiki #swiki_body { 
  border: 1px solid #888;
  padding: 8px;
  overflow: hidden;
}
.swiki button { 
  cursor: pointer; 
  cursor: hand; 
}
.swiki .tabs button { 
  position: relative;
  top: 1px;
  height: 2.3em;
  background: #acb3d7 url(/images/swiki/tab.gif) repeat-x;
  color: #008;
  font-weight: bold;
  font-size: 92%;
  border-left: 1px solid #fff;
  border-right: 1px solid #acb3d7;
  border-top: 1px solid #acb3d7;
  border-bottom: none;
  padding-bottom: 2px;
}
.swiki .tabs button:hover span { 
  text-decoration: underline;
}
.swiki #swiki_control button.first,
.swiki #swiki_control2 button.first { 
  width: auto;
}
.swiki_type_faq #swiki_control button.first,
.swiki_type_faq #swiki_control2 button.first { 
}
.swiki .tabs button.first { 
  border-left-color: #acb3d7;
}
.swiki .tabs button.last { 
  margin-right: 8px;
}
.swiki .tabs button.active { 
  background: #fff url(/images/swiki/tab-active.gif) repeat-x;
  border-left-color: #888;
  border-right-color: #888;
  border-top-color: #888;
  border-bottom: 1px solid #fff;
  height: 2.4em;
}
.swiki button.collapse { 
  background: #fff;
  font-weight: bold;
  border: 2px solid #888;
  padding: 0px;
  width: 20px;
  height: 20px;
}
.swiki .lock { 
  background: #cef;
  text-align: center;
  margin-bottom: 4px;
}
.swiki .lock b { 
  font-size: 136%;
  position: relative;
  top: 10px;
}
.swiki .lock div { 
  position: relative;
  right: 4px;
  text-align: right;
  font-weight: bold;
  font-size: 77%;
}
.swiki #swiki_watch_blurb {  
  color: #d13;
  font-weight: bold;
  text-align: center;
}
.swiki .section { 
  border-bottom: 1px solid #acb3d7;
}
#tn15 .swiki .section h3,
.swiki .section h3 { 
  margin-top: 1em;
  margin-right: 12em;
  margin-bottom: 0px;
}
.swiki .section br { 
  margin-top: 0.8em;
}
.swiki .section .tabs { 
  float: right;
  position: relative;
  font-size: 85%;
  bottom: 2.22em;
}
.swiki .section .tabs button { 
  font-weight: normal;
}
.swiki .section .tabs button.last { 
  margin-right: 0px;
}
.swiki .tabs button.b_unwatch { 
  color: #d13;
}
.swiki .buttons { 
  margin-top: 8px;
}
.swiki .buttons button,
.swiki button.b_reply,
.swiki .inline button { 
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  background: none no-repeat;
  margin-right: 8px;
}
.swiki button.b_reply,
.swiki .inline button { 
  margin: 0px;
}

.swiki .buttons button span { 
  visibility: hidden;
}
.swiki .buttons button.b_save    { 
  background-image: url(/images/swiki/buttons/save.jpg);
  width: 73px;
  height: 24px;
}
.swiki .buttons button.b_revert  { 
  background-image: url(/images/swiki/buttons/revert.jpg);
  width: 73px;
  height: 24px;
}
.swiki .buttons button.b_preview { 
  background-image: url(/images/swiki/buttons/preview.jpg);
  width: 73px;
  height: 24px;
}

.swiki .buttons button.b_i18n { 
  background-color: #e2cb3e;
  padding: 1px;
  border: 1px solid #000;
  cursor: pointer;
}
.swiki .buttons button.b_i18n span { 
  font-weight: bold;
  visibility: visible;
} 

.swiki .buttons button.b_cancel,
.swiki button.b_reply,
.swiki .inline button { 
  width: auto;
  height: auto;
  color: #00f;
  font-size: 85%;
}
.swiki .buttons button.b_cancel span { 
  visibility: visible;
}
.swiki .buttons button.b_cancel:hover span,
.swiki button.b_reply:hover span,
.swiki .inline button:hover span { 
  text-decoration: underline;
}
.swiki .edit { 
  margin-top: 8px;
  padding: 8px;
  background: #f0f5ff;
  border: 1px solid #88c;
}
.swiki .edit input[type=text], .swiki .edit textarea { 
  width: 100%;
}
.swiki .warning { 
  font-weight: bold;
  color: #c00;
}
.swiki div.warning { 
  text-align: center;
}
.swiki .sortable li { 
  cursor: move;
}
.swiki .history { 
  background: #faf7ea;
  padding: 8px;
}
.swiki .user { 
  float: right; 
  background: #faf7ea; 
}
.swiki .user, .swiki .user option { 
  font-size: x-small;
}
.swiki #swiki_last { 
  font-style: italic;
  margin-bottom: 4px;
}
.swiki a.sig { 
  text-decoration: none;
  font-style: italic;
}
.swiki .clear:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .swiki .clear { 
  height: 1%;
}
.swiki #swiki_control2 { 
  display: none;
  text-align: right;
}
.swiki #swiki_control2 .tabs button { 
  top: -1px;
  border-left: 1px solid #fff;
  border-right: 1px solid #acb3d7;
  border-bottom: 1px solid #acb3d7;
  border-top: none;
  padding-bottom: 2px;
}
.swiki #swiki_control2 .tabs button.first { 
  border-left-color: #acb3d7;
}
.swiki #swiki_control2 .tabs button.active { 
  border-left-color: #888;
  border-right-color: #888;
  border-top: 1px solid #fff;
  border-bottom-color: #888;
  height: 2.4em;
}
#swiki_ie td.first { width: 99%; }
#swiki_ie td.last { width: 100px; }
.swiki form { 
  display: inline;
  margin: 0px;
}
.swiki_intro { 
  font-size: 85%;
}
.swiki_intro .left { 
  float: left;
}
.swiki_intro .box { 
  border: 1px solid #800;  
  padding: 4px;  
  width: 60%; 
  line-height: 110%;
}
.swiki_intro .help { 
  text-align: right; 
  font-weight: bold; 
}
.swiki_intro .disclaimer { 
  font-size: 91%;
  width: 26em;
  margin-bottom: 4px;
}
.swiki_intro .noleft { 
  margin-bottom: -16px;
}
.swiki .toc { 
  font-size: 91%;
  background: #eee;
  border: 1px solid #888;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.swiki .toc-toggle span { 
  font-weight: bold;
}
.swiki .toc-main { 
  margin-top: 4px;
}
.swiki .toc-1                     { margin-left: 0.5em; }
.swiki .toc-2                     { margin-left: 1.5em; }
.swiki .toc-3                     { margin-left: 2.5em; }
.swiki .toc      .toc-toggle-show { display: none;      }
.swiki .toc-hide .toc-toggle-show { display: inline;    }
.swiki .toc      .toc-toggle-hide { display: inline;    }
.swiki .toc-hide .toc-toggle-hide { display: none;      }
.swiki .toc-hide .toc-main        { display: none;      }

#tn15adrhs.swiki{
  position:absolute;
  display:block;
  float:none;
  margin-left:522px;
  z-index:2;
}

.swiki #top_rhs_wrapper{
  background:#fff;
}

#swiki_ad_spacer {
  position:relative;
  float:right;
  margin-left:5px;
}
