/*
  MotorSport Admin v2.41 - updated 3/1/08
  by James Robinson
   
  GTX World
  http://www.GTXworld.com

  Copyright (c) 2007 GTX World
  
  For terms, see: http://www.gtxworld.com/MSadmin/terms.php
*/

.InlineError {  /* The style for all errors that appear within a page */
	color: #FF0000;
	font-size: 14px;
}

TABLE.GalleryCategoryList {  /* The style for the table that the gallery lists are within */
	font-family: Verdana, Arial, sans-serif;
	border: none;
}

TABLE.ContactForm {  /* The style for the contact form table */
	border: none;
	width: 450px;
}

.ContactError {  /* The style for the contact error messages (e.g. no email) */
	color: #FF0000;
}

.ContactSuccess {  /* The style for the message when a form has been successfully submitted */
	text-align: center;
	vertical-align: middle;
}

.ContactRequirement {  /* The style for the required * of the contact form NOTE: if you do not want it to be displayed, add "visibility: hidden;" */
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; color: #ff0000;
}

.DriverImageBox {  /* The style for the div the driver image is in */
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.DriverImage {  /* The style for the driver image */
	border: 2px solid #C0C0C0;
	width: 177px;	
}

TABLE.GalleryCategoryList {  /* The style for the table that the gallery lists are within */
	border: none;
}

.GalleryImageList {  /* The style for the gallery images when listed in the gallery */
	border: none;
	height: 130px;
}

.GalleryImage {  /* The style for the gallery image when it is in the viewer */
	border: 2px solid #C0C0C0;
}

TABLE.Results {  /* The style for the main results table */
	/*border:solid 1px #000000;*/
	width: 470px;
}

.ResultsBox {  /* The style for the main results cols & rows */
	/*border:solid 1px #000000;*/
}

.ResultsHeading {  /* The style for the heading of the results table */
	/*border:solid 1px #000000;*/
	font-weight:bold;
}

TD.ResultCategory {  /* The style for the listing of the results category */
	text-align: center;
	font-size: 15px;
	/*border:solid 1px #000000;*/
}