/*
*   Generic styles
*/

* {
	padding: 0;
	margin: 0;
}

body {
/*	background: #fff url(/images/bg_main.gif) center top; */
	font-size:62.75%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	color: #272727;
	
}

h2 {
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1em;
	color: #ffffff;
}

h3 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 10px;
	color: #272727;
}

h4 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 10px;
}

a {
	color: #014D93;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
}

a img {
    border: none;
}

p {
    font-size: 1.2em;
    margin: 0 0 20px;
	line-height: 1.5em;
}

ol {
	margin: 0 0 20px;
}

li {
    font-size: 1.2em;
	margin-left: 20px;
	margin-bottom: 10px;
}

li > ul > li {
	font-size: 1.0em;
}

ul {
	margin: 10px 0 10px;
    list-style: disk;
}

li > ul {
	list-style: circle;
}

sup {
    font-size: 0.5em;
}
td {
	color: #272727;
	}

#u {
	text-decoration: underline;
}

/*
*   END Generic styles
*/

/*
*   Global elements
*/

/* #wrapperHeading {
	background: none !important;
	} */

#wrapperContent {
    width: 970px;
    text-align: left;
    margin: 0 auto;
}

#wrapperContent h1 a:hover {
    background: none;
}

#wrapperContent h1 a img {
float: left;
padding: 30px;

}
#wrapperContent h1 img#whiteImage {
    display:none;
}
#wrapperContent h1 img#blackImage {
    display: none;
display: block;
}

a#skipNav {
    position: relative;
    top: -100000px;
    visibility: hidden;
}

#content {
  	clear: both;
    background-color: #fff; /* url(/img/background/bg_content.gif); */
    padding: 0 5px 5px;
	height: 1%;
	}

#contentMain {
    float: left;
    width: 720px;
	overflow:hidden;
}
#contentPopupMain {
    float: left;
    width: 98%;
	overflow:hidden;
}

#contentMain .contentContainer, #contentPopupMain .contentContainer {
  /*   background: url(/img/background/content_bg.gif);  */
	/* background-color: #cccccc; url(/img/background/content_bg_darker.png); */
    padding: 5px;
    margin: 0 0 5px 0;
    text-align: left;
}

#contentMain .contentContainerBreak {
  /*   background: url(/img/background/content_bg.gif);  */
  	background-color: #cccccc; /*url(/img/background/content_bg_darker.png); */
    margin: 0 0 5px;
}

#contentMain table.raceResults a{
	text-decoration: none;	
	color:#014D93;
}

#contentMain table.raceResults a:hover{   
    text-decoration: underline;
}

#contentMain .homeSubModulesContainer{
    overflow: auto;
    background: url(/img/background/bg_article_faux.gif) repeat-y;
}

#contentMain .homeColumnLeft {
    float: left;
    width: 240px;
    margin: 0 5px 0 0;
}
#contentMain .homeColumnLeft .subModule .subModuleContent{
	margin:0;
	padding:6px 10px 10px 10px;

}
#contentMain .homeColumnLeft .subModule .subModuleContent p{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	vertical-align:text-top;
}
#contentMain .homeColumnLeft .subModule .subModuleContent p.link a {
	margin:0;
	padding:0;
	color: #014D93;
	text-decoration: none;
}
#contentMain .homeColumnLeft .subModule .subModuleContent p.link a:hover {
	text-decoration: underline;
}
#contentMain .homeColumnRight {
    float: left;
    width: 475px;
}

#contentSub {
    padding: 0 0 3.7em;
    margin: 0 0 5px 5px;
	float:left;
	width:235px;
	}

.last {
    margin-bottom: 0;
}
.compact{
	margin: 5px 10px 5px 10px; 
}
.clear 
{
	clear: both;
}
.hide{
	display:none;	
}

#LiveTimingSession{
	float: none;
	font-weight: normal;
	}
.sliderAreas {
	position:absolute;
	background: #ccc;
	width: 8px;
	margin-right:1px;
}
 
.sliderKnobs {
	height: 40px;
	width: 8px;
	background: #535353;
}
#flashcontent{
	float:right;
	/*40675: changed TT 13/11/07: -230px to -225px*/
	margin-left:-225px;
	}
	#flashcontentNew {
		float: right;
		margin: -5px 0 -5px 0;
		height: 36px;
		}

#prop{
	visibility:hidden;
	width:1px;
	float:right;
	margin:0;
	padding:0;
}
.Height112{
	height:112px;
}
.Height177{
	height:177px;
}
.Height277{
	height:277px;
}
.Height257{
	height:257px;
	float:left;
}
.fieldpairing {
  position:relative;
  margin:0px;
  padding:0px;
}
label.overlabel {
    color:#999;
	font-size:1em;
	line-height:1.25em;
}

label.overlabel-apply {
    position:absolute;
    top:4px;
    left:9px;
    z-index:1;
    color:#272727;
	font-size:1.2em;
	line-height:1.4em;
  }		
	
/*
*   END Global elements
*/
