/********************************************************
**
**  Objects list stylesheet
**
**  Copyright (c) 2007, Nimisoft LTD. All rights reserved.
**  for more information visit http://nimisoft.com/
**/


#list .results {
    width:100%;
}

#list tr.header {
    background: url('../images/list/head_bg.gif') 0% 100% repeat-x;
    background-color: #AFC3DE;
    color: white;
}

#list th {
    height: 23px;
    line-height: 23px;
    padding: 0 2px 2px 5px;
}

#list td {
    height: 22px;
    line-height: 22px;
    background-color: #ffffff;
    border-bottom: 1px solid #c8d6e6;
    padding: 0 2px 2px 5px;
    margin: 0px;
}

#list td.icons {
    font-size:0;
    text-align:right;    
    vertical-align: middle;
}

#list td.icons a, #list td.icons a img, #list td.icons img {
    vertical-align: middle;
    
}


.noresults {
    background: url('../images/list/nr_bg.gif') 0% 100% repeat-x;
    height: 30px;
    padding-top: 5px;
}

.noresults .text {
    background: url('../images/icon/warn.gif') 10px 6px no-repeat;
    color: #6e6e6e;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 30px;
}




#pager {
    background-image: url('../images/pager/bg.gif');
    height:22px;
    color: #516a8c;
    font-size:10px;
    line-height: 18px;
}

#pager .results{
    float: right;
    width: auto;
    background: url('../images/pager/separator.gif') no-repeat;
    text-align: right;
    padding-left: 10px;
}

#pager .pages {
    float: left;
    width: 600px;
}

#pager .btn {
    float:left;
    height: 19px;
}

#pager .btn .ledge{
    float:left;
    width: 5px;
    height: 19px;
}

#pager .btn .redge{
    float:left;
    width: 5px;
    height: 19px;
}

#pager .btn .text{
    float: left;
    padding-left:2px;
    padding-right:2px;
}

#pager .btn .text img {
    margin-top:6px;
}

/***     Active Button Effect     ***/
#pager .active { behavior: url("css/hover.htc"); }

#pager .active:hover,
#pager .active_hover {
    cursor: hand;
    cursor: pointer;
    background: url('../images/pager/nbg.gif') repeat-x;
}

#pager .active:hover .ledge,
#pager .active_hover .ledge {
    background: url('../images/pager/nl_edge_h.gif') no-repeat;
}

#pager .active:hover .redge,
#pager .active_hover .redge {
    background: url('../images/pager/nr_edge_h.gif') no-repeat;
}


/***     Current page effect     ***/
#pager .current {
    background: url('../images/pager/cnbg.gif') repeat-x;
    color: white;
}

#pager .current .ledge {
    background: url('../images/pager/cnl_edge.gif') repeat-x;
}

#pager .current .redge {
    background: url('../images/pager/cnr_edge.gif') repeat-x;
}



