/*
// 2006-02-20
// Copyright (c) Art. Lebedev | http://www.artlebedev.ru/
// Author - Vladimir Tokmakov
*/

body
{
background-color: Window;
color: WindowText;
padding: 1em 1em 2em 0;
height: auto;
width: auto;
}

#layout
{
background-color: ThreeDFace;
color: ButtonText
}

.layout
{
vertical-align: top;
}

.tabs
{
margin: 0;
padding: 0;
}
.tabs .tab
{
margin: 0;
padding: 0;
list-style-type: none;
background-image: none;
cursor: default;
}

#options
{
padding-top: 2.25em;
}

#profiles
{
background-color: Window;
vertical-align: bottom;
position: relative;
//width: 100%;
}
.h_tabs br.clear
{
//display: none;
}
.h_tabs ul.tabs
{
position: relative;
float: left;
}
.h_tabs .tabs .tab
{
padding: 0.75em 2em 0.5em 2em;
margin-top: -1px;
margin-bottom: -1px;
border: 1px solid ThreeDFace;
border-left: 0 hidden;
background-color: ThreeDHighlight;
text-align: center;
white-space: nowrap;
float: left;
position: relative;
z-index: 1;
}
.h_tabs .tabs .tab.current
{
margin-top: -5px;
border-bottom: 5px solid ThreeDFace;
background-color: ThreeDFace;
font-weight: bold;
margin-left: -1px;
}
#to_new_profile_block
{
float: none;
clear: left;
padding: 0;
margin: 0;
list-style-type: none;
top: 0.25em;
right: -10em;
position: absolute;
white-space: nowrap;
}
#to_new_profile input
{
width: 9em;
}
#to_add_profile input
{
width: 1.3em; height: 1.3em;
font-size: 1.1em;
vertical-align: bottom;
//width: 1em; //height: 1em;
//font-size: 1.3em;
//line-height: 0.7em;
//vertical-align: baseline;
}

#content
{
width: 100%;
}

#profiles_sheet
{
padding: 0 1em 1em 1em;
clear: both;
}

#profiles_sheet h2
{
font-size: 1em;
padding: 0;
margin: 1em 0 0.5em 0;
}

#profiles_sheet fieldset { margin: 2em 0 2em 0; //margin: 0 0 1em 0; padding: 1em 0 0 40px; //padding-bottom: 0; clear: left; border-left: 0 hidden; border-right: 0 hidden; border-bottom: 0 hidden; font-size: 0.89em; }
#profiles_sheet fieldset legend { margin: 0 0 0 -40px; padding: 0 0.25em; font-weight: bold; //display: block; //float: left; //margin-bottom: 1em; }
* html #profiles_sheet fieldset legend { margin-left: -47px; margin-right: -7px; }
#profiles_sheet fieldset legend input { margin: -10px 0 0 0; }

#profiles_sheet blockquote { margin: 0 0 1em 0; padding: 0; font-style: italic; }

#profiles_sheet fieldset ul.switch_view
{ padding-bottom: 1em; }
#profiles_sheet fieldset ul.switch_view li
{ display: inline; border-bottom: 1px dashed; cursor: pointer; cursor: hand; }
#profiles_sheet fieldset.summary table,
#profiles_sheet fieldset.summary ul,
#profiles_sheet fieldset.summary h2,
#profiles_sheet fieldset.summary p,
#profiles_sheet fieldset p.summary,
#profiles_sheet fieldset p,
#profiles_sheet fieldset ul.switch_view li.summary,
#profiles_sheet fieldset.summary ul.switch_view li.body
{ display: none; }
#profiles_sheet fieldset.summary ul.switch_view li.summary
{ display: inline; }
#profiles_sheet fieldset p,
#typograf #profiles_sheet fieldset p.not_for_reformator,
#profiles_sheet fieldset.summary p.summary,
#profiles_sheet fieldset ul.switch_view
{ display: block; }

.not_for_reformator,
#profiles_sheet fieldset p.not_for_reformator
{ display: none; }


#profiles_sheet p,
#profiles_sheet ul
{
padding: 0 0 0.5em 0;
margin: 0;
}
#profiles_sheet li
{
margin: 0 0 0.75em 0;
padding: 0;
list-style-type: none;
background-image: none;
}

#to_rename_profile,
#to_delete_profile
{
margin: 1em 0;
float: right;
}
#to_rename_profile
{ float: left; }
#to_rename_profile input,
#to_delete_profile input
{ width: 15em; }

.integer
{
width: 2em;
}

.selector,
fieldset,
#profiles_sheet p
{
clear: left;
}
.selector
{
//height: 1px;
}
.selector input
{
float: left;
margin-right: -100%;
}
.selector label
{
margin: 0 0 0.75em 20px;
float: left;
}
#to_symbols_number_for_nobr
{ margin: 0 0.5em 0.5em 0.5em; float: left; }
#to_nobr_l { float: left; margin-left: 20px; }
#to_symbols_number_for_nobr_l
{ float: left; margin-left: 0; }

.inactive
{
display: none;
}

@media handheld {
	.example
	{
	display: none;
	}
}

.wide
{
width: 100%;
}

fieldset .wide td.layout
{
width: 50%;
}

.right
{
text-align: right;
}
fieldset .wide .right
{
padding: 0.5em 1em 0.5em 2em ! important;
}
fieldset .wide .right .example
{
float: right;
}
fieldset .wide .right .min-width
{
width: 25em;
height: 0px;
line-height: 0px;
clear: right;
}

.example
{
background-color: #ffffff;
color: #000000;
line-height: 1.4em;
}
.example .source,
.example .result
{
padding: 1em;
}

.entity
{
background-color: #ffffff;
}

.special_entity,
.tag
{
color: #999999;
}

.invalid,
.invalid *
{
color: #cc0000;
}
.valid,
.valid *
{
color: #009900;
}

wbr:before
{
content: ' ';
}

#sheet_to_replace_pseudo_code li { float: left; clear: none; width: 18em; }

.to_no_tags .html label,
.to_no_tags .html input
{ color: GrayText; }
.to_no_tags .html legend label,
.to_no_tags .html .to_no_tags label,
.to_no_tags .html .to_no_tags input
{ color: WindowText; }

[disabled="true"] label,
label[disabled="true"]
{ opacity: 0.4; }

.partly { opacity: 0.6; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); }

.to_entity_type_0                            .to_entity_type_0_hide,                            .to_entity_type_0_show,
.to_entity_type_1                            .to_entity_type_1_hide,                            .to_entity_type_1_show,
.to_entity_type_2                            .to_entity_type_2_hide,                            .to_entity_type_2_show,
.to_entity_type_3                            .to_entity_type_3_hide,                            .to_entity_type_3_show,
.to_quotation_marks_a_0                      .to_quotation_marks_a_0_hide,                      .to_quotation_marks_a_0_show,
.to_quotation_marks_a_1                      .to_quotation_marks_a_1_hide,                      .to_quotation_marks_a_1_show,
.to_quotation_marks_a_2                      .to_quotation_marks_a_2_hide,                      .to_quotation_marks_a_2_show,
.to_quotation_marks_a_3                      .to_quotation_marks_a_3_hide,                      .to_quotation_marks_a_3_show,
.to_quotation_marks_a_4                      .to_quotation_marks_a_4_hide,                      .to_quotation_marks_a_4_show,
.to_quotation_marks_a_5                      .to_quotation_marks_a_5_hide,                      .to_quotation_marks_a_5_show,
.to_quotation_marks_b_0                      .to_quotation_marks_b_0_hide,                      .to_quotation_marks_b_0_show,
.to_quotation_marks_b_1                      .to_quotation_marks_b_1_hide,                      .to_quotation_marks_b_1_show,
.to_quotation_marks_b_2                      .to_quotation_marks_b_2_hide,                      .to_quotation_marks_b_2_show,
.to_quotation_marks_b_3                      .to_quotation_marks_b_3_hide,                      .to_quotation_marks_b_3_show,
.to_quotation_marks_b_4                      .to_quotation_marks_b_4_hide,                      .to_quotation_marks_b_4_show,
.to_quotation_marks_b_5                      .to_quotation_marks_b_5_hide,                      .to_quotation_marks_b_5_show,
.to_preserve_original_nobr                   .to_preserve_original_nobr_hide,                   .to_preserve_original_nobr_show,
.to_preserve_original_minus                  .to_preserve_original_minus_hide,                  .to_preserve_original_minus_show,
.to_preserve_original_quot                   .to_preserve_original_quot_hide,                   .to_preserve_original_quot_show,
.to_preserve_original_nbsp                   .to_preserve_original_nbsp_hide,                   .to_preserve_original_nbsp_show,
.to_preprocess_language_misprint             .to_preprocess_language_misprint_hide,             .to_preprocess_language_misprint_show,
.to_preprocess_20l                           .to_preprocess_20l_hide,                           .to_preprocess_20l_show,
.to_preprocess_20U                           .to_preprocess_20U_hide,                           .to_preprocess_20U_show,
.to_preprocess_l2E20d                        .to_preprocess_l2E20d_hide,                        .to_preprocess_l2E20d_show,
.to_preprocess_remove_quot_around_nonrussian .to_preprocess_remove_quot_around_nonrussian_hide, .to_preprocess_remove_quot_around_nonrussian_show,
.to_preprocess_shift_begin_symbols           .to_preprocess_shift_begin_symbols_hide,           .to_preprocess_shift_begin_symbols_show,
.to_preprocess_shift_end_symbols             .to_preprocess_shift_end_symbols_hide,             .to_preprocess_shift_end_symbols_show,
.to_preprocess_shift_quot                    .to_preprocess_shift_quot_hide,                    .to_preprocess_shift_quot_show,
.to_preprocess_mdash_en                      .to_preprocess_mdash_en_hide,                      .to_preprocess_mdash_en_show,
.to_preprocess_word20end                     .to_preprocess_word20end_hide,                     .to_preprocess_word20end_show,
.to_replace_copy                             .to_replace_copy_hide,                             .to_replace_copy_show,
.to_replace_plusmn                           .to_replace_plusmn_hide,                           .to_replace_plusmn_show,
.to_replace_reg                              .to_replace_reg_hide,                              .to_replace_reg_show,
.to_replace_trade                            .to_replace_trade_hide,                            .to_replace_trade_show,
.to_replace_times                            .to_replace_times_hide,                            .to_replace_times_show,
.to_replace_double_dash                      .to_replace_double_dash_hide,                      .to_replace_double_dash_show,
.to_replace_hellip                           .to_replace_hellip_hide,                           .to_replace_hellip_show,
.to_no_tags                                  .to_no_tags_hide,                                  .to_no_tags_show,
.to_nob,                                     .to_nobr_hide,                                     .to_nobr_show,
.to_nobr_phones                              .to_nobr_phones_hide,                              .to_nobr_phones_show,
.to_collapse_20                              .to_collapse_20_hide,                              .to_collapse_20_show,
.to_collapse_09                              .to_collapse_09_hide,                              .to_collapse_09_show,
.to_collapse_0A                              .to_collapse_0A_hide,                              .to_collapse_0A_show,
.to_symbols_number_for_nobr                  .to_symbols_number_for_nobr_hide,                  .to_symbols_number_for_nobr_show
{
display: none;
}

.to_entity_type_0                            .to_entity_type_0_show,
.to_entity_type_1                            .to_entity_type_1_show,
.to_entity_type_2                            .to_entity_type_2_show,
.to_entity_type_3                            .to_entity_type_3_show,
.to_quotation_marks_a_0                      .to_quotation_marks_a_0_show,
.to_quotation_marks_a_1                      .to_quotation_marks_a_1_show,
.to_quotation_marks_a_2                      .to_quotation_marks_a_2_show,
.to_quotation_marks_a_3                      .to_quotation_marks_a_3_show,
.to_quotation_marks_a_4                      .to_quotation_marks_a_4_show,
.to_quotation_marks_a_5                      .to_quotation_marks_a_5_show,
.to_quotation_marks_b_0                      .to_quotation_marks_b_0_show,
.to_quotation_marks_b_1                      .to_quotation_marks_b_1_show,
.to_quotation_marks_b_2                      .to_quotation_marks_b_2_show,
.to_quotation_marks_b_3                      .to_quotation_marks_b_3_show,
.to_quotation_marks_b_4                      .to_quotation_marks_b_4_show,
.to_quotation_marks_b_5                      .to_quotation_marks_b_5_show,
.to_preserve_original_nobr                   .to_preserve_original_nobr_show,
.to_preserve_original_minus                  .to_preserve_original_minus_show,
.to_preserve_original_quot                   .to_preserve_original_quot_show,
.to_preserve_original_nbsp                   .to_preserve_original_nbsp_show,
.to_preprocess_language_misprint             .to_preprocess_language_misprint_show,
.to_preprocess_20l                           .to_preprocess_20l_show,
.to_preprocess_20U                           .to_preprocess_20U_show,
.to_preprocess_l2E20d                        .to_preprocess_l2E20d_show,
.to_preprocess_remove_quot_around_nonrussian .to_preprocess_remove_quot_around_nonrussian_show,
.to_preprocess_shift_begin_symbols           .to_preprocess_shift_begin_symbols_show,
.to_preprocess_shift_end_symbols             .to_preprocess_shift_end_symbols_show,
.to_preprocess_shift_quot                    .to_preprocess_shift_quot_show,
.to_preprocess_mdash_en                      .to_preprocess_mdash_en_show,
.to_preprocess_word20end                     .to_preprocess_word20end_show,
.to_replace_copy                             .to_replace_copy_show,
.to_replace_plusmn                           .to_replace_plusmn_show,
.to_replace_reg                              .to_replace_reg_show,
.to_replace_trade                            .to_replace_trade_show,
.to_replace_times                            .to_replace_times_show,
.to_replace_double_dash                      .to_replace_double_dash_show,
.to_replace_hellip                           .to_replace_hellip_show,
.to_no_tags                                  .to_no_tags_show,
.to_nob,                                     .to_nobr_show,
.to_nobr_phones                              .to_nobr_phones_show,
.to_collapse_20                              .to_collapse_20_show,
.to_collapse_09                              .to_collapse_09_show,
.to_collapse_0A                              .to_collapse_0A_show,
.to_symbols_number_for_nobr                  .to_symbols_number_for_nobr_show
{
display: inline;
}

.to_entity_type_0                            .to_entity_type_0_disable,
.to_entity_type_1                            .to_entity_type_1_disable,
.to_entity_type_2                            .to_entity_type_2_disable,
.to_entity_type_3                            .to_entity_type_3_disable,
.to_quotation_marks_a_0                      .to_quotation_marks_a_0_disable,
.to_quotation_marks_a_1                      .to_quotation_marks_a_1_disable,
.to_quotation_marks_a_2                      .to_quotation_marks_a_2_disable,
.to_quotation_marks_a_3                      .to_quotation_marks_a_3_disable,
.to_quotation_marks_a_4                      .to_quotation_marks_a_4_disable,
.to_quotation_marks_a_5                      .to_quotation_marks_a_5_disable,
.to_quotation_marks_b_0                      .to_quotation_marks_b_0_disable,
.to_quotation_marks_b_1                      .to_quotation_marks_b_1_disable,
.to_quotation_marks_b_2                      .to_quotation_marks_b_2_disable,
.to_quotation_marks_b_3                      .to_quotation_marks_b_3_disable,
.to_quotation_marks_b_4                      .to_quotation_marks_b_4_disable,
.to_quotation_marks_b_5                      .to_quotation_marks_b_5_disable,
.to_preserve_original_nobr                   .to_preserve_original_nobr_disable,
.to_preserve_original_minus                  .to_preserve_original_minus_disable,
.to_preserve_original_quot                   .to_preserve_original_quot_disable,
.to_preserve_original_nbsp                   .to_preserve_original_nbsp_disable,
.to_preprocess_language_misprint             .to_preprocess_language_misprint_disable,
.to_preprocess_20l                           .to_preprocess_20l_disable,
.to_preprocess_20U                           .to_preprocess_20U_disable,
.to_preprocess_l2E20d                        .to_preprocess_l2E20d_disable,
.to_preprocess_remove_quot_around_nonrussian .to_preprocess_remove_quot_around_nonrussian_disable,
.to_preprocess_shift_begin_symbols           .to_preprocess_shift_begin_symbols_disable,
.to_preprocess_shift_end_symbols             .to_preprocess_shift_end_symbols_disable,
.to_preprocess_shift_quot                    .to_preprocess_shift_quot_disable,
.to_preprocess_mdash_en                      .to_preprocess_mdash_en_disable,
.to_preprocess_word20end                     .to_preprocess_word20end_disable,
.to_replace_copy                             .to_replace_copy_disable,
.to_replace_plusmn                           .to_replace_plusmn_disable,
.to_replace_reg                              .to_replace_reg_disable,
.to_replace_trade                            .to_replace_trade_disable,
.to_replace_times                            .to_replace_times_disable,
.to_replace_double_dash                      .to_replace_double_dash_disable,
.to_replace_hellip                           .to_replace_hellip_disable,
.to_no_tags                                  .to_no_tags_disable,
.to_nob,                                     .to_nobr_disable,
.to_nobr_phones                              .to_nobr_phones_disable,
.to_collapse_20                              .to_collapse_20_disable,
.to_collapse_09                              .to_collapse_09_disable,
.to_collapse_0A                              .to_collapse_0A_disable,
.to_symbols_number_for_nobr                  .to_symbols_number_for_nobr_disable
{
color: GrayText;
}


