﻿.psidatapart .actionsBar
{
    margin-top:10px;
}

#TextArea1
{
    width: 100%;
}

.datapartheader
{
    position: relative;
}

.datapartremove
{
    float: right;
    text-align: right;
}
#dataformmulticol
{
}

#dataformmulticol li
{
    width: 50%;
    float: left;
}

#dataformmulticol ul, #dataformmulticol li
{
    list-style: none;
}

.divPSIDataPartContent li
{
    width: 50%;
    float: left;
}


.divPSIDataPartContent ul, .divPSIDataPartContent li
{
    list-style: none;
}

#divPSIDataParts
{
    width: 25%;
    margin-right: 5px;
    float: left;
    color: #3966d5;
}

#divPSIDataParts ul, #divPSIDataParts li
{
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.accordion
{
    width: 100%;
    height: auto;
    border-top: 1px solid #003763;
    font-weight: bold;
}

.accordionHeader
{
    border-top: none;
    border-bottom: 1px solid #003763;
    border-left: 1px solid #003763;
    border-right: 1px solid #003763;
    padding: 5px;
    cursor: pointer;
    margin: 0;
    color: #3966d5;
    background-image: url(../Images/BoxHead2.gif);
    background: url(../Images/BoxHead2.gif) repeat-x;
    width: 97%;
}

.accordionHeaderSelected
{
    border-top: none;
    border-bottom: 1px solid #003763;
    border-left: 1px solid #003763;
    border-right: 1px solid #003763;
    padding: 5px;
    cursor: pointer;
    margin: 0;
    color: #3966d5;
    background: url(../Images/BoxHead2.gif) repeat-x;
}

.accordionContent
{
    border-left: 1px solid #003763;
    border-right: 1px solid #003763;
    border-bottom: 1px solid #003763;
    background-color: white;
    padding: 5px;
    padding-top: 10px;
    margin: 0;
    color: Black;
}

#divPSIConfiguration
{
    width: 100%;
    position: relative;
}

#divPSIDataPartViewer
{
    float: left;
    width: 73%;
}

#wizardform label
{
    float: left;
    width: 120px;
    font-weight: bold;
}

#wizardform input, #wizardform textarea
{
    width: 180px;
    margin-bottom: 5px;
}

#wizardform textarea
{
    width: 250px;
    height: 150px;
}

#wizardform .boxes
{
    width: 1em;
}

#wizardform br
{
    clear: left;
}

#wizardagencylist
{
    height: 100%;
    overflow: auto;
}

#wizardagencylist ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
