/* Reset default borders on WebPart Tables to none (nested tables need to be reset) */
table.main tr td.public_main table.content tr td.content_pane table#webpartmanager tr td table tr td table tr td table,
div#PromoWebPartZone table tr td table tr td table
{
    border: 0px;
}

div#PromoWebPartZone
{
    width: 200px;
    margin-left: 10px;
}

/* Expand the available space for webparts so that they automatically fill the available space based on % */
table.main tr td.public_main table.content tr td.content_pane table#webpartmanager tr td table
{
    width: 95%;
}

/* WebPart Header TABLE (ideal for setting border on webparts) */
table.main tr td.public_main table.content tr td.content_pane table#webpartmanager tr td table tr td table tr td table tr td table
{
    
}

/* WebPart Header TABLE TD [where the 'id' attribute exists] */
table.main tr td.public_main table.content tr td.content_pane table#webpartmanager tr td table tr td table tr td table tr td table tr td[id],
div#PromoWebPartZone table tr td table tr td table tr td table tr td[id]
{
    text-align: left;
    padding: 5px;
    background-image: url('/simpo2/images/CMS/th_bg.gif');
    background-position: top left;
    background-repeat: repeat-x;
}

/* WebPart Header Title TD SPAN [where the 'id' attribute exists] */
table.main tr td.public_main table.content tr td.content_pane table#webpartmanager tr td table tr td table tr td table tr td table tr td[id],
div#PromoWebPartZone table tr td table tr td table tr td table tr td[id]
{
    color: #fff;
    font-weight: bold;
}

table#webpartmanager
{
    width: 494px;
}

/* Presentation formatting for the drag-'n-drop mode menu and status info */
table#webpartmanager tr td#WebPartPageStatus
{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

/* Links in the menu available in drag-'n-drop mode */
table#webpartmanager tr td#WebPartPageMenu div span a, p.GetDefaultModuleDescription a
{
    background-image: url('/simpo2/images/CMS/chevron.jpg');
    background-position-x: 0px;
    background-position-y: 3px;
    background-repeat: no-repeat;
    padding-left: 12px;
    margin-right: 5px;
    font-weight: bold;
}

/* When the editor (Add New WebParts) is operational, this CSS governs the display real estate for the feature */
table#webpartmanager tr td#EditorZone1 div.CatalogZone
{
    margin-left: 10px;
    border: 1px solid #ccc;
    background-color: #eee;
}

/* Table holding the display for the Declarative Catalog */
table#webpartmanager tr td#EditorZone1 div.CatalogZone table tr td table tr td table
{
    width: 125px !important;
}

/* Table column holding the 'Add To' dropdown and 'Add/Close' buttons */
table#webpartmanager tr td#EditorZone1 div.CatalogZone table tr td
{
    width: 125px !important;
}

table#webpartmanager tr td#EditorZone1 div.ConnectionZone
{
    
}

/* Hides the 'minimize/close' menu in WebParts */
td span[id] span[id]
{
    display: none;
}


