/* CSS Document */


/*			
h2 */
		/*{*/
	/*	color:#069; */		/*#3cc; */
		 /*font-size:95%;*/
		/*}*/			
			
#golf_tournament
{

width:525px; 			/*475px; *//*265*/
background-color: #fff;
border: 1px solid #6c9;   /* #ddd; */
padding: 5px;
margin: 10px 10px 15px 0px;
/*-image: url('stm/golf/images/golfball.gif');*/
/*
    width:90%;
     padding: 15px 5px 5px 5px;
			margin-top:20px;
			margin-bottom:10px;
			margin-left:15px;
			color: #272900;
			*/
}
 
background-image: url('mylogo.gif');

#golf_tournament h2{
color: #060;
}
#golf_tournament h3{
color: #069;
}

.smaller_text{
font-size:85%;
}
.larger_text{
font-size:125%;
}
.floatright_golf_course{
float:right;
width:210px;
margin: -10px 10px 15px 5px;  /* t r b l*/

}

.float_ned{
float:left;
/*width:99px;*/
margin: -10px 10px 15px 5px;  /* t r b l*/

}
.floatright_pdf_icon { 
float:right;
width:145px;
margin: 0 0 10px 10px;  /* t r b l*/
padding:5px;
}

}
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

.thumbnail
{
 float:right;
 width:100px;
 /*border:1px solid #6c9; */
 margin:0 15px 0 15px;
 /*padding:5px;*/
 }
 .thumbnail_left
{
 float:right;
 width:32px;
 /*border:1px solid #6c9; */
 margin:0 0 0 0 -100px;
 /*padding:5px;*/
 }
 
#golf_tournament dt{
 	font-weight:bold;
	color:#060;
	}

 ol{
	list-style-type: decimal;				/*lower-alpha;*/
	}
	
ul{
    margin: 0 auto;
  /* list-style-image:url("(stm/images/golfball.gif");*/
	}
ul.golfball li{
    text-align: left;
    float: left;
    list-style: none;
    padding: 23px 10px 23px 25px; /*3px 10px 3px 25px;*/
    margin: 5px;
    background: url(./stm/golf/images/golfball.gif) 15px 15px no-repeat;
}

/* li{
  list-style-image:url(stm/images/golfball.gif);
	display: inline;
	}
	*/
	
fieldset{
border: 1px solid #ccc;
width: 95%;
}
	
 fieldset legend {
  font-size: 125%;
  font-weight: normal;
  color: #069;    /*#000000;*/
  margin: 0 0 0 0;
  padding: 7px 10px;
}

 label
{
width: 7em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}


 .submit input
{
margin-left: 4em;    /*4.5em;*/
border: 2px outset #ddd;
}


textarea
{
background: #eee;
border: 1px solid #ddd;
margin-left: 1em;						/*7em;*/

}
input
{
background: #eee;
/*border: 1px solid #ddd;*/
/*border: 1px inset #ddd;*/
border: 1px solid #ccc;
border-top: 2px solid #ccc;
}
	
 a
{
color:#663;   
font-weight:bold;
text-decoration:none;
	z-index:10;
}

a:hover{
	position:relative;
	z-index:100;
	}			
a span{
	display:none;
	}
a:hover span{
	display:block;
	position:absolute;
	float:left;
/*	white-space:nowrap;*/
	top:-2.2em;
	left:-15.5em;
	background:#fffcd1;
	border:1px solid #444;
	color:#444;
	padding:1px 5px;
	z-index:10;
	}

/* a:hover, a:active
{
color:#3cc;		
text-decoration:underline;
}*/



 * Easy CSS Tooltip - by Koller Juergen [www.kollermedia.at] */
/* {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }*/
/*a:hover {background:#ffffff; text-decoration:none;} *//*BG color is a must for IE6*/
/*a.tooltip span {display:none; padding:2px 3px; margin-right:2px; width:275px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}*/

