/**
 * Theme Name: Takahashi Collection
 * Theme URI: http://www.allianceport.jp/services/
 * Description: Hybrid customized theme
 * Version: 0.1
 * Author: Alliance Port, LLC
 * Author URI: http://www.allianceport.jp
 * Status: unpublish
 *
 * Original theme is copyright (c) 2008 - 2010 Justin Tadlock.
 * All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 * Extensions added by Alliance Port, LLC is
 * Copyright Alliance Port, LCC all rights reserved.
 *
 *------------------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)

    project:        TAKAHASHI
    created:        2010-12-09
    updated:        2010-12-20
    author:         Alliance Port, LLC
    website:        http://takahashi.allianceport.jp
    summary:
                    @media print
                    @media screen
                        RESET
                        DEFAULT
                        DIAPORAMA
                        ARTISTS
                        DOCUMENTS

----------------------------------------------------------------------------- */

@media print {
    #tk-bg {
        display: none;
    }
}


@media screen {

/*        =RESET
----------------------------------------------------------------------------- */
html, body, div, span, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  abbr, address, cite, code,  del, dfn, em, img, ins, kbd, q, samp,  small, strong, sub, sup, var,  b, i,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary,  time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 62.5%;
}
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
        text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    outline: 0;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
img {
	-ms-interpolation-mode:bicubic;
}
address {
	display:inline;
}

/*        =DEFAULT
----------------------------------------------------------------------------- */
body {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: #787878;
}
.tk-support-index #tk-bg {
    display: block;
}
.tk-support-index #tk-container {
    width: 100%;
}
.tk-support-index #tk-header,
.tk-support-index #tk-navbar,
.tk-support-index .tk-content,
.tk-support-index #tk-footer {
    width: 100%;
}
.tk-support-index .tk-top-widget {
    width: 280px;
    margin: 0;
}
#tk-bg {
    z-index: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
html>body #tk-bg {
    position: fixed;
}
#tk-home #tk-bg {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tk-support-index,
.tk-support-index body {
    overflow-x: hidden;
}
.tk-support-index body .tk-container {
    position: static;
}
.tk-support-index body .tk-content {
    height: 100%;
    min-height: 620px;
}
#tk-container {
    position: relative;
    z-index: 1;
}
#tk-fisheye {
    position: relative;
    left: 0;
    top: 0;
    padding: 475px 0 0 0;
    height: 100%;
    text-align: center;
}
#tk-fisheye-container {
    display: block;
    list-style: none;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
}
#tk-fisheye-container li {
    cursor: pointer;
    overflow: visible;
    display: block;
    position: relative;
    float: left;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
}
#tk-fisheye-container li img {
    display: block;
    width: 100%;
    height: auto;
}
#tk-fisheye-container li div {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    color: #000;
    text-align: left;
}
#tk-fisheye-container li div ul,
#tk-fisheye-container li div ul li {
    list-style: none;
    display: block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
}
#tk-fisheye-container li div .tk-title {
    margin: 0;
    padding: 0 0 18px 0;
    color: #000;
    font-size: 1.2em;
    line-height: 1.6;
}
#tk-fisheye-container li div .tk-title a {
    color: #000;
}
#tk-fisheye-container li div .tk-title a .tk-subtitle {
    font-weight: normal;
}
#tk-fisheye-container li div ul li {
    margin: 0;
    padding: 0 0 0 12px;
    background: url(./images/arrow-west.png) no-repeat center left;
    color: #000;
    font-size: 1.2em;
    line-height: 1.6;
}
#tk-fisheye-container li div ul li a {
    color: #000;
}
#tk-fisheye-container a,
#tk-fisheye-container a:active,
#tk-fisheye-container a:hover {
    width: 100%;
    text-decoration: none;
    outline: 0;
}
#tk-fisheye-container div a,
#tk-fisheye-container div a:active,
#tk-fisheye-container div a:hover,
#tk-fisheye-container div a span,
#tk-fisheye-container div a:active span,
#tk-fisheye-container div a:hover span {
    text-decoration: none;
}
#tk-fisheye-container div a:hover,
#tk-fisheye-container div a:hover span {
    text-decoration: underline;
}
#tk-fisheye-container span {
    display: block;
    width: auto;
    padding: 0 19px 0 0;
}
#tk-fisheye-container .tk-shadow-1 {
    display: block;
    margin: 0 -19px 0 19px;
    padding: 0;
    height: 19px;
    background: url(./images/shadow-bottom.png) no-repeat top right;
}

#tk-fisheye-container .tk-shadow-2 {
    display: block;
    position: absolute;
    bottom: 19px;
    right: 0;
    width: 19px;
    height: 100%;
    padding: 0;
    background: url(./images/shadow-right.png) no-repeat 0 19px;
}
#tk-fisheye-container .tk-shadow-3 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 19px;
    height: 19px;
    margin: 0;
    padding: 0;
    background: url(./images/shadow-bottom.png) no-repeat -4px 0;
}
.tk-listener {
    cursor: pointer;
    z-index: 2;
    display: block;
    z-index: 995;
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    background: url(./images/pix.gif);
}
#tk-listener-1 {
    left: 0;
}
#tk-listener-2 {
    display: none;
    left: 10%;
    width: 80%;
}
#tk-listener-3 {
    right: 0;
}
#tk-fisheye-movie {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    height: auto !important;
    min-height: 100%;
    height: 100%;
}
.tk-blue {
    color: #5888AD;
}
.tk-red {
    color: #E50019;
}
.spacer_ {
    display: none;
}

/*        =DEFAULT
----------------------------------------------------------------------------- */
#tk-header,
#tk-navbar,
.tk-content,
#tk-footer,
.tk-top-widget {
    z-index: 998;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
#tk-container {
    width: 955px;
    margin: 0 0 0 28px;

}
.tk-content {
    padding: 12px 0 0 0;
}

/*        =HEADER
----------------------------------------------------------------------------- */
#tk-header {
    overflow: visible;
    position: relative;
    z-index: 20;
    height: 86px;
}
#tk-header .tk-top {
    overflow: hidden;
    float: right;
    margin: 0;
    padding: 0 27em 0 0;
    height: auto !important;
    min-height: 16px;
    height: 16px;
    font-size: 1em;
    line-height: 1.6;
    text-align: right;
}
#tk-header .tk-top ul,
#tk-header .tk-top ul li {
    vertical-align: top;
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
#tk-header .tk-top ul li {
    padding: 0 6px;
    border-left: 1px solid #e6e6e6;
    color: #e6e6e6;
    font-size: 1em;
    line-height: 1.6;
}
#tk-header .tk-top ul li a {
    color: #e6e6e6;
}
#tk-header .tk-top .tk-first {
    border: 0;
}
#tk-header .tk-top #tk-forms {
    position: absolute;
    top: 0;
    right: 0;
    width: 27em;
}
#tk-header .tk-top #tk-forms ul,
#tk-header .tk-top #tk-forms ul li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
}
#tk-header .tk-top #tk-forms ul li  {
    float: left;
}
#tk-header .tk-top #tk-forms ul #tk-language-switcher {
    overflow: hidden;
    width: 5.5em;
    padding: 1px 12px 1px 0;
    border-bottom: 1px solid #b4b4b4;
    background: #b4b4b4 url(./images/bg-select.png) no-repeat top right;

}
#tk-header .tk-top #tk-forms ul #tk-language-switcher form {
    overflow: hidden;
    display: block;
    position: relative;
    width: 5.5em;
    height: 1.4em;
    margin: 0;
    background: transparent;
}
#tk-header .tk-top #tk-forms ul #tk-language-switcher select {
    position: relative;
    left: -4px;
    cursor: pointer;
    width: 12em;
    height: 2.0em;
    margin: -2px 0 0 -2px;
    padding: 1px 0 0 7px;
    border: 0;
    background: #b4b4b4;
    color: #e6e6e6;
    font-size: 1.0em;
    line-height: 20px;
}
#tk-header .tk-top #tk-forms ul #tk-search-engine {
    overflow: hidden;
    width: 19em;
}
#mswhere {
    position: absolute;
    top: -999px;
}
#tk-header label {
    position: absolute;
    top: -100px;
}
#tk-header form input,
#tk-header form select {
    vertical-align: top;
}
#s, .search-text {
    width: 12.2em;
    height: 1.4em;
    padding: 0.2em 0.4em 0.1em 0.4em;
    border: 0;
    border-left: 3px solid #666;
    background: #fff;
    color: #ccc;
    font-size: 1.0em;
}
.tk-support-index #s, .tk-support-index .search-text {
    border-left: 3px solid #999;
}
#searchsubmit, .search-submit {
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    width: 4.6em;
    height: 1.8em;
    font-size: 1em;
}
#tk-header h1 {
    clear: both;
    width: 100%;
    height: 60px;
    padding: 8px 0 0 0;
}
#tk-header h1 a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 223px;
    height: 15px;
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    text-indent: -999px;
    background: url(./images/takahashi.png) no-repeat 0 0;
}
* html #tk-header h1 a {
    _background: url(./images/pix.gif);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src='./images/takahashi.png',sizingMethod='scale');
}
.tk-plus,
.tk-minus {
    overflow: hidden;
    display: block;
    width: 1.7em;
    height: 1.8em;
    background: url(./images/plus.png) no-repeat center center;
    text-indent: -999px;
}
.tk-minus {
    background: url(./images/minus.png) no-repeat center center;
}
#tk-header form #tk-search-blogs {
    cursor: pointer;
    display: block;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.7em;
    height: 1.8em;
    background: url(./images/minus.png) no-repeat center center;  /* PRELOAD MINUS ICON */
}
#tk-header form #tk-search-blogs div {
    position: absolute;
    top: 2em;
    right: 0;
    display: block;
    width: 10.7em;
    padding: 1em;
    background: #d0d0d0;
    text-align: left;
}
#tk-header form #tk-search-blogs div label {
    cursor: pointer;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    color: #3c3c3c;
    font-size: 1em;
    line-height: 2;
}
#tk-header form #tk-search-blogs div h4 {
    padding: 0 0 8px 0;
    color: #787878;
    font-size: 1em;
    font-weight: bold;
}

/*        =NAVBAR
----------------------------------------------------------------------------- */
#tk-navbar {
    position: relative;
    z-index: 999;
    width: 600px;
    margin: 0;
    height: auto !important;
    min-height: 19px;
    height: 19px;
}
.tk-support-index #tk-navbar {
    margin: 0 auto;
}
#tk-navbar ul,
#tk-navbar ul li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
#tk-navbar ul li {
    padding: 0 9px;
    color: #b4b4b4;
    border-right: 1px solid #b4b4b4;
}
#tk-navbar li a {
    color: #e6e6e6;
    font-size: 1.2em;
    line-height: 1.2;
    text-decoration: none;
}
#tk-navbar li a {
    line-height: 1.2;
    text-decoration: none;
}
#tk-navbar .current_page_item,
#tk-navbar li a:hover {
    color: #fff;
}
#tk-navbar .tk-first {
    padding: 0 9px 0 0;
}
#tk-navbar .tk-last {
    border: 0;
}

/*        =NAVBAR
----------------------------------------------------------------------------- */
#tk-footer {
    padding: 12px 0 24px 0;
}
#tk-footer ul,
#tk-footer ul li {
    display: inline;
}
#tk-footer li {
    padding: 0 7px;
    border-right: 1px solid #c7c7c7;
}
#tk-footer .tk-first {
    padding: 0 7px 0 0;
}
#tk-footer .tk-last {
    border-right: 0;
}
#tk-footer h6 {
    padding: 4px 0 0 0;
    font-weight: normal;
}
#tk-footer ul li,
#tk-footer h6,
#tk-footer a {
    color: #c7c7c7;
    font-size: 1.0em;
}
.tk-support-index #tk-footer {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -48%;
}

#tk-primary {
    float: left;
    width: 570px;
}
#tk-primary .tk-article {
    width: 560px;
    height: auto !important;
    min-height: 240px;
    height: 240px;
    margin: 0 10px 0 0;
    padding: 0;
}
* #tk-primary .tk-article {
    _margin: 0 5px 0 0;
}
.tk-article {
    background: #fff;
}
.tk-article .tk-article-wrapper,
.tk-article .tk-additional-article-wrapper {
    padding: 26px 25px 4px 25px;
}
.tk-page {
    overflow: hidden;
    width: 100%;
}
.tk-page .tk-article-wrapper {
    height: auto !important;
    min-height: 700px;
    height: 700px;
}
#tk-primary .tk-article .tk-article-wrapper,
.tk-article .tk-additional-article-wrapper {
    width: 510px;
}
.tk-article .tk-breadcrumb {
    margin: 0;
    padding: 0 0 4px 0;
    font-size: 1em;
}
.tk-article .tk-breadcrumb ul,
.tk-article .tk-breadcrumb ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tk-article .tk-title {
    color: #000;
    line-height: 2.4;
    padding: 0 0 21px 0;
}
.tk-article .tk-title span {
    display: block;
    padding: 0 0 2px 0;
}
.tk-article .tk-title .tk-about {
    font-weight: normal;
}
.tk-article .tk-title .tk-maintitle {
    font-size: 2em;
    line-height: 1.1;
}
.tk-article .tk-title .tk-subtitle {
    font-size: 1.8em;
    line-height: 1.3;
}
.tk-article .tk-preview {
    height: auto !important;
    margin: 0 0 21px 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.tk-article .tk-preview .tk-copyright {
    height: auto !important;
    min-height: 1em;
    font-size: 1em;
    line-height: 1.5;
    text-align: left;
}
.tk-article .tk-preview span,
.tk-article .tk-preview img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.tk-article .tk-thumbnail {
    display: block;
    float: left;
    width: 160px;
    height: auto !important;
    padding: 0 20px 20px 0;
}
.tk-article .tk-wysiwyg,
.tk-article .tk-wysiwyg * {
    color: #787878;
}
.tk-article .tk-wysiwyg {
    padding: 0 0 1px 0;
    font-size: 1.2em;
    line-height: 1.7;
}
.tk-article .tk-wysiwyg .tk-content-clear{
    clear: both;
}
.tk-article .tk-wysiwyg .tk-content-clear h3 {
    font-weight: bold;
    padding: 0 0 12px 0;
}
.tk-article .tk-wysiwyg h3 {
    color: #3c3c3c;
    font-weight: normal;
}
.tk-page .tk-article .tk-wysiwyg h3,
.tk-page .tk-article .tk-wysiwyg strong {
    color: #3c3c3c;
}
.tk-page .tk-article .tk-wysiwyg h3 {
    margin: 0 0 16px 0;
    padding: 8px 0 0 0;
    border-top: 1px solid #dbdbdb;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.6;
}
.tk-article .tk-wysiwyg .spacer_ {
    display: none;
}
.tk-article .tk-wysiwyg  table {
    border-collapse: collapse;
    border: 0;
}
.tk-article .tk-wysiwyg  table tr,
.tk-article .tk-wysiwyg  table tr td,
.tk-article .tk-wysiwyg  table tr th {
    margin: 0;
    padding: 0 18px 10px 0;
}
.tk-article .tk-wysiwyg p,
.tk-article .tk-wysiwyg div,
.tk-article .tk-wysiwyg table {
    margin: 0 0 21px 0;
}

.tk-related {
    overflow: hidden;
    position: relative;
    float: left;
    width: 190px;
    height: 250px;
}
.tk-related .tk-widget-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 160px;
    height: 220px;
    margin: 0 10px 10px 0;
    padding: 10px;
    color: #626262;
}
.tk-related .tk-related-artworks-overlay,
.tk-related .tk-related-artists-overlay,
.tk-related .tk-related-documents-overlay,
.tk-related .tk-related-news-overlay {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 240px;
    background: #fff;
}
.tk-related-state-hover .tk-related-artworks-overlay {
    background: #e4e4e4;
}
.tk-related .tk-widget-header {
    position: relative;
    width: 160px;
    height: 162px;
    text-align: center;
}
.tk-related .tk-widget-header a {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    text-decoration: none;
}
.tk-related .tk-widget-header a br {
    display: none;
}
.tk-related-artworks .tk-widget-header a {
    background-position: top center;
}
.tk-related .tk-widget-content {
    width: 160px;
}
.tk-related .tk-widget-content .tk-extra {
    display: none;
}
.tk-related .tk-widget-content dl,
.tk-related .tk-widget-content dt,
.tk-related .tk-widget-content dd {
    display: block;
}
.tk-related .tk-widget-content dt {
    display: none;
}
.tk-related .tk-widget-content .tk-dt-show {
    display: block;
    position: relative;
    clear: left;
    float: left;
    width: 50px;
}
.tk-related .tk-widget-content  .tk-dd-show {
    position: relative;
    float: left;
    width: 110px;
}
.tk-related .tk-widget-header,
.tk-related .tk-widget-header a,
.tk-related .tk-widget-content dl {
    font-size: 1em;
    line-height: 1.6;
}
.tk-related .tk-widget-header a img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
.tk-related .tk-widget-content strong {
    font-weight: bold;
    font-size: 1.2em;
}
.tk-related .tk-widget-content .tk-corner {
    position: absolute;
    bottom: 12px;
}
.tk-related-state-hover {
    cursor: pointer;
}
.tk-top-widget .tk-widget-content,
.tk-top-widget .tk-widget-footer {
    width: 248px;
}
.tk-top-widget {
    position: relative;
    z-index: 999;
    padding: 7px 0 19px 0;
    color: #e6e6e6;
    font-size: 1.2em;
    line-height: 1.75;
}
.tk-top-widget .tk-widget-header {
    height: auto !important;
    min-height: 15px;
    height: 15px;
    font-weight: normal;
}
.tk-top-widget .tk-widget-footer a {
    padding: 0 0 0 12px;
    background: url(./images/arrow-west.png) no-repeat 2px 50%;
    color: #e6e6e6;
    text-decoration: none;
}
.tk-top-widget .tk-widget-footer a:hover {
    text-decoration: underline;
}
.tk-widget-header {
    height: 115px;
}
.tk-widget-header span {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 15px;
    color: #000;
    background: #009ee7;
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
    text-align: left;
    text-indent: 8px;
}
.tk-submenu {
    z-index: 10;
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 2.7em;
    height: 2.7em;
    background: #626262;
    font-size: 1em;
    font-weight: normal;
}
.tk-submenu input {
    position: absolute;
    top: -999px;
}
.tk-submenu label {
    cursor: pointer;
}
.tk-submenu .tk-widget-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: auto !important;
    min-height: 1.7em;
    height: 1.7em;
    margin: 0;
    padding: 0;
    border: 0;
    color: #bebebe;
    font-size: 1.6em;
    line-height: 1.5;
    font-weight: normal;
    text-indent: 10px;
}
.tk-submenu .tk-widget-header span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(./images/titles.png);
}
.tk-submenu .tk-widget-header span img {
    display: none;
    position: absolute;
    left: 155px;
    top: 5px;
    margin: 0;
    padding: 0;
}
* html .tk-submenu .tk-widget-header span img {
    _margin: 2px 2px 0 0;
}
.tk-ajaxx .tk-submenu .tk-widget-header span img,
.tk-ui-update .tk-submenu .tk-widget-header span img {
    display: block;
}
.tk-submenu .tk-widget-content {
    width: auto;
    padding: 0 110px 0 190px;
}
.tk-submenu legend {
    position: absolute;
    top: -999px;
}
.tk-submenu .tk-widget-content ul,
.tk-submenu .tk-widget-content ul li,
.tk-submenu .tk-widget-content ul li a,
.tk-submenu .tk-widget-footer ul,
.tk-submenu .tk-widget-footer ul li,
.tk-submenu .tk-widget-footer ul li a {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 2.5;
}
.tk-submenu .tk-widget-content ul li {
    padding: 0 4px;
    border-right: 1px solid #bebebe;
    color: #bebebe;
    font-size: 1em;
    text-decoration: none;
}
.tk-submenu .tk-widget-content .ui-state-active label {
    color: #fff
}
.tk-submenu .tk-widget-content ul .tk-last {
    border: 0;
}
.tk-submenu .tk-widget-content .ui-state-active label,
.tk-submenu .tk-widget-content .ui-state-hover label {
    color: #fff;
}
.tk-submenu .tk-widget-content .tk-dropdown .ui-state-active label,
.tk-submenu .tk-widget-content .tk-dropdown .ui-state-hover label {
    color: #939393;
}
.tk-submenu .tk-widget-footer {
    overflow: visible;
    position: absolute;
    top: 0;
    right: 0;
    width: 11em;
    height: 2.6em;
}
.tk-submenu .tk-widget-content .tk-dropdown {
    position: relative;
    float: right;
    width: 9.5em;
    height: 2.6em;
}
.tk-submenu .tk-dropdown p a {
    display: block;
    position: absolute;
    top: 4px;
    right: 11px;
    width: 8.5em;
    height: 18px;
    margin: 0;
    padding: 0;
    background: #939393 url(./images/icon-arrow-bottom.png) no-repeat 7em 0.4em;
    color: #fff;
    font-size: 1em;
    line-height: 1.8;
    text-decoration: none;
    text-indent: 8px;
}
.tk-submenu .tk-dropdown div {
    display: none;
    position: absolute;
    top: 2.2em;
    right: 11px;
    width: 8.5em;
}
.tk-submenu .tk-dropdown ul,
.tk-submenu .tk-dropdown ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tk-submenu .tk-dropdown ul li,
.tk-submenu .tk-dropdown ul li label {
    display: block;
    cursor: pointer;
    background: #d1d1d1;
    color: #939393;
    text-decoration: none;
    text-indent: 8px;
}
.tk-submenu .tk-dropdown ul li {
    font-size: 1.2em;
    line-height: 1.5;
}
.tk-submenu .tk-dropdown label {
    border-bottom: 1px solid #ededed;
}
.tk-submenu .tk-dropdown .tk-last label {
    border-bottom: 0;
}
.tk-submenu .tk-dropdown .ui-state-active label,
.tk-submenu .tk-dropdown .ui-state-hover label {
    background: #e4e4e4;
}
.tk-submenu .tk-widget-footer .tk-views {
    overflow: hidden;
    display: block;
    width: 60px;
    padding: 4px 0 0 0;
}
.tk-submenu .tk-widget-footer .tk-list-view,
.tk-submenu .tk-widget-footer .tk-diapo-view {
    display: block;
    float: left;
    width: 28px;
    height: 16px;
}
.tk-submenu .tk-widget-footer .tk-list-view a,
.tk-submenu .tk-widget-footer .tk-diapo-view a {
    overflow: hidden;
    display: block;
    width: 22px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: url(./images/icon-views.png) no-repeat 0 0;
    text-indent: -999px;
    text-decoration: none;
}
.tk-submenu .tk-widget-footer .tk-list-view a:hover,
.tk-submenu .tk-widget-footer .tk-list-view a.tk-selected {
    background: url(./images/icon-views.png) no-repeat -22px 0;
}
.tk-submenu .tk-widget-footer .tk-diapo-view a {
    background: url(./images/icon-views.png) no-repeat -44px 0;
}
.tk-submenu .tk-widget-footer .tk-diapo-view a:hover,
.tk-submenu .tk-widget-footer .tk-diapo-view a.selected {
    background: url(./images/icon-views.png) no-repeat -66px 0;
}
#tk-data-viewer {
    overflow: hidden;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 10px 0 0 0;
}
#tk-data-viewer-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}
#tk-data-viewer-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#tk-data-footer {
    z-index: 4;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0;
}
#tk-data-footer .tk-pager {
    padding: 0 10px 0 0;
    background: #626262;
    line-height: 28px;
    text-align: right;
}
#tk-data-footer .tk-pager ul,
#tk-data-footer .tk-pager ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 28px;
    color: #fff;
    text-align: right;
}
#tk-data-footer .tk-pager ul li {
    font-size: 1.2em;
}
#tk-data-footer .tk-pager .tk-prev a,
#tk-data-footer .tk-pager .tk-next a {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 0;
    padding: 28px 0 0 0;
    background: url(./images/pager.png) no-repeat 5px 7px;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    text-indent: -999px;
}
#tk-data-footer .tk-pager .tk-next a {
    background: url(./images/pager.png) no-repeat -990px 7px;
}
.tk-list-view, .tk-diapo-view {
    width: 100%;
    height: 100%;
}
#tk-list-view .tk-page, #tk-list-view .tk-page {
    height: 100%;
}

/*        =DIAPORAMA
----------------------------------------------------------------------------- */
#tk-diapo-nav {
    display: none;
    position: absolute;
    top: 2.7em;
    left: 0;
    width: 100%;
}
#tk-diapo-nav li {
    z-index: 8;
    display: block;
    position: absolute;
    top: 0;
}
#tk-diapo-nav li a {
    overflow: hidden;
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    text-decoration: none;
}
#tk-diapo-nav .tk-prev,
#tk-diapo-nav .tk-next {
    top: 0;
    width: 68px;
    height: 550px;
    background: #fff;
}
#tk-diapo-nav .tk-prev {
    left: 0;
}
#tk-diapo-nav .tk-next {
    right: 0;
}
#tk-diapo-nav .tk-prev a,
#tk-diapo-nav .tk-next a {
    background-image: url(./images/icon-diapo-prev-next.png);
    background-repeat: no-repeat;
}
#tk-diapo-nav .tk-prev a {
    background-position: center left;
}
#tk-diapo-nav .tk-next a {
    background-position: center right;
}
#tk-diapo-nav .tk-play,
#tk-diapo-nav .tk-pause {
    top: 550px;
    width: 58px;
    height: 25px;
    background: none;
}
#tk-diapo-nav .tk-play a,
#tk-diapo-nav .tk-pause a {
    background-image: url(./images/player.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#tk-diapo-nav .tk-play {
    right: 10px;
    width: 43px;
}
#tk-diapo-nav .tk-play a {
    background-position: -75px 0;
}
#tk-diapo-nav .tk-play a:hover,
#tk-diapo-nav .tk-play .ui-state-active {
    background-position: -75px -25px;
}
#tk-diapo-nav .tk-pause {
    right: 68px;
    width: 50px;
}
#tk-diapo-nav .tk-pause a {
    background-position: -12px 0;
}
#tk-diapo-nav .tk-pause a:hover,
#tk-diapo-nav .tk-pause .ui-state-active {
    background-position: -12px -25px;
}
#tk-diapo-view {
    display: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    background: #fff;
}
#tk-diapo-view .tk-diapo-wrapper {
    height: 95px;
}
#tk-diapo-view .tk-diapo-wrapper td {
    vertical-align: top;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: left;
}
#tk-diapo-view .tk-diapo-wrapper td td {
    padding: 0 0 0 10px;
}
#tk-diapo-view .tk-diapo-wrapper a {
    border: 0;
}
#tk-diapo-view .tk-diapo-wrapper a,
#tk-diapo-view .tk-diapo-wrapper a:hover {
    text-decoration: none;
}
#tk-diapo-view .tk-diapo-wrapper a img,
#tk-diapo-view .tk-diapo-wrapper a:link img,
#tk-diapo-view .tk-diapo-wrapper a:visited img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
#tk-diapo-view .tk-diapo-wrapper a.ui-state-active img,
#tk-diapo-view .tk-diapo-wrapper a.ui-state-active:link img,
#tk-diapo-view .tk-diapo-wrapper a.ui-state-active:visited img,
#tk-diapo-view .tk-diapo-wrapper a.ui-state-active:active img,
#tk-diapo-view .tk-diapo-wrapper a.ui-state-active:hover img,
#tk-diapo-view .tk-diapo-wrapper a:hover img,
#tk-diapo-view .tk-diapo-wrapper a:active img {
    border: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*        =ARTISTS
----------------------------------------------------------------------------- */
#tk-artists-index {
    overflow: visible;
}
#tk-artists-index .tk-submenu .tk-widget-content {
    padding-left: 185px;
}
#tk-artists-index .tk-submenu .tk-widget-header span,
#tk-artists-permalink .tk-submenu .tk-widget-header span {
    background-position: 0 0;
}
.tk-related-artists .tk-related-artists-overlay {
    background: #a9a9a9;
}
.tk-related-state-hover .tk-related-artists-overlay {
    background: #919191;
}
.tk-related-artists .tk-widget-wrapper {
    color: #fff;
}
.tk-related-artists .tk-widget-header {
    height: 112px;
}
.tk-related-artists .tk-widget-header a {
    height: 110px;
}

/*        =ARTWORKS
----------------------------------------------------------------------------- */
#tk-artworks-index {
    overflow: visible;
}
#tk-artworks-permalink .tk-title .tk-maintitle,
#tk-artworks-permalink .tk-title .tk-subtitle {
    color: #000;
    font-size: 1.2em;
    line-height: 1.6;
}
#tk-artworks-permalink .tk-title .tk-about {
    color: #000;
    font-size: 1.2em;
    line-height: 1.6;
}
#tk-artworks-index .tk-submenu .tk-widget-footer {
    width: 55px;
}
#tk-artworks-index .tk-submenu .tk-widget-content {
    width: auto;
    padding: 0 60px 0 190px;
}
#tk-artworks-index .tk-submenu .tk-widget-header span,
#tk-artworks-permalink .tk-submenu .tk-widget-header span {
    background-position: 0 -400px;
}

/*        =DOCUMENTS
----------------------------------------------------------------------------- */
#tk-documents-index .tk-article .tk-breadcrumb,
#tk-documents-index .tk-article .tk-breadcrumb a,
#tk-documents-permalink .tk-article .tk-breadcrumb,
#tk-documents-permalink .tk-article .tk-breadcrumb a {
    color: #ed7336;
    text-decoration: none;
}
#tk-documents-index .tk-article .tk-breadcrumb a:hover,
#tk-documents-permalink .tk-article .tk-breadcrumb a:hover{
    text-decoration: underline;
}
#tk-documents-permalink .tk-title .tk-maintitle {
    color: #3c3c3c;
    font-size: 2em;
    line-height: 1.4;
}
#tk-documents-permalink .tk-title .tk-subtitle {
    color: #3c3c3c;
    font-size: 1.2em;
    line-height: 2;
}
.tk-related-documents .tk-related-documents-overlay {
    background: #a9a9a9;
}
.tk-related-state-hover .tk-related-documents-overlay {
    background: #919191;
}
.tk-related-documents .tk-widget-wrapper {
    color: #fff;
}
.tk-related-documents .tk-widget-header a {
    height: 110px;
}
.tk-related-documents .tk-widget-header span {
    background: #fe6529;
    font-weight: normal;
}
.tk-related-documents .tk-widget-header {
    height: 112px;
}
.tk-related-documents .tk-widget-header a {
    height: 110px;
}
#tk-documents-index .tk-submenu .tk-widget-header span,
#tk-documents-permalink .tk-submenu .tk-widget-header span {
    background-position: 0 -198px;
}

/*        =NEWS
----------------------------------------------------------------------------- */
#tk-news-index .tk-article .tk-breadcrumb,
#tk-news-index .tk-article .tk-breadcrumb a,
#tk-news-permalink .tk-article .tk-breadcrumb,
#tk-news-permalink .tk-article .tk-breadcrumb a {
    color: #009d18;
    text-decoration: none;
}
#tk-news-index .tk-article .tk-breadcrumb a:hover,
#tk-news-permalink .tk-article .tk-breadcrumb a:hover{
    text-decoration: underline;
}
#tk-news-permalink .tk-title .tk-maintitle {
    color: #3c3c3c;
    font-size: 2.0em;
    line-height: 1.4;
}
#tk-news-permalink .tk-title .tk-subtitle {
    color: #3c3c3c;
    font-size: 1.2em;
    line-height: 2.4;
}
.tk-related-news .tk-related-news-overlay {
    background: #a9a9a9;
}
.tk-related-state-hover .tk-related-news-overlay {
    background: #919191;
}
.tk-related-news .tk-widget-wrapper {
    color: #fff;
}
.tk-related-news .tk-widget-header span {
    background: #009d18;
}
.tk-related-news .tk-widget-header {
    height: 112px;
}
.tk-related-news .tk-widget-header a {
    height: 110px;
}
#tk-news-index .tk-submenu .tk-widget-header span,
#tk-news-permalink .tk-submenu .tk-widget-header span {
    background-position: 0 -574px;
}

/*        =ABOUT
----------------------------------------------------------------------------- */
#tk-about .tk-article {
    background: transparent;
}
#tk-about .tk-article-wrapper {
    margin: 0 0 10px 0;
    background: #000;
}
#tk-about .tk-article .tk-title,
#tk-about .tk-article .tk-title .tk-main-title,
#tk-about .tk-article-wrapper .tk-wysiwyg * {
    color: #dbdbdb;
}
#tk-about .tk-article .tk-title .tk-subtitle {
    font-size: 1.2em;
    line-height: 1.6;
}
#tk-about .tk-additional-article-wrapper {
    background: #fff;
}
#tk-about .tk-article .tk-additional-article-wrapper .tk-wysiwyg *,
#tk-about .tk-article .tk-additional-article-wrapper .tk-title,
#tk-about .tk-article .tk-additional-article-wrapper .tk-title .tk-maintitle {
    color: #000;
    font-size: 1.2em;
    line-height: 1.75;
}

/*        =SITEMAP
----------------------------------------------------------------------------- */
#tk-page .tk-article .tk-wysiwyg .tk-sitemap {
    position: relative;
    width: 355px;
    height: auto !important;
    min-height: 22px;
    height: 22px;
    margin: -1px 0 0 0;
    padding: 6px 0 0 155px;
    border-top: 1px solid #dbdbdb;
}
#tk-page .tk-article .tk-wysiwyg .tk-sitemap h4 {
    position: absolute;
    top: 6px;
    left: 0;
    width: 156px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #3c3c3c;
    font-size: 1em;
    line-height: 1.6;
    font-weight: normal;
}
#tk-page .tk-article .tk-wysiwyg .tk-sitemap h4 a {
    color: #3c3c3c;
}
#tk-page .tk-article .tk-wysiwyg .tk-sitemap ul,
#tk-page .tk-article .tk-wysiwyg .tk-sitemap ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#tk-page .tk-article .tk-wysiwyg .tk-sitemap ul li ul li {
    padding-left: 20px;
}
#tk-page .tk-article .tk-wysiwyg .tk-sitemap ul li {
    line-height: 1.6;
}
#tk-page .tk-article .tk-wysiwyg .tk-sitemap ul a,
#tk-page .tk-article .tk-wysiwyg .tk-sitemap ul li a {
    text-decoration: underline;
}
#tk-page .tk-article .tk-wysiwyg .tk-sitemap ul {
    margin: 0 0 12px 0;
}
#tk-page .tk-wysiwyg .tk-sitemap ul ul {
    margin: 0;
}

/*        =DIAPO
----------------------------------------------------------------------------- */
.tk-view-diapo #tk-data-viewer {
    overflow: hidden;
    position: relative;
    height: 550px;
    padding: 0;
    background: #fff;
}
.tk-view-diapo #tk-data-viewer-wrapper {
    width: auto;
    padding: 0;
}
.tk-view-diapo #tk-data-viewer .tk-page {
    vertical-align: top;
    white-space: nowrap;
}
.tk-view-diapo #tk-data-viewer .tk-page .tk-related {
    float: none;
    display: inline-block;
    height: 550px;
}
.tk-view-diapo #tk-data-footer {
    padding: 0;
}
.tk-view-diapo .tk-related .tk-widget-header {
    width: 100%;
    margin: 10px auto 0 auto;
    height: 465px;
}
.tk-view-diapo .tk-related .tk-widget-header a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 1000px;
}
.tk-view-diapo .tk-related .tk-widget-header a img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto !important;
}
.tk-view-diapo .tk-related .tk-related-artworks-overlay {
    width: 100%;
    height: 100%;
    background: #fff;
}
.tk-view-diapo .tk-related .tk-widget-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #3c3c3c;
}
.tk-view-diapo .tk-related .tk-widget-wrapper dd {
    white-space: nowrap;
}
.tk-view-diapo .tk-related .tk-widget-wrapper .tk-last {
    color: #787878;
}
.tk-view-diapo .tk-related .tk-widget-content {
    margin: 0 auto;
    padding: 5px 0 0 0;
}
.tk-view-diapo .tk-related .tk-widget-content .tk-extra {
    display: inline;
}
.tk-view-diapo .tk-related .tk-widget-content .tk-non-extra {
    display: none;
}
.tk-view-diapo #tk-data-footer .tk-pager {
    border: 1px solid #e6e6e6;
}
.tk-view-diapo #tk-data-footer .tk-pager,
.tk-view-diapo #tk-data-footer .tk-pager ul,
.tk-view-diapo #tk-data-footer .tk-pager ul li {
    position: relative;
    background: #e6e6e6;
    text-align: center;
}
.tk-view-diapo #tk-data-footer .tk-counter {
    color: #787878;
}
.tk-view-diapo #tk-data-footer .tk-pager .tk-prev a,
.tk-view-diapo #tk-data-footer .tk-pager .tk-next a {
    color: #787878;
    background-image: url(./images/pager2.png);
}
.tk-view-diapo .play,
.tk-view-diapo .pause {
    overflow: hidden;
    display: block;
    height: 25px;
}
.tk-view-diapo .stop {
    width: 60px;
}
.tk-view-diapo .play {
    width: 58px;
}

/*        =PAGE
----------------------------------------------------------------------------- */
#tk-page .tk-article .tk-title {
    padding: 0 0 27px 0;
    border-bottom: 1px solid #dbdbdb;
}
#tk-page #tk-primary {
    width: 570px;
    padding: 0 0 24px 0;
}
#tk-page #tk-primary .tk-article {
    min-height: 100px;
    height: 100px;
}
#tk-page .tk-article .tk-wysiwyg h3 {
    margin: 8px 0 20px 0;
    padding: 0;
    color: #3c3c3c;
    font-size: 1.16em;
    font-weight: bold;
    line-height: 1.2;
}
#tk-page .tk-article .tk-wysiwyg h4 {
    color: #3c3c3c;
    font-size: 1em;
    font-weight: bold;
}
#tk-page .tk-extra-article {
    margin: 0 0 10px 0;
    background: #000;
    color: #dbdbdb;
}
#tk-page .tk-extra-article .tk-title,
#tk-page .tk-extra-article .tk-wysiwyg,
#tk-page .tk-extra-article .tk-wysiwyg h3,
#tk-page .tk-extra-article .tk-wysiwyg * {
    border: 0;
    color: #dbdbdb;
}
#tk-page .tk-extra-article .tk-title {
    padding: 0 0 16px 0;
}
#tk-page .tk-extra-article .tk-subtitle {
    font-size: 1.2em;
    line-height: 1.6;
}
#tk-page .tk-extra-contents {
    margin: 0 0 18px 0;
    padding: 18px 14px 0 14px;
    background: #454545;
    color: #dbdbdb;
}
#tk-page .tk-extra-article .tk-extra-contents .tk-wysiwyg h4 {
    color: #dbdbdb;
}

.tk-off-left {
    position: absolute;
    top: -9999px;
    left: 0;
}
.tk-related-nothumbnail .tk-widget-header,
.tk-related-nothumbnail .tk-widget-header a {
    height: 2em;
}


/*        =HISTORY
----------------------------------------------------------------------------- */
#tk-history {
    margin: 0;
    padding-top: 17.3em;
}
#tk-history .tk-submenu .tk-widget-header {
    width: 207px;
}
#tk-history .tk-submenu .tk-widget-header span {
    background-position: 0 -773px;
}
#tk-history #tk-data-viewer thead {
    width: 100%;
}
#tk-history #tk-data-viewer thead td {
    overflow: hidden;
    height: 1.6em;
    margin: 0;
    padding: 0;
    background: #343434;
    border-bottom: 1px solid #787878;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
#tk-history #tk-data-viewer thead .tk-first {
    width: 51px;
    background: #E50019;
}
#tk-history #tk-data-viewer thead #tk-japan {
    width: 30%;
    background: #E50019;
    text-indent: -40px;
}
#tk-history #tk-data-viewer thead #tk-overseas {
    width: 30%;
    border-left: 1px solid #787878;
    border-right: 1px solid #787878;
}
#tk-history #tk-data-viewer thead #tk-society {
    width: auto;
}
#tk-history #tk-data-viewer #tk-data-viewer-wrapper {
    overflow: hidden;
    width: 100%;
}
#tk-history #tk-scroller {
    width: 100%;
}
#tk-history #tk-scroller-content {
    padding: 0;
}
#tk-history table {
    border-collapse: collapse;
}
#tk-history table .tk-first {
    width: 30px;
    border-right: 1px solid #787878;
    color: #fff;
}
#tk-history table .tk-middle {
    border-left: 1px solid #787878;
    border-right: 1px solid #787878;
}
#tk-history td {
    vertical-align: top;
    padding: 10px;
    background: #DBDBDB;
    color: #343434;
    font-size: 1.2em;
    line-height: 1.4;
}
#tk-history th {
    width: auto;
    padding: 6px 10px;
    background: #84b2ca;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}
#tk-history .tk-odd td {
    background: #EDEDED;
}
#tk-history .tk-odd .tk-first {
    background: #626262;
}
#tk-history .tk-even td {
    background: #DBDBDB;
}
#tk-history table .tk-even .tk-first {
    background: #4f4f4f;
}
#tk-history .tk-blue {
    color: #5888AD;
}
#tk-history .tk-red {
    color: #E50019;
}
#tk-history .tk-widget-content,
#tk-history .tk-widget-content ul,
#tk-history .tk-widget-content ul li {
    text-align: right;
}
#tk-history .tk-widget-content ul li {
    position: relative;
    padding: 0 20px 0 12px;
    border: 0;
    color: #fff;
}
#tk-history .tk-widget-content span {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #343434;
    line-height: 2.5;
}
#tk-history .tk-widget-content .tk-red {
    background: #E50019;
}
#tk-history .tk-widget-content .tk-blue {
    background: #5888AD;
}
#tk-history .tk-submenu .tk-widget-header span a {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 100%;
    text-decoration: none;
    text-indent: -9999px;
}
#tk-history #tk-history-modal {
    z-index: 999;
    position: absolute;
    left: 173px;
    width: 385px;
    height: 181px;
}
#tk-history #tk-history-modal .tk-modal-wrapper {
    width: 385px;
    height: 181px;
    background: url(./images/bg-tk-modal.png) no-repeat 0 0;
}
#tk-history #tk-history-modal .tk-modal-wrapper div {
    overflow: auto;
    width: 335px;
    height: 111px;
    padding: 10px 20px;
    color: #626262;
    font-size: 1em;
    line-height: 1.5;
}
#tk-history #tk-history-modal .tk-modal-wrapper div .tk-modal-close {
    cursor: pointer;
    color: #939393;
    text-decoration: underline;
}
#tk-history .tk-submenu .tk-dropdown p a {
    background: #84b2ca url(./images/icon-arrow-bottom-blue.png) no-repeat 7em 0.4em;
}
#tk-history .tk-submenu .tk-dropdown .ui-state-hover label {
    background: #84b2ca;
}
#tk-history .tk-submenu .tk-dropdown ul li, #tk-history .tk-submenu .tk-dropdown ul li label {
    background: #6a98b0;
}
#tk-history .tk-submenu .tk-dropdown label {
    color: #fff;
    border-bottom: 1px solid #6a98b0;
}
html>body.tk-history #tk-header {
    position: fixed;
    background: #787878;
}
html>body.tk-history #tk-navbar {
    z-index: 12;
    position: fixed;
    top: 86px;
    width: 100%;
    min-height: 2.9em;
    height: 2.9em;
    background: #787878;
}
html>body.tk-history #tk-history form {
    position: fixed;
    top: 86px;
    margin: 2.9em 0 0 0;
}
html>body.tk-history #tk-history #tk-data-viewer {
    padding: 0;
}
html>body.tk-history #tk-history #tk-data-viewer .tk-ul {
    position: fixed;
    top: 86px;
    margin: 5.6em 0 0 0;
    padding: 0;
    background: #787878;
}
html>body.tk-history #tk-history #tk-data-viewer .tk-ul td {
    border-top: 10px solid #787878;
}
html>body.tk-history #tk-history #tk-history-modal {
    position: fixed;
    top: 86px;
    margin: 5.6em 0 0 28px;
}


}