.error {
  color: #F55;
}

.frmItem {
  margin-bottom: 10px;
}

.public {
  color: #33D;
  font-weight: bold;
}

div.menu {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 10px; 
	margin-bottom: 20px; 
	background-color: #0287C7;
}

div.menu a {
	color: #FFF;
	text-decoration: none;
}

div.menu a:hover {
	color: #FFF;
	text-decoration: underline;
}

table.grid {
	border-collapse:collapse;
}

table.grid th {
	background-color: #0287C7; 
	color: #FFF; 
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border: 1px solid #0287C7;
}

table.grid td {
	border: 1px solid #AAA;
	padding: 2px 5px 2px 5px;	
}

tr.grid {
	background-color: #FFF;
}

tr.grid_hover{
	background-color: #DDD;
}

td {
  vertical-align: top;
}

img {
  border: 0;
}

.clear {
	clear: both;
}

.frmItem {
  margin-left: 140px;
  margin-top: 0;
}

.frmLabel {
  float: left;
  width: 140px;
}

#searchBox {
	width: 600px;
	margin-bottom: 20px;
}

#searchBox li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: 180px;
}

#searchBox2 {
	width: 800px;
	margin-bottom: 20px;
}

#searchBox2 li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: 180px;
}
#searchBox2 a {
	color: #FFF;
}

a {
	color: #0287C7;
	text-decoration: none;
}

.promotionList table, table.promotionList tr, table.promotionList td {
	border: 0;
	padding: 0;
	margin: 0;
}

