* {
    margin: 0;
    padding: 0;
    outline: none
}

/*body {
    font: 10px Verdana,Arial;
    margin: 25px;
    background: #fff url(images/bg.gif) repeat-x;
    color: #091f30
}*/

/*.table {
    width: 980px;
    border-left: 1px solid #c6d5e1;
    border-top: 1px solid #c6d5e1;
    border-bottom: none;
    margin: 0 auto 15px
}*/

.table th {
    background: url(img/icons/header-bg.gif);
    text-align: left;
    color: #cfdce7;
    border: 1px solid #fff;
    border-right: none
}

    .table th h3 {
        font-size: 10px;
        padding: 6px 8px 8px
    }

.table td {
    padding: 4px 6px 6px;
    border-bottom: 1px solid #c6d5e1;
    border-right: 1px solid #c6d5e1
}

/*.table .head h3 {
    background: url(images/sort.gif) 7px center no-repeat;
    cursor: pointer;
    padding-left: 18px
}*/

.table .desc, .table .asc {
/*     background: url(../img/icons/header-selected-bg.gif) rgb(0, 0, 0); */
    cursor: default;
    /*box-shadow: inset 0px 10px 15px 0px rgba(0,0,0,0.2), 0px 0px 7px 1px rgba(224,244,248,0.3);
    //background-image: linear-gradient(rgb(215, 215, 215) 0%, rgba(215, 215, 215, 0) 50%);
    //background-color: rgb(10, 10, 10);*/
}

/*.table .desc {
    background: url(images/desc.gif) 7px center no-repeat;
    cursor: pointer;
    padding-left: 18px
}*/

/*.table .asc {
    background: url(./images/asc.gif) 7px center no-repeat;
    cursor: pointer;
    padding-left: 18px
}

//.table .head:hover, .table .desc:hover, .table .asc:hover {
    color: #fff;
    background-color: rgb(0, 0, 0)
}

//.table .evenrow td {
    background: #fff
}

//.table .oddrow td {
    background: #ecf2f6
}

//.table td.evenselected {
    background: #ecf2f6
}

//.table td.oddselected {
    background: #dce6ee
}*/

#controls {
    width: 980px;
    margin: 0 auto;
    height: 20px
}

#perpage {
    float: left;
    width: 200px
}

    #perpage select {
        float: left;
        font-size: 11px
    }

    #perpage span {
        float: left;
        margin: 2px 0 0 5px
    }

#navigation {
    float: left;
    width: 580px;
    text-align: center
}

    #navigation img {
        cursor: pointer
    }

#text {
    float: left;
    width: 200px;
    text-align: right;
    margin-top: 2px
}
