﻿body 
{
}

.language_label, .close_button
{
    vertical-align: baseline;
}

.editable_webzone
{
    border-style: dashed;
    border-width: 1px;
    border-color: whitesmoke;
    padding: 6px;
    font-family: Arial;
}

.webzone
{
    border: none;
    font-family: Arial;
    padding: 0px;
}

.editable_webzone .part_chrome, .webzone .part_chrome
{
    background-color: #F7F6F3;
    border-color: #E2DED6;
    font-family: Arial;
    margin-bottom: 4px;
}

.editable_webzone .part_title, .webzone .part_title
{
    font-weight: bold;    
    /*
    background-color: #f7f7f7;
    background-image: url('../img/header.gif');
    background-repeat: repeat-x;
    font-size: 14px;
    color: Black;
    padding: 5px;*/
}

.editable_webzone .part, .webzone .part
{
    color: #333333;
    background-color: white;
}

.editable_webzone .title_bar_verb, .webzone .title_bar_verb
{
    font-size: 0.8em;
    text-decoration: none;
    color: black;
    font-weight: normal;
}

.editable_webzone .menu_label_hover, .webzone .menu_label_hover
{
    color: #E2DED6;
}

.editable_webzone .menu_popup, .webzone .menu_popup
{
    background-color: #5D7B9D;
    border-width: 1px;
    border-color: #CCCCCC;
    font-family: Arial;
    font-size: 0.6em;
    text-decoration: none;
}

.editable_webzone .menu_verb_hover, .webzone .menu_verb_hover
{
    background-color: #F7F6F3;
    border: solid 1px #CCCCCC;
    color: #333333;
}

.editable_webzone .menu_verb, .webzone .menu_verb
{
    border: solid 1px #5D7B9D;
    color: White;
}

.editable_webzone .empty_zone_text, .webzone .empty_zone_text
{
    font-size: 0.8em;
}

.editable_webzone .header, .webzone .header
{
    font-size: 0.7em;
    color: #CCCCCC;
    text-align: center;
}

.editable_webzone .zone_add, .webzone .zone_add
{
    text-align: center;
}

.editable_webzone .zone_add a, .webzone .zone_add a
{
    text-decoration: none;
    font-weight: bold;
    color: #CCCCCC;
}

.editable_webzone .zone_add_icon, .webzone .zone_add_icon
{
    width: 62px;
    height: 62px;
    border: none;
    background-image: url('../img/zone_add.png');
    margin-left:auto;
    margin-right: auto;
}

.editable_webzone .zone_add_text, .webzone .zone_add_text
{
}


.catalogZone
{
    width: 100%;
    height: 100%;
}

.galleryInstruction
{
    padding: 2px;
}

.galleryTable
{
    table-layout: fixed;
}

.galleryCatalogTd
{
    width: 150px;
    vertical-align: top;
    height: 220px;
    text-align: left;
}

.galleryPartsTd
{
    border: solid 2px #ebeef0;
    padding: 2px;
    vertical-align: top;
    height: 220px;
    text-align: left;
    width: 100%;
}

.galleryPartsTd input
{
    /*display: none;*/
}

.galleryPartsTd label:hover
{
    background-color: #ebeef0;
}

.catalog
{
    display: block;
    background-color: #ffffff;
    padding: 2px;
}

.selectedCatalog
{
    display: block;
    background-color: #ebeef0;
    padding: 2px;
}

/*
Editor css classes:
tab_container
tab_header
tab_active
tab_tab
tab_body
*/
.partEditor
{
    width: 100%;
}

.partEditor .tab_tab, .partEditor .tab_active 
{
    display:inline-block;
    margin-right:4px;
    overflow:hidden;
    text-align:center;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.partEditor .tab_tab
{
    cursor:pointer;
    background-color: #5D7B9D;
}

.partEditor .tab_active
{
    background-color: #ebeef0;
}

.partEditor .tab_body
{
    border: solid 2px #ebeef0;
    padding: 2px;
    vertical-align: top;
    text-align: left;    
}

/*.partEditor .part_body
{
    height: 386px;
    position: relative;
    left: 0px;
    top: 0px;
    overflow: auto;
}*/

.partEditor .tab_body fieldset
{
    margin: 0px;
}

/* Custom webparts */

/* Editorial article*/

.editorial p
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 13px;
}

/* News list*/
.news_title
{
    padding: 0px;
    margin: 0px;
    color: #009900;
    font-size:20px;
    font-weight:bolder;
    text-decoration:none;
}

.news_list_accordion_header {
    background-color:#2E4D7B;
    border:1px solid #2F4F4F;
    color:white;
    cursor:pointer;
    font-family:Arial,Sans-Serif;
    font-size:12px;
    font-weight:bold;
    margin-top:5px;
    padding:2px;
}

.news_list_accordion_header_selected {
    background-color:#5078B3;
    border:1px solid #2F4F4F;
    color:white;
    cursor:pointer;
    font-family:Arial,Sans-Serif;
    font-size:12px;
    font-weight:bold;
    margin-top:5px;
    padding:2px;
}

.news_list_accordion_content {
    background-color:#D3DEEF;
    border-color:-moz-use-text-color #2F4F4F #2F4F4F;
    border-style:none solid solid;
    border-width:medium 1px 1px;
    padding:10px 5px 5px;
}

.news_list
{
    width: 100%;
    background-color: #f8f8f8;
}

.news_list .tab_tab, .news_list .tab_active 
{
    display:inline-block;
    margin-right:4px;
    overflow:hidden;
    text-align:center;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.news_list .tab_tab
{
    cursor:pointer;
    background-color: #5D7B9D;
}

.news_list .tab_active
{
    background-color: #ebeef0;
}

.news_list .tab_body
{
    border: solid 2px #ebeef0;
    padding: 2px;
    vertical-align: top;
    text-align: left;    
}

.news_list .item
{
    border-bottom:1px solid #DEDFDF;
    padding: 3px;
}

/* News list property editor */

.selector_div
{
    width: 82px;
    height: 15px;
    overflow: hidden;
}

.selector_link
{
    text-decoration: none;
}

.editor_item_td
{
    width: 150px;
    vertical-align: top;
    text-align: left;
}

.editor_form_td
{
    border: solid 2px #ebeef0;
    padding: 2px;
    vertical-align: top;
    text-align: left;
}

.editor_form_td .item_list_holder
{
    width: 350px;
    height: 65px;
    border: solid 1px black;
    overflow: auto;
    padding: 2px;
    margin-bottom: 2px;
}

