﻿.search 
{
    margin-bottom: 8px;
}

.searchLabel 
{
    font-weight: normal;
    padding-top: 3px;
    width: 130px;
}

.searchField 
{
    width: 150px;
    font-size: 11px;
}

.searchButton 
{
    float: left;
    font-size: 11px;
    padding-left: 10px;
    margin-top: -2px;
}

.itemsList td, .itemsList th 
{
    vertical-align: middle;
    border-bottom: 1px solid #B2B2B2;
    padding: 5px;
}

.itemsList th 
{
    font-weight: bold;
}

.itemsList th a 
{
    color: Black;
    text-decoration: none;
}

.itemsList .imageCell
{
    padding: 2px;
}

.itemsList .contentCell 
{
    width: 200px;
}

.itemsList .actionCell 
{
    width: 50px;
    text-align: center;
}

.itemsList .bigActionCell 
{
    width: 70px;
    text-align: center;
}

.itemsList .pager td
{
    padding: 10px;
    text-align: center;
}

.centeredRow td 
{
    text-align: center;
}

.sortImage 
{
    margin-left: 5px;
}

.popup 
{
    background-color: White;
    border: 1px solid black;
    padding: 5px;
    width: 500px;
}

.popup label 
{
    margin-left: 5px;
    padding-top: 5px;
}