/* @override 
	http://localhost:3000/stylesheets/scaffold.css?1198636186
	http://localhost:3000/stylesheets/scaffold.css?1197760255
	http://localhost:3000/stylesheets/scaffold.css?1199438627
	http://localhost:3000/stylesheets/scaffold.css?1200561099
	http://localhost:3000/stylesheets/scaffold.css?1200561595
	http://localhost:3000/stylesheets/scaffold.css?1200561698
	http://localhost:3000/stylesheets/scaffold.css?1200563613
	http://localhost:3000/stylesheets/scaffold.css?1200564027
	http://localhost:3000/stylesheets/scaffold.css?1200564126
	http://localhost:3000/stylesheets/scaffold.css?1200564166
	http://localhost:3000/stylesheets/scaffold.css?1200564515
	http://adrenalinefreaks.com/stylesheets/scaffold.css?1200564769
*/

html, body {
	height: 100%;
	margin: 0px auto;
	background-color: #970000; 
	color: #333;
	background-image: url(/images/bg_main.jpg);
}

#body hr {
	width: 75%;
}

div#header_image {
	height: 212px;
	background-color: #000;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* @group scaffold */
div#errors{
	border: 1px dashed black;
	padding: 10px;
	background-color: #ff5f5f;
	color: black;	
}
div#notices{
	border: 1px dashed black;
	padding: 10px;
	background-color: #fdff5e;
	color: black;
	height: 45px;
	margin-bottom: 25px;
}

div#notice_left{
	float: left;
	padding-top: 5px;
	text-align: center;
	padding-right: 10px;
}

div#notice_right{
	padding-top: 15px;
	font-size: 20px;
}


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

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

/* @end */

/* @group layouts */

div#container {
	margin: 0px auto;
	min-height: 100%;
	width: 974px;
	border-left: 1px dotted;
	border-right: 1px dotted;
	background-color: white;
}

/* @group nav */

div#nav{
	border-top: 1px solid black;
	padding-left: 7px;
	padding-right: 7px;	
	height: 35px;
	font-size: 14px;
	background-image: url(/images/nav_tile.jpg);
	font-variant: small-caps;
}

div#nav_left {
	padding-top: 8px;	
	float:  left;
}

div#nav_right {
	padding-top: 8px;	
	float: right;
}

/* @end */

#calendars h1 {
	font-size: 15px;
	text-align: right;
	padding-right: 45px;
}

div#calendars{
	text-align: center;	
}

div#body {
	padding: 15px;
}

div#footer{
	text-align: center;
	font-size: 10px;
}

/* @end */

.even{
	background-color: #bbff61;
}

/* @group links */


a { color: #000; }
a:visited { color: #000; }
a:hover { color: #333;  }



/* @end */

/* @group scaffolding */



/* @end */