body {
  font-family: helvetica, sans-serif;
  font-size:   16px;
  line-height: 1.5em;
	margin: 20px;
	color: #595750;
	background-color: #ccc;
	background-image: url(/images/texture.png);
}

a	{
	text-decoration: none;
}

a:link, a:visited {
	color: #ff6464;
}

a:hover, a:active {
	color: #ff0000;
}

a img	{
	border: none;
}

#content {
	position: relative;
	width: 1000px;
	background: url(/images/bg.png) top repeat-x #ffffff;
	margin: auto;
	border: 1px solid #000000;
	padding: 20px 20px 10px 20px;
	clear: right;
}

#navbar {
	color: #fff;
	padding-top: 20px;
	margin-bottom: 30px;
	font-size: 26px;
}

.nav_divider {
/*	padding-top: 5px;*/
}

.description {
	font-weight: light;
	float: left;
	width: 655px;
	color: #3572bd;
	font-size: 25px;
	text-shadow: #b8b8b8 0px 1px 2px;
}

.description_detail {
	float: left;
	width: 655px;
	font-weight: lighter;
	font-size: 14pt;
	margin-top: 20px;
	color: #515151;
}

#login_box {
	float: right;
	width: 300px;
	height: 300px;
	background: url(/images/login_box.png) no-repeat;
}

#login_box p {
	padding-left: 15px;
	color: #222;
}

.highlight {
	background-color: #ffa;
	padding: 1px;
}

.stylized_input {
	padding: 3px 4px;
	border: 1px solid #454545;
	font: bold 23px 'Helvetica', 'Lucida Grande', Arial, sans-serif;
	color: #444;
}

.stylized_textarea {
	margin-bottom: 5px;
	padding: 3px 4px;
	border: 1px solid #454545;
	font: bold 24px 'Helvetica', 'Lucida Grande', Arial, sans-serif;
	color: #444;
}

#events_title {
	font-weight: light;
	margin-bottom: 1.0em;
	color: #3572bd;
	font-size: 29px;
	text-shadow: #b8b8b8 0px 1px 2px;
}

.league_names {
	font-weight: light;
	margin-bottom: 0.5em;
	color: #ff7c00;
	font-size: 19px;
	text-shadow: #b8b8b8 0px 1px 2px;
}

.events_detail {
	font-weight: lighter;
	font-size: 14pt;
	margin-top: 20px;
	display: inline block;
	color: #515151;
}

#footer {
	color: #aaa;
	margin-top: 80px;
	font-size: smaller;
	clear: both;
}

.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;
}

