@import url(global_v1-2.css);
@import url(Boulders2012_css/modules.css);
@import url(Boulders2012_css/plugins.css);
@import url(adminLogin.css);
@import url(admin.css);
@import url(Boulders2012_css/PanelBar.Boulders2012.css);
@import url(Boulders2012_css/panelBar.accordionSkin.css);
@import url(Boulders2012_css/Menu.Boulders2012.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: #af6028;
	font: 21px arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 16px;

}


h2 {
	
	color: #53442f;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #53442f;
	font: bold 14px arial, sans-serif;
	text-transform: uppercase;

}

h4 {
	
	color: #53442f;
	font: 13px Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #af6028;
	font: 13px Georgia, "Times New Roman", Times, serif;


}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #66552d;
	font: 13px/1.7 arial, sans-serif;
	text-transform: none;

}

#content table, #content div {
	
	font: 11px "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #8B7E5F;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: url(../../../images/OrangeBG.jpg) center top;
	text-align: center;
	
}

.Loginpage {
	
	background: url(../../../images/BG_login_fixedCenterBottom.jpg) center bottom no-repeat;
	text-align: center;
	background-attachment: fixed;
	
}

.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: siteName
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= Public Home 
////////////////////////////////////////////////////////////////*/

#ContentBGWrapper {
	width: 100%;
	background: url(../../../images/ContentBG.jpg) center top;
}

#PubHomePhotoAlbum {
	width: 1200px;
	margin: 0 auto;
}

#PubHomePhotoAlbum img {
	display: block;
}

#PubHomePhotoOverlay {
	width: 363px;
	height: 151px;
	background: url(../../../images/PubHomeOverlay.png) right bottom no-repeat;
	margin-top: 399px;
}

#SiteWrapper {
	width: 990px;
	margin: 0 auto;
}

#Sidebar {
	width: 252px;
	margin-left: 11px;
	margin-top: -550px;
	position: relative;
	z-index: 70;
	padding-bottom: 56px;
}

#SidebarHeight {
	width: 252px;
	min-height: 586px;
	height: auto!important;
	height: 586px;
}

#VnavBG {
	width: 252px;
	background: url(../../../images/NavBG.png) center top;
}

#Logo {
	width: 194px;
	height: 79px;
	margin: 0 29px;
	padding-top: 38px;
}

#Logo img {
	display: block;
	border: none;
}

#Vnav {
	width: 252px;
	padding-top: 40px;
	padding-bottom: 25px;
}

#PubHomeContentRight {
	width: 600px;
	text-align: left;
	color: #66552d;
	font: 13px/1.7 arial, sans-serif;
	padding-top: 38px;
	padding-bottom: 56px;
}

#PubHomeContentRight div,
#PubHomeContentRight table {
	color: #66552d;
	font: 13px/1.7 arial, sans-serif;
}
	

#MemberLoginBox {
	width: 252px;
	height: 172px;
	background: url(../../../images/MemberLoginBox.gif) center top no-repeat;
}

#MemberLoginHomePlugin {
	width: 205px;
	margin-left: 23px;
	margin-right: 24px;
	padding-top: 53px;
	text-align: left;
}

#MemberLoginHomePlugin table {
	color: #66552d;
	font: 11px "Trebuchet MS", arial, sans-serif;
}

#MemberLoginHomePlugin .advLogUsername, #MemberLoginHomePlugin .advLogPassword {
	background:url(../../../images/LoginFieldBG.jpg) top left no-repeat;
	width: 205px;
	height: 27px;
	padding-left: 10px;
	color: #66552d;
	font: 13px/27px "Trebuchet MS", Arial, sans-serif;
	padding-top:0px;
	border:0px;
	
}

#GlobalLinkArea {
	width: 100%;
	background: #efebdd;
	padding: 23px 0px 25px 0px;
}

#GlobalLinkWrapper {
	width: 990px;
	margin: 0 auto;
}

#GlobalLinkWrapper img {
	margin-top: 10px;
	border: none;
}

#FooterBG {
	width: 100%;
	background: url(../../../images/FooterShadow.png) center top repeat-x;
	padding-top: 22px;
	padding-bottom: 30px;
}

#Footer {
	margin: 0 auto;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #FFFFFF;
}

#Footer img {
	border: none;
}

/*////////////////////////////////////////////////////////////////
= Public Content 
////////////////////////////////////////////////////////////////*/

#ContentImage {
	width: 1200px;
	margin: 0 auto;
}

#ContentImage img {
	display: block;
}

#SidebarContentPage {
	width: 252px;
	margin-left: 11px;
	margin-top: -410px;
	position: relative;
	z-index: 70;
	padding-bottom: 56px;
}

#SidebarContentPageHeight {
	width: 252px;
	min-height: 426px;
	height: auto!important;
	height: 426px;
}

#SidebarContent {
	width: 252px;
	color: #66552d;
	font: 13px/1.7 arial, sans-serif;
	margin-top: 31px;
}

#SidebarContent table,
#SidebarContent div {
	color: #66552d;
	font: 13px/1.7 arial, sans-serif;
}

#ContentRight {
	width: 600px;
	text-align: left;
	color: #66552d;
	font: 13px/1.7 arial, sans-serif;
	padding-top: 38px;
	padding-bottom: 56px;
	padding-right: 50px;
}

#ContentRight div,
#ContentRight table {
	color: #66552d;
	font: 13px/1.7 arial, sans-serif;
	text-transform: none;
}


#LoginPageWRapper {
	width: 296px;
	margin: 0 auto;
}

#LoginLogo {
	width: 194px;
	height: 79px;
	margin-left: 51px;
	margin-right: 51px;
	padding-top: 28px;
}

#LoginLogo img {
	display: block;
	border: none;
}

#LoginPagePlugin {
	width: 296px;
	padding-top: 42px;
	text-align: left;
}

#LoginPagePlugin table {
	color: #6a624f;
	font: 11px arial, sans-serif;
}

#LoginPagePlugin a {
	color: #6a624f;
	font: 11px arial, sans-serif;
	text-decoration: underline;
}

#LoginPagePlugin a:hover {
	text-decoration: none;
}

#LoginPagePlugin .advLogUsername, #LoginPagePlugin .advLogPassword {
	background:url(../../../images/LoginFieldBG.png) top left no-repeat;
	width: 296px;
	height: 34px;
	padding-left: 10px;
	color: #6a624f;
	font: 14px/34px Arial, sans-serif;
	padding-top:0px;
	border:0px;
	
}

#SidebarModule {
	width: 252px;
	margin-left: 11px;
	margin-top: 0px;
	position: relative;
	z-index: 70;
	padding-bottom: 56px;
}

#Modules {
	width: 714px;
	text-align: left;
	color: #66552d;
	font: 13px/1.7 arial, sans-serif;
	padding-top: 38px;
	padding-bottom: 56px;
}

#CourseTourNav {
	width: 600px;
	height: 39px;
	background: #EFEBDD;
}

#CourseTourContent {
	width: 600px;
	padding-top: 14px;
	color: #66552d;
	font: 13px/1.7 arial, sans-serif;
	background: transparent;
}

#CourseTourContent table,
#CourseTourContent div,
#CourseTourContent p {
	color: #66552d;
	font: 13px/1.7 arial, sans-serif;
}

#teeInfo td {
    border-bottom: 1px solid #585e3c;
}

	#teeInfo td#last {
		border-bottom:none;}
		
#CourseTour .RadTabStrip_Tabs_Ridge li a.selected .innerWrap {
	background: #FFFFFF;
	color: #66552d;
	font: 12px arial, sans-serif;
	/*height: 27px;*/
	padding-left: 10px;
	padding-right: 10px;
}

#CourseTour .RadTabStrip_Tabs_Ridge li a.selected {
	color: #c70102;
	font: bold 12px garamond, verdana, arial, sans-serif;
}

#CourseTour .RadTabStrip_Tabs_Ridge li a .innerWrap {
	background: #EFEBDD;
	/*height: 27px;*/
	color: #66552d;
	font: 12px arial, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#CourseTour .RadTabStrip_Tabs_Ridge li a {
	color: #ffffff;
	padding-left: 0px;
	line-height: 14px;
}

#CourseTour .RadTabStrip_Tabs_Ridge li a .wrap {
	padding-right: 0px;
	background: none;
}

#CourseTour .RadTabStrip_Tabs_Ridge li a.selected,
#CourseTour .RadTabStrip_Tabs_Ridge li a {
	text-decoration: none;
}

#CourseTour .tabstrip div:after {
	margin-bottom: 10px!important;
}

/*So IE works*/
#CourseTour .RadTabStrip_Tabs_Ridge UL {
	*padding-bottom: 10px!important;
}