@charset "utf-8";
body {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #FFF;
  margin: 0;
  padding: 0;
  color: #000;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
a img { 
  border: none;
}
a {
  color: #3F69B3;
  text-decoration: none;
}
a.highlight {
  color: #FF0000;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
.monospace {
  font: Courier New, monospace;
}
.callout {
  font-weight: bold;
}
.curved { 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius:5px;
  border-radius: 5px;
}
.curved-bottom {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.curved-top {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.shadow {
  -moz-box-shadow:    3px 3px 3px 1px #ddd;
  -webkit-box-shadow: 3px 3px 3px 1px #ddd;
  box-shadow:         3px 3px 3px 1px #ddd;
}
.vertical-text-center {
  width: 1em;
  margin-left:auto;
  margin-right:auto;
  text-align:center; 
  line-height:110%;
}
.vertical-text-right {
  width: 1em;
  margin-left:auto;
  margin-right:0px;
  text-align:center; 
  line-height:110%;
}
.vertical-text-left {
  width: 1em;
  margin-left:0px;
  margin-right:auto;
  text-align:center; 
  line-height:110%;
}
.infobox {
  border: 1px solid #ccc;
  padding: 3px;
  background: url("//wrapper.tanukisoftware.com/doc/images/gradient.png?20181012142800") repeat 0 0 #fff;
  position:relative; /* IE fix to show border */
  top:-1px; /* IE fix to show border */
}
.infobox span {
  display: block;
  border-left: 5px solid #3F69B3;
  padding-left: 5px;
  text-align: left;
}
.container {
  width: 960px;
  background: #fff;
  margin: 0 auto;
}
.header {
  float:left;
  width: 100%;
}
/* topbar */
.topbar {
  float: left;
  background: url("//wrapper.tanukisoftware.com/doc/images/topbar-bg.png?20181012142800") repeat-x bottom #fff;
  width: 938px;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 0px 10px;
  height: 50px;
}
.topbar div.search {
  float:left;
/*  width:400px; */
  margin: 12px 0;
}
.topbar div.login {
  float:right;
  margin:12px 10px;
  width: 300px;
}
.topbar div.login table {
  margin: auto;
}
.topbar div.welcome {
  text-align: center;
}
.topbar div.login-menu {
  text-align: center;
}
.topbar div.language {
  float: right;
  margin: 12px 0;
}
/* end topbar */
/* info bar menu */
.infobar {
  float: left;
  width: 960px;
  margin: 10px 0;
}
.infobar-logo {
  float: left;
  min-height: 90px;
}
.infobar-logo ul {
  list-style:none;
  position: relative;
  top: 22px;
  margin: 0;
  padding: 0;
}
.infobar-logo li {
  float: left;
  margin: 0 15px;
}
.infobar-trialbuy {
  float: right;
  width: 368px;
  min-height: 90px;
  border: 1px solid #ccc;
  background: url("//wrapper.tanukisoftware.com/doc/images/gradient.png?20181012142800") repeat 0 0 #fff;
  padding: 5px;
  text-align: center;
}
.infobar-trialbuy  ul{
  list-style: none;
  margin-top: 10px;
  margin: 0;
  padding: 0;
}
.infobar-trialbuy  li{
  display: inline;
  margin: 0 5px;
}
/* end info bar */
/* sitebar */
.sitebar ul {
  margin: 0 0 0 20px;
  padding:0;
  list-style:none;
}
.sitebar li {
  float: left;
  margin:0;
  padding:0;
}
.sitebar li a {
  width: 200px;
  display: block;
  height: 0; 
  overflow: hidden; 
  padding-top: 30px;
}
.sitebar li a.tsl {
  background: url("//wrapper.tanukisoftware.com/doc/images/tanukisoftware-site-btn.png?20181012142800") no-repeat scroll 0 0 transparent;
}
.sitebar li a:hover.tsl {
  background: url("//wrapper.tanukisoftware.com/doc/images/tanukisoftware-site-btn.png?20181012142800") no-repeat scroll 0 -30px transparent;
}
.sitebar li a.jsw {
  background: url("//wrapper.tanukisoftware.com/doc/images/jsw-site-btn.png?20181012142800") no-repeat scroll 0 0 transparent;
}
.sitebar li a:hover.jsw {
  background: url("//wrapper.tanukisoftware.com/doc/images/jsw-site-btn.png?20181012142800") no-repeat scroll 0 -30px transparent;
}
/* end sitebar */
/* breadcrumbs */
.breadCrumb {
  font-size: 0.8em;
  height: 2.0em;
  margin: 0 -5px 0 -5px;
  list-style-type: none;
  padding: 0 0 5px 0;
  background: #ffffff;
}
.breadCrumb li {
  float: left;
  line-height: 2.0em;
  padding-left: .75em;
  color: #707070;
  list-style-type: none;
  margin: 0;
}
.breadCrumb li a {
  display: block;
  padding: 0 15px 0 0;
  background: url("//wrapper.tanukisoftware.com/doc/images/breadCrumb.gif") no-repeat right center;
}
.breadCrumb li a:link, .breadCrumb li a:visited {
  text-decoration: none;
  color: #707070;
}
.breadCrumb li a:hover, .breadCrumb li a:focus {
  color: #dd2c0d;
}
/* end breadcrumbs */
.menubar {
  float: left;
  margin-bottom: 10px;
  width: 956px;
  border: 2px solid #3F69B3;
  background: url("//wrapper.tanukisoftware.com/doc/images/menubar-bg.png?20181012142800") repeat 0 0 #3F69B3;
}
/* Menu */
ul.menu ul{display:none}
ul.menu li:hover>ul{display:block}
ul.menu ul{position: absolute;left:-1px;top:98%;}
ul.menu ul ul{position: absolute;left:98%;top:-2px;}
ul.menu,ul.menu ul {
  margin:0px;
  list-style:none;
  padding:0;
  background-color:#ffffff;
  background-repeat:repeat;
  border-color:#3F69B3;
  border-width:1px;
  border-style:solid; 
}
ul.menu table {border-collapse:collapse}
ul.menu {
  display:block;
  zoom:1;
  float: left;
  border: 0px;
}
ul.menu ul{
  width:220px; /* submenu width */
}
ul.menu li{
  display:block;
  margin:0px;
  font-size:0px;
  border: 0 solid #3F69B3; /* tanuki */
  border-right-width: 2px; /* tanuki */
}
ul.menu a:active, ul.menu a:focus {
  outline-style:none;
}
ul.menu a, ul.menu li.dis a:hover, ul.menu li.sep a:hover {
  display:block;
  vertical-align:middle;
  border-width:0px;
  border-color:#6655ff;
  border-style:solid;
  text-align:left;
  text-decoration:none;
  padding:10px 15px; /* padding: 4px */
  font:normal 14px Verdana;
  color: #000;
  text-decoration:none;
  cursor:pointer;
  background: #3F69B3 url("//wrapper.tanukisoftware.com/doc/images/menubar-bg.png?20181012142800") repeat 0 0; /* tanuki */
}
ul.menu span{
  overflow:hidden;
}
ul.menu li {
  float:left;
}
ul.menu ul li {
  float:none;
  border: 0 solid #3F69B3; /* tanuki separator */
  border-bottom-width: 2px; /* tanuki separator */
}
ul.menu ul a {
  text-align:left;
  white-space:nowrap;
  background: #A1C5FF none repeat 0 0; /* tanuki */
}
ul.menu li.sep{
  text-align:center;
  padding:0px;
  line-height:0;
  height:100%;
}
ul.menu li.sep span{
  float:none;	padding-right:0;
  width:5;
  height:16;
  display:inline-block;
  background-color:#AAAAAA;	background-image:none;}
ul.menu ul li.sep span{
  width:80%;
  height:3;
}
ul.menu li:hover{
  position:relative;
  
  z-index: 500; /* tanuki */ 
}
ul.menu li:hover>a{
  background: #3F69B3 none repeat 0 0; /*tanuki*/
  border-color:#3F69B3;
  border-style:solid;
  font:normal 14px Verdana;
  color: #000; /* #fff */
  text-decoration:none;
}
ul.menu li a:hover{
  position:relative;
  background: #3F69B3 none repeat 0 0; /*tanuki*/
  border-color:#3F69B3;
  border-style:solid;
  font:normal 14px Verdana;
  color: #000; /* #fff */
  text-decoration:none;
  z-index: 500; /* tanuki */
}
ul.menu li.dis a {
  color: #AAAAAA !important;
}
ul.menu img {border: none;float:left;_float:none;margin-right:4px;width:16px;
  height:16px;
}
ul.menu ul img {width:16px;
  height:16px;
}
ul.menu img.over{display:none}
ul.menu li.dis a:hover img.over{display:none !important}
ul.menu li.dis a:hover img.def {display:inline !important}
ul.menu li:hover > a img.def  {display:none}
ul.menu li:hover > a img.over {display:inline}
ul.menu a:hover img.over,ul.menu a:hover ul img.def,ul.menu a:hover a:hover ul img.def,ul.menu a:hover a:hover a:hover ul img.def,ul.menu a:hover a:hover img.over,ul.menu a:hover a:hover a:hover img.over,ul.menu a:hover a:hover a:hover a:hover img.over{display:inline}
ul.menu a:hover img.def,ul.menu a:hover ul img.over,ul.menu a:hover a:hover ul img.over,ul.menu a:hover a:hover a:hover ul img.over,ul.menu a:hover a:hover img.def,ul.menu a:hover a:hover a:hover img.def,ul.menu a:hover a:hover a:hover a:hover img.def{display:none}
ul.menu a:hover ul,ul.menu a:hover a:hover ul,ul.menu a:hover a:hover a:hover ul{display:block}
ul.menu a:hover ul ul,ul.menu a:hover a:hover ul ul{display:none}
ul.menu span{
  display:block;
  background-image:url(./../images/arrv_anim_1.gif);
  background-position:right center;
  background-repeat: no-repeat;
  padding-right:11px;}
ul.menu li:hover>a>span{	background-image:url(./../images/arrv_anim_1o.gif);
}
ul.menu a:hover span{	_background-image:url(./../images/arrv_anim_1o.gif)}
ul.menu ul span,ul.menu a:hover table span{background-image:url(./../images/arr_double_1.gif)}
ul.menu ul li:hover > a span{	background-image:url(./../images/arr_double_1o.gif);}
ul.menu table a:hover span,ul.menu table a:hover a:hover span,ul.menu table a:hover a:hover a:hover span{background-image:url(./../images/arr_double_1o.gif)}
ul.menu table a:hover table span,ul.menu table a:hover a:hover table span{background-image:url(./../images/arr_double_1.gif)}

ul.menu li a.active {
  color: white;
  background: #A1C5FF none repeat 0 0;
}
ul.menu li a.active:hover {
  color: white;
  background: #A1C5FF none repeat 0 0;
}
ul.menu li.active:hover>a {
  color: white;
  background: #A1C5FF none repeat 0 0;
}
/* end menu */
.content {
  width: 960px;
  float: left;
}
.content p {
  padding: 5px 0;
}
.content-header {
}
.content-header span h1 {
  font-size: 16px;
}
.content-box {
  border: 1px solid #ccc;
  background: url("//wrapper.tanukisoftware.com/doc/images/gradient.png?20181012142800") repeat 0 0 #fff;
  padding: 2px;
  text-align: left;
}
.content h1,h2,h3 {
  font-weight: bold;
  font-size: 12px;
}
.footer {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.footer ul, .footer ol { 
  margin: 0;
  padding: 0;
}
.sitemap {
  float: left;
  width: 956px;
  height: 180px;
  margin-top: 10px;
  margin-bottom: 20px;
  clear: both; 
  background: url("//wrapper.tanukisoftware.com/doc/images/footer-bg.png?20181012142800") repeat-x 0 top #fff;
  border: 2px solid #ccc;
}
.sitemap ul {
  list-style: none;
}
.sitemap ul li {
  display: inline-block;
  vertical-align: top;
  padding: 15px 15px;
  zoom:1; /* IE fix */
  *display: inline; /* IE fix */
}
.sitemapp {
  border-right: 1px solid #ccc;
  font-weight: bold;
  height: 150px;
}
.sitemap .logo  img{
  position: relative;
  top: 50px;
}
.sitemap ul ul li {
  display: block;
  border-right: none;
  padding: 2px 0;
  font-weight: normal;
  list-style: none outside none; /* IE fix */
}
.sitemap ul a:link, .sitemap ul a:visited {
  color: #000;
  text-decoration: none;
}
.sitemap ul a:hover, .sitemap ul a:active {
  color: #000;
  text-decoration: underline;
}
.languages {
  float: left;
  font-size: 10px;
}
.languages ul a:link, .languages ul a:visited {
  text-decoration: none;
  color: #000;
}
.languages ul a:hover, .languages ul a:active {
  text-decoration: underline;
  color: #000;
}
.languages ul {
  list-style: none;
}
.languages li {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #000;
}
.terms {
  float: left;
}
.terms ul a:link, .terms ul a:visited {
  text-decoration: none;
  color: #000;
}
.terms ul a:hover, .terms ul a:active {
  text-decoration: underline;
  color: #000;
}
.terms ul {
  list-style: none;
}
.terms li {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #000;
}
.copyright {
  float: right;
}
/* ~~miscellaneous float/clear classes~~ */
.fltrt {
  float: right;
}
.fltlft {
  float: left;
}
.clearfloat {
  clear:both;
  height:0;
  line-height: 0px;
}
/* front page */
.banner img {
  border: 2px solid #b4c91a;
  margin-bottom: 10px;
}
div div .content {
  width: 748px;
  border: 1px solid #ccc;
  border-top: 0px;
  position:relative; /* IE fix to show border */
  top:-1px; /* IE fix to show border */
  margin: 0;
}
.content a:link, .content a:visited {
  color: #42637b;
  text-decoration: underline;
}
.content a:hover, .content a:active {
  color: #ff0000;
}
.news-front {
  float: left;
  width: 230px;
  margin-right: 10px;
  font-size: 11px; /* japanese news doesn't fix with 12px */
}
.news-front .content {
  float: left;
  width: 228px;
}
.feature-left {
  float: left;
  width: 230px;
  margin-top: 10px;
}
.feature-left .content {
  padding: 5px;
  width: 218px;
}
.feature-right {
  float: right;
  width: 230px;
  margin-top: 10px;
}
.feature-right .content {
  padding: 5px;
  width: 218px;
}
.learnmore {
  text-align: right;
}
.wrapper-front {
  width: 480px;
  float: left;
}
.partners-front {
  float: left;
  margin-left: 10px; 
  margin-top: 10px;
}
.partners-front ul {
  list-style: none outside none;
  text-align: center;
  margin: 10px 0; 
  padding: 0; 
}
.partners-front div.content {
  width: 228px;
}
.customers-front {
  width: 230px;
  float: left;
  margin-left: 10px;
}
.customers-front .content {
  width: 228px;
  padding: 10px 0;
}
table.customer-front tr td {
  padding: 0px 5px;
  margin: 0px;
}
.customers-front p {
  text-align: right;
  padding: 0 10px;
}
.customers h1 {
  font-size: 24px;
}
.customers .content {
  width: 958px;
  padding-top: 10px;
}
.customers .content p {
  padding: 10px 5px;
}
.customer {
  width: 459px;
  *width: 449px; /* fix IE6 */
  float: left;
  border-top: #acd200 4px dotted;
  margin:0 10px;
  padding:0;
}
.customer .name {
  float: left;
  font-size: 16px;
}
.customer .url {
  float: right;
}
.customer .logo {
  text-align: center;
  clear:both;
  padding: 5px 0;
}
.customer p {
  text-align: justify;
  line-height: 1.2em;
  padding: 15px 0;
}
.japan p {
  text-align: left;
}
.distributors h1 {
  font-size: 24px;
}
.distributors h2 {
  font-size: 18px;
}
.distributors {
}
.distributors p {
  padding: 10px;
}
.news .content {
  width: 938px;
  padding: 10px;
}
.products .content {
  width: 938px;
  padding: 10px;
  min-height: 300px;
}
.wrapper .content {
  width: 938px;
  padding: 10px;
}
.consulting .content {
  width: 938px;
  padding: 10px;
}
.company .content {
  width: 938px;
  padding: 10px;
}
.contact .content {
  width: 938px;
  padding: 10px;
}
.management .content {
  width: 938px;
  padding: 10px;
  min-height: 300px;
}
.careers .content {
  width: 938px;
  padding: 10px;
}
.privacy .content {
  width: 938px;
  padding: 10px;
}
.terms .content {
  width: 938px;
  padding: 10px;
}
.moreInfo .content {
  width: 916px;
}
.worldmap {
  vertical-align: middle;
}
div.social {
  text-align: right;
  padding: 5px 5px 0 0;
}
div.social ul li {
  display: inline;
  list-style: none outside none;
}
table.contact td.right {
  text-align: right;
  width: 120px;
}
iframe.contactMap {
  border: #000 1px solid;
}
table.infoTable {
  width: 100%;
}
table.infoTable tr th {
  width: 10%;
  border-bottom: #000 1px solid;
  padding: 5px 10px;
  vertical-align: top;
  white-space: nowrap;
  text-align: right;
}
table.infoTable tr td {
  border-bottom: #000 1px solid;
  padding: 5px 10px;
}
/* double rainbow */
.scrollable {
  /* required settings */
  position:relative;
  overflow:hidden;
  width: 228px;
  height:106px;
}
.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}
.items div {
}
a.prev {
  background:url(//wrapper.tanukisoftware.com/doc/images/customer-arrow.gif) no-repeat 0 0;
  display:block;
  width:18px;
  height:18px;
  float:left;
  cursor:pointer;
  font-size:1px;
  margin: 0 5px;
}
a.prev:hover {
  background-position: 0 -18px;
}
a.next {
  background:url(//wrapper.tanukisoftware.com/doc/images/customer-arrow.gif) no-repeat -18px 0;
  display:block;
  width:18px;
  height:18px;
  float:right;
  cursor:pointer;
  font-size:1px;
  margin: 0 5px;
}
a.next:hover {
  background-position: -18px -18px;
}
a.morecustomers {
  float:left;
  margin:0;
  padding:0;
  width: 172px;
  _width: 162px;
  text-align:center;
}
/* docbook */
xdiv.sectionheader1 {
  border-collapse: collapse;
  padding; 0;
  margin: 0 0 24px 0;
}
xdiv.sectionheader2 {
  border-collapse: separate;
  padding; 0 0 0 8px;
  margin: 12px 0;
}
xdiv.sectionheader3 {
  border-collapse: separate;
  padding; 0 0 0 8px;
  margin: 12px 0;
}
table.sectionheader1 {
  width: 100%;
  border-collapse: collapse;
  padding:0;
  margin: 0 0 24px 0;
}
td.sectionheader1 {
  padding:0;
  margin:0;
}
td.sectionbody1 {
  padding:0;
  margin:0;
}
div.sectionbodydiv1 {
  padding:5px;
  margin:0;
}
xtd.sectionheader1 p {
  padding: 5px;
}
table.sectionheader2 {
  width: 98%;
  border-collapse: separate;
  padding: 0 0 0 8px;
  margin: 12px 0;
}
td.sectionheader2 {
  padding:0;
  margin:0;
}
td.sectionbody2 {
  padding:0;
  margin:0;
}
div.sectionbodydiv2 {
  padding:5px;
  margin:0;
}
table.sectionheader3 {
  width: 98%;
  border-collapse: separate;
  padding: 0 0 0 8px;
  margin: 12px 0;
}
td.sectionheader3 {
  padding:0;
  margin:0;
}
td.sectionbody3 {
  padding:0;
  margin:0;
}
div.sectionbodydiv3 {
  padding:5px;
  margin:0;
}

.info-box {
  border: 1px solid #99bbff;
  background: url("//wrapper.tanukisoftware.com/doc/images/gradient-info.png?20181012142800") repeat 0 0 #b2ccff;
  padding: 2px;
  text-align: left;
}
div.info {
  width: 680px;
  margin: 10px auto 0 auto;
}
div.info div.content {
  width: 678px;
  margin: 0 auto 10px 0;
  background-color: #ccddff;
  border: 1px solid #99bbff;
}
div.info div.content p {
  padding: 5px;
}
.note-box {
  border: 1px solid #ffff99;
  background: url("//wrapper.tanukisoftware.com/doc/images/gradient-note.png?20181012142800") repeat 0 0 #ffffb2;
  padding: 2px;
  text-align: left;
}
div.note {
  width: 680px;
  margin: 10px auto 0 auto;
}
div.note div.content {
  width: 678px;
  margin: 0 auto 10px 0;
  background-color: #ffffcc;
  border: 1px solid #ffff99;
}
div.note div.content p {
  padding: 5px;
}
.warning-box {
  border: 1px solid #ff9999;
  background: url("//wrapper.tanukisoftware.com/doc/images/gradient-warning.png?20181012142800") repeat 0 0 #ffb2b2;
  padding: 2px;
  text-align: left;
}
div.warning {
  width: 680px;
  margin: 10px auto 0 auto;
}
div.warning div.content {
  width: 678px;
  margin: 0 auto 10px 0;
  background-color:#ffcccc;
  border: 1px solid #ff9999;
}
div.warning div.content p {
  padding: 5px;
}
div.example {
  overflow-y: hidden ! important;
  overflow-x: auto ! important;
  margin: 0px;
  width: 678px;
}
div.example pre {
  margin: 5px;
}
table.example {
  margin: auto;
  border-collapse: collapse;
  margin-bottom: 5px;
  width: 680px;
}
table.example td.listingcaption {
  padding-bottom: 3px;
}
table.example td.listingcell {
  background-color: #f8f8f8;
  color: #606060;
  border-color: #cccccc;
  border-style: dashed;
  border-width: 1px;
}
div.programlisting {
  overflow-y: hidden ! important; overflow-x: auto ! important;
  width: 98%;
  margin: 5px auto;
}
table.listing {
  width: 96%;
  margin: 0 2%;
  border-collapse: collapse;
}
div.sidebar {
  float: right;
  width: 190px;
  margin: 0px 0 0 10px; /* 5px 10px 0 0 */
  position: relative;
}
div.sidebar ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
div.sidebar-menu {
  width: 188px;
  border: 1px solid #ccc;
  border-top: 0px;
  position:relative; /* IE fix to show border */
  top:-1px; /* IE fix to show border */
  margin: 0;
}
div.sidebar-menu a:link,
div.sidebar-menu a:visited,
div.sidebar-menu a:hover,
div.sidebar-menu a:active {
  color: #000;
  text-decoration: underline;
  font-size: 10px;
}
div.sidebar-menu ul {
  list-style: square outside none;
  margin: 0 0 0 15px;
  padding: 5px;
}
div.sidebar-menu ul li {
}
li.sidebar-menu-divider {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 0 2px;
    line-height: 0;
    list-style-type: none;
    margin: 10px 10px 5px 0;
}
div.main {
  width: 760px;
}
/* feature table at the top (platform, version) */
table.feature {
  width: 680px;
  margin: 10px auto;
  border-collapse: collapse;
}
table.feature td, table.feature th{
  border: 1px solid #ccc;
}
table.feature tr * {
  padding: 4px;
  background-color: #eee;
}
table.feature th {
  text-align: right;
}
/* QnA */
.qna-summary {
    padding: 5px;
    border: 1px solid #ccc;
}
.qna-question-block {
    clear: both;
    padding-bottom: 1em;
    vertical-align: center;
}
.qna-question {
    font-size: 14pt;
    padding-top: 8px;
    padding-left: .5em;
    color: #ff0000;
}
.qna-question-label {
    height: 40px;
    font-size: 14pt;
    padding-top: 8px;
    padding-left: .5em;
    padding-right: .5em;
    color: #ffffff;
    background-image: url('//wrapper.tanukisoftware.com/doc/images/questionbg.png?20181012142800');
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
}
.qna-question-spacer {
    height: 40px;
    width: 24px;
    background-image: url('//wrapper.tanukisoftware.com/doc/images/questionbg.png?20181012142800');
    background-repeat: no-repeat;
    background-position: right top;
    float: left;
}
.qna-answer-block {
    clear: both;
    padding-bottom: 1em;
    vertical-align: center;
}
.qna-answer {
    font-size: 18pt;
    padding-top: 8px;
    padding-left: .5em;
    color: #0a1abb;
}
.qna-answer-label {
    height: 50px;
    font-size: 18pt;
    padding-top: 8px;
    padding-left: .5em;
    padding-right: .5em;
    color: #ffffff;
    background-image: url('//wrapper.tanukisoftware.com/doc/images/answerbg.png?20181012142800');
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
}
.qna-answer-spacer {
    height: 50px;
    width: 28px;
    background-image: url('//wrapper.tanukisoftware.com/doc/images/answerbg.png?20181012142800');
    background-repeat: no-repeat;
    background-position: right top;
    float: left;
}
.qna-overview {
    margin-top: 20px;
}
.qna-details {
    margin: 10px auto;
}
.qna-technical {
}
/* features in download.jsp */
table.features {
  width: 90%;
  margin: 10px auto;
  border-collapse: collapse;
}
table.features tr, table.features th{
  border: 1px solid #ccc;
}
table.features tr * {
  padding: 4px;
}
table.features tr.platform-header th {
  background-color: #EEEEEE;
}
table.features tr.platform-row-even td {
  background-color: #F2F2F2;
}
/* download list table in download.jsp */
table.download {
  width: 90%;
  margin: 10px auto;
  border-collapse: collapse;
}
table.download tr, table.download th{ 
  border: 1px solid #ccc;
}
table.download tr * { 
  padding: 4px;
}
table.download tr.platform-header th {
  background-color: #EEEEEE;
}
table.download tr.platform-row-even td {
  background-color: #F2F2F2;
}
/* download delta table in download.jsp */
table.download-delta {
  width: 90%;
  margin: 10px auto;
  border-collapse: collapse;
}
table.download-delta tr, table.download-delta th{
  border: 1px solid #ccc;
}
table.download-delta tr * { 
  padding: 4px;
}
table.download-delta tr.platform-header th {
  background-color: #EEEEEE;
}
table.download-delta tr.platform-row-even td {
  background-color: #F2F2F2;
}
/* release notes */
table.release-notes p {
}
/* form tables license pages */
.formTable {
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-style: ridge;
    border-color: #a9a9b5;
}
.formTable th {
    border-width: 1px 1px 1px 1px;
    padding: 2px 2px 2px 2px;
    border-style: ridge;
    border-color: #a9a9b5;
    background-color: #d8d8e8;
    font-size: .8em;
    text-align: center;
}
.formTable td {
    border-width: 1px 1px 1px 1px;
    padding: 2px 2px 2px 2px;
    border-style: ridge;
    border-color: #a9a9b5;
    background-color: #e7e7f7;
    font-size: .8em;
    text-align: left;
    vertical-align: top;
}
.formRowEven td {
    background-color: #ebebfb;
}
.formRowOdd td {
    background-color: #e7e7f7;
}
td.formTableRowHead {
    background-color: #d8d8e8;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}
a.collapse:hover {
  text-decoration: none;
  cursor:help;
}
.details {
  width: 9px;
  height: 9px;
  background: url("//wrapper.tanukisoftware.com/doc/images/details.png?20181012142800") no-repeat scroll 0 -9px transparent;
  display: inline-block;
  margin: 0 5px;
}
.details-flip {
  background: url("//wrapper.tanukisoftware.com/doc/images/details.png?20181012142800") no-repeat scroll 0 0 transparent;
}
.popup {
  text-decoration: none; 
  border-bottom:1px dotted; 
  color:#3F69B3; 
  cursor:help;
}
table.version-list {
  width: 96%;
  margin: 2%;
  border: 1px solid #ddd;
  border-collapse:collapse;
}
table.version-list tr.even {
  background-color: #fafafa;
}
table.version-list tr.odd {
  background-color: #fff;
}
table.version-list tr:hover {
  background-color: #CFE3FF;
}
table.version-list td {
  border: 1px solid #ddd;
  padding: 5px;
}
table.version-list p.feature {
  color: #3F69B3;
  text-decoration: underline;
}
table.version-list th {
  border: 1px solid #ddd;
  padding: 10px 5px;
  background-color: #eee;
}
table.feature-list {
  width: 96%;
  margin: 2%;
  border: 1px solid #ddd;
  border-collapse:collapse;
}
table.feature-list tr.even {
  background-color: #fafafa;
}
table.feature-list tr.odd {
  background-color: #fff;
}
table.feature-list tr:hover {
  background-color: #CFE3FF;
  cursor: help;
}
table.feature-list td {
  border: 1px solid #ddd;
  padding: 5px;
}
table.feature-list p.feature {
  cursor: help;
  color: #3F69B3;
  text-decoration: underline;
}
table.feature-list th {
  border: 1px solid #ddd;
  padding: 10px 5px;
  background-color: #eee;
}
table.feature-list a {
  cursor: help;
}
table.feature-list td img {
  margin: auto;
  display: block;
}
span.feature-link {
  float:right;
}
div.logged-on {
  font-size: 10px;
}
ul.itemizedlist-square {
  margin: 5px 0 5px 25px;
  padding: 0 5px;
  list-style-type:square;
  list-style-image:none;
}
ul.itemizedlist-circle {
  margin: 5px 0 5px 25px;
  padding: 0 5px;
  list-style-type:circle;
  list-style-image:none;
}
ul.itemizedlist-disc {
  margin: 5px 0 5px 25px;
  padding: 0 5px;
  list-style-type:disc;
  list-style-image:none;
}
ul.itemizedlist-number {
  margin: 5px 0 5px 25px;
  padding: 0 5px;
  list-style-type:decimal;
  list-style-image:none;
}
ul.itemizedlist-img li {
  list-style-type:none;
  list-style-image:none;
}
ul.itemizedlist-img li img {
  vertical-align: middle;
  margin:5px 5px 5px 0;
}
ul.itemizedlist-img li p {
  display: inline-block;
  vertical-align: middle;
  margin-right:-50px;
}
ul.itemizedlist-link {
  margin: 5px 0 5px 25px;
  padding: 0 5px;
  list-style: square outside url("//wrapper.tanukisoftware.com/doc/images/link-icon.gif");
}
table.generictable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 90%;
  margin: 10px auto 20px auto;
}
table.generictable td, table.generictable th {
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-align:center;
}
table.generictable td.left {
  text-align:left;
}

ul.general-value-list {
  list-style-type: disc;
  list-style-image: none;
}
span.general-value {
  color:#4400AA;
  xfont: Courier New, monospace;
  font: monospace;
  font-weight: bold;
}

ul.property-value-list {
  list-style-type: disc;
  list-style-image: none;
}
span.property-value {
  color:#33AA66;
  xfont: Courier New, monospace;
  font: monospace;
  font-weight: bold;
}
span.property-ref {
  color:#33AA66;
  xfont: Courier New, monospace;
  font: monospace;
  font-weight: bold;
}

span.highlight-green {
  font-weight: bold;
  color: #33AA66;
}
span.highlight-info {
  font-weight: bold;
  color: #4400AA;
}
span.highlight-warn {
  font-weight: bold;
  color: #CC0000;
}

span.translation-outdated {
  border-left: 5px solid #9fa197;
  display: block;
  padding-left: 5px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: grey;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    /* Position the tooltip text*/
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

div.doc-table-box {
    margin: 10px auto 15px auto;
}
table.doc-table {
  border-collapse:collapse;
  margin: 0px auto 0px auto; 
  border-width:0px;
  border-style:none;
}
td.doc-table-clear-cell {
}
td.doc-table-cell {
  vertical-align: top;
  padding:3px;
  background-color:#f0f0f0;
  border-color:#c0c0c0;
  border-width:1px;
  border-style:solid;
}
th.doc-table-column-header {
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  padding:3px;
  background-color:#e0e0e0;
  border-color:#c0c0c0;
  border-width:1px;
  border-style:solid;
}
th.doc-table-row-header {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  padding:3px;
  background-color:#e0e0e0;
  border-color:#c0c0c0;
  border-width:1px;
  border-style:solid;
}
div.doc-table-caption
{
  margin: 5px auto 0px;
  padding: 0 40px;
  text-align: center;
  font-style: italic;
}
div.doc-table-caption div
{
  text-align:left;
  margin: 0px auto;
  display:inline-block;
}
img.technical-tip-image {
  float:right;
  border: 0px;
  margin: 10px;
}

.image-right {
    float: right;
    margin: 4px 0px 4px 4px;
}
.image-rightClear {
    clear: right;
    float: right;
    margin: 4px 0px 4px 4px;
}
.image-left {
    float: left;
    margin: 4px 4px 4px 0px;
}
.image-leftClear {
    clear: left;
    float: left;
    margin: 4px 4px 4px 0px;
}
/** QnA header **/
/* Base */
.qnabox {
    width: 300px;
    background-image: linear-gradient(top, #FFFFFF 15%, #E2E3E4 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 15%, #E2E3E4 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 15%, #E2E3E4 100%);
    background-image: -webkit-linear-gradient(top, #FFFFFF 15%, #E2E3E4 100%);
    background-image: -ms-linear-gradient(top, #FFFFFF 15%, #E2E3E4 100%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.15, #FFFFFF),
        color-stop(1, #E2E3E4)
    );
    
    float: left;
}
  
.qnabox-top {
}
  
.qnabox-top-content {
    margin-left: 18px;
}
  
.qnabox-top-content h3 {
    font-size: 18px;
    padding: 10px 9px 6px 9px;
    margin: 0 0 0 -18px;
    width: 100%;
    color: #fff;
    text-align: center;
}
  
.qnabox-content { 
    padding-left: 18px;
}
  
.qnabox-content p {
    font-size: 14px;
    padding: 6px 18px 0 0;
    margin: 0;
}
  
.qnabox-bottom {
    height: 17px;
}
  
.qnabox-bottom-content {
    height: 17px;
}
  
/* Problem */

.qnabox-problem {
    margin-left: 20px;
    *margin-left: 8px;
}

.qnabox-problem-top {  
    background: url(//wrapper.tanukisoftware.com/doc/images/qna/qna-red-tl.png?20181012142800) no-repeat top left;
    background-color: #ee3a25;
}
  
.qnabox-problem-top-content {
}
  
.qnabox-problem-top-content h3 {
    background: url(//wrapper.tanukisoftware.com/doc/images/qna/qna-red-tr.png?20181012142800) no-repeat top right;
}
 
.qnabox-problem-content { 
    background: url(//wrapper.tanukisoftware.com/doc/images/qna/qna-red-cl.png?20181012142800) repeat-y top left;
}
  
.qnabox-problem-content p {
    background: url(//wrapper.tanukisoftware.com/doc/images/qna/qna-red-cr.png?20181012142800) repeat-y top right;
}
  
.qnabox-problem-bottom {
    background: url(//wrapper.tanukisoftware.com/doc/images/qna/qna-red-bl.png?20181012142800) no-repeat bottom left;
}
  
.qnabox-problem-bottom-content {
    background: url(//wrapper.tanukisoftware.com/doc/images/qna/qna-red-br.png?20181012142800) no-repeat bottom right;
}
  
/* Solution */

.qnabox-solution {
}
 
.qnabox-solution-top {  
    background: url(//wrapper.tanukisoftware.com/doc/images/qna/qna-blue-tl.png?20181012142800) no-repeat top left;
    background-color: #3c69b3;
}
  
.qnabox-solution-top-content {
}
  
.qnabox-solution-top-content h3 {
    background: url(//wrapper.tanukisoftware.com/doc/images/qna/qna-blue-tr.png?20181012142800) no-repeat top right;
}
  
.qnabox-solution-content { 
    background: url(//wrapper.tanukisoftware.com/doc/images/qna/qna-blue-cl.png?20181012142800) repeat-y top left;
}
  
.qnabox-solution-content p {
    background: url(//wrapper.tanukisoftware.com/doc/images/qna/qna-blue-cr.png?20181012142800) repeat-y top right;
}
  
.qnabox-solution-bottom {
    background: url(//wrapper.tanukisoftware.com/doc/images/qna/qna-blue-bl.png?20181012142800) no-repeat bottom left;
}
  
.qnabox-solution-bottom-content {
    background: url(//wrapper.tanukisoftware.com/doc/images/qna/qna-blue-br.png?20181012142800) no-repeat bottom right;
}
  
/* Arrow */
  
.qna-arrow {
    float: left;
}

.qna-arrow img {
    margin: 20px;
}

/* Indentation */
p.indent20 {
    margin-left: 20px;
}
