hr
{
    color: #eaead3;
    width: 100%;
    height: 1px;
    border-style: none;
    background-color: #eaead3;
}

a
{
    color: #369;
    text-decoration: underline;
}

a:hover
{
    color: white;
    background: #369;
    text-decoration: none;
}

a img, a.image
{
    border: 0;
}

a.image:hover { background: none; }

#print
{
    text-align: right;
    font-size: 85%;
}

.icon
{
    float: left;
    line-height: 0;
    margin: 0 10px 3px 0;
}

.action_icon
{
    margin: 5px;
}

.button
{
    background: url("../../upload/fade-button.gif") repeat-x;
    border: 3px double #999;
    border-left-color: #ccc;
    border-top-color: #ccc;
    font-size: 8pt;
    color: #333;
    padding: .1em .5em .1em .5em;
    margin: 5px 0;
}

input.inline
{
    margin: 0;
}

.more a:after, a.more:after, .prev a:before, a.prev:before
{
    content: "\2192";
    font-size: 100%;
    color: #998;
    white-space: nowrap;
    padding-left: 2px;
}

.prev a:before, a.prev:before
{
    content: "\2190";
    padding-left: 0;
    padding-right: 2px;
}

a.prev:after, .more a.prev:after
{
    content: "";
}

/* Table */

.notices
{
    color: #963;
    border: 1px solid #f96;
    background: #ffc;
    padding: .5em;
    margin: 10px 0;
    font-size: 8pt;
}

table.items thead td a
{
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted #9bd;
}

table.items thead td a:hover
{
    color: white;
    border: none;
    background: none;
    text-decoration: none;
}

table.items thead td img
{
    margin-left: 10px;
}

table.items thead td
{
    color: white;
    font-size: 7pt;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    background: #58b url("../../upload/fade-header.gif") repeat-x;
    border: 1px solid #369;
    border-top-color:  #69c;
    border-left-color: #69c;
}

table.items .header
{
    font-weight: bold;
    background-color: #666;
    color: white;
}

table.items tr
{
    font-size: 8pt;
    background: #f0f0e0;
    vertical-align: middle;
}

table.items .even, table.items .even table tr
{
    background: #e0e0d0;
}

table.items tr:hover, table.items tr:hover table tr
{
    background: #d8e8ff;
}

table.items tr.header:hover
{
    background: #666;
}

table.items .none, table.items tr.none:hover, table.items tr.none:hover table tr
{
    background: none;
}

table.items .total
{
    text-align: right;
    font-size: 85%;
    color: #666;
}

table.items .total td
{
    border-bottom: 1px solid #eaead3;
}

table.multiple_actions              { margin: 5px 0; }
table.multiple_actions td           { padding: 0 7px; }
table.multiple_actions td.separator { border-left: 1px solid #999; }

.pages
{
    margin:  .5em 0;
    white-space: nowrap;
}

.pages a
{
    margin: 0 .3em;
}

.pages .current
{
    margin:  0 .3em;
    padding: 0 .3em;
    color: #330;
    background: #f2f2da;
    font-weight: bold;
    border: 1px solid #cc9;
}

.counter
{
    text-align: center;
}
