@font-face {
	font-family: "murray_font";
	src: url('../ibaFont/GothamRnd-Light.otf');
}
@font-face {
	font-family: "murray_font_gras";
	src: url('../ibaFont/GothamRnd-Bold.otf');
}
@font-face {
    font-family: 'GrotzecCondDemiNeMarchePas';
    src: url('../ibaFont/fromIbaWebsite/grotzconddemi-webfont.eot');
    src: url('../ibaFont/fromIbaWebsite/grotzconddemi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../ibaFont/fromIbaWebsite/grotzconddemi-webfont.woff') format('woff'),
         url('../ibaFont/fromIbaWebsite/grotzconddemi-webfont.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "murray_font_grotzDemi";
	src: url('../ibaFont/fromIbaWebsite/grotzconddemi-webfont.ttf');
}
body {
	font-family: "murray_font";
	background: white;
	margin:0;
	padding:0;
}
.transparentText{
	color:white;
}
div{
	float: left;
	line-height:34px;
	margin-left:0px;
	margin-bottom:2px;
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
}

.thumbnail:hover{
background-color: transparent;
}

.xxxthumbnail:hover xxxximg{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
width: 300px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -204px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.topBanner{
	background-image:url('images/display1/Bottom_InfoStripShort.gif');
	background-repeat:no-repeat;
	width:969px;
	height:45px;
	margin-bottom:8px;
	margin-left:0;
}
.bottomBanner{
	background:black;
	width:969px;
	height:30px;
	margin-top:6px;
	margin-left:0;
}
.unused{
}
.lastOfTheLine{
	float: none;
}
.ridersNameBox{
	font-family:"murray_font_grotzDemi";
	background-image:url('images/display1/Box_RidersName.gif');
	background-repeat:no-repeat;
	margin-left:2px;
	width:229px;
	height:34px;
	color:black;
}
.ridersNameBoxText{
	padding-left:10px;
	font-size:130%;
}
.ridersSituationBox{
	background-image:url('images/display1/Box_RidersTotalScore.gif');
	background-repeat:no-repeat;
	width:134px;
	height:34px;
	color:black;
}
.ridersSituationText1{
	font-family: "murray_font_gras";
	padding-left:10px;
	float: left;
}
.ridersSituationText2{
	padding-right:10px;
	float: right;
}
.scoreDetailText{
	padding-right:48px;
	float: right;
}
.scoreDetailBox{
	background-image:url('images/display1/Box_ScoreDetail.gif');
	background-repeat:no-repeat;
	width:250px;
	height:34px;
	color:black;
}
.situationDetailText1{
	padding-left:332px;
	float: left;
}
.situationDetailText2{
	padding-right:47px;
	float: right;
}
.situationDetailBox{
	background-image:url('images/display1/Box_SituationDetail.gif');
	background-repeat:no-repeat;
	width:607px;
	height:34px;
	color:black;
}
.situationDetailBoxSecond{
	background-image:url('images/display1/Box_SituationDetailSecond.gif');
	background-repeat:no-repeat;
	width:430px;
	height:34px;
	color:black;
}
.waveNoScore{
	background-image:url('images/display1/Box_WaveNoScore.gif');
	background-repeat:no-repeat;
	width:46px;
	height:34px;
}
.score{
	background-image:url('images/display1/Box_WaveCounted.gif');
	background-repeat:no-repeat;
	width:46px;
	height:34px;
	color:black;
	text-align:center;
}
.scoreInterf{
	background-image:url('images/display1/Interferance_LightGrey.gif');
	background-repeat:no-repeat;
	width:46px;
	height:34px;
	color:black;
	text-align:center;
}
.bestTwo{
	font-family: "murray_font_gras";
	background-image:url('images/display1/Box_WaveCounted.gif');
	background-repeat:no-repeat;
	width:46px;
	height:34px;
	color:black;
	text-align:center;
}
.bestTwoInterf{
	font-family: "murray_font_gras";
	background-image:url('images/display1/Interferance_LightGrey.gif');
	background-repeat:no-repeat;
	width:46px;
	height:34px;
	color:black;
	text-align:center;
}
.smallText{
	font-size:10px;
}
.bigText{
	font-size:large;
}
.jerseyred{
	background-image:url('images/display1/Flag_Red.gif');
	background-repeat:no-repeat;
	width:33px;
	height:34px;
	text-align:center;
}
.jerseywhite{
	background-image:url('images/display1/Flag_White.gif');
	background-repeat:no-repeat;
	width:33px;
	height:34px;
	text-align:center;
}
.jerseyyellow{
	background-image:url('images/display1/Flag_Yellow.gif');
	background-repeat:no-repeat;
	width:33px;
	height:34px;
	text-align:center;
}
.jerseyblack{
	background-image:url('images/display1/Flag_Black.gif');
	background-repeat:no-repeat;
	width:33px;
	height:34px;
	text-align:center;
}
.jerseyblue{
	background-image:url('images/display1/Flag_Blue.gif');
	background-repeat:no-repeat;
	width:33px;
	height:34px;
	text-align:center;
}
.jerseygreen{
	background-image:url('images/display1/Flag_Green.gif');
	background-repeat:no-repeat;
	width:33px;
	height:34px;
	text-align:center;
}
.jerseygrey{
	background-image:url('images/display1/Flag_Grey.gif');
	background-repeat:no-repeat;
	width:33px;
	height:34px;
	text-align:center;
}
.jerseypink{
	background-image:url('images/display1/Flag_Pink.gif');
	background-repeat:no-repeat;
	width:33px;
	height:34px;
	text-align:center;
}
.jerseyorange{
	background-image:url('images/display1/Flag_Orange.gif');
	background-repeat:no-repeat;
	width:33px;
	height:34px;
	text-align:center;
}

