@import url(http://fonts.googleapis.com/css?family=Montserrat);

	.better {
		background:#910048;
		color:#FFFFFF;
	}

	.birdie {
		background:#e4002b;
		color:#FFFFFF;
	}

	.bogey {
		background:#009cde;
		color:#FFFFFF;
	}

	.worse {
		background:#005789;
		color:#FFFFFF;
	}

	.normal {
	/*	background:#ffcb4d; */
	}

	.cell {
		width:30px;
		text-align:center;
	}

	.name {
		width:250px;

	}

	.center {
		text-align:center;
	}

	.equal {
		background:#1a1c3c;
		color:#FFFFFF;
	}

	.positive {
		background:#1a1c3c;
		color:#FFFFFF;
	}

	.negative {
		background:#e4002b;
		color:#FFFFFF;
	}

	.riga_1 { background:#bee4d5;}
	.riga_2 { background:#ccf4e3;}
	.riga_cut { background:#EEEEEE;}

	body {
	  background: url(../images/grass-texture.jpg) no-repeat center;
	  background-position: center;
	  background-repeat: repeat;
	  background-attachment: fixed;
	  margin:0px;
	  font-family: 'Montserrat', sans-serif;
	  overflow-x: hidden;
	  overflow-y:scroll;
	}

	#wrap {
		width:1000px;
		margin-left:auto;
		margin-right:auto;
		background:#FFFFFF;
		-webkit-box-shadow: 0px 0px 11px 6px rgba(0,0,0,1);
		-moz-box-shadow: 0px 0px 11px 6px rgba(0,0,0,1);
		box-shadow: 0px 0px 11px 6px rgba(0,0,0,1);
		padding:18px;
	}

	#header {
		width:100%;
		background: #FFFFFF;
		margin-bottom:60px;
		padding:20px;
	}

	#head_frame {
		width:1000px;
		margin-left:auto;
		margin-right:auto;
	}

	td {
		font-size:16px;
		padding-top:4px;
		padding-bottom:4px;
	}

	.round {
		text-align:left!important;
	}



	.holes td {
		color:#aaaaaa;
		text-align:center;
	}

	.square {
		height:20px;
		width:20px;
		float:left;
		margin-right:10px;
	}

	#footer {
		width:100%;
		background:#3c3c3c;
		
		padding:20px;
	
		  position:absolute;
	}

	#footer_frame {
		width:1000px;
		margin-left:auto;
		margin-right:auto;
	}

	.email {
		margin-top:200px;
		font-size: 15px;
		margin-right:50px;
	}

#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom:20px;
}

#tabs li {
  float: left;
  margin: 0 -15px 0 0;
}

#tabs a {
  float: left;
  position: relative;
  padding: 0 40px;
  height: 0; 
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #79b2e1;
  border-radius: 15px/50px;
 
}

#tabs a:hover,
#tabs a:focus {
  border-bottom-color: #2ac7e1;

}

#tabs a:focus {
  outline: 0;
}

#tabs #current {
  z-index: 3;
  border-bottom-color: #1c3583;
  
}

#tabs a {
  height: 0; 
  line-height: 30px;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #79b2e1;    
}





#tabs_day {
  overflow: hidden;
  width: 70%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom:20px;
  display:none;
}

#tabs_day li {
  float: left;
  width:60px;
  
}

#tabs_day a {
  float: left;
  position: relative;
  padding: 0 20px;
  height: 0; 
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  width:2px;
  border-radius: 15px/50px;
}

#tabs_day a:hover,
#tabs_day a:focus {
  border-bottom-color: #79b2e1;
  
}

#tabs_day a:focus {
  outline: 0;
}

#tabs_day #current_day {
  z-index: 3;
  border-bottom-color: #1c3583;
     
}

#tabs_day a {
  height: 0; 
  line-height: 30px;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #79b2e1;    
}


