/**
 * CSS-file with styles for popups
 *
 * @author Denis Barushev <barushev@gmail.com>
 * @since 13.04.2007
 * @version $Id: popup.css 42 2007-08-01 10:16:31Z denis $
 */

html, body, ul, ol, dl, li, dt, dd, p, h1, h2, h3, h4, h5, h6, table, thead, tbody, tr, td, form {
    margin: 0;
    padding: 0;
}

body {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #333;
    background: #fff;
}

ul {
    list-style-type: none;
}

img {
    border: 0;
    vertical-align: top;
}

input, select, option, textarea {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #333;
}

a {
    color: #546a80;
    text-decoration: none;
    border-bottom: 1px solid #adb8c3;
}

a.no-border {
    border-bottom: 0;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
}

table {
    border-collapse: collapse;
}

.center {
    text-align: center;
}

body {
    padding: 30px 150px 30px 45px;
}

.logo {
    position: absolute;
    right: 45px;
    top: 30px;
}

.errors {
    color: #f00;
    line-height: 160%;
}

h1 {
    color: #7188a2;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 18px;
}

p {
    margin-bottom: 1em;
    clear: both;
}

p.label {
    margin-bottom: 3px;
}

input.full {
    width: 290px;
}

form ul {
    width: 300px;
    margin: 20px 0 15px 0;
}

form ul li {
    background: #f1f3f5;
    padding: 5px;
    margin: 1px 0;
}

form ul li * {
    vertical-align: middle;
}

form ul li.current {
    background: #f8f9e8;
}

form ul li.subscribed {
    background: #e6e8ec;
}

form ul li.collapsed ul {
    display: none;
}

form ul li.expanded  label {
    font-weight: bold;
}

form ul li.expanded ul label {
    font-weight: normal;
}

form input.error,
form select.error,
form textarea.error {
    border: 2px solid #f87a7b;
    color: black;
}


form ul ul {
    margin: 5px -5px -5px -5px;
    border-top: 2px solid white;
    overflow: hidden;
    zoom: 1;
}

form ul ul li {
    width: 140px;
    float: left;
    margin: 0;
    border-bottom: 1px solid #fff;
}

form ul ul li.odd {
    width: 139px;
    border-right: 1px solid #fff;
    clear: left;
}