﻿body
{
  font-family: Arial;
  font-size: 8pt;
}

input
{
  font-size: 8pt;
}

select
{
  font-size: 8pt;
}

.toplevelmenuitem
{
  display: block;
  padding: 0.3em 0 0.3em 1.2em;
  background: url(graphics/pil.gif) no-repeat left center;
  text-decoration: none;
  color: #9aba6d;
  border-top: 0.1em solid #ccc;
  border-right: 0.1em solid #ccc;
  font-weight: bold;
  width: 160px;
}

.menuitem
{
  margin-left: 8px;
  border-top: 0.1em solid #ccc;
  border-right: 0.1em solid #ccc;
  width: 165px;
}

#leftmenu A
{
  display: block;
  display: inline-block;
  padding: 0.3em 0 0.3em 1.2em;
  background: url(graphics/pil.gif) no-repeat left center;
  text-decoration: none;
  color: #0095EC;
  font-weight: bold;
}

#leftmenu a:hover
{
  text-decoration: underline;
}

#leftmenu A.selected
{
  color: #FF6600;
}

#leftmenu ul ul li
{
  margin-bottom: 3px;
}

#rightmenu a
{
  background: url(graphics/bg_cart_divider.gif) no-repeat right 0;
  text-decoration: none;
  color: #0095EC;
  font-size: smaller;
  font-weight: bold;
  padding-right: 5px;
}

#rightmenu a:hover
{
  text-decoration: underline;
}

.columnHeader
{
  color: #0095EC;
  font-weight: bold;
  white-space: nowrap;
}

.columnHeader a
{
  color: #0095EC;
  font-weight: bold;
  text-decoration: none;
}

.columnHeader a:hover
{
  text-decoration: underline;
}

.column
{
}

.popuppanel
{
  border: solid 1px black;
  background-color: white;
  padding: 10px 10px 10px 10px;
}

.button
{
  height: 22px;
  width: 80px;
}

div.pageTitle
{
  color: #9aba6d;
  font-size: 18pt;
  margin-bottom: 20px;
}

table.list
{
  border: solid 1px #CCCCCC;
}

table.list tr.header
{
  background-color: #EFEFEF;
  color: #FFFFFF;
}

table.list tr.selected
{
  background-color: #EFEFEF; /*#EFEFEF*/
  color: #000000;
}

table.list tr.delimeter
{
  background-color: #D7E5EE; /*#D7E5EE*/ /*#1ABBE9*/ /*#E75112*/
  color: #000000;
  font-style: italic;
}

table.list tr.selected a
{
  color: #000000;
}

.inputFrame
{
  background-color: #EFEFEF;
  border: solid 0.1em #CCCCCC;
}

.StyledLink
{
  color: #CCCCCC;
  white-space: nowrap;
  text-decoration: none;
  color: #0095EC;
}

.StyledLink a:hover
{
  text-decoration: underline;
}

.linkMenu 
{
  color: #9aba6d;
  font-size: large;
  font-weight: bold;
  margin-bottom: 10px;
}


