@charset "utf-8";
/* CSS Document */

h3 {
	padding: 0;
	margin: 0;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
}

#local-box {
	color: black;
	width: 50%;
	margin: 10px auto;
}

#submit-track {
	color: black;
	width: 30%;
	text-align: center;
	float: left;
	margin-left: 10px;
}

#right-tracks {
	float: right;
	border: 1px solid black;
	width: 300px;	
	background: url(../images/content_box_bg.gif);
	background-repeat: repeat;
	background-color: #333333;
	color: white;
	padding: 0 0 5px 10px;
	border: 3px solid red;
	margin: 5px 25px 5px 15px;
}

#local-tracks {
	border: 1px solid black;
	width: 600px;
	background: url(../images/content_box_bg.gif);
	background-repeat: repeat;
	background-color: #333333;
	color: white;
	padding: 0 0 5px 10px;
	border: 3px solid red;
	margin: 5px 0 5px 15px;
}

#local-tracks td {
	padding: 5px;
}

#local-tracks a {
	color: white;
	text-decoration: underline;
}

#local-tracks a:hover {
	color: white;
	text-decoration: none;
}

.local-top {
	font-weight: bold;
}

#racetracks {
	width: 95%;
	text-align: center;
	margin: 15px auto;
}

#racetracks td {
	padding: 5px;
	color: white;
}

#content #state {
	margin: 5px 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

#tracks {
	background: url(../images/content_box_bg.gif);
	background-repeat: repeat;
	background-color: #333333;
	color: white;
	width: 85%;
	padding: 0 0 5px 10px;
	border: 3px solid red;
	margin: 5px 0 5px 15px;
}

#add_cars {
	display: none;
}

#trackname_error {
	display: none;
}

#tracktype_error {
	display: none;
}

#race_days_error {
	display: none;
}

#tracklength_error {
	display: none;
}

#website_error {
	display: none;
}


.checklist {
    border: 1px solid #ccc;
    list-style: none;
    height: 15em;
    overflow: auto;
    width: 300px;
}

.checklist, .checklist li { margin: 0; padding: 0; }

.checklist label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

.checklist label:hover { background: #777; color: #fff; }

* html .checklist label { height: 1%; }