/*
Document   : default
Created on : 23.3.2009, 14:48:52
Author     : Amokrun
Description:
Purpose of the stylesheet follows.
*/

div.message_box
{
    background-color: white;
    border: 1px solid black;
    padding: 5px;
    padding-left: 10px;
    margin: 5px;
}
.message_box h2
{
    border-bottom: 1px solid black;
    font-size: 14pt;
    margin: 0px;
    margin-bottom: 1em;
}

div.form_box
{
    background-color: white;
    border: 1px solid black;
    padding: 10px;
    margin: 5px;
}

a
{
    color: #339933;
}

a:link
{
    color: #339933;
}

a:visited
{
    color: #339933;
}

a:hover
{
    color: #339933;
}

div.copyright_bar
{
    font-size: 8pt;
    padding: 5px;
    background-color: white;
    padding-top: 15px;
    margin: 0px;
    text-align: right;
    border-top: 1px solid #cccccc;

}

ul.plain
{
    list-style-type: none;
}

thead th
{
    text-align: left;
    border-bottom: 1px solid black;
}

img
{
    border: 0px;
}

div.field_with_errors
{
    display: inline;
}

ul.plain
{
    list-style-type: none;
    padding: 0px;
}

/* Tooltip */
#tt {position:absolute; display:block; background:url(/images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(/images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(/images/tt_bottom.gif) top right no-repeat; overflow:hidden}

/* End of Tooltip */

div.info
{
    border: 1px solid black;
    padding: 20px;
}
