@import url(global_v1-2.css);
@import url(augustaGA10_css/modules.css);
@import url(augustaGA10_css/plugins.css);
@import url(adminLogin.css);
@import url(admin.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #000;
	font: 32px Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	margin-bottom:20px;

}


h2 {
	
	color: #000;
	font: 22px Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	
}

h3 {
	
	color: #3e2d21;
	font: 18px Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-weight:bold;

}

h4 {
	
	color: #3e2d21;
	font: italic 20px/1.3 Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;

}

h5 {
	
	color: #004278;
	font: bold 14px Garamond, "Hoefler Text", Times New Roman, Times, serif;
	display: inline;

}

h6 {
	
	color: #4f3a2b;
	font: 14px/1.4 Garamond, "Hoefler Text", Times New Roman, Times, serif;

}

p {
	
	color: #3e2d21;
	font: 14px/1.6 Garamond, "Hoefler Text", Times New Roman, Times, serif;

}

table, div {
	
	color: #3e2d21;
	font: 14px/1.6 Garamond, "Hoefler Text", Times New Roman, Times, serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #004278;
	font: inherit;
	text-decoration: underline;
	cursor:pointer;

}

a:hover {
	
	color: #2369ac;
	font: inherit;
	text-decoration: underline;
	cursor:pointer;

}
 
 a img {
	border:none; 
 }

ul { 
list-style-image:none;	
list-style-type:none;
}

.page {
	
	background: #d4b999 url(../../../images/pageBg.jpg) center top no-repeat;
	text-align: center;
	
}

.CEMenu {
	
	margin: 0;
	padding: 0;

}

/* important edit global text boxes - deFault --------- */
.txtbox {
	
	background: #FFF;
	border-style: inset;
	border-width: 2px;
	color: #000;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin: 2px 0;

}

/****** END GLOBAL ------------------
/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////
= directory -> edit roster options -> cancel & next button --------- */
.but {
	
	background: #eee;
	border: 1px outset buttonhighlight;
	color: #333;
	cursor: pointer;
	font: 13px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowAlternate {
	
	background: #eee;
	color: #000;
	font-weight: 400;

}

.rowHeader {
	
	background: #555;
	border: 1px solid #000;
	color: #FFF;
	font-weight: 700;

}

.cookieTrail {
	
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	display: none;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	text-decoration: none;

}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: augustaGA10
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
width:940px;
background:url(../../../images/transparentBG.png) 0 0 repeat-y;
margin:0 auto;
padding:5px 0px;
	
}

.siteBorder {
width:930px;
background:url(../../../images/greenBorder.gif) 0 0 repeat-y;
margin:0 auto;	
padding:5px 0px;
}

#pubHome {
/*margin-top:35px;*/	
}

#pubHomeLog {
	height:35px;
	width:930px;
	margin:0 auto;
	text-align:right;
}

a#loginBtn {
width:78px;
height:23px;
display:block;
background:url(../../../images/loginBtn.jpg) top left no-repeat;
margin-top:6px;	
float:right;
}

a#loginBtn:hover {
background:url(../../../images/loginBtn.jpg) bottom left no-repeat;
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
width:940px;
height:124px;	
margin:0 auto;
}

	#branding .inside {
	width:206px;
	margin:0 auto;	
	padding-top:35px;
	}
	
	#branding .logoL {
		float:left;
		position:relative;
		left:50%;
		margin-left:-103px;
		padding-top:35px;
	}
	
	#branding .loginR {
	float:right;
	padding-top:72px;
	
	}
	
	a.logo {
	width:206px;
	height:67px;
	background:url(../../../images/title.png) top left no-repeat;	
	display:block;
	}
		
	#pubBrand {
		width:920px;
		height:126px;
		margin:0 auto;
		text-align:center;
		background:url(../../../images/pubNav.jpg) 0 0 no-repeat;
	}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
width:920px;
margin:0 auto;
background:url(../../../images/navBG.jpg) 0 0 no-repeat;
height:42px;
}

#nav .inside {
width:910px;
margin:0 auto;
padding:1px 0px;	
}

#pubLeft {
	width:522px;
	float:left;
}

	#pubLeft .navLeft {
	width:370px;
	float:left;	
	padding-top:92px;
	}
	
	#pubRight .navRight {
	width:383px;	
	padding-top:92px;
	}
	
	
		#pubLeft .navLeft .navPad, #pubRight .navRight .navPad {
		width:390px;
		margin:0 auto;
		height:34px;	
		}
	
	#pubLeft .pubLogo {
	width:125px;
	float:left;	
	height:142px;
	margin-top:-16px;
	}
	
		#pubLeft .pubLogo a.pubhm {
		background:url(../../../images/publogo.png) no-repeat left top;
		display:block;
		height:142px;
		width:176px;
		}
		

#pubRight {
width:383px;
float:right;	
}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

.flashWrap {
width:920px;
background:#d9c8aa;
margin:0 auto;
}

.flashWrap img, .clubTitle img {
display:block;	
}

.flashWrap .inside, .clubTitle .inside {
width:918px;
margin:0 auto;	
}

.clubTitle {
width:920px;
background:#d9c8aa;
margin:0 auto;	
padding-bottom:1px;
}

.mainWrapper {
width:920px;
margin:0 auto;
background:url(../../../images/contentBG.gif) 0 0 repeat-y;
text-align:left;	
padding-bottom:150px;
}

.modWrapper {
width:920px;
margin:0 auto;
background-color:#cac2b4;
text-align:left;	
padding-bottom:50px;
}

#printLink {
padding-right:20px;	
}


	#sidebar {
	width:230px;
	float:left;
	background:url(../../../images/sidebarTop.jpg) 0 0 no-repeat;
	min-height:728px;	
	}
		
		.sidebarLogo {
		width:125px;
		height:142px;
		/*margin:0 auto;
		padding-top:56px;*/	
		position:relative;
		top:30px;
		left:50%;
		margin-left:-110px;
		}
		
		a.sideLogo {
		width:220px;
		height:178px;
		display:block;
		background:url(../../../images/logo.png) top left no-repeat;	
		}
		
		
		.sideLinks {
		padding-top:90px;
		width:230px;	
		}
		
		.qlinks .welcomeText {
		text-align:center;
		font-weight:bold;
		padding-bottom:15px;	
		}
		
		.qlinks, .secondary {
		width:188px;
		padding-top:90px;
		margin-left:21px;	
		}
		
		img.padbot {
		padding-bottom:15px;	
		}
		
	a.qlink {
	width:188px;
	height:27px;
	display:block;
	margin-top:8px;
	background-position:left top;
	background-repeat:no-repeat;
	}
	
	a.qlink:hover {
	background-position:left bottom;	
	}
	
	a#memDir {
	background-image:url(../../../images/memDir.jpg);
	}
		
	a#myAcct {
	background-image:url(../../../images/myProfile.jpg);
	}
		
	a#myState {
	background-image:url(../../../images/myState.jpg);
	}
		
	a#logout {
	background-image:url(../../../images/logout.jpg);
	}
	
	a#makeRes {
	background-image:url(../../../images/makeRes.jpg);
	}
		
	#contentArea {
	width:690px;
	float:right;
	
	}
	
	#mediaWindow {
	width:690px;
	background-color:#e8dfce;	
	}
	
	#privMedia {
	width:690px;
	padding:20px 0px;	
}

#privMedia .inside {
	margin-left:40px;
	width:620px;
}

td.whiteBorder img{
	border:1px solid #fff;
}
	
	.mainContent {
	background:url(../../../images/shadowBG.jpg) 0 0 no-repeat;
	width:690px;
	}
	
	.contentWrap {
	width:620px;	
	margin-left:40px;	
	padding-top:35px;
	}
	
	.privHomeL {
	width:310px;
	float:left;
	margin-right:50px;	
	}
	
	.clubNews {
	margin-top:40px;	
	}
	
	a.viewAll {
		width:78px;
		height:23px;
		background:url(../../../images/newsView.jpg) top left no-repeat;
		display:block;
	}
	
	a.viewAll:hover {
		width:78px;
		height:23px;
		background:url(../../../images/newsView.jpg) bottom left no-repeat;
		display:block;
	}
	
	
	.privHomeR {
	width:258px;
	float:right;
	border:1px solid #f6edd4;	
	padding:20px 0px;
	}
	
	.privHomeR .cal {
	width:218px;
	margin-left:20px;	
	}
	
	.privHomeR .cal .calArea {
	margin:20px 0px;	
	}
	
	a.viewCal {
	width:119px;
	height:23px;
	margin-left:50px;
	background:url(../../../images/openCalbtn.jpg) top left no-repeat;
	display:block;	
	}
	
	a.viewCal:hover {
	width:119px;
	height:23px;
	margin-left:50px;
	background:url(../../../images/openCalbtn.jpg) bottom left no-repeat;
	display:block;	
	}
	
	.bottomWrap {
	width:620px;
	margin-top:20px;	
	margin-left:40px;
	}
	
		.bottomWrap .leftContent {
		width:358px;
		margin-right:20px;	
		float:left;
		}
		
		.bottomWrap .rightContent {
		border:1px solid #f5ecdd;
		width:240px;
		padding:22px 0px;	
		float:right;
		}
		
			.bottomWrap .rightContent .inside {
			margin-left:18px;
			width:202px;
			}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
width:940px;
margin:0 auto;
padding:15px 0px;

}

span.bulletpad {
padding:0px 10px;	
}

/*-------------------------------------------------------------
=Course Tour
-------------------------------------------------------------*/

td.tourNav {
background-color:#3e2d21;
padding-top:1px;
padding-left:1px;
}

td.tourInfo {
background-color:#3e2d21;
border:1px solid #3e2d21;	
}

td.tourScore {
background-color:#af9c76;
padding:20px 0px 20px 15px;	
}

div#login_siteName h2 {
	color: #3e2d21;
	font: 18px Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-weight:bold;
}

div#login_sideColumn a {
color:#004278;
}

div#login_sideColumn a:hover {
color:#2369ac;
}

div#login_sideColumn {
margin-top:40px;	
}


input#masterPageUC_MPCA317345_ctl00_chkRM {
height: 7px;
    margin: 0 4px 0 0;
    vertical-align: middle;
    width: 7px;
}