/* 
California Select Country Club SIG DNN SITE 

================================
BRS CSS Classes
================================
*/   

body {
	background-image: url(bckgrnd.jpg);
}
.mainTablebckgrd {
	border-right: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid;
	background-color:#FFFFFF;
}
.Selectedtab {
	padding-top:3px;
	padding-bottom:3px;
	font-family:sans-serif;
	font-size:10pt;
	padding-left:6px;
	color:#004090;
}

.topBorder {
	width: 100%;
	height: 15px;
	background-color: #752a2a;
}
.groupLogoImage {
	background-image: url(groupLogoImage.jpg);
	padding-top:0px;
	padding-right:0px;
	background-repeat:no-repeat;
}
.leftBannerpic {
	background-image: url(leftBannerpic.gif);
	size:auto;
	background-repeat:no-repeat;
	background-position: center top;	
}
.rightBannerpic {
	background-image: url(rightBannerpic.jpg);
	background-repeat:no-repeat;
	background-position: right;
}
.groupShadowbar {
	background-image: url(groupShadowbar.jpg);
	vertical-align:bottom;
	background-repeat:no-repeat;
}
.bottomborder {
	background-image: ; 
	/*or*/
	background-color: #c7c7c7;
}

/*  Date text class */
.brsDatetext{
	padding-top:1px;
	padding-bottom:1px;
	font-family:sans-serif;
	font-size:8pt;
	padding-right:6px;
	color:#515151;
}

/*  Bread crumb class */
.brsBreadcrumb{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family:sans-serif;
	font-size: 8pt;
	padding-left: 6px;
	color:#515151;
}
/*  Copyright text class */
.brsCopyright {
	font-size: 8pt;
	font-weight: lighter;
	color:#000000;
	font-family: sans-serif;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 1px;
}
/*  Terms text class */
.brsTermsConditions {
	font-size: 8pt;
	font-weight: lighter;
	color:#000000;
	font-family: sans-serif;
	padding-top: 4x;
	padding-bottom: 1px;
}
/* Solpart menu background for the horizontal menu */
.groupMenuBckGrnd {
	background-image:url(groupMenuBckGrnd.jpg);
	padding-right: 6px;
}
/* Solpart text color for the horizontal menu */
.groupMenuText {
	color: #ffffff;
 	font-family:sans-serif;
 	font-size: 10pt;
 	font-weight: lighter;
}
/* Solpart text color for the text when it is selected */
.groupMenuSelected {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff; 
	background-color: #2a3a8b;
	height: 25px;
}
/* Solpart text color for the horizontal menu when Moused Over */
.groupMenuMouseOver, .MouseOverRootTab TD {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	background-color: #4e4dfa;
	color: #ffffff;
	height: 25px;
}
/* Solpart menu classes for the DNN:MENU */
/* SolpartTwo text color for the horizontal menu when Moused Over */
.groupMenuMouseOverTwo{
	background-color: #ed8570;
	color: #861316;
 	font-family:sans-serif;
 	font-size: 9pt;
 	font-weight: lighter;
	height: 15px;
}
/* SolpartTwo text color for the horizontal menu */
.groupMenuTextTwo{
	color: #861316;
 	font-family:sans-serif;
 	font-size: 9pt;
 	font-weight: lighter;
	height: 15px;
	background-color: #c7c7c7;
}
/* SolpartTwo text color for the text when it is selected */
.groupMenuSelectedTwo{
	color: #861316;
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
	height: 15px;
	background-color: #ff6d00;
}

/* 
================================
HouseIndex Module CSS styles
================================
*/   


/* Appplied to the parent UL element for the index */
.PageList {
	width: auto;
	font-size: 10pt;
	line-height: 16pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	text-align:left;
}

/* Appplied to nested UL elements */
.PageList ul {
	font-size: 8pt;
	line-height: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

/* Appplied to the LI element for each tab entry */
.PageItem {
	color:#d2d2d2;
	font-size: 8pt;
}

/* Applied to the SPAN element for the tab name in each entry */
.PageName {
	font-weight: bold;
	color:#000000;
	font-size: 8pt;
}

/* Applied to the SPAN element for the tab description in each entry */
.PageDescription
{}

/* Applied to the SPAN element for the list of keywords in each entry */
.PageKeywords
{}

/* Applied to the SPAN element for the list of modules in each entry */
.PageModules {
	font-style: italic;
}
.txtsearch {
	color:#FFFFFF:
}


