/* CSS Document */

BODY {
	
	margin:auto;
}

.headerimg {
	margin:0 auto; 
	width:60%;
	padding:1em;
	background-color:#ffffff !important;
	border:outset 3px #1275ca;
	border-radius:1em;
	box-shadow:5px 5px 5px #1275ca;	
}


.nav-tabs {
  border-bottom: 1px solid #1275ca;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #1275ca #1275ca #99FFFA;
  background-color:transparent;
  color:#cd6a00;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #cd6a00;
  cursor: default;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}
.img { 
	background-color:#ffffff !important; 
}

hr {
	color:#1275ca;
	height:4px;
}

.center {
	width:40%;
	margin:0 auto;
	text-align:center;
	border-bottom:solid thin #1275ca;
}

h4{
	color:#66c;	
	line-height: 1.25em;
	
}

h5{
	color:#66c;	
	line-height: 1em;
	
}

.indent {
	text-indent:15pt;	
}

.content {
	background-color:#f5f5f5;
	margin:0 auto;
	padding:.8em;
	border-radius:1em 1em .5em .5em;
	box-shadow:3px 3px 3px #1275ca;
}

.title{
	width:80%;
	margin:0 auto;
	text-align:center;
	color:#1275ca;
	font:bold 150% "trebuchet ms", geneva, arial, helvetica, sunsans-regular, sans-serif;
}

.titlesm{
	width:80%;
	margin:0 auto;
	text-align:center;
	color:#1275ca;
	font:bold 100% "trebuchet ms", geneva, arial, helvetica, sunsans-regular, sans-serif;
}

#popup_box { 
      display:none;/* Hide the DIV */
     position:fixed;  
     _position:absolute; /* hack for internet explorer 6 */  
     height:200px;  
     width:350px;  
     background:#ffffff;
	 color:#00000;  
     left: 5%;
     top: 5%;
     z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
     margin-left: 15px;
	 overflow:auto;
     /* additional features, can be omitted */
     border: solid thick #1275ca;  
	 border-radius:1em;    
     padding:1.5em;  
     font:bold 125% "trebuchet ms", geneva, arial, helvetica, sunsans-regular, sans-serif;  
     -moz-box-shadow: 0 5px 5px #1275ca;
     -webkit-box-shadow: 0 5px 5px #1275ca;
     box-shadow: 0 5px 5px #1275ca;
     
 }
 
 #popup_box a {
	color: #cd6a00;
	font:bold 85% "trebuchet ms", geneva, arial, helvetica, sunsans-regular, sans-serif;  
  	text-decoration: none;
 }
 
 #Dates { 
     display:none;/* Hide the DIV */
     position:fixed;  
     _position:absolute; /* hack for internet explorer 6 */ 
     background:#ffffff;
	 color:#000000;	  
     left: 5%;
     top: 5%;
	 width:50%;
     z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
     margin: 15px;
	 overflow:auto;     
     /* additional features, can be omitted */
     border: solid thick #1275ca;  
	 border-radius:1em;    
     padding:1.5em;
     font:bold 85% "trebuchet ms", geneva, arial, helvetica, sunsans-regular, sans-serif;  
      -moz-box-shadow: 0 5px 5px #1275ca;
     -webkit-box-shadow: 0 5px 5px #1275ca;
     box-shadow: 0 5px 5px #1275ca;
     
     
 }
 
 /* This is for the positioning of the Close Link */
 #popupBoxClose {
     font-size:20px;  
     line-height:15px;  
     right:5px;  
     top:5px;  
     position:absolute;  
     color:#6fa5e2;  
     font-weight:500;      
 }
 
 #container {
     background:#99FFFA; /*Sample*/
     width:100%;
     height:100%;
	 border-radius: 0 0 1.2em 1.2em
 }
 
 .racereview {
		width:50%;
		margin:auto; 
 }
 
 .racereview2 {
		width:70%;
		margin:auto; 
 }
 
 .blacktext {
	 clor:#000000;
 }
 
 .racetitle {
	 font: normal 20pt "Times New Roman", Times, serif;
 }
 
 .racetitlebold {
	 font: bold 24pt "Times New Roman", Times, serif;
 }
 
 .racetext14 {
	 font: normal 14pt "Times New Roman", Times, serif;
 }
 .racetext12 {
	 font: normal 12pt "Times New Roman", Times, serif;
 }
 .racetext10 {
	 font: normal 10pt "Times New Roman", Times, serif;
 }
 



