@import url(default.css);

#content {
}
	
#pics {
	text-align: center;
	margin-top: 50px;
}

input.pics {
	border: 1px solid gray;
	height: 20px;
	width: 304px;
	position: relative;
	bottom: 31px;
}

#photos img {
  display: none;
}

#slides_label {
   font-weight: bold;
   font-size: 1.2em;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black url(../images/spinner.gif) no-repeat scroll center center;
}

#lightbox {
  position: absolute;
}

#projects {
	margin-left: auto;
	margin-right: auto;
	width: 470px;
	border: black solid 1px;
	background: url(../images/bassclefbackground.png) no-repeat 110px 68px;
	padding-right: 20px;
}

#projects h3 {
	text-align: center;
}

#discuss {
	height: 415px;
}

#panel {
	float: right;
	margin-left: 80px;
	position: relative;
	top: 20px;
	right: 35px;
}

#text {
	width: 475px;
	margin-left: 25px;
	position: relative;
	top: 20px;
	left: 35px;
}

#races {
   height: 200px;
   overflow: auto;
}

table.RAStats
{
    background-color: #f0f0f0;
    border: 1px solid black;
}

span.RATitle
{
    font-size: 12px;
    font-weight: bold;
}

span.RALabel
{
    font-weight: bold;
    color: #333333;
}

span.RAValue
{
    color: #8080ff;
}

