/* default stylesheet */
body { font-family:verdana,arial, helvetica, sans-serif; color:black; font-size:small;
  background-color: #ccc;
  background-image: url(/graphics/background_gradient.gif);
  background-repeat: repeat-x;
}
form { display:inline; }
h5 { margin-bottom:4px; }

a:active  {color:#000099; }
a:link    {color:#000099: }
a:visited {color:#000099; }
a:hover   {color:crimson; }

td { text-align:left; }
th { text-align:center; }

.outerdiv { margin: 0px auto 0px auto; }
.menuitem {  border-right: 1px black solid;}
.selectedmenuitem { background-color:#000099; color:white; border-right: 1px black solid; }

.tablegradient  {
  background-color: #ccc;
  background-image: url(/graphics/background_gradient.gif);
  /* background-position: -50px; */
  background-repeat: repeat-x;
}

A.iconlinks:active { color:white; border-color: white, black, white, black; text-decoration:none; }
A.iconlinks:link   { color:white; border-color: white, black, white, black; text-decoration:none;}
A.iconlinks:visited { color:white; border-color: white, black, white, black; text-decoration:none;}
A.iconlinks:hover  { color:white; border-color: white, black, white, black; text-decoration:none;}

.logooutline { border-style:outset; border-width:2px;  }
.plaintext { background-color:white; color:black; margin:20px; padding:20px; text-align:left; }
.maincontent { background-color:white; color:black; margin:20px; padding-top:10px; padding-right:20px;padding-left:20px;padding-bottom:35px; text-align:left; }
.leftpanel { width:120px; background-color:white; color:black; margin:8px; border-style:inset; border-width:1px; padding:6px; }

.inset { border-style:inset; border-width:1px; padding:10px; margin:6px; }
.orderinginstructions { background-color:#EEEEEE; border-style:inset; border-width:2px; padding:10px; margin:6px; width:auto; }
.dpi { text-align:center; border-style:inset; border-width:2px; padding:6px; margin: 0px auto 0px auto; width:300px; font-size:xx-small; }

.outset { border-style:outset; border-width:1px; padding:10px; background-color:#EFEFEF; 
         margin:6px; text-decoration:none; }
.outline { border:1px solid black; padding:10px; margin:6px; }

.photo { float:right; border-style:outset; border-width:1px; margin-left:8px; margin-bottom:6px; margin-top:6px; }


.bold    { font-weight:bold; }
.nowrap  { white-space:nowrap; }
.white { color:white;}

.insetannouncement { border-style:inset; border-width:1px; padding:10px; background-color:#ffBE7D; 
         font-size:medium;}
.caption { font-style:italic; }
.inline { display:inline; }

.hairline   { border-style:outset; border:1px solid #003366; }
.center { text-align:center; }
.hide   { display:none; }
.show   { display:inline; }
.indent { text-indent:1em; }
.dialog { background-color:#D0D0D0;  color:black; border-style:outset; border-width:2px; 
          font-size:x-small; }

.subnav { list-style: outside url(/graphics/bullet_orange.gif);  padding-bottom:10px; }
.red    { color:red; }
.blue   { color:#000099; font-style:italic; }
.floatright { float:right; margin-right:20px; margin-top:16px;}

