/* wwa.css */

body {
	background-color: #0C300E;
	margin-left: 8px;
}

#mainTable{
 	background-color: #0C300E;
 	width: 90%;
 	height: 100%;
 	text-align: center;
 	margin-left: auto;
	margin-right: auto;
    cell-spacing: 1px;
}

.divCenter{
  text-align: center;
}

#footerLink{
	color: rgb(51, 204, 255);
}

#footerSeparator{
	color: rgb(51, 204, 255);
}

#formCenter{
  text-align: center;
}

#bigMessage{
	color: rgb(255, 204, 204);
	font-weight: bold;
	font-size: small;
}

#subtitle{
	color: rgb(51, 204, 0);
	font-size: 20px;
    font-weight: bold;
}

#title{
	color: white;
	font-size: 60px;
    font-weight: bold;
}

#auctionname{
    color: #FFFF00;
    font-weight: bold;
    font-size: 40px;
}

.category{
  color: skyblue;
  font-size: small;
}

.inactiveCategory{
  color: #808080;
  font-size: small;
}

.categoryList{
	vertical-align: top;
	text-align: left;
	width: 97px;
}

.categoryTitle{
  font-size: small;
  font-weight: bold;
  color: rgb(255, 255, 51);
  text-align: center;
}

