form.adminForm
{
background: #0C0575;
width: 400px;
display: block;
padding: 10px;
border: 1px solid #000;
margin: 10px 0 0 30px;
}

.adminForm textarea {
	width: 300px;
	height: 15em;
border: 3px solid #fff;
background: #ddd;
	padding: 0 4px 0 4px;
font: normal 20px/30px arial, sans-serif;
}

.adminForm select {
	padding: 0;
	width: 400px;
border: 3px solid #fff;
background: #ddd;
}

.adminForm option {
	padding: 0 0 0 15px;
	border-bottom: 1px solid #999;
	cursor: pointer;
}

.adminForm label
{
margin: 15px 0 0 30px;
padding: 5px;
background: transparent;
width: 380px;
display: block;
color: #eee;
}

.adminForm input
{
background: #ddd;
width: 300px;
padding: 0 5px;
border: 3px solid #fff;
font: normal 20px/30px arial, sans-serif;
}

.adminForm input.button
{
display: block;margin: 0px 0 0 0;
background: green;
color: #fff;
width: 100px;
border: 1px solid #fff;
cursor: pointer;
}

#primaryContent .adminForm a.button
{
display: block;
text-decoration: none;
width: 100px;
border: 1px solid #fff;
padding: 5px 0px; margin: 10px 0 0 0;
text-align: center;
background: red;
color: #fff;
}

.adminForm h3 {
	color: #fff;
}





#editorMenu {
	border: 1px solid #fff;
	border-width: 0 0 1px 1px;
	width: 200px;
	margin: 0 auto 15px auto;
	background: #eee;
position: absolute;
top: 0;
left: 0;
z-index: 999;
}

#editorMenu h3 {
	background: green;
	color: #fff;
	border: 1px solid #999;
text-align: center;
cursor: pointer;
}

#editorMenu h3:hover
{
color: #fff;
	background: #0D0574;
}

#editorMenu #adminLinks
{
display: none;
}

#editorMenu a {
	display: block;
	background: green;
	color: #fff;
	padding: 2px 6px;
	border: 1px solid;
	border-width: 1px 1px 0 0;
	text-decoration: none;
}

#editorMenu a#insertEvent,
#editorMenu a#viewTeam,
#editorMenu a#uploadImages,
#editorMenu a#manageChampionship,
#editorMenu a#manageAdmins,
#editorMenu a#uploadZip {
	margin: 0 0 0 0;
}

#editorMenu a:hover {
	background: #0D0574;
	color: #fff;
}

/* ***** ADMIN ***** */
#adminMenu {
	width: 100px;
	clear: left;
	padding: 0px;
	margin: 0px 35px;
}

#adminMenu .pageUpdate {
	clear: left;
	margin: 0px 0;
}

#adminMenu a.admin,
.section a.admin {background: #fff;	display: block;
	clear: none;
	float: left;
	padding: 5px;
	margin: 0px;
	font-size: small;
	text-decoration: none;
	text-align: center;
	border: 1px solid #333;
	color: #000;
	width: 100px;
	border: 1px solid #999;
}

#adminMenu a.admin:hover,
.section a.admin:hover {
	color: #fff;
	background: #CC3300;
}

/* ***** DELETE FORM ***** */

form.delete input.button {
	color: #B22222;
	width: 113px;
	margin: 0px 35px; padding: 0px;
	height: 25px;
	background: #fff;
	font-size: small;
	border: 1px solid #999;
}

form.delete .button:hover {
	color: #fff;
	background: #B22222;
}


#fileUploadSucess {
	border: 1px solid #ccc;
	padding: 15px;
	background: #eee;
}

#fileUploadSucess a {
	margin: 10px 0 0 0;
	border: 2px solid #ccc;
	display: block;
	padding: 3px;
	text-decoration: none;
	width: 50%;
	text-align: center;
	background: #c00;
	color: #eee;
}

#fileUploadSucess a:hover {
	background: green;
}



.helpMe {
	float: left;
	margin-top: 0px;
	position: relative;
}

.helpMe span {
cursor: help;
border: 1px solid #000;
background: #eee; opacity:0.9; filter:alpha(opacity=90);
color: blue;
float: left;
margin-top: 0px;
position: relative;
padding: 2px;
font-size: 10px;
}

.helpMe p {
display: none;
position: absolute;
left: -1.4em;
top: -16.6em;
background: #eee; opacity:0.9; filter:alpha(opacity=90);
color: blue;
padding: 5px;
border: 1px solid #000;
font-size: 10px;
width: 150px;
height: 97px;
}

.comments {
	float: left;
	margin-top: 0px;
	position: relative;
}

.comments span {
cursor: help;
border: 1px solid #000;
background: #999; opacity:0.9; filter:alpha(opacity=90);
color: blue;
float: left;
margin-top: 0px;
position: relative;
padding: 2px;
font-size: 10px;
}

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/image_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {height:30px; position:relative; z-index:100; background:#fff url(../img/image_drop_back.gif) repeat-x; padding-left:20px;border:1px solid #000; border-width:0 1px;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */

.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif; font-size:12px;}

/* Set up the size of the list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */
.menu li.top a.top_link {display:block; float:left; height:30px; line-height:30px; text-decoration:none; color:#fff; background: url(../img/image_drop_1a.gif); padding:0;}
.menu li.top a.top_link span.span_top {display:block; float:left; height:30px; background: url(../img/image_drop_1a.gif) right top; padding:0 15px 0 0;}
.menu li.top a.top_link b.b_top {display:block; float:left; height:30px; width:26px;}

.menu li.top a.top_link span.drop {background: url(../img/image_drop_0a.gif) right top; padding:0 25px 0 0;}

.menu li a#home b.b_top {background:transparent url(../img/home.gif) no-repeat center center;}
.menu li a#products b.b_top {background:transparent url(../img/page.gif) no-repeat center center;}
.menu li a#services b.b_top {background:transparent url(../img/monitor.gif) no-repeat center center;}
.menu li a#contacts b.b_top {background:transparent url(../img/links.gif) no-repeat center center;}
.menu li a#shop b.b_top {background:transparent url(../img/info.gif) no-repeat center center;}
.menu li a#privacy b.b_top {background:transparent url(../img/page.gif) no-repeat center center;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible; cursor:pointer; position:relative;}
.menu li:hover {position:relative; z-index:200;}

/* Style the top level links */
.menu li.top a.top_link:hover,
.menu li.top:hover a.top_link {background: url(../img/image_drop_1b.gif);}
.menu li.top a.top_link:hover span.span_top,
.menu li.top:hover a.top_link span.span_top {background: url(../img/image_drop_1b.gif) right top;}
.menu li.top a.top_link:hover span.drop,
.menu li.top:hover a.top_link span.drop {background: url(../img/image_drop_0b.gif) right top;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* Style the drop down sub level links */
.menu :hover ul.sub {left:0; top:30px; background: transparent url(../img/transparent.gif); padding:3px 0 0 0; white-space:nowrap; width:200px; height:auto;}
.menu :hover ul.sub li {display:block; float:left;}
.menu :hover ul.sub li a {display:block; float:left; height:25px; width:200px; line-height:25px; color:#000; text-decoration:none; padding:0; background: url(../img/dropa_0.gif) no-repeat;}

/* All this lot is for IE6, believe it or not, to style the fly outs */
.menu :hover ul.sub li a span,
.menu :hover ul.sub li a.fly:hover ul li a span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a span, 
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a span
{display:block; float:left; background: url(../img/drop_0.gif) right top; height:25px; width:150px; padding:0 10px 0 5px; font-weight:normal; color:#000;}

.menu :hover ul.sub li a.fly span,
.menu :hover ul.sub li a.fly:hover ul li a.fly span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly span
{background: url(../img/dropb_0.gif) right top; color:#000;}

.menu :hover ul.sub li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover
{background: url(../img/dropba_1.gif) no-repeat; color:#fff;}

.menu :hover ul.sub li a:hover span,
.menu :hover ul.sub li a.fly:hover ul li a:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a:hover span
{background: url(../img/drop_1.gif) right top; color:#fff;}

.menu :hover ul.sub li a.fly:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover span
{background:url(../img/dropb_1.gif) right top; color:#fff;}

/* the next two lines keep the menu trail :hover state for IE7 and non-IE browsers */
.menu :hover ul li:hover > a.fly {background:url(../img/dropba_1.gif) no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly span {background:url(../img/dropb_1.gif) right top; color:#fff;}

/* Style the images to the left of each link */
.menu ul.sub b {display:block; float:left; background:transparent url(../img/book.gif) no-repeat center center; height:25px; width:25px;}
.menu ul.sub b.key {background:transparent url(../img/key.gif) no-repeat center center;}
.menu ul.sub b.cog {background:transparent url(../img/cog.gif) no-repeat center center;}
.menu ul.sub b.folder {background:transparent url(../img/folder.gif) no-repeat center center;}
.menu ul.sub b.monitor {background:transparent url(../img/monitor.gif) no-repeat center center;}
.menu ul.sub b.paint {background:transparent url(../img/paint.gif) no-repeat center center;}
.menu ul.sub b.house {background:transparent url(../img/house.gif) no-repeat center center;}
.menu ul.sub b.people {background:transparent url(../img/people.gif) no-repeat center center;}
.menu ul.sub b.info {background:transparent url(../img/info.gif) no-repeat center center;}
.menu ul.sub b.shop {background:transparent url(../img/shop.gif) no-repeat center center;}
.menu ul.sub b.email {background:transparent url(../img/email.gif) no-repeat center center;}
.menu ul.sub b.world {background:transparent url(../img/world.gif) no-repeat center center;}
.menu ul.sub b.text {background:transparent url(../img/text.gif) no-repeat center center;}
.menu ul.sub b.qmark {background:transparent url(../img/qmark.gif) no-repeat center center;}
.menu ul.sub b.stop {background:transparent url(../img/stop.gif) no-repeat center center;}
.menu ul.sub b.edit {background:transparent url(../img/edit.gif) no-repeat center center;}

/* Position the flyouts */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:107px; top:0; background:transparent url(../img/transparent.gif); padding:5px 5px 5px 0; white-space:nowrap; width:120px; z-index:200; height:auto;}



/* ***** TEAM ITEM ***** */

.section {
	width: 635px;
	background: #0573d4 url('/public/img/cars.jpg');;
}

.teamItem {
	border: 0px solid #111;
	clear: left;
	max-width: 635px;
	margin: 0 auto;
	background: #0573d4 url('/public/img/cars.jpg');
}

.teamItem h4 {
	background: #0573d4 url('/public/img/cars.jpg');
	border-style: solid;
	border-width: 0px;
	border-color: #222 #000 #000 #222;
	color: #fff;
	padding: 15px 15px;
	cursor: pointer;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 14px;
	font-variant: small-caps;
	height: 15px;
}

.teamItem h4 span {
	font-size: small;
	padding: 0 15px;
	color: #777;
}

.teamItem h4.linkOver,
.teamItem h4.linkOn {
	color: #eee;
	border-style: solid;
	border-width: 0px;
	border-color: #333 #222 #010B04 #333;
	background: #0573d4 url('/public/img/cars.jpg');
}

/* ***** ROSTER ITEM ***** */
.rosterItem {
	background: #eee;
	display: none;
	overflow: hidden;
	position: relative;
	padding: 5px;
	border: 1px solid #000;
	margin: 0px 0px 0px 0px;
}

.rosterItem dl {
	clear: both;
	float: left;
	border: 1px solid;
	border-color: #000;
	padding: 10px 0px 10px 0px;
	background: #ccc;
	width: 620px;
}

.rosterItem dr {
	clear: both;
	float: right;
	border: 1px solid;
	border-color: #000;
	padding: 10px 0px 10px 0px;
	background: #ffffff;
	width: 300px;
}

.rosterItem dt {
	font-size: small;
	font-family: arial, sans-serif;
	float: left;
	clear: left;
	padding: 0px;
	width: 1px;
	text-align: left;
	color: #28314e;
}

.rosterItem dd {
	margin: 5px 5px 5px 5px;
	line-height: 1.4em;
	font-size: small;
	color: #000;

}

.driverImage {
	margin: 0px;
	text-align: left;
}

.driverImage p {
	margin: 0px;
	padding: 0px;
}

.driverImage img {
	border: 1px solid #eee;
}

.personBio {
	border: 1px solid;
	border-color: #010B04 #222 #111 #333;
	padding: 0px 0px 0px 0px;
	background: #28314e;
}

.personBio p {
	margin: 0px 0 0px 0;
	color: #fff;
	padding: 0 0px;
	line-height: 1.4em;
}


/* ***** Teams Page ***** */

#teamList h4 {
background: #f9f5f4;
color: #999;
padding: 3px 15px;
border: 1px solid #444;
}

.teamListItem {
background: #f9f5f4;
border: 1px solid #555;
border-width: 0 0px;
color: #999;
padding: 10px 20px;
}

.teamListItem dl {
clear: left;
}

.teamListItem dt {
text-align: right;
clear: left;
width: 170px;
padding: 0 10px 0 0;
float: left;
clear: left;
}


.teamListItem a {
color: #f9f5f4;
}
.picblock {
	display: block;
	float: left;
	width: 300px;
}

.infoblock {
	margin: 5px 5px 5px 0px;
	border: 1px solid #000;
	display: block;
	padding: 5px;
	float: left;
	width: 300px;
	background: #eee;
}