﻿body 
{
    margin: 0px;
    background-color: #666666;
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

img
{
    border: none;
}

#mainPage
{
    margin-left: auto;
    margin-right: auto;
    width: 760px;
}

#header
{
    background-color: #FFFFFF;
    padding: 9px 0px 2px 20px;
}

#navigation
{
    background-color: #CCCCCC;
    font-weight: bold;
    font-size: 8pt;
    padding-left: 5px;
}

#navigation td
{
    height: 30px;
    vertical-align: middle;
    padding: 0px 8px;
}

#navigation a:link, #navigation a:visited
{
    color: #316796;
    text-decoration: none;
}

#navigation a:hover
{
    text-decoration: underline;
}

#emptyBlue
{
    background-color: #316796;
    height: 30px;
}

#banner
{
    background-color: #316796;
}

#bannerTitle
{
    vertical-align: middle;
    text-align: center;
    height: 65px;
    font-weight: bold;
    color: #FFFFFF;
}

#footer
{
    background-color: #CCCCCC;
    font-weight: bold;
    font-size: 8pt;
    text-align: center;
    padding: 5px 0px;
    color: #666666;
}

#mainContent
{
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 10px 0px;
}

#leftContent
{
    padding: 5px;
    border-right: dashed 1px #000000;
    width: 70%;
}

#rightContent
{
    padding: 5px;
    width: 30%;
    vertical-align: top;
}

.filterTable td
{
    padding-right: 30px;
}

table.newspapersTable
{
    margin-left: auto;
    margin-right: auto;
}

.newspapersHeader th
{
    background-color: #316796;
    color: #CCCCCC;
    padding: 4px 10px;
    font-size: 12px;
}

.newspapersHeader a:link, .newspapersHeader a:visited
{
    color: #CCCCCC;
}

.newspapersRow td
{
    padding: 4px 10px;
    text-align: center;
}

td.newspapersTitle
{
    text-align: left;
    font-weight: bold;
    color: #316796;
}

.newspapersTitle a:link, .newspapersTitle a:visited
{
    text-decoration: none;
    color: #316796;
}

.newspapersTitle a:hover
{
    text-decoration: underline;
}

.newspapersPager td
{
    background-color: #316796;
    padding: 2px;
    text-align: center;
    font-weight: bold;
}

.newspapersPager a:link, .newspapersHeader a:visited
{
    font-weight: bold;
    text-decoration: none;
    color: #CCCCCC;
}

.infoCategory td
{
    color: #316796;
    font-weight: bold;
    border-bottom: 2px solid #666666;
    padding-top: 8px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.infoContent td
{
    padding-top: 3px;
    padding-left: 8px;
}

.infoLine td
{
    padding: 4px 8px;
    vertical-align: top;
}

.infoTitle
{
    width: 250px;
    font-weight: bold;
    vertical-align: bottom;
}

.publicationNames td
{
    width: 25px;
	text-align: center;
	padding: 0px 2px;
}

.publicationImages td
{
    border: 1px solid #CCCCCC;
    text-align: center;
    padding: 2px;
}

td.rightResult
{
    text-align: right;
    padding-right: 10px;
    font-weight: bold;  
}

.format
{
    font-size: 10px;
}

.cartHeader th
{
    color: #316796;
    text-align: left;
    border-bottom: 2px solid #666666;
}

.cartNotAvailable td
{
    background-color: #FBCA5F;
}

.cartFooter td
{
    border-top: 2px solid #666666;
}

.noBorder td
{
    border: none;
}

.emptyView td
{
    color: #FF0000;
    text-align: center;
    font-size: 13px;
}

.topLine td
{
    border-top: 2px solid #666666;
}

.bottomLine td
{
    border-bottom: 2px solid #666666;
}

.warningMsg
{
    padding-top: 5px;
    color: #FF0000;
    font-size: 12px;
}