﻿body
{
}
.verticaltext
{
    writing-mode: tb-rl;
    filter: flipv fliph;
}

/*ResizableControlExtender*/
.handleText
{
    width: 16px;
    height: 16px;
    background-image: url(images/HandleGrip.png);
    overflow: hidden;
    cursor: se-resize;
    vertical-align: bottom;
}
.resizingText
{
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #7391BA;
}
.frameText
{
    overflow: auto;
    float: left;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: Gray;
    font-family: Helvetica;
    line-height: normal;
}

/* Accordion */
.accordionHeader
{
    border: 1px dotted #999999;
    color: white;
    background-color: #FFF7E3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected
{
    border: 1px dotted #999999;
    color: white;
    background-color: #FFCC66;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    border-top: 1px none #999999;
    padding: 5px;
    padding-top: 10px;
    border-right: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
    border-left: 1px dotted #999999;
}
.popupHover
{
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    empty-cells: hide;
}
.PanelUpdate
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    background-color: #F3F3F3;
    padding: 5px;
    border: 1px solid #666666;
}
.PanelUpdateName
{
    color: #006666;
    margin: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999; /* white-space: nowrap;*/
}
.PanelUpdateDescription
{
    /* white-space: nowrap;*/
}
.PanelControlButton
{
}
.LabelMaxAllowableDocuments
{
    color: #006666;
    margin: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
}
.HyperLinkMaxAllowableDocuments
{
}
.popupTable
{
    empty-cells: hide;
    background-color: #FFFFFF;
}
.popupMenu
{
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    background-color: White;
    text-align: center;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.ResizableDiv
{
    border-color: #CCCCCC;
}
