/*****************************************
 * COMMON
 *****************************************/

a
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

a:link, a:visited
{
  color: #002973;
  text-decoration: none;
}

a:hover
{
  color: #002973;
  text-decoration: underline;
}

body {
  border: none;
  overflow: auto;
  background: url(../img/palmers/background.gif);
}


.mainTABLE {
  width: 780px;
  height: 550px;
  background: #FFFFFF;
  border: 1px solid #676767;
}

.mainPopupTABLE {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}

span.footer {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #002973;
}

p {
  font-family: Arial;
  font-size: 12px;
  margin:0px;
}

p.small {
  font-family: Arial;
  font-size: 11px;
  margin:0px;
}

p.small_1 {
  font-family: Arial;
  font-size: 10px;
  margin:0px;
}


/** navigation links */
a.headerNavigation
{
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
}

a.headerNavigation:link, a.headerNavigation:visited
{
  color: #FFFFFF;
  text-decoration: none;
}

a.headerNavigation:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}

a.headerNavigationSelected:link, a.headerNavigationSelected:visited, a.headerNavigationSelected:hover
{
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: underline overline;
}

.headerLogoPanel
{
  height: 52px;
}

.headerNavigationPanel
{
  height: 20px;
  background: #395427;
}

.headerNavigationSeparatorTD
{
  color: #FFFFFF;
  padding-left:5px;
  padding-right:5px;
  font-size: 10px;
  font-weight: bold;
}

.contentSeparatorTD
{
  background: url('../img/palmers/contentSeparatorBg.gif');
}

.formLabel
{
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  padding-right:5px;
  white-space: nowrap;
  vertical-align:middle;
}

/*****************************************
 * PALMERS
 *****************************************/

/** shops */
.shopsTitle
{
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #395427;
  padding-bottom:8px;
}

.shopsTD
{
  font-family: Arial;
  font-size: 12px;
}

