* {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

a {
  text-decoration: none;
  color: #ffffff;  
}

.l1nav a {
	font-size: 8px;
	color: #ffffff;
}

.l1nav a:hover {
	text-decoration: underline;
}

.navOn {
	background-color: #b869aa;
}

.navSelected {
	background-color: #ffffff;
}

.navSelected, .navSelected a {
	color: #b869aa;
}

.rowOn {
	background-color: #b869aa;
}

form  {
  padding: 0;
  margin: 0;
}


html {
  height: 95%;
}

body {
  margin: 0px;
  padding:0px; 
  height: 100%;
  background-color: #a9218e;
}

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: #000000;
}

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

option {
	color: #000000;
}

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

input {
  height: 16px;
   color: #000000;
}

.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: #ffffff;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

h1, h1 a {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 6px;
  color: #ffffff;
  font-weight: normal;
}

h2, h2 a {
  font-size: 15px;
  color:  #9E006C;
  margin: 0px;
}

h5, h5 a {
  font-size: 15px;
  color:  #ffffff;
  margin: 0px;
  padding-bottom: 10px;
}

p {
  padding-left: 10px;
} 


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


h3 {
  color: #ffffff;
  font-size: 10px;
  margin: 0px;
}

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


.money {
  text-align: right; 
}

.prodRow {
  border-bottom: none;
}

.headerRow {
  background-color: #b869aa;
  color: #ffffff;
  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: #ffffff;
  color: #000000;
}

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

.classDates {
  width: 100%;
}

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

.icons {
	color: #000000;
	font-size: 8px;
}

img, a {
	border: 0px;
};

.adminData {
	width: 100%;
}

.dropbox, select {
	color: #000000;
}