﻿.PartTitleStyle
{
    background-color: #D2E1F6; /*#C1D4E3;*/
    height: 20px;
    font-size: 8px;
    padding: 0px 0px 1px 1px;
    background-image: url(Images/backgrounds/boxHeaderTopLeft.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.PartTitleStyle table
{
    background-image: url(Images/backgrounds/boxHeaderTopRight.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

.PartTitleStyle table tr td
{
    padding: 10px 10px 0 10px;
}
.PartTitleStyle table tr td span
{
    font-size: 12px;
    font-weight: bold;
    background-color: #D2E1F6; /*#C1D4E3;*/
    padding-right: -10px;
}

.PartStyle
{
    background-color: #FFFFFF;/*#F8F8f0;*/
    border: solid 1px #D2E1F6; /*#DDDDDD*/
}
.PartZone
{
    border: dashed 0px #DDDDDD;
}

.PartZoneHeader
{
    height: 0px;
    display: none;
}

.SelectedPartChromeStyle
{
    border: dashed 3px #F29A19;
}

.fadingTooltip
{
 
    border-right: darkgray 1px outset;
    border-top: darkgray 1px outset;
    font-size: 12pt;
    border-left: darkgray 1px outset;
    width: auto;
    color: black;
    border-bottom: darkgray 1px outset;
    height: auto;
    background-color: #FFFACD;
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
    border-bottom-width: 3px;
}
.editorPart
{
    padding-right:5px;
}