body {	
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Helvetica, Sans-Serif;
    font-size: 1.2em;
    background-color: teal;
}


/*
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
*/

ul{
	list-style:none;
	margin:0;
	padding:0;
}

li 
{
	margin:0;
	padding:0;
}

.button
{
	width:120px;
        color:white;
	background-color:green;
        font-family:Helvetica;
        font-weight:bold;
}

.button:hover
{
	width:120px;
        color:white;
	background-color:DarkBlue;
        font-family:Helvetica;
        font-weight:bold;
}

#input-section
{
	position:absolute;
	top:50px;
	left:60px;
	width:220px;
	height:500px;
	padding:10px;
	background-color:Beige; /* aqua */
       	border: 1px solid #000000;
/*
        border-style: outset;
        border-width: 5px; 
*/
}

#input-section #courseName {
        font-family:Helvetica;
        font-weight:bold;
        font-size:1.2sem;
}

#input-section label, .radio, #holeDetails label, #courseDetails label {
        font-family:Helvetica;
        font-weight:bold;
}

#input-section ul li a {
	font-size:small;
	/*font-size: 110%;*/
	display: block;
	border-bottom: 1px dashed #FF9900;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #222222;
	width:80px;
}

#input-section ul li a:hover, #menu-section ul li a:focus, #menu-section .curr {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: -1px;
	margin-left: -1px;	
}

.map-section
{
	position:absolute;
	top:50px;
	left:300px;
	width:900px;
	height:500px;
	padding:10px;
	background-color:Beige; /*#FFFFFF;*/ 
	border: 1px solid #000000;
/*
        border-style: outset;
        border-width: 5px;
*/
}

#mainwin
{
        position:absolute;
/*
        top:20%;
        left:25%;
        width:45%;
*/
        top:75px;
        left:300px;
        width:600px;
        padding-left:0px;
        padding-top:0px;
        /* padding-bottom:50px; */
        padding-bottom:0px;
        background-color:Beige;
	border: 1px solid #000000;
/*
        border-style: outset;
        border-width: 5px; 
*/
}

div.tab-menu {
	position:absolute;
	top:23px;
	left:300px;
}

ul.tab-menu
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
ul.tab-menu a
{
float:left;
width:8em;
height:20px;
text-decoration:none;
color:white;
font-size:16px;
font-weight:bold;
background-color:LightSlateGray;
padding:0.2em 0.6em;
border-right:1px solid white;
}

ul.tab-menu a:hover {background-color:darkBlue}
ul.tab-menu li {display:inline}

#debug-section {
	position:absolute;
	top:600px;
	left:60px;
	width:300px;
	padding:10px;
}

