body
{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #505050;
    font-family: verdana, sans-serif;
    font-size: 8pt;
    text-align: center;
}

div#headline
{
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 10px;
    height: 40px;
    border-bottom: 1px solid #101010;
    background-color: #404040;
    color: #e0e0e0;
    line-height: 40px;
    font-size: 14pt;
    font-weight: bold;
    text-align: right;
}

div#headline img
{
    float: left;
    margin: 5px 10px 5px 0;
}

div#dialog_wrapper
{
    display: inline-block;
    padding: 10px;
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
    text-align: right;
    zoom: 1;
    *display: inline;
}

div#dialog_caption
{
    margin-bottom: 10px;
    color: #d05030;
    line-height: 32px;
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
}

div#dialog_caption img
{
    float: left;
    margin-right: 10px;
}

div#dialog_content
{
    padding: 30px;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
}

div#dialog_buttons
{
    margin-top: 10px;
}

div#dialog_buttons input
{
    width: 130px;
    height: 35px;
    font-family: verdana, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

div#footer
{
    margin: 5px auto 0 auto;
    padding: 0 0 5px 0;
    color: #707070;
    font-size: 7pt;
    text-align: center;
}

/*--------------------------------------------------*/

label, caption
{
    font-weight: bold;
}

input, textarea, select
{
    padding: 2px;
    font-family: verdana, sans-serif;
    font-size: 8pt;
}

input[type="button"]
{
    width: 85px;
    font-weight: bold;
}

th input[type="button"]
{
    width: auto;
}

table
{
    border: 1px solid #cccccc;
}

tr
{
    background-color: #fafafa;
    color: #505050;
}

th
{
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
    color: #505050;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}

td
{
    padding: 0 5px;
    font-size: 7.5pt;
    text-align: left;
}

tr:hover, th:hover
{
    background-color: #e0ffff;
    cursor: default;
}

th:first-child
{
    background-color: #f0f0f0;
}

/*--------------------------------------------------*/

div.panel_left
{
    float: left;
    width: 648px;
}

div.panel_left div
{
    float: left;
    overflow: hidden;
    margin: 10px 10px 0 0;
    padding: 10px;
    width: 184px;
    height: 32px;
    border: 1px solid #cccccc;
    background-color: #e0f0ff;
    line-height: 32px;
    font-weight: bold;
}

div.panel_left div:hover
{
    background-color: #e0ffff;
    cursor: default;
}

div.panel_left div img
{
    float: left;
    margin-right: 10px;
}

div.panel_right
{
    float: right;
    width: 206px;
}

div.panel_right div
{
    float: right;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 10px;
    width: 184px;
    height: 32px;
    border: 1px solid #cccccc;
    background-color: #ffe0e0;
    line-height: 32px;
    font-weight: bold;
}

div.panel_right div:hover
{
    background-color: #ffebeb;
    cursor: default;
}

div.panel_right div img
{
    float: left;
    margin-right: 10px;
}

/*--------------------------------------------------*/

a
{
    color: #0060c0;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

a:hover
{
    color: #2080e0;
}

ul
{
    margin: 0;
    padding: 0 0 0 40px;
}

ul li
{
    margin: 3px 0 0 0;
    padding: 0;
}
