* {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

a {
  text-decoration: none;
  color: #9E006C;  
}

.menuOff {
  text-decoration: none;
  color: #ff6cb9;
}

.menuOn {
  text-decoration: none;
  color: #a6d30f;
}


.menu a:hover {
  color: #ffffff;
}


form  {
  padding: 0;
  margin: 0;
}


html {
  height: 95%;
}

body {
  margin: 0px;
  padding:0px; 
  height: 95%;
  background-color: #ffffff;
}

tr {
  vertical-align: top;
}


th {
  text-align: left;
}

.error {
  background-color: #ffffff;
  color: #ff0000;
  font-weight: bold;
  text-indent: 15px;
}

.center {
  margin-left:auto; margin-right:auto;
}

.dayHR {
  height: 1px;
}

.greenBar {
  width: 100%;
  height: 1px;
  text-align: right;
}

.search  {
  border: 1px solid #ffffff;  
  background-color: #ffffff;
  color: #9e006c;
}

.submit, input, select {
  border: 1px solid #b64091;  
  background-color: #9e006c;
  color: #A5E008;
  height: 16px;
}

input, .textarea {
  border: 1px solid #b64091;  
  background-color: #ffffff;
  color: #b64091;
}

input {
  height: 16px;
}

.found {
  background-color: #A7DFB8;
  font-weight: bold;
}


.leaderboard td, .leaderboard th  {
  border: 1px solid #22B34C;
  text-align: center;
}


.purple {
  background-color: #ffffff;
}


.categoriesMenu a {
  color: #F7349C;
}

.categoriesMenu a:hover {
  color: #9C006B;
}


h1, h1 a {
  font-size: 11px;
  margin-top: 2px;
  margin-bottom: 3px;
  color: #9C006B;
}

h2, h2 a {
  font-size: 15px;
  margin-top: 3px;
}

p {
  padding-left: 10px;
} 


.qty {
  width: 40px;
  text-align: center;
}


h3 {
  color: #FFF011;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 2px;
}

h4 {
  color: #000000;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
  display: inline;
}


.money {
  text-align: right; 
}

.prodRow {
  border-bottom: 3px solid #9E006C;
}

.headerRow {
  background-color: #9E006C;
  color: #A6E10B;
  padding: 3px; 
}



.mainTable {
  margin-left: auto;
  margin-right: auto;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;  
}

.cartTotal, .cartTotal h3  {
  background-color: #a6e109;
  color: #9f1c60;
}

.price {
  font-size: 12px;
  font-weight: bold;
}

img {
  border: 0px;
}

.classDates {
  width: 100%;
}

.classDates, .classDates th, .classDates td {
  border: 1px solid;    
}