﻿body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  color: #000000;
  width: 100%;
}

a[selected], a:active {
  background-color: #194fdb !important;
  color: #FFFFFF !important;
}

/************************************************************************************************/

body > .toolbar {
  border-bottom: 1px solid #2d3642;
  border-top: 1px solid #6d84a2;
  padding: 0px;
  height: 2.5em;
  background-color: #888260;
  width: 100%;
  margin: 0;
  /*background: url(toolbar.png) #6d84a2 repeat-x;*/
}

.toolbar > h1 {
  /*position: absolute;*/
  overflow: hidden;
  /*left: 50%;*/
  margin: 1px 0 0 0px; /*-100px;*/
  font-size: larger;
  /*width: 200px;*/
  /*width: 100%;*/
  font-weight: bold;
  /*height: 45px;*/
  /*text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;*/
  text-align: center;
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  color: #FFFFFF;
}

/*body[orient="landscape"] > .toolbar > h1 {
  margin-left: -125px;
  width: 250px;
}*/

.button {
}

.toolbar > .button
{
  color: #4E4A36;
  background-color: #FFFFFF;
  padding: 3px;
  min-width: 4em;
  min-height: 1.5em;
  overflow: hidden;
  margin: 3px 3px 0px 0px;
  font-family: inherit;
  font-size: smaller;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  float: right;
  /*width: 100px;*/
  /*position: absolute;
  top: 8px;
  right: 6px;*/
  /*border-width: 0 5px;
  border-color: Gray;*/
  /*white-space: nowrap;*/
  /*vertical-align: middle;*/
}

#myBackButton {
  float: left;
  /*margin: 3px 0px 0px 3px;
  /*left: 6px;
  right: auto;*/
/*  border-width: 0 8px 0 14px;*/
}

/************************************************************************************************/

body > ul 
{
  margin: 0px;
}

body > ul > li {
  display: block;
  position: relative;
  margin: 0 0 0 -40px;
  border-bottom: 1px solid #E0E0E0;
  font-size: 1.2em;
  font-weight: bold;
  list-style: none;
  vertical-align: middle;
}

body > ul > li > a 
{
  display: block;
  /*margin: -8px 0 -8px -10px;*/
  padding: 8px 5px;
  text-decoration: none;
  color: inherit;
  /*background: url(listArrow.png) no-repeat right center;*/
}

.nextprev 
{
  font-style: italic;
  font-size: 1em;
  text-decoration: none;
}

body > ul > li.group
{
  position: relative;
  top: -1px;
  margin-bottom: -2px;
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #999999;
  padding: 1px 10px;
  font-size: 1em;
  font-weight: bold;
  color: #333333;
  min-height: inherit;
}

body > ul > li.group:first-child 
{
/*  margin-top: 15px;*/
  /*top: 0;*/
  /*border-top: none;*/
}

/************************************************************************************************/

fieldset
{
  display: inline-block;
}

.label
{
  padding: 17px 0 0 0;
}

label
{
  margin: 8px;
  /*margin-top: 8px;
  margin-right: 5px;*/
  vertical-align: middle;
  height: 2em;
}

.buttonrow
{
  height: 3em;
}

select
{
  height: 2em;
}

input 
{
  left: 130px;
  /*margin: 8px 0 0 0;
  padding: 6px;*/
  height: 2em;
  font-weight: normal;
}

input[type="submit"], input[type="button"]
{
  margin: 8px;
}

.blurb
{
  font-size: smaller;
  font-weight: normal;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.imageButtonAnchor
{
  margin: 0;
  padding: 0;
  display: inline;
}

.floatrightimage
{
  float: right;
  margin: -3px 3px;
}

.floatrighttext
{
  float: right;
  max-width: 100px;
  margin: 0 10px;
  text-align: right;
  font-weight: normal;
  font-size: 0.75em;
  text-decoration: underline;
  padding: 0;
}

.floatrightdate
{
  /*  position: absolute;*/
  float: right; /*  right: 10px;*/
  max-width: 100px;
  margin: 10px 0 0 10px;
  text-align: right;
  font-size: 0.75em;
  color: #3366FF;
}

.textanchor
{
  max-width: 100px;
  margin: 0 2px;
  font-weight: normal;
  text-decoration: underline;
  display: inline;
  padding: 0 2px;
}

#neededcount0
{
  display: inline;
  width: 2.5em;
  margin: 0 2px;
  padding: 0 2px;
  text-align: center;
}

#theForm
{
  display: block;
  width: 100%;
}

.itemnametyping
{
  /*height: 2em;
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: 5px;*/
  margin: 3px 3px;
  width: 4em;
  float: left;
}

#itemdropdown
{
}

.itemselect
{
  min-height: 2em;
  font-weight: normal;
  /*margin-left: 5px;
  margin-right: 0px;
  margin-top: 5px;*/
  margin: 3px 3px;
  overflow: hidden;
  width: 100%;
}

.additembutton
{
  min-width: 2em;
/*  margin: 5px 5px 5px 0px;*/
  min-height: 2em;
  margin: 3px 3px;
  /*left: inherit;*/
  float: right;
  vertical-align: top;
}

.skoochitdown
{
  clear: both;
}

.deptselect
{
  font-weight: normal;
  width: 100%;
}

.selectedDept
{
  background-color: #C5CCD3;
  background-image: url(../Images/check.gif);
  background-position: left;
  background-repeat: no-repeat;
  /*text-indent: 25px;*/
  padding-left: 25px;
}

.unselectedDept
{
  background-image: none;
  padding-left: 25px;
}
/*
.sortButton
{
  display: block;
  float: right;
  margin: -3px 2px;
  padding: 0;
  width: 3em;
  height: 2em;
}
*/
.incartitem
{
  background-image: url(../Images/ShoppingCart.gif);
  background-color: #E1E1E1;
  background-position: left;
  background-repeat: no-repeat;
  border-bottom: solid 1px #999999;
  /*padding: 8px 10px 8px 10px;*/
  display: block;
  padding-left: 36px;
}

.notincartitem
{
  /*background-image: none;
  padding: 8px 10px 8px 10px;*/
  display: block;
  padding-left: 36px;
}

.price
{
  clear: right;
  margin-left: 40px;
  font-size: 0.75em;
  font-style: italic;
  margin-bottom: -5px;
  padding-bottom: 0;
}

#lastpurchased
{
  clear: right;
  font-size: 0.5em;
  font-style: italic;
  margin: 0px 0px 0px 40px;
  padding-bottom: 0;
  padding-top: 0;
}

.jscriptoff
{
  display: block;
  margin-top: 50px;
  min-height: 75px;
  color: Red;
}