/* 
    Document   : forms
    Created on : 2011-5-13, 17:49:30
    Author     : ICYGEN
    Description:
        Various forms styles
*/

.butt-1, .butt-2 {
    color: white;
    background: #1C4AA5 url( ../images/icons/arr-3.gif ) 5px 50% no-repeat;
    border-style: none;
    padding: 5px 8px 5px 16px;
    font-size: 11px;
}
.butt-2 {
    background-color: #8493B1;
}

ul.sitemap {
    margin-left: 25px;
    list-style: none outside url( ../images/icons/arr-4.gif );
}
ul.sitemap li {
    padding-bottom: 20px;
}
ul.sitemap li a {
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}
ul.sitemap li a:hover {
    text-decoration: underline;
}
ul.sitemap ul {
    margin-left: 36px;
    list-style: none outside url( ../images/icons/arr-8.gif );
}
ul.sitemap ul li {
    padding-bottom: 0px;
}
ul.sitemap ul li a {
    font-weight: normal;
    font-style: normal;
    font-size: 0.9em;
}
table.signals td {
    padding-bottom: 8px;
}
table.signals input, .col1 input[type="text"], .col1 input[type="password"], .col2 input[type="text"], .col2 input[type="password"] {
    color: #444444;
    border: 1px solid #C0C0C0;
    background: #FEFEFE url( ../images/backgrounds/input.gif ) top repeat-x;
    width: 130px;
    padding: 0px 3px;
}
.col1 input[type="text"], .col1 input[type="password"], .col2 input[type="text"], .col2 input[type="password"] {
    height: 20px;
}
table.signals textarea {
    color: #444444;
    border: 1px solid #C0C0C0;
    background: #FFFFFF url( ../images/backgrounds/textarea.gif ) top repeat-x;
    width: 285px;
    height: 105px;
}
.col1 {
    float: left;
    width: 260px;
}
.col2 {
    margin-left: 300px;
}
.col1 .title, .col2 .title {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 5px;
}
.col1 .box-4 {
    background-color: #B5CDDB;
    padding: 10px;
    margin-bottom: 16px;
}
.col1 .box-4 table td {
    padding-bottom: 5px;
}
.col1 .box-4 .butt-1 {
    margin-top: 5px;
}
.col1 .box-5 {
    background-color: #C8C8C8;
    padding: 8px 6px;
}
.col1 .box-5 input[type="text"] {
    width: 100px;
}
.col1 .box-5 .butt-1 {
    padding: 2px 4px 2px 15px;
}
.col2 .note {
    margin: 20px 0px 6px 0px;
}
.col2 table td {
    padding-bottom: 5px;
}
.col2 .row {
    padding-bottom: 10px;
}
.col2 select {
    color: #444444;
    border: 1px solid #C0C0C0;
    background: #FFFFFF url( ../images/backgrounds/textarea.gif ) top repeat-x;
}

.error {
    color: #CA0000;
    margin-left: 15px;
}
.error0 {
    color: #CA0000;
}
.space {
    height: 300px;
}
