body {
    background-color: #555555;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.416em;
    color: #444444;
}
body.popup {
    background-color: #EEEEEE;
    border:7px solid #777777;
}

body.popup .content {
    margin:0;
    padding:2em;
}
body.popup .path {
    width:100%;
}
body.popup .path ul {
    padding:0;
    list-style-type:disc;
    list-style-position:inside;
}
body.popup .path ul li {
    display:list-item;
    float:left;
    padding:0 7px 0 0;
}
body.popup .path ul li a {
    color:#888888;
}
body.popup .elements ul {
    padding-left:15px;
}
body.popup h3 {
    margin:0;
    font-size:16px;
    padding-bottom:0.5em;
}
body.popup .row {
    padding-bottom:1em;
}
body.popup .row input[type='checkbox'] {
    position:relative;
    vertical-align:baseline;
    top:2px;
    left:-2px;
}
body.popup .operations {
    padding:0.5em 0;
    list-style-type:none;
}
body.popup .button_block {
    border-top:1px solid #cccccc;
    padding:1em 0;
}
body.popup label {
    cursor:pointer;
}
body.popup li label {
    font-weight:bold;
}
body.popup .elements .paging {
    padding:1em 0 1em 15px;
    list-style-type:none;
    height:1em;
}

body.popup .elements .paging li {
    display:list-item;
    float:left;
    padding:0 7px 0 0;
}
/* common tags */
p {
    padding:0 0 1em 0;
    margin:0;
}
table {
    margin-bottom:1em;
}
a {
    color:#03A1CA;
    cursor:pointer;
    outline:none;
    text-decoration:none;    
}
a:hover {
    color:#03A1CA;
    text-decoration:underline;
}
sup {
    line-height:0px;
    vertical-align: baseline;
    position: relative;
    bottom: 5px;
}
sub {
    line-height:0px;
    vertical-align: baseline;
    position: relative;
    top: 3px;
}
input[type='checkbox'] {
    cursor:pointer;
}
img {
    border:none;
}
h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0 0 0.5em 0;
    line-height:1.222em;
}
h1 a, h2 a, h3 a {
 
}
h4 a, h5 a, h6 a {

}
* html body h1 a, 
* html body h2 a, 
* html body h3 a, 
* html body h4 a, 
* html body h5 a, 
* html body h6 a {
    display:inline-block;    
}
* + html body h1 a, 
* + html body h2 a, 
* + html body h3 a, 
* + html body h4 a, 
* + html body h5 a, 
* + html body h6 a {
    display:inline-block;    
}
h1 {
    padding:0 0 0.5em 0;
    font-weight:normal;
}
h2 {

}
h2 a {
    text-decoration:none;
}
h3 {

    
}
h4, h5, h6 {

}

/* const_elements */
.content_area ul {
    margin-top:0;
    margin-bottom:0;
    padding-left: 0.5em;
    padding-bottom: 1em;
    list-style-type: none;
}
.content_area ul li {
    background: url('/msContextFramePlugin/images/dot.png') no-repeat 4px 7px;
    padding-left: 12px;
}
.content_area ul li li {

}

.content_area ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 1em;
}
.content_area ol ol, .content_area ul ol {
    padding-bottom: 0;
}
.content_area ul ul, .content_area ol ul {
    padding-bottom: 0;
}


.content_area ol > li {
    padding-left:0;
    background-image:none;
}

* html body .content_area ol li,
* html body .content_area ul ol li,
* html body .content_area ol ul ol li,
* html body .content_area ol ul ol ul ol li {
    padding-left:0;
    background-image:none;
}
* html body .content_area ol ul li {
    padding-left:14px;
}

.content_area ul {
    padding:0;
    list-style-type:none;
    padding-left:0;
}
.content_area ul {
    margin-left:0;
}
.content_area ul > li {
    height:1%; /* ie 7 bg bug */
}
* html body .content_area ul li {
    height:1% /* ie 6 bg bug */;
}
.content_area ul li,
.content_area ol ul li {
    padding-left:14px; 
}
.content_area ol > li {
    padding-left:0;
}
.content_area ul,
.content_area ol {
    padding-bottom:1em;
}
.content_area ul ul, 
.content_area ul ol,
.content_area ol ol,
.content_area ol ul {
    padding-bottom:0;
}
.active {
    font-weight:bold;   
}
.button_block {
    margin-bottom:1em;
}
.nowrap {
    white-space: nowrap;
}
/* ico */
/* ikonki */
.ico {
    background-image: url('/msContextFramePlugin/images/ico_bg.png');
    background-repeat:no-repeat;
    display: inline-block !important;
    width: 16px;
    height: 11px;
    overflow: hidden !important;
    font-size: 0 !important;
    position: relative;
    vertical-align: baseline;
    bottom: -2px;
    background-color: #ffffff;
    border-right: 3px solid #ffffff;
    text-decoration: none !important;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #ffffff;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ico  {
        top:-1px; /* chrome bug */
        bottom:0;
    }
}
* html body .ico {
    vertical-align: top;
    bottom: -1px;
}
* + html body .ico {
    vertical-align: top;
    bottom: -1px;
}
.ico.no_margin {
    border-left: none;
    border-right: none;
}
.ico.ico_right {
    border-right: none;
    border-left: 3px solid #ffffff;
}
a .ico {
    cursor: pointer;
}
.ico.content_type_path {
    display:none !important;
}
.ico.sort_desc {
    background-position:-136px -460px;
}
.ico.sort_asc {
    background-position:-40px -460px;
}
/* files */
.file, .file_media {
    margin: 0 0 0.5em 0;
    clear: both;
    display:block;
    line-height:1.5em;
}
.file .file_size {
    padding: 0 4px 0 0.5em;
}
.file .ico,
.file_media .ico {
    width:16px;
    height:16px;
    background-position:-56px -550px;
    top:3px;
}
* + html body .file .ico,
* + html body .file_media .ico {
    top:0;
    bottom:2px;
}
* html body .file .ico,
* html body .file_media .ico {
    top:0;
    bottom:2px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .file .ico,
    .file_media .ico  {
        top:-4px; /* chrome bug */
        bottom:0;
    }
}
.ico.content_type_zip,
.ico.content_type_rar,
.ico.content_type_x-gzip {
    background-position:-24px -534px !important;
}
.ico.content_type_image {
    background-position:-184px -534px !important;
}
.ico.content_type_pdf {
    background-position:-120px -534px !important;
    height:16px;
}
.ico.content_type_vnd_oasis_opendocument_text {
    background-position:-136px -534px !important;
}
.ico.content_type_vnd_oasis_opendocument_presentation {
    background-position:-104px -550px !important;
}
.ico.content_type_msword,
.ico.content_type_rtf {
    background-position:-40px -534px !important;
}
.ico.content_type_vnd_ms-powerpoint {
    background-position:-104px -534px !important;
}
.ico.content_type_vnd_oasis_opendocument_spreadsheet {
    background-position:-152px -534px !important;
}
.ico.content_type_plain {
    background-position:-72px -534px !important;
}
.ico.content_type_video {
    background-position:-88px -550px !important;
}
.ico.content_type_audio {
    background-position:-56px -534px !important;
}
.ico.content_type_vnd_ms-excel {
    background-position:-200px -534px !important;
}

/* common tags */
a {
    outline: none;
    text-decoration: none;
    color: #C62222;
}

a:hover {
    color: #cc0000;
    text-decoration: underline;
}

ul {
    margin: 0;
    padding: 0;
}
input[type='checkbox'] {
    cursor:pointer;
}
.clear {
    clear: both  !important; 
    font-size: 0  !important;
    overflow:hidden  !important;
    line-height:0 !important;
}
.content_area .clear {
    height:1%;
    clear:none  !important;
}
/* common clases */
#sfWebDebugBar {
    top: 28px !important;
}

.clear_both {
    clear: both;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

.marked {
    text-indent: -1000px;
}

.main_logo {
    display: block;
    margin: 15px auto;
    width: 180px;
    height: 80px;
    background-image: url('/msContextFramePlugin/images/logo.png');
    background-position: 50% 50%;
    width: 180px;
}

.sh_top {
    background-image: url('/msContextFramePlugin/images/sh_top.png');
    background-repeat: repeat-x;
}

.sh_bottom {
    background-image: url('/msContextFramePlugin/images/sh_bottom.png');
    background-repeat: repeat-x;
    background-position: 0 100%;
}

/* path */
.path {
    float: left;
    width: 45%;
}

.path a {
    color: #bbbbbb;
}

.path a:hover {
    color: #ffffff;
}

.path ul {
    list-style-type:disc;
    list-style-position:inside;
    padding: 0 30px 0 10px;
}
.path ul li {
    font-size: 11px;
    color: #888888;
    display:list-item;
    float:left;
    padding:0 7px 0 0;
}


/* layout classes */
.column {
    float: left;
    width: 250px;
}
.facets_area {
	display:table;
}
.facets_area .facets_table {
	display:table-row;
	
}
.facets_area .facets_table .column.facets_left {
	display:table-cell;
	width:250px;
	float:none;
}
.facets_area .facets_table .column.facets_right {
	width:auto;
	display:table-cell;
	float:none;
}
* + html body .facets_area {
    display:block;
}
* + html body .facets_area .facets_table {
    display:block;
    
}
* + html body .facets_area .facets_table .column.facets_left {
    display:block;
    float:left;
}
* + html body .facets_area .facets_table .column.facets_right {
    width:470px;
    display:block;
    float:left;
}
.content {
    margin-left: 252px;
    width: auto;
    position: relative;
    background-image: none !important;
}

.top_zone {
}
.top_zone_tools {
    background-image: none !important;
    min-height:110px;
    position:relative;
}

.middle_zone {
    background-color: #ffffff
}

.middle_zone .content {
    min-height:300px;
}
.middle_zone .content .content_area {
    padding:15px;
}
.bottom_zone {
    color: #999999;
    font-size: 9px;
    padding: 2px 3px;
}

.bottom_zone a {
    color: #BBBBBB;
}

.context_column {
    width: 250px;
    overflow: hidden;
}

.tools_area {
    background-color: #6B6B6B;
    float: left;
    width: 100%;
    padding: 5px 0 5px 0;
    margin: 0 0 38px 0;
}

.user_box {
    float: right;
    width: 50%;

}
.msRbac_loggedIn a {
    margin-right:1em;
}
.user_box a {
    color:#eeeeee;
}
/* main menu */
.main_menu {
    position: absolute;
    bottom: 0;
}

* + html body .main_menu {
    position: static !important;
    vertical-align: baseline;
    bottom: -16px;
}

* html body .main_menu {
    position: relative;
    float: left;
    height: 1%;
    z-index: 2000;
}

.main_menu ul {
    font-size: 0;
}

.main_menu ul li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2px;
    font-size: 0;
}

*+html body .main_menu ul li {
    display: inline;
}

* html body .main_menu ul li {
    display: inline;
}

.main_menu ul li a {
    font-size: 13px;
    padding: 4px 5px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #444444;
    background: #bbbbbb url('/msContextFramePlugin/images/sh_bottom.png') repeat-x 0 100%;
}

.main_menu ul li a:hover {
    background-color: #dddddd;
}

.main_menu ul li.active a {
    padding: 5px;
    color: #C62222;
    background-color: #ffffff !important;
    cursor: default;
    background-image: none !important;
}

/* context menu */
.context_menu {
    list-style-type: none;
}

.context_menu ul {
    font-size: 12px;
}

.context_menu li {
    background-image: none;
    padding-left: 0;
    width: 100%;
    float: left;
}

.context_menu a {
    display: block;
    background-color: #eeeeee;
    color: #494949;
    padding: 4px 12px;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
}

.context_menu a.selected {
    background-color: #dddddd;
    color: #C62222;
    font-weight: bold;
}

.context_menu a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
}

.context_menu a.selected:hover {
    background-color: #dddddd;
}

.context_menu ul a {
    padding-left: 27px;
    font-weight: normal
}

.context_menu ul ul a {
    padding-left: 42px;
    font-size: 11px;
}

.context_menu .menu_status {
    font-size: 9px;
    font-weight: normal;
    color: #777777;
    font-family: verdana, helvetica, sans-serif;
}

.context_menu ul ul ul a {
    padding-left: 57px;
}

.context_menu ul ul ul ul a {
    padding-left: 72px;
}

/* content style */
fieldset {
    border-color: #CDCDB7;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

legend {
    color: #333333;
}

.content table.list {
    margin: 1em 0;
    width: 100%;
    color: #5a5a5a;
}

.content table.list th {
    background-color: #eeeeee;
    color: #666666;
    font-weight: bold;
}

.content table.list th.dim_1 {
    background-color: #ffffff;
}

.content table.list th a {
    color: #666666;
}

.content table.list tr.bgdark,.content table.list tr.even {
    background-color: #F4F4EC;
}

.content table.list tr.bglight,.content table.list tr.odd {
    background-color: #F8F8F4;
}

.content table.list tr.special {
    background-color: #EDEDE1;
    color: #000000;
}

.content table.list tr.special:hover {
    background-color: #EDEDE1;
    color: #000000;
}

.content table.list tr:hover {
    background-color: #ffffff;
    color: #000000;
}

.content table.list th,.content table.list td {
    padding: 0.25em;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #EEEEEE;
    cursor: default;
}
.content table.list .column_actions {
    font-size:9px;
    font-family:tahoma, helvetica, sans-serif;
}
.content table.msform_body table.mceLayout {
    width:100% !important;

}
.content table.msform_body .mceIframeContainer {
    height:16em !important;
}
.content table.msform_body .defaultSimpleSkin iframe {
        height:16em !important;
}
/* view_mode */
.view_mode {
    font-size: 0;
    margin-top: 12px;
}

.view_mode .standard,.view_mode .details {
    float: right;
    margin-right: 0;
    margin-left: 3px;
}

.view_mode a {
    background-color: #F4F4EC;
    padding: 0 4px;
    font-size: 11px;
    float: left;
    color: #aaaaaa;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    margin-right: 3px;
    display: inline-block;
    min-width: 14px;
    text-align: center;
}

.view_mode a:hover {
    background-color: #A7A784;
    color: #ffffff;
}

.view_mode a.selected {
    color: #333333;
}

.view_mode a.selected:hover {
    color: #333333;
    background-color: #F4F4EC;
}

/* content form */
.content select {
    border-color: #CDCDB7;
    border-style: solid;
    border-width: 1px;
}

.content input[type='submit'],
.content input[type='button'] {
    font-size: 11px;
    cursor: pointer;
}

.content input[type='submit'].action_update_sorting,
.content input[type='button'].action_update_sorting {
    float: right;
}

.content input[type='text'] {
    border-color: #CDCDB7;
    border-style: solid;
    border-width: 1px;
    padding-left: 3px;
    padding-right: 3px;
}

.content input[type='text'].tiny {
    width: 40px;
}

.content input[type='text']:focus {
    border-color: #8D8D77;
}

.content textarea {
    border-color: #CDCDB7;
    border-style: solid;
    border-width: 1px;
}

.content textarea:focus {
    border-color: #8D8D77;
}

/* page_navigator */
.page_navigator {
    padding: 0 1em 1em 1em;
    text-align: center;
    font-size: 11px;
}

.page_navigator span {
    color: #aaaaaa;
    cursor: default;
}

.page_navigator span.pager_page {
    color: #333333;
    background-color: #F4F4EC;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin-right: 3px;
    min-width: 12px;
    padding: 0 2px;
    text-align: center;
    text-decoration: none;
    cursor: default;
}

.page_navigator a.pager_page {
    background-color: #F4F4EC;
    color: #AAAAAA;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin-right: 3px;
    min-width: 12px;
    padding: 0 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.page_navigator a.pager_page:hover {
    background-color: #A7A784;
    color: #ffffff;
}

.page_navigator .first {
    float: left;
}

.page_navigator .last {
    float: right;
}

.page_navigator a.first {
    color: #333333;
}

.page_navigator a.last {
    color: #333333;
}

.page_navigator a.next {
    color: #333333;
}

/* progress_bar */
.progress_bar {
    font-size: 9px;
    font-family: tahoma, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.progress_bar .bg {
    width: 100px;
    height: 6px;
    line-height: 0;
    margin: 0 2px 0 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    background-color: #dddddd;
    display: inline-block;
    vertical-align: middle;
}

.progress_bar .bg .progress {
    height: 6px;
    line-height: 0;
    background-color: #999999;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 0;
    margin: 0;
    padding: 0;
}
/* .ui-icon */
.tag_ajax {
    display:inline-block !important;
    position:relative;
    vertical-align:baseline;
    top:-2px;
}
.tag_ajax.ui-icon {
    display:inline-block !important;
    position:relative;
    vertical-align:baseline;
    top:0px;
}

/* ----- msform ----- */
.msform {

}
.msform_body {
    background-image:none !important;
}
.msform .error_list {
    background-color:#FBECE3;
    width:auto;
    padding:0 5px;
}
.msform .error_list li {
    width:auto;
}
.msform input, .msform textarea, .msform button, .msform select, .msform option {
    font-family:arial, helvetica, sans-serif;
    font-size:12px;
}
.msform .tooltip {
    cursor:pointer;
    padding-left:5px;
}

.msform input[type='text'], 
.msform input[type='password'] {
    border:1px solid #CDCDB7;
    padding-left:3px;
    padding-right:3px;
}
.msform input[type='text']:focus, 
.msform input[type='password']:focus {
    border-color: #8D8D77;
}

.msform textarea {
    border:1px solid #CDCDB7;
    padding-left:3px;
    padding-right:3px;
}
.msform input[type='submit'],
.msform input[type='button'] {
    cursor:pointer;
    font-size:12px;
}


.msform .error_list {
    list-style-type:none;
    color:#F71E1F;
}


.msform .radio_list, .msform .checkbox_list {
    list-style-type:none;    
}
.mceEditor th, .mceEditor td {
    padding:0 !important;
}

.mceToolbar {
    text-align:left;
}
/* ----- msform msdiv ----- */
.msform.msdiv input[type='text'], .msform.msdiv textarea, .msform.msdiv input[type='password']  {
    width:100%;
    padding:2px 0;
}
.msform.msdiv .msform_required, .msform.msdiv .msform_notrequired {
    margin-bottom:0.7em;
}
.msform.msdiv .msform_required > label {
    color:#5466C8;
    font-weight:bold;
}
.msform.msdiv .form_row.elements .msvmnodes_radio {
    margin-right:0;
}
.msform.msdiv .form_row {
    padding-bottom:0.7em;
}
.msform.msdiv .form_row.elements {
    padding-top:0.7em;
    padding-bottom:0;
}
.msform.msdiv .form_row .path_elements {
    font-size:12px;
}
.msform.msdiv .form_row.required > label {
    color: #5466C8;
    font-weight: bold;
}
.msform.msdiv .form_row.required label.text {
    cursor:pointer;
}
.select_item {
    display:inline-block;
    margin-right:1em;
}

.select_item label {
    display:block;
    padding-bottom:0.2em;
}
.select_item select {
    height:20em;
}
.content_area .nodes ul {

}
.content_area .nodes ul li {
    padding-left:0;
    background-image:none;
}

.content_area .paging li {
    display:inline;
    padding-left:0;
    background-image:none;
}
.content_area .paging li.current {
    font-weight:bold;
    color:#ffffff;
    background-color:#aaaaaa;
    padding:1px 4px;
    margin:0 3px;
    text-align:center;
}
.node_id_item {
    padding:5px 10px 0px 10px !important;
    background-color:#f4f4f4;
    border:1px solid #d4d4d4;
    margin-bottom:0.7em;
}


/* ----- msform mstable ----- */
.msform.mstable td, .msform.mstable th {
    vertical-align:top;
    padding-bottom:0.7em;
}
.mscore_col_label {
    width:20%;
    max-width:180px !important;
    line-height:1.16em;
    color:#777777;
    padding-right:8px;
    padding-top:2px;
    text-align:right;
}
.mscore_col_field {
    padding-right:10px;
}

.msform.mstable th {
    font-weight:normal;
}
.msform.mstable th label {
    display:block;
    text-align:right;
}
.msform.mstable .msform_required th label {
    color:#5466C8;
    font-weight:bold;
}

.msform.mstable input[type='text'], .msform.mstable textarea, .msform.mstable input[type='password']  {
    width:100%;
    padding:2px 0;
}
table.msform_body {
    width:100%;
}


/* mscorelist */
.mscorelist {
    margin: 10px 0;
}

.mscorelist .tight,
.list .tight {
    width:1%;
}

.mscorelist .emphasized {
    font-weight:bold;
    background-color:#EDEDE1;
    border-bottom:1px solid #e4e4e4 !important;
}

.mscorelist .function_menu a {
    background-color:#F4F4EC;
    color:#AAAAAA;
    display:inline-block;
    float:left;
    font-size:11px;
    font-weight:bold;
    line-height:16px;
    margin-right:3px;
    min-width:14px;
    padding:0 4px;
    text-align:center;
    text-decoration:none;
    border:1px solid #F4F4EC;
}
.mscorelist .function_menu a:hover {
    border-color:#dddddd;
}
.mscorelist .function_menu .active a {
    color:#333333;
}
.mscorelist .function_menu.mode_menu {
    float:right;
}

.mscorelist table.list tr:hover td {
    background-color: #ffffff;
}
.mscorelist.msvmvouchercompany .column_actions {
    width:140px;
}

/* vox_list */
.mscorelist .box_list {
    display:inline-block;
    padding:0 10px 10px 0;
    width:20%;
}
.mscorelist .box_list .box_content {
    padding:10px;
    border:1px solid #dddddd;
}
/* pager */
.pager {
    padding:0 1em 1em 1em;
    text-align:center;
    font-size:11px;
}
.pager span {
    color:#aaaaaa;
    cursor:default;
}
.pager span.pager_page  {
    color:#333333;
    background-color:#F4F4EC;
    display:inline-block;
    font-size:11px;
    font-weight:bold;
    line-height:16px;
    margin-right:3px;
    min-width:12px;
    padding:0 2px;
    text-align:center;
    text-decoration:none;
    cursor:default;
}
.pager a.pager_page {
    background-color:#F4F4EC;
    color:#AAAAAA;
    display:inline-block;
    font-size:11px;
    font-weight:bold;
    line-height:16px;
    margin-right:3px;
    min-width:12px;
    padding:0 2px;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
}
.pager a.pager_page:hover {
    background-color:#A7A784;
    color:#ffffff;
}
.pager .first {
    float:left; 
}
.pager .last {
    float:right;
}
.pager a.first {
    color:#333333;
}
.pager a.last {
    color:#333333;
}
.pager a.next, .pager a.back {
    color:#333333;
}

/* node_edit */
.list .dim_1 {
    width:200px;
}
.content table.list.node_edit .column_left {
    padding-right:3em;
    width:50%;
}
.content table.list.node_edit .dim_1 {
    width:200px;
}
#msvmcontentformobjecteditcontent {

}
.ui-icon {
    display:inline-block !important;
    position:relative;
    vertical-align:baseline;
    left:-2px;
    top:2px;
}

/* tabs */
.node_edit {
    margin-bottom: 10px;
}
.node_edit #tabs .required {
    color:#5466C8;
}
.msform_legend_required {
    color:#5466C8; 
    font-weight:bold;
    padding:0;  
}
.node_edit #tabs .invalid, .node_edit #tabs .invalid .required {
    color:#C62222 !important;
}
.node_edit #tabs {
    padding:0 0 0 10px;
}
.node_edit #tabs li {
    display:inline-block;
    background-image:none;
    padding-left:0;
}
.node_edit #tabs li a {
    display:inline-block;
    padding:4px 8px 3px 8px;
    background-color:#CDCDB7;
    border:1px solid #CDCDB7;
    position:relative;
    vertical-align:baseline;
    bottom:-2px;
    margin-right:1px;
    text-decoration:none;
    color:#ffffff;
    font-weight:bold;
    font-size:11px;
}
.node_edit #tabs li a.active {
    bottom:-1px;
    background-color:#ffffff;
    border-bottom-color:#ffffff;
    padding:4px 8px;
    color:#000000;
}

.tabable {
    background-color:#ffffff;
    border:1px solid #CDCDB7;
    padding:1em 15px;

}

.form_block {
    margin:0 0 1em 0;
}



.item_block {
    border: 1px solid #dedede;
    border-top: 2px solid #dddddd;
    background-color: #ffffff;
    margin: 0 0 15px 0;
    padding: 0 10px 5px 10px;
    overflow: auto;
}
* + html body .item_block {
    overflow:hidden;
}

.item_block h3 {
    background-color: #dedede;
    padding: 5px;
    margin: 0 -10px 10px -10px;
    color: #666666;
    font-size: 13px;
}

.item_block h4 {
    background-color: #efefef;
    margin: 5px 0 0 0;
    padding: 5px;
}

.item_block table {
    margin: 0 10px;
}

.node_tools ul {
    margin: 0;
    padding: 0;
}

.node_tools ul li {
    display: inline;
    padding-right: 10px;
    font-size: 11px;
    background: none;
}

.item_block.newsletter_part.edited {
    border-color:#aa2222;
    background-color:#ffeeee;
}
.item_block.newsletter_part.edited h3 {
    background-color:#aa2222;
    color:#ffffff;
}
.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

/* konferencja online */
.live_video_stats_item_block {
    margin-bottom:3em;
}
