body {
    background: url('/themes/default/images/bg.png') repeat-x #F6F6F6;
}

table {
    border-collapse: collapse;
    font-family: tahoma;
    font-size: 9pt;
    color: #000000;
}

image,
img {
    border: 0px;
}

form {
    padding: 0px;
    margin: 0px;
}

input,
select,
textarea {
    padding: 0px;
    margin: 0px;
    font-family: tahoma;
    font-size: 9pt;
    border: solid 1px #BBBBBB;
}

a,
a:hover,
a:visited {
    text-decoration: none;
    color: #2555FC;
}

p {
    line-height: 200%;
}

.item-menu {
    background: url('/themes/default/images/item-menu-bg.png') no-repeat;
}

.menu-item {
    background: url('/themes/default/images/item-menu-saparator.png') no-repeat left;
    width: 100px;
    text-align: center;
}

.menu-item a,
.menu-item a:visited {
    color: #FFFFFF;
    width: 100%;
    height: 28px;
    display: block;
    padding-top: 7px
}

.menu-item a:hover {
    background: url('/themes/default/images/item-menu-hover.png') no-repeat top center;
}

.vendor-login,
.affir-login,
.agent-login {
    text-align: center;
}

.vendor-login a,
.vendor-login a:visited,
.affir-login a,
.affir-login a:visited,
.agent-login a,
.agent-login a:visited {
    color: #FFFFFF;
    width: 100%;
    height: 36px;
    display: block;
    padding-top: 29px
}

.search-text {
    border: 0px;
    width: 152px;
    height: 25px;
    background: url('/themes/default/images/search-bg.png') no-repeat;
    color: #333333;
}

.search-submit {
    border: 0px;
    width: 30px;
    height: 25px;
    background: url('/themes/default/images/search-submit.png') no-repeat;
    cursor: pointer;
}

.trace-text {
    border: 0px;
    width: 149px;
    height: 25px;
    background: url('/themes/default/images/trace-bg.png') no-repeat;
    color: #333333;
    font-size: 11px;
}

.trace-submit {
    border: 0px;
    width: 45px;
    height: 18px;
    background: url('/themes/default/images/trace-submit.png') no-repeat;
    cursor: pointer;
}

.header {
    background: url('/themes/default/images/header.png') no-repeat;
}

.navigator {
    background: url('/themes/default/images/main-navigator.png') no-repeat;
}

.content-title {
    background: url('/themes/default/images/page-title.png') no-repeat;
    padding-right: 15px;
    text-align: right;
}

.content-footer {
    background: url('/themes/default/images/footer.png') no-repeat;
    padding-top: 10px;
    color: #FFFFFF;
}

.content {
    background: url('/themes/default/images/page-bg.png') repeat-y;
    padding-right: 40px;
    padding-left: 32px;
}

.more {
    background-color: #000000;
    border: 1px solid #FFFFFF;
    padding: 10px 15px;
    display: none;
    color: #FFFFFF;
    text-align: justify;
    opacity: .85;
    max-width: 200px;

    /* outline radius for mozilla/firefox only */
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}