/**
 * default.css
 *
 * CSS-file with default styles
 *
 * @author Denis Barushev <barushev@gmail.com>
 * @version $Id: default.css 105 2006-11-22 15:13:45Z denis $
 */

html, body, ul, ol, dl, li, dt, dd, p, h1, h2, h3, table, tr, td {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background: white;
    color: black;
}

img {
    border: 0;
    vertical-align: top;
}

ul {
    list-style-type: none;
}

#wrap {
    width: 725px;
    margin: 10px auto;
    text-align: left;
}

h1 {
    font-family: Arial;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 24px 0;
    padding-top: 23px;
}

h2 {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin: 27px 0 15px 0;
    clear: both;
}


/**
 * Header
 */
#header {
}


/**
 * Top menu
 */
#top-menu {
    padding: 18px 0 15px 0;
    background: url(/media/images/backgrounds/line.gif) repeat-x bottom;
    font-family: Verdana;
    font-size: 9px;
    overflow: hidden;
}

#top-menu .active {
    font-weight: bold;
}

#top-menu p.mainpage {
    float: left;
    background: url(/media/images/icons/mainpage.gif) no-repeat left center;
    padding: 0 10px 0 18px;
    margin-left: 10px;
}

#top-menu p.feedback {
    float: right;
    background: url(/media/images/icons/feedback.gif) no-repeat left center;
    padding: 0 10px 0 18px;
}

#top-menu p a {
    color: black;
}


/**
 * Logo
 */
#logo {
    position: relative;
    overflow: hidden;
}

#logo img {
    display: block;
    padding: 23px 0 18px 11px;
}

#logo .slogan {
    color: #007cc3;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    position: absolute;
    top: 30px;
    left: 201px;
    font-family: Tahoma;
    font-size: 20px;
}


/**
 * Main Menu
 */
#main-menu {
    font-family: Verdana;
    font-size: 11px;
    line-height: 1.1;
    background: url(/media/images/backgrounds/line.gif) repeat-x top;
    padding: 13px 0 15px 0;
    overflow: hidden;
}

#main-menu li {
    float: left;
    padding: 0 6px;
    border-right: 1px solid black;
}

#main-menu li.first-child {
    padding-left: 4px;
}

#main-menu li.last-child {
    padding-right: 4px;
    border-right: none;
}

#main-menu li a {
    color: black;
}

#main-menu .active,
#main-menu .active a {
    font-weight: bold;
}


/**
 * Body
 */
#body {
    font-family: Arial;
    font-size: 12px;
    background: url(/media/images/backgrounds/line.gif) repeat-x top;
    padding-bottom: 15px;
    overflow: hidden;
}

#body p {
    margin: 13px 0;
    line-height: 140%;
}


/**
 * Footer
 */
#footer {
    padding: 16px 0 18px 0;
    background: url(/media/images/backgrounds/line.gif) repeat-x top;
    color: #76797c;
    font-family: Verdana;
    font-size: 9px;
}

/**
 * Table
 */

table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
}

table td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 9px 14px;
}

table td.first-child {
    border-left: none;
    padding-left: 0;
}

table td.head {
    font-weight: bold;
    vertical-align: top;
}

table td.head a {
    color: black;
}

/**
 * Forms
 */

ul.errors li {
    color: red;
}

form p.buttons {
    text-align: right;
}

form .required {
    color: red;
}

#body form p {
    margin: 7px 0;
}

form p label {
    padding-top: 15px;
    display: block;
}

div.info {
    padding-top: 75px;
}

div.add-info {
    padding-top: 75px;
    font-family: Verdana;
    font-size: 9px;
}

.add-info .icq {
    background: url(http://web.icq.com/whitepages/online?icq=230881514&img=5) no-repeat left 2px;
    padding-left: 21px;
}

#sidebar h3 {
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    color: #666;
}

.comment {
    color: #666;
}