/*
// 2005-03-21
// Copyright (c) Art. Lebedev | http://www.artlebedev.ru/
// Author - Vladimir Tokmakov
*/

.tabsheets,
.tabsheets dt,
.tabsheets dd
{
margin: 0;
padding: 0;
width: auto;
border: none;
FONT-SIZE: 12px;

}
dl.tabsheets dt
{
background-color: #D6D6D6;
color: ButtonText;
border: 1px solid ThreeDFace;
border-top-color: ThreeDHighlight;
border-right-color: ThreeDShadow;
border-bottom-color: ThreeDShadow;
border-left-color: ThreeDHighlight;

}
.tabsheets
{
position: relative;
padding: 0;  /* не изменять */
height: 99px; /* это для object-inspector.js ищи строку tabsheets- */
margin-bottom: 10px;
}
.tabsheets dt
{
float: left;
text-align: center;
padding: 0.2em 0.708em 0.2em 0.7em;
cursor: default;
white-space: nowrap;
margin-top: 0.3em;
margin-bottom: -0.2em;
}
.tabsheets dt.active
{
background-color: ButtonHighlight;
color: ButtonText;
margin-top: 0;
padding-bottom: 0.4em;
    font-weight: bold;
}

.tabsheets dt.activecurent
{
background-color: #EBF5DA;
color: ButtonText;
margin-top: 0;
padding-bottom: 0.4em;
    font-weight: bold;
}

.tabsheets dd
{
position: absolute;
width: 100%;
display: block;
left: 0;
margin: 1.8em 0 1em 0;
padding: 0; /* не изменять */

background-color: #969696;
color: ButtonText;
border: 1px solid #969696;
border-top-color: ThreeDHighlight;
}
.tabsheets dd .reducer
{
margin: 0.3em;
}
.tabsheets dd.inactive
{
display: none;
}
.tabsheets dd.inactive iframe,
.tabsheets dd.inactive select,
.tabsheets dd.inactive textarea,
.tabsheets dd.inactive input
{
display: none ! important;
}
.tabsheets dd.active
{
display: block;
}
.tabsheets .reducer
{
margin: 1em;
}

