body {
	color: black;
font-family: "@Arial Unicode MS", sans-serif;
	font-size: small;
	background-color: #6EB207;
	background-image: url(sand.jpg);
}
a {
	color: Black;
	text-decoration: underline;
}
a.menu {
	background-color:#E9E9E9;
	border:1px solid black;
	color:#000000;
	padding:3px;
	text-decoration:none;
}
a.menu:hover {
	color: #FFFFFF;
}

a:hover {
	color: Blue;
}

h1{
	text-align: center;
}
h1.top{
	padding-top: 35px;
}
h3{
	font-size: small;
	margin:0;
	border:0;
	padding:5px;
	text-align: left;
}
h3.events{
	background-color: #CACACA;
}
.events{
	color:black;
}
h4{
	margin-top: 2px;
	margin-left: 2px;
}

p{

	border: 5px;
	font-size: 17px;
	margin: 0;
	padding: 5px;
}
p.times{
	padding: 0px;
	text-align: center;
	height: auto;
}
p.centered{
	text-align: center;
	font-weight: bold;
}
p.foot{
	border: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	text-align: right;	
	font-size: x-small;
	font-weight: bold;
}
span.bold_text{
	font-weight: bold;
}
span.gray{
	font-weight: normal;
	/*color: #D3D3D3;*/
}
span.current_menu{
	margin-bottom: 2px;
	margin-top: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #6F116F;
	color: #C2FCBE;
}
span.error{
	font-weight: bold;
	color: Red;
}
span.center{
	text-align: center;
}
div.image{
	/*display:inline;*/
	float: left;
	width:160px;
	height:180px;
}
div.site{
	/*width: 750px;*/
	margin: 10px;
	background-color: #EEE8AA;
	border: 2px solid Black;
}
div.top{
	width: 100%;
	height:101px;
	text-align: center;
	background-image: url(logo3.gif);
	background-repeat: no-repeat;
}
div.menu{
	/*top: 110px;*/
	width: 100%;
	border-right: 2px solid Black;

	/*border-top: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	background-color: #C2FCBE;*/
}

div.main_area{
	position: static;
	margin-left: 26%;
	margin-right: 5px;
	/*background-image: url(logo3.jpg);
	background-color: #C2FCBE;*/
}
div.events{
	float: left;
	top: 0px;
	left: 0px;
	width: 25%;
}
div.sub_area{
	background-color:White;
	margin: 2px 5px 5px 5px;
	border: 1px solid Black;
}
div.box_area{
	width: 630px;
	margin: auto;
	border: 1px solid Black;
}

div.foot
{
	/*background: url(teetimelogo.gif);*/
	float: none;
	clear: both;
	/*width: 750px;*/
	height: 20px;
	margin: auto;
	background-color: #EEE8AA;
}
th.cal{
	/*width: 80px;*/
	background-color: #BEE1FC;
	text-align: center;
} 
td {
	text-align: center;
}
td.menu{
	width: 1%;
	text-align: center;
	color: #FFFFFF;
	background-color: #030741;
}
td.menu:hover{
	background-color: #660000;
}
td.comp_book{
	text-align: center;
	color: #FFFFFF;
	background-color: #999999;
}
td.comp_book:hover{
	background-color: #660000;
}
td.comp{
	width: auto;
	text-align: center;
	color: #FFFFFF;
	background-color: #030741;
}
td.comp:hover{
	background-color: #660000;
}
td.comp_f{
	width: auto;
	text-align: center;
	background-color: #F0FFF0;
}
td.cal{
	width: 80px;
	text-align: center;
	background-color: #F0FFF0;
}
td.cal:hover{
	background-color: #C0C0FF;
}
a.cal{
	display:block;
	width:100%;
	height: 100%;
}
img.foot{
	border: 0;
	margin: 0;
	padding: 0;
	border-style: none;
}
td.calnull{
	width: 80px;
	height: 30px;
	text-align: center;
	background-color: #E0E0E0;
}
table{
margin: 5px;
}
table.left{
margin: 5px 5px 5px 5px;
}
caption{
	margin: auto;
}
input.btn{
	cursor: hand;
	color: #FFFFFF;
	background-color: #030741;
	border: 1px solid;
	border-color: #030741;
	width: 100%;
	height: 30px;
	font-size: 100%;
}
input.btn:hover{
	background-color: #660000;
	border-color: #000000;
}
input.btn2{
	cursor: hand;
	color: #FFFFFF;
	background-color: #030741;
	border: 1px solid;
	border-color: #030741;
	width: 90px;
	height: 30px;
	font-size: 100%;
}
input.btn2:hover{
	background-color: #660000;
	border-color: #000000;
}
input.btn3{
	cursor: hand;
	color: #FFFFFF;
	background-color: #030741;
	border: 1px solid;
	border-color: #030741;
	width: 90px;
	height: 20px;
	font-size: 100%;
}
input.btn3:hover{
	background-color: #660000;
	border-color: #000000;
}
input.nav{
	cursor: hand;
	color: #000000;
	background-color: #FCF8BE;
	border: 1px solid;
	border-color: #FCF8BE;
	width: 100%;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	cursor:	pointer;
}
input.nav:hover{
	color: Blue;
}

/*
	Drop Down Menu
*/
	/* General */
	#cssdropdown, #cssdropdown ul {
		list-style: none;
		display: block;
		position: absolute;}
	#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }
	
	/* Head links */
	#cssdropdown li.headlink {
		float: left;
		margin-left: -1px;
		border: 1px black solid;
		background-color: #e9e9e9;
		text-align: center;
	}
	#cssdropdown li.headlink a { display: block; padding: 5px; }

	/* Child lists and links */
	#cssdropdown li.headlink ul {
		display: none;
		border-top: 1px black solid;
		text-align: left;
	}
	#cssdropdown li.headlink:hover ul { display: block; }
	#cssdropdown li.headlink ul li a {
		padding: 5px;
		height: 17px;
		width: 150px;
		background-color: #e9e9e9;}
	#cssdropdown li.headlink ul li a:hover { background-color: #333; }
	
	/* Pretty styling
	body { font-family: verdana, arial, sans-serif; font-size: 0.8em; background-color: black; }
	#cssdropdown a { color: white; } #cssdropdown ul li a:hover { text-decoration: none; }
	#cssdropdown li.headlink { background-color: white; background-image: url(bg.gif); }
	#cssdropdown li.headlink ul { background-image: url(bg.gif); background-position: bottom; padding-bottom: 10px; }
	*/



/*google rss format*/
.gfg-root {
  /*width : 100%;*/
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: 1px solid #BCCDF0;
  margin: 5px;
  background-color : #FFF;
}

.gfg-title {
  font-size: 14px;
  font-weight : bold;
  /*color : #3366cc;*/
  background-color: #CACACA;/*#E5ECF9;*/
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-title a {
  color : #3366cc;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  /*color : #3366cc;*/
  background-color: #CACACA;/*#E5ECF9;*/
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
  color : #3366cc;
}

.gfg-entry {
  background-color : white;
  width : 100%;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : 100%;
  padding-left : 20px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  /*overflow : hidden;*/
  /*white-space : nowrap;*/
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 15px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry-odd {
  background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
	background-color : #EEE8AA;
/*  background-image : url('garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;*/
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 14px;
  line-height : 1.2em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #000000;
  margin-top : 3px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  border: 1px solid #AAAAAA;
  padding : 5px;
  margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #FFFFFF;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : 10px;
  padding-right : 12px;
  border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
  color : #444444;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : auto;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 0px;
  margin-left : 0px;
  padding-left : 10px;
}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 100%;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
  display : none;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('arrow_close.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}


td.scorecard{
	width: 66px;
	color: Black;
	text-align: center;
	background-color: #E2DCA6;
}
td.white{
	width: 66px;
	background-color: White;
	color: Black;
	text-align: center;
}
td.yellow{
	width: 66px;
	background-color: Yellow;
	color: Black;
	text-align: center;
}
td.red{
	width: 66px;
	background-color: Red;
	color: White;
	text-align: center;
}
td.headwhite{
	background-color: White;
	color: Black;
	text-align: center;
}
td.headyellow{
	background-color: Yellow;
	color: Black;
	text-align: center;
}
td.headred{
	background-color: Red;
	color: White;
	text-align: center;
}
td.center{
	text-align: center;
}

span.bold{
	font-size: larger;
	font-weight: bold;
}

span.red{
	color: Red;
}