﻿.popupmenu .popup
{
    background-image: url(bullet_arrow_bottom.png);
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    width: 100%;
    cursor: pointer;
}

.popupmenu ul
{
    display: none;
    text-align: right;
    margin: 0;
    padding: 0;
    list-style-image: none;
    position: absolute;
    background-color: White;
    border: solid 0px black;
    list-style: none;
    list-style-image: none;
    width: auto;
}
.popupmenu ul div
{
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.popupmenu ul li
{
    border: 1px solid black;
    margin: 0;
    padding: 3px;
}
.popupmenu ul li div
{
}
.popupmenu ul li a
{
    display: none;
    margin-left: 1em;
    background-color: #cccccc;
}

.popupmenu ul li a:hover
{
    background-color: #eeeeee;
}
fieldset
{
    padding: 1em;
}

fieldset.form
{
    width: 33em;
}

.form label
{
    width: 11em;
    display: block;
    float: left;
}

.form input, .form button, .form label, .form textarea, .form select
{
}

.form p
{
    clear: both;
}
.form input, .form textarea
{
    width: 20em;
    display: block;
    float: left;
}
fieldset.template
{
    width: 50em;
}

.template label
{
    width: 6em;
}

.template input, .template textarea
{
    width: 40em;
}

.template textarea
{
    height: 25em;
}

tr.even
{
    background-color: #dddddd;
}

div.editor-label, div.display-label
{
    display: block;
    float: left;
    width: 12em;
}

div.editor-field, div.display-field
{
    display: block;
}

hr
{
    clear: both;
}

div.editor-field input, div.editor-field textarea, div.editor-field select
{
    width: 23em;
    margin-bottom: 0.5em;
}

div.talkselection
{
    width: 710px;
}

div.talkselection div.talkselect
{
    float: left;
    width: 350px;
    padding: 2px;
}

div.talkselection div.talkselect div
{
    float: left;
}

