/* Global styles */
body {
	margin: 0px;
	font-family: arial;
	font-size: small;
}

a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
	color: blue;
}

.highlight {
  background-color: gold;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.flash {
  background-color: black;
  color: gold;
  font-size: 10px;
  text-align: center;
}
/* End Global styles */

/* Login style */
.loginTable {
  border: solid thin yellow;
  background-color: lightyellow;
  color: #000;
  width: 300px;
  padding: 5px;
  font-size: 10px;
}

.loginTable p {
  font-size: 12px;
}

.loginError {
  color: #f00;
} 
/* End Login style */

#content {
  margin: 10px;
}

.logo {
  background-color: lightyellow;
  padding: 5px;
  font-size: large;
  font-weight: bold;
}
.menu_bar {
  background-color: lightyellow;
  text-align: right;
  display: inline;
  position: absolute;
  top: 5;
  right: 5px;
  font-size: small;
  font-weight: normal;
}

.list_item {
  border: solid thin black;
  background-color: lightgoldenrodyellow;
  width: 250px;
}