@import url(GleneaglesCC_css/glenEaglesCC_modules.css);
@import url(GleneaglesCC_css/glenEaglesCC_plugins.css);


body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre, a, abbr, 
acronym, address, big, cite, code, del,
dfn, em, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, dl, 
dt, dd, fieldset, form, label, legend,
caption {
	margin: 0;
	outline: 0;
	padding: 0;
}

/* Classes for adding padding */
.pad5 	{padding: 5px;}
.pad10 	{padding: 10px;}

/* Classes for floating elements */
.floatLeft {float: left}
.floatRight {float: right}

/* Classes for clearing floated elements */
.clearLeft 		{clear: left;}
.clearRight 	{clear: right;}
.clearBoth 		{clear: both;}

.largerfont	{font-size: larger}
.smallerfont 	{font-size: smaller}

body {
	color: #000;
	background: #FFF;
}

h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #6F5427;
}

h2 {
	font: 18px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #1D222C;
}

h3 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: bold;
}

h4 {
	font: 14px "Times New Roman", Times, serif;
	color: #626262;
	font-weight: bold;
}

h5 {
	font: 12px Helvetica, Arial, sans-serif;
	color: #626262;
	font-weight: bold;
	display: inline;
}

h6 {
	font: 10px "Times New Roman", Times, serif;
	color: #626262;
}

p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #584E3D;
}

table {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

a, a.small, a.anchor, a.visited {
	
	font-size: inherit;
	font-family: inherit;
	text-decoration: none;
	color: #3C3E2E;
}
 
a:hover {

	font-size: inherit;
	font-family: inherit;
	text-decoration: underline;
	color: #747859;

}

.page {

	background: url(../../../Images/bodybg.jpg) center top;
		
}

/* important edit global text boxes - default --------- */
.txtbox {
	background-color: #FFF; 
	color: #000000; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 11px; 
	border-style: inset; 
	border-width: 2px; 
	margin-top: 2px; 
	margin-bottom: 2px;
	}
	
	
/****** END GLOBAL --------------------------------*/

/*= directory -> edit roster options -> cancel & next button --------- */
.but{
	border-right: 1px outset buttonhighlight;
	border-top: 1px outset buttonhighlight;
	font-size: 13px;
	background-color: #B0D79E;
	border-left: 1px outset buttonhighlight;
	cursor: pointer;
	color: #000000;
	border-bottom: 1px outset buttonhighlight;
	font-family: Helvetica, Arial, sans-serif;
	}

/*= directory -> edit roster options -> close button --------- */
.membut {
	border-right: 1px solid buttonface;
	border-top: 1px solid buttonface;
	font-size: 10px;
	background-color: #B0D79E;
	border-left: 1px solid buttonface;
	cursor: pointer;
	color: #000000;
	border-bottom: 1px solid buttonface;
	font-family: Helvetica, Arial, sans-serif;
	}
/*= ADMIN BUTTON AND BAR ------ */
.abut {
	background-color: #B0D79E; 
	color: #000000; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 10px; 
	border-style: outset; 
	border-width: 2px; 
	margin-top: 2px; 
	margin-bottom: 2px;
	}
.adminbar	{
	background-color: #B0D79E;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	}


/* --------- general row hover classes --------- */
.rownormal {
	background-color: #f8f8f8;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;

}
.rowhover {
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;


}
 
/* --------- inbox - >mail group - > move over --------- */
.rowhighlight {background-color: #FFF;}

.abut2 {
	background-color: #5cef16; 
	color: #5cef17; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 10px; 
	border-style: outset; 
	border-width: 2px; 
	margin-top: 2px; 
	margin-bottom: 2px;
	}

.rowalternate {
	background-color: #f0f0f0;
	font-weight: normal;
	color: #000000;
}
.rowheader {
	background-color: #a21605;
	font-weight: bold;
	border: 1px solid #000000;
	color: #ffffff;
}
.cookietrail {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FBF4A3;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBF4A3;
	display: none;
}
a.cookietrail {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.cookietrail:hover {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

/*----------------------------------------------------------
	Glen Eagles Country Club custom styles start
----------------------------------------------------------*/


#outerWrapper, #innerWrapper {

	margin: 0 auto;
	width: 758px;
	
}

#innerWrapper {

	border: 2px solid #000;
	
}

#contentBorder {

	margin: 0 auto;
	width: 758px;
	
}


.headerTag {

	display: block;

}

#leftSide {

	width: 242px;
	background: url(../../../Images/sidebarbg.gif) repeat-y left top;

}

#innerLeftSide {
	
	width: 242px;
	background: url(../../../Images/sidebarlogo.gif) no-repeat left top;
	padding-top: 90px;

}

#navWrapper {

	width: 174px;
	padding: 0 34px 5px 34px;

}

#weatherWrapper {

	width: 228px;
	height: 60px;
	margin: 16px 7px 10px 7px;
	background: url(../../../Images/weathercalloutbg.gif) no-repeat;
	text-align: center;

}

#weatherWrapper div {

	padding: 8px 17px 8px 17px;

}

#weatherWrapper div h4 {

	font-weight: normal;
	color: #9AAC4B;
	padding-bottom: 4px;

}

#logoutLink {
	
	font: 10px "Times New Roman", Times, serif;
	color: #BFB28F;

}

#logoutLink:hover {
	
	font: 10px "Times New Roman", Times, serif;
	color: #9FA97F;

}

#rightSide {

	width: 516px;
	background: #F0E7D8;
}

#flashSide {

	width: 516px;
	background: #000;
	padding-bottom:31px;
}

#homeCallOuts {

	width: 100%;
	background: url(../../../Images/homecalloutbg.gif) repeat-x left top;
	height: 127px;

}


#homeCallOuts td {

	padding-top: 6px;

}

/***********************************************************
	Home page callout links (rollover) start
************************************************************/

#homeCalloutsList {

	list-style: none;
	margin-left: 10px;
	padding: 0;
	float:left;
}

#homeCalloutsList span {

	display: none;

}

#homeCalloutsList li {

	float:left;
	margin: 0;
	padding-left: 0;

}

#homeCalloutsList li a, #homeCalloutsList li a:hover { 

	width: 248px;
	height: 121px;
	display: block;
	float: left;

}


#firstCallOut a {

	background: url(../../../Images/callout_memonly.jpg) no-repeat left top;

}

#firstCallOut a:hover {

	background: url(../../../Images/callout_memonly.jpg) no-repeat right top;

}

#secondCallOut a {

	background: url(../../../Images/callout_tour.jpg) no-repeat left top;

}

#secondCallOut a:hover {

	background: url(../../../Images/callout_tour.jpg) no-repeat right top;

}

/***********************************************************
	Home page callout links (rollover) end
************************************************************/

#flashCell img, homeCallOuts img {

	display: block;

}

#contentCell {

	padding: 10px 20px;

}

.contentHeading {

	border-bottom: 3px double #6F5427;
	margin-bottom: 10px;

}

.spacedCopy {

	line-height: 1.6em;

}

#footerCell {

	padding: 26px 0 26px 0;
	text-align: center;

}

#footerCopy, #footerTitle {

	font-family: "Myriad Pro", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #B99C6B;

}

#footerTitle {
	
	font-weight: bold;
	padding-bottom: 2px;

}

#footerCopy {

	font-size: 10px;

}

#footerCopy a {

	color: #B99C6B;
	text-decoration: underline;

}

#footerCopy a:hover {

	text-decoration: none;

}

#loginTable a {

	color: #80673D;
	text-decoration: underline;

}

#loginTable a:hover {

	text-decoration: none;

}

#loginTable {

	margin: 0 auto;
	width: 500px;

}

#loginTable input {

	background: #FFF;

}

#loginTable input:hover {

	background: #E0D3BD;

}

/*----------------------------------------------------------
	Glen Eagles Country Club custom styles end
----------------------------------------------------------*/


.darkbackgroundwrapper  { 
	background: #FFF; 
	color: #000; 
}
