body {
	background: #AFB456 url(../images/gimp_run_1.png) repeat-x;
	background-attachment: fixed;
      }

#sidetxtimg {
      background: #7D8700 url(../images/jdude_txtimg_running.gif) no-repeat;
      }

#area {
      background: none;
      }

#color {
      background: #7D8700;
      }

#menu ul li#here a {
	color: #630;
      background: #7D8700;
	border: 1px solid #630;
	}

#maincontent {
      background: #C7B5A2;
      } /* #AC9074     */


/**********************
* Run search options table
**********************/
#maincontent table {
	margin: 0; padding: 15px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	}

#maincontent td.lbl {
	text-align: right;
	padding: 5px 5px 5px 20px;
	}

#maincontent td.inp {
	text-align: left;
	padding: 5px;
	}

#noresults {
	margin: 0 0 0 15px; padding: 0;
	display: inline; /*Hack to stop IE double margin*/
	float: left; color: #740;
 	width: 695px;
	}

#noresults p {
 	padding: 5px 3px 20px 25px; margin: 0;
 	font-size: 14px; line-height: 1.3em;
 	text-align: justify;
 	}

/**********************
* Table to display running data
**********************/
#runtable {
	float: left;
	width: 669px;
	margin: 0; padding: 0;
	display: inline; /*Hack to stop IE double margin*/
	}

#runtable p#btm {
	text-align: center;
	margin: -16px 0 7px -7px;
	}

#runtable table {
	margin: 15px 0 20px 5px; padding: 0;
      font-size: 13px;
	}

#runtable a, table a {
	color: #00C;
	}

#runtable span#mre {
	padding-left: 55px;
	font-weight: normal;
	}

#runtable span.dotted {
	border-bottom: 1px dotted #740;
	}

#runtable a:hover, table a:hover {
	text-decoration: none;
	}

#runtable td {
	background: #B9A28B;
	border: 1px solid #520;
	}

#runtable td.time, td.date, td.comm{
	vertical-align: middle;
	}

#runtable p#ga {
	padding: 0 0 5px 113px;
	margin: 0;
	}

.date, .time, .comm {
	text-align: center;
	}

.date, .time {
	width: 15%;
	}

.comm {
	width: 70%;
	text-align: left;
	}

/**********************
* Run archive drop down menu
**********************/
#links #archnav, #links #archnav ul {
	margin: 0; padding: 0;
	list-style: none;
	}

#links #archnav {
      margin: 3px 3px 20px 3px;
      }

#links #archnav a {
	display: block;
	width: 8em;
	text-decoration: none;
      font-size: 13px;
	}

#links #archnav li {
	float: left;
	width: 6.8em;
	}

#links #archnav li ul {
	position: absolute;
	width: 6.8em;
	left: -999em;
	padding: 0;
	}

#links #archnav li:hover ul {
	left: auto;
	background: #FFEFD5;
	border: 2px solid #520;
	border-right: 2px solid #B83;
	border-bottom: 2px solid #B83;
	}

#links #archnav li ul li:hover a {
	color: #560;
	background: #F1BE90;
	}

#links #archnav a#urhere {
	color: #560;
	background: #FFEFD5;
	font-weight: bold;
	font-style: italic;
	}

