﻿@import "Reset.css";
@import "Layout.css";
@import "Controls.css?v=2";
@import "Table.css";
@import "jquery-ui-1.8.16.custom.css";
/*
CUSTOM STYLES
*/

body
{
    background: #e3e3e3;
    color: #50535c;
    font-family: Calibri, Arial, Tahoma, Verdana;
    behavior: url("csshover.htc");
}

h1 {
    color: #4a4949;
    font-weight: bold;
    font-size: 140%;
    margin: 3px 0px 5px 0px;
}

h2 {
    color: #494949;
    font-weight: bold;
    font-size: 19px;
    margin: 3px 0px 5px 0px;
}

h3 {
    color: #0e2541;
    font-weight: normal;
    font-size: 110%;
    margin: 3px 0px 5px 0px;
}

h1 a, h2 a, h3 a {
    text-decoration: none;
    color: inherit;
}

a { color: #003673; }

a:hover { color: #17569c; }

p { line-height: 1.2em; }

.opaque {
    font-size: 85%;
    color: #777;
}

hr
{
    margin: 0px;
    border-top: 1px solid #d6d8d7;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: 1px solid #d6d8d7;
    height: 1px;
    margin-bottom: 3px;
}

a.catalog-links
{
    font-size: 9px;
}

a.filter-links
{
    font-size: 11px;
}

sup {
    font-size: 70%;
}

.sort-area 
{
    width: 40%; text-align: right; float:right; display:block;
}
.page-size-area 
{
    width: 40%; text-align: right; float:right; display:block;
}
