﻿.minimize, .maximize
{
    border: 0px;
    height: 18px;
    width: 18px;
}

a:active
{
    outline: none;
}

.maximize
{
    background: url('images/maxButton.gif') no-repeat top left;
    float: right;
    top: 1em;
}

.minimize
{
    background: url('images/minButton.gif') no-repeat top left;
    float: right;
    top: 1em;
}

.inputWidth
{
    overflow: auto;
    height: 130px;
    background-color: #eeeeee;
    border-left-color: #99ccff;
    border-top-color: #6f9dd9;
    border-right-color: #6f9dd9;
    border-bottom-color: #6f9dd9;
    border-width: 1px;
    border-style: solid;
    margin-left: 10px;
}

.delete
{
    float: right;
}

.AndOr
{
    background-color: #EEEEEE;
    border-bottom-style: none;
    text-align: center;
    padding: 3px 0;
}
.rowHeader
{
    background: #fff;
    border-left: #d8d8d8 1px solid;
    text-align: left;
    padding-bottom: 6px;
    padding-right: 8px;
    font-family: Verdana;
    color: #525252;
    padding-top: 3px;
}

.rowHeader, .controlTD
{
    border-bottom: #d8d8d8 1px solid;
    border-top: #d8d8d8 1px solid;
}

.MainControlDivs table
{
    margin-top: 0 !important;
}

.controls
{
    float: left !important;
    width: 390px;
}

.controls select
{
    margin-top: 5px;
}

.controls table
{
    margin-top: 5px !important;
}

.controlTD
{
    background: #f6f6f6;
    border-right: #d8d8d8 1px solid;
}

.sortableList
{
    list-style-type: none;
    margin-left: 0px;
}

.controlTD, .sortableList ul, .sortableList
{
    padding: 5px;
}

.sortableList ul, .sortableList
{
    padding: 0px;
}

a:visited
{
    color: #0072bc;
}

.sortableList li, .sortableList
{
    display: block;
}

.sortableList .dropzone
{
    border-bottom: 4px solid transparent;
}

#divDropZone
{
    height: 2px !important;
}

.sortableList *
{
    margin: 0;
}

.attributes
{
    border: #6f9dd9 1px solid;
    background-color: #EEEEEE;
    height: 130px;
    overflow: auto;
}

.sortableItem
{
    border-bottom: #d8d8d8 1px solid;
}

.sortableList
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sortableList li
{
    margin: 0;
    padding: 0;
}