* {
    font-family: Tahoma, Arial;
    font-size: 11px;
    line-height: 15px;
}
a {
    color: #1689da;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
div#main {
    width: 866px;
    margin: auto;
}
div#main_header {
    background: url(../images/hbg.png) no-repeat;
    height: 13px;
}
div#main_body {
    background-image: url(../images/mbg.png);
    background-position: left top;
    padding-left: 20px;
    padding-right: 20px;
}
div#main_footer {
    background: url(../images/fbg.png) no-repeat;
    height: 13px;
}
div#main_login {
    width: 476px;
    margin: auto;
}
div#main_login_header {
    background: url(../images/lhbg.png) no-repeat;
    height: 13px;
}
div#main_login_body {
    background-image: url(../images/lmbg.png);
    background-repeat: repeat-y;
    background-position: left top;
    padding-left: 20px;
    padding-right: 20px;
}
div#main_login_footer {
    background: url(../images/lfbg.png) no-repeat;
    height: 13px;
}
div#main_copy {
    color: white;
    padding-left: 10px;
    font-size: 10px;
    text-align: center;
}
div#main_copy a {
    font-size: 10px;
    color: #282828;
}
.unread_messages {
    color: red;
    font-weight: bold;
}
#usersTable_wrapper #usersTable_length {
    float:left;
    margin-bottom: 10px;
}
#usersTable_wrapper #usersTable_filter {
    float:right;
    margin-bottom: 10px;
}
#usersTable {
    clear: both;
    margin-bottom: 10px;
}
#usersTable tbody tr.odd {
    background-color: #f2f2f2;
}
#usersTable th {
    text-align: left;
}
#usersTable_paginate span {
    padding-right: 3px;
    cursor: pointer;
}
#usersTable_wrapper #usersTable_info {
    float:left;
}
#usersTable_wrapper #usersTable_paginate {
    float:right;
}
#usersTable_paginate .paginate_active {
    font-weight: bold;
}
#usersTable .sorting_asc {
    background-image: url(../images/sort/down.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
    cursor: pointer;
}
#usersTable .sorting_desc {
    background-image: url(../images/sort/up.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
    cursor: pointer;
}
#usersTable .sorting {
    cursor: pointer;
}
.switch_lang {
    position:relative;
    top:1px;
}

