@import url("../env.css");

/* MAIN */
* {
    margin: 0;
    padding: 0;
}

html, body {
    text-align: left;
    background: #353535;
    cursor: default;
    color: #DDD;
    margin-top: 10px;
    margin-bottom: 20px;
}

img {
    border: 0;
}

table {
    border-collapse: separate;
    border-spacing: 2px 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

td {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

/* PAGE */
#page {
    width: 950px;

    margin: auto;
    text-align: left;
}

/* HEADER */
#header {
    margin: auto;
    width: 950px;
    background-image:url(pilt/banner.png);
    background-repeat:no-repeat;
    height: 105px;
    font-size: 12px;
}

/* FOOTER */
#footer2 {
    position: relative;
    bottom: 0;

    width: 930px;
    background: #009933;
    padding: 11px;
    margin-top: 25px;
    color: #DDD;
    font-size: 12px;
    font-family: 'Arial';
}

#footer2 a {
    color: #DDD;
    text-decoration: underline;
}

/* CONTENT */
#content_header {
    float: left;
    width: 950px;

    color: #444;
    font-family: 'Arial';
    font-size: 15px;
}

#content_header h1 a:link, #content th a:link {
    color:#FFFFFF;
}
#content_header h1 a:visited, #content th a:visited {
    color:#FFFFFF;
}
#content_header h1 a:hover, #content th a:hover {
    color:#FFFFFF;
}
#content_header h1 a:active, #content th a:active  {
    color:#FFFFFF;
}

#content_header h1 {
    text-decoration: none;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    background: #009933;
}

#content {
    float: left;
    width: 540px;

    color: #444;
    font-family: 'Arial';
    font-size: 13px;

    padding-left: 25px;
    padding-right: 25px;
}

.content {
    padding: 10px;
    background: #FFF;
    line-height: 1.4;
}

#content h1, #content h2, th {
    text-decoration: none;
    padding: 10px;
    color: #ffffff;
    margin-top: 25px;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    background: #009933;
}

#content td h1, #content td h2, #content th {
    padding: 0 2px 0 2px;
    margin: 2px 2px 2px 0;
    line-height: 22px;
}

#content h1 a:link, #content h2 a:link {
    background-color:#009933;
}
#content h1 a:visited, #content h2 a:visited {
    background-color:#009933;
}
#content h1 a:hover, #content h2 a:hover {
    background-color:#009933;
}
#content h1 a:active, #content h2 a:active {
    background-color:#009933;
}

/* SIDEBAR */
#sidebar {
    width: 180px;
    padding: 0;

    color: #656565;
    font-family: 'Arial';
    font-size: 12px;
}

#sidebar h1 {
    background: #009933;
    color: #FFF;
    padding: 10px;
    margin-top: 25px;
    font-size: 13px;
    font-weight: bold;
}

.box {
    background: #cbcdcc;
    line-height: 1.3;
    padding: 10px;
}

/* LINKS */
a {
    color: #009933;
    text-decoration: none;
}

a:hover {
    color: #009933;
}

#sidebar a {
    color: #656565;
}

#sidebar a:hover {
    color: #000;
}

#content h1 a, #content h2 a {
    color: #FFFFFF;
    background: none;
}

#content h1 a:hover, #content h2 a:hover {
    color: #FFFFFF;
    background: none;
}

#tabel td {
    padding-bottom: 10px;
}

.taimer {
    text-align: left;
    background: none;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
}

.timer {
    text-align: left;
    background: none;
    border: 0;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

input {
    border: 1px solid #999999;
    background-color:#FFFFFF;

}

input[type=button], input[type=submit] {
    border: 1px solid #999999;
    background-color: #F0F0F0;
    background: url(pilt/submit.jpg) repeat-x;
    color:#FFFFFF;
    padding: 2px;
}

select {
    border: 1px solid #999999;
    background-color:#FFFFFF;
}

textarea {
    border: 1px solid #999999;
    background-color:#FFFFFF;
}

fieldset {
    border: 2px solid #dbdbd9;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 1px;
}

fieldset legend {
    color: #4e4d4d;
}

table.a tr td {
    border:1px solid #E0E7CF;
    border-left: 0;
    border-right: 0;
}

.chatStatus {
    margin-bottom: -3px;
}
