﻿body
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size:12px;
    margin:0;
}

.justify
{
    text-align: justify;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

.clear
{
    clear: both;
}
.relative
{
    position: relative;
}
.jqifade
{
    position: absolute;
    background-color: #aaaaaa;
}

div.jqi
{
    width: 400px;
    font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
    position: absolute;
    background-color: #ffffff;
    font-size: 11px;
    text-align: left;
    border: solid 1px #eeeeee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px;
}

div.jqi .jqicontainer
{
    font-weight: bold;
}

div.jqi .jqiclose
{
    position: absolute;
    top: 40px;
    right: 123px;
    width: 0px;
    cursor: default;
    color: #bbbbbb;
    font-weight: bold;
    display: none;
}

div.jqi .jqimessage
{
    padding: 10px;
    line-height: 20px;
    color: #444444;
}

div.jqi .jqibuttons
{
    text-align: right;
    padding: 5px 0 5px 0;
    border: solid 1px #eeeeee;
    background-color: #f4f4f4;
}

div.jqi button
{
    padding: 3px 10px;
    margin: 0 10px;
    background-color: #EFEFEF;
    border: 1px solid #506070;
    color: #555555;
    font-weight: bold;
    font-size: 12px;
}

div.jqi button:hover
{
    background-color: #DFDFDF;
}

div.jqi button.jqidefaultbutton
{
    /*background-color: #8DC05B;*/
    background-color: #ff9000;
}

.jqiwarning .jqi .jqibuttons
{
    background-color: #ff9000;
}
