/* 
    Document   : form.css
    Created on : 12.01.2009, 1:07:26
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

a.rss {
    width: 28px;
    height: 28px;
    display: block;
    background-image: url(../i/rss.png);
    text-indent: -1000px;
    border: 0px;
}

div.form label {
    font-weight:bold;
}

div.form input {
   color: black;
   width: 400px;
   border: 1px solid black;
   font-size:18px;
}

div.form textarea {
   color: black;
   width: 400px;
   border: 1px solid black;
   font-size:2em;
}

div.form td
{
    color: black;
}

span.not_null
{
    color: red;
    font-weight: bold;
}

table.form thead td
{
    color: black;
    font-weight: bold;
}

table.table_list thead td
{
    font-weight: bold;
}

span.validation_message {
    color: red;
    font-weight:bold;
}

.message {
    background-color:#FFFBCC;
    
    border: 1px solid #E6DB55;
    padding: 5px;
    

    margin: 5px;
    display: block;
}


span.navigator {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
}

span.navigator span {
    /*border: 1px solid orange;*/
    background-color: gray;
    color: white;

    padding: 3px 4px;
    margin: 3px;
}

span.navigator a {
    /*border: 1px solid orange;*/
    background-color: #3B81B7;
    color: white;

    padding: 3px 4px;
    margin: 3px;
}

span.navigator a:hover {
    background-color: red;
}

.s_title {
    width: 580px;
}

sup {
    color: red;
}

span.m-success {
    color: green;
    font-weight: bold;
    border: 1px solid green;
    padding: 3px;
}

span.m-error {
    color: red;
    font-weight: bold;
    border: 1px solid red;
    padding: 3px;
}

div#l-content a.confirm {
    color: red;
    font-weight: bold;
    
}

span.hint {
    color: #808080;
}

input:focus, textarea:focus {
    border: 1px solid #f0801a;
}

a.delete {
    color: red;
    margin-left: 5px;
}

fieldset {
    border: 1px solid black;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

fieldset legend{
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}    
