.adm-help {
    border-bottom: 1px dashed;
    cursor: help
}

.logged-box * {
    margin: 0;
    padding: 0
}

.logged-box {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 0 5px
}

.logged-box h3 {
    font-size: 14px;
}

.logged-box .name {
    width: 100%;
    text-align: right;
    font-size: 14px
}

.logged-box ul {
    margin: 10px 0 0 30px
}

.logged-box ul li {
    list-style-type: none
}

.logged-box ul li:hover {
    list-style-type: square
}

#adm_orders {

}

#votings_table {
    width: 100%;
    background-color: #cccccc
}

#votings_table th, #votings_table td {
    text-align: left;
    padding-left: 5px
}

#votings_table th {
    background-color: #ebebeb
}

#votings_table td {
    background-color: #ffffff
}

#votings_table .icon_cell {
    width: 21px
}

#admin-users, .adm-table {
    width: 100%;
    border-spacing: 1px;
    background: #cccccc
}
#admin-users th, .adm-table th {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #FFFFFF;
    color: #666666;
    text-align: center;
    vertical-align: middle;
    padding: 2px
}

#admin-users td, .adm-table td {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 4px 4px 4px 4px;
    vertical-align: middle
}

#admin-users tr.even td, .adm-table tr.even td {
    background: none repeat scroll 0 0 #F0F0F0;
}

#admin-users td.center, .adm-table td.center {
    text-align: center
}

.ch {
    margin: 0;
    padding: 0
}

.ch .pict {
    width:16px;
    height: 16px;
    display: inline-block
}

.ch .pict.sp-yes{
    background: transparent url(/images/icons/tick.png) no-repeat left top scroll
}

.ch .pict.sp-no{
    background: transparent url(/images/icons/publish_x.png) no-repeat left top scroll
}

#uaSearch {
    float: right
}

#uaSearch .textField {
    width: 150px;
    margin: 0
}