/* tweede golf style for HAWHAW simulator */
body {
  background-color: #FFFFFF;
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #222222;
  font-size:12px;
  font-family: Arial;
}

.skincontainer
{
  top:30px;
  left:4%;
  position:absolute;
  width:62%;
}

#skin {
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  background-repeat:no-repeat;
  
}

#display {
  position: relative;
  overflow: auto;
  
}

#display2
{
	position:		relative;
	overflow:		auto;
	/*
	font-size:  	12px;
	font-family: 	Arial;
	*/
	text-align: 	left;
}

#display3
{
	position:		relative;
	overflow:		auto;
	overflow-x:		hidden;
	/*
	font-size:  	12px;
	font-family: 	Arial;
	*/
	text-align: 	left;
	/*padding: 		2px 2px 2px 2px;*/
}

.switchskins
{
	position:		absolute;
	top:			45px;
	left:			71%;
	width:			235px;
	border-width:	0px;
	text-align:		left;
	
}

.skinsTable
{
	padding:		5px 5px 5px 5px;
	margin:			0px 15px 0px 0px;
width:100%;
border-style:	solid;
	border-width:	1px 1px 1px 1px;
	border-color:	#999999;
}

.aSim
{ 
	text-decoration:	none;
	font-weight:		;
	color:				#4F4F4F;
}

.aSim:link
{
	color:	#4F4F4F;
}
	
.aSim:visited
{
	color:	#4F4F4F;
}

.aSim:hover
{ 
	color:	#4F4F4F;
	text-decoration:			underline;
}

.imageLink, imageLink:link, imageLink:visited
{
	text-decoration:none;
	border:0;
	padding:0;
}

.previewBy
{
	font-size:		10px;
	font-family: 	Arial;
}
