/* ------------------------------------------------------------------------------------ */
/* Site style sheet definitions
/* ------------------------------------------------------------------------------------ */

/* Positioning definitions for Bracket-Racing.com title image */
.titles {
	position: absolute;
 	visibility: show;
	top: 10;
	left: 10;
	}

/* Positioning definitions for Bracket-Racing.com photo gallery title image */
.phototitle {
	position: absolute;
 	visibility: show;
	top: 1;
	left: 10;
	}

/* Default body definitions */
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	color : #ffffff;
    background-color : black;
	}

/* Default table definitions */
table, tr, td, th {
	font-style : normal;
	font-weight : normal;
	color : #ffffff;
	}

/* Default paragraph, division, & span definitions */
p, div, span {
	font-style : normal;
	font-weight : normal;
	color : #ffffff;
	}

/* Definition for text in header 2 tag -  */
h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-style : normal;
	font-weight : bold;
	color : #999999;	
	margin-top: 5px;
	margin-bottom: 5px;
	}

	
/* Definition for text in header 2 tag -  */
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-style : normal;
	font-weight : bold;
	color : #999999;	
	margin-top: 5px;
	margin-bottom: 5px;
	}

/* Definition for links contained within header 2 tag - regular link */
h2 a:link {
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : underline;
	}

/* Definition for links contained within header 2 tag - visited link */
h2 a:visited {
	font-style : normal;
	font-weight : normal;
	color : #666666;
	text-decoration : underline;
	}

/* Definition for links contained within header 2 tag - active link */
h2 a:active {
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : underline;
	}

/* Definition for links contained within header 2 tag - mouse hovering color, IE only */
h2 a:hover {
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
	}
	
	/* Definition for text in header 2 tag -  */
h2.style2 {
	font-style : normal;
	font-weight : bold;
	color : Red;	
	margin-top: 5px;
	margin-bottom: 5px;
	}

/* Definition for links contained within header 2 tag - regular link */
h2.style2 a:link {
	font-style : normal;
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
	}

/* Definition for links contained within header 2 tag - visited link */
h2.style2 a:visited {
	font-style : normal;
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
	}

/* Definition for links contained within header 2 tag - active link */
h2.style2 a:active {
	font-style : normal;
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
	}

/* Definition for links contained within header 2 tag - mouse hovering color, IE only */
h2.style2 a:hover {
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
	}
	
/*new style for body text 	
	/* Definition for text in header 3 tag -  */
h2.style3 {
	font-style : normal;
	font-weight : bold;
	color : Yellow;	
	margin-top: 5px;
	margin-bottom: 5px;
	}

/* Definition for links contained within header 3 tag - regular link */
h2.style3 a:link {
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : underline;
	}

/* Definition for links contained within header 3 tag - visited link */
h2.style3 a:visited {
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : underline;
	}

/* Definition for links contained within header 3 tag - active link */
h2.style3 a:active {
	font-style : normal;
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
	}

/* Definition for links contained within header 3 tag - mouse hovering color, IE only */
h2.style3 a:hover {
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
	}
	
h2.style4 {
	font-style : normal;
	font-weight : bold;
	color : White;	
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
/* Definition for links contained within header 4 tag - regular link */
h2.style4 a:link {
	font-style : normal;
	font-weight : normal;
	color : White;
	text-decoration : underline;
	}

/* Definition for links contained within header 4 tag - visited link */
h2.style4 a:visited {
	font-style : normal;
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
	}

/* Definition for links contained within header 4 tag - active link */
h2.style4 a:active {
	font-style : normal;
	font-weight : normal;
	color : Blue;
	text-decoration : underline;
	}

/* Definition for links contained within header 4 tag - mouse hovering color, IE only */
h2.style4 a:hover {
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
	}
		
	
	
/* Definitions for lists */
ol, ul, li {
	font-style : normal;
	font-weight : normal;
	color : #ffffff;		
	}

/*  Normal link definitions */
a {
	font-style : normal;
	font-weight : normal;
	color : #999999;
	text-decoration : underline;
	}

/*  Normal visited link definitions */
a:visited {
	font-style : normal;
	font-weight : normal;
	color : #666666;
	text-decoration : underline;
	}

/*  Normal active link definitions */
a:active {
	font-style : normal;
	font-weight : normal;
	color : #eeeeee;
	text-decoration : underline;
	}

/*  Normal hover link definitions - mouse hovering color, IE only */
a:hover {
	font-style : normal;
	font-weight : normal;
	color : #cccccc;
	text-decoration : underline;
	}

/* Overall table definitions of left side navigation table */
.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
	color : Black;
	background-color: White;
	background: url("/images/checker.jpg");  /* navigation background image */
	}

/* Definitions for Left side navigation cells.  Links are inside these cells. */
table.nav tr td {
	font-style : normal;
	font-weight : normal;
	color : #ffffff;
	text-align: center;
	}

/* Definitions for Left side navigation headings */
table.nav th {
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
	background-color: #0000ff;
    }

/* Definitions for left side navigation links - normal */
table.nav tr td a {
	font-style : normal;
	font-weight : bold;
	color : Red;
	text-decoration : underline;
	}

/* Definitions for left side navigation links - visited link */
table.nav tr td a:visited {
	font-style : normal;
	font-weight : bold;
	color : Red;
	text-decoration : underline;
	}

/* Definitions for left side navigation links - active link */
table.nav tr td a:active {
	font-style : normal;
	font-weight : bold;
	color : Red;
	text-decoration : underline;
	}

/* Definitions for left side navigation links - mouse hovering color, IE only */
table.nav tr td a:hover {
	font-style : normal;
	font-weight : bold;
	color : Green;
	text-decoration : underline;
	}

/* Definitions for text where class="heading" */
.heading {
	font-size : 100%;
	font-style : normal;
	font-weight : bold;
	color : Black;
	}

/* Definitions for text in right side advertisement coloumn, where class="adscolumn" */
.adscolumn {
	font-size : 100%;
	font-style : normal;
	font-weight : normal;
	text-align: center;
	color : Black;
	background-color: #ffffff;
	}

/* Definitions for "auto banner" section, where class="autobanner" */
.autobanner {
	font-size : 100%;
	font-style : normal;
	font-weight : normal;
	text-align: center;
	color : Black;
	background-color: #ffffff;
	}

/* Definitions for text where class="comment" */
.comment {
	font-size : 100%;
	font-style : normal;
	font-weight : bold;
	color : Black;
	}

/* Definitions for text where class="copyright".  At the bottom of the page */
.copyright {
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	text-align: center;
	color : #666666;
	background-color : black;	
	}

/* Definitions for text where class="clientlogon".  */
.clientlogon {
	font-size : 90%;
	font-style : normal;
	font-weight : bold;
	text-align: left;
	margin-bottom : 3px;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 2px;
	color : #ffffff;
/*	background-color : White; */	
	}

	/* Definitions for text where class="copyright".  At the bottom of the page */
.webform {
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	text-align: left;
	color : #ffffff;
/*	background-color : White; */	
	margin-bottom : 3px;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 2px;

	}

	
/* Definitions for text where class="content".  Intended for the information */
/* in the center of the page. */
.content {
	font-size : 100%;
	font-style : normal;
	font-weight : normal;
	padding-top : 5px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 10px;
	background-color : White;
	color : #ffffff;
	}

td.email { 
	font-size: 90%; 
	font-weight: bold; 
	color: #eeeeee;
	}

input.email {
	font-size: 80%; 
	background-color: #ffffcc;
	}

input.submit { 
	font-size: 90%; 
	background-color: #cccccc; 
	width: 135px;
	}

.emailtop { 
	font-size: 90%; 
	font-weight: normal; 
	background-color: #eeeeee; 
	color: #0000ff; 
	text-align: center;
	}

/* Default table definitions */
.tracks {
	font-size : 80%;
	}

/* Definitions for left side navigation links - normal */
.tracks p a {
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
	}

/* Definitions for left side navigation links - visited link */
.tracks  p a:visited {
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
	}

/* Definitions for left side navigation links - active link */
.tracks  p a:active {
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
	}

/* Definitions for left side navigation links - mouse hovering color, IE only */
.tracks p a:hover {
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
	}

/* Definitions for Left side navigation headings */
.trackheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
	background-color: #0000ff;
    }
