/* Stylesheet for BRCCharlotte web site V2 */
/* Created Nov 2008 */
/* for informaiton about cascading style sheets see http://www.w3schools.com/CSS/CSS_reference.asp */



/* PAGE BODY */
/* defines background color, and default font styles */
/* Modify this by changing the value after the equal sign */

.body{
	margin:10px;
	background-color:#006600; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

/* MAIN TABLE */
/* this is the table that holds the content of the page */

#main_table{
	background-color:#EBF7C1;
	width:990px;
	height:auto;
	border:#FFFFFF solid 10px;
}

/*  PAGE TITLE */
/* this is the title that shows inthe top of each of the pages */

.page_title{
	font-size:24px;
	font-weight:bold;
	color:#330000;
	text-transform:uppercase;
	letter-spacing:1px;
	text-shadow:#666666;
	line-height:50px;
}

/*  PAGE SUB TITLE */
/* this is the title that shows inthe top of each of the pages */

.page_subtitle{
	font-size:14px;
	font-weight:bold;
	color:#0000ff;
	letter-spacing:1px;
	text-shadow:#666666;
	line-height:20px;
}

/* BLUE-TEXT */
/* Text style for play learn and exercise */

.blue_text{
	font-size: 18px;	
	font-weight: bold;	
	font-style: italic;	
	color: #0000FF;
}

/* CONTENT TEXT */
/* This is the text that shows in the pages */
.content_text{
	font-size:12px;
	color:#333333;
}
a.content_text{
	text-decoration:none
}

/* MEMBERSHIP TITLES */
/* this shows the green line with the wihite text */

#membership_table{
	background:#E0E0E0;
	width:80%;
	height:auto;
	border:#FFFFFF solid 10px;
}
.membership_title{
	background:#D0DFCD;
	font-size:14px;
	font-weight:bold;
	color:#30452c;
	text-align:center;
}

.subContent_table{
	width:80%;
	vertical-align:top;
	border: 1px solid #006600;
	padding:4px 4px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	color:#333333;
}

th{
	background-position:center;
	vertical-align:middle;
	background-color:D0DFCD;
	background-image:url(/images/racquet-icon.gif);
	background-repeat:no-repeat;
	width:20px;
}

.centerSubtitle {
	text-align:center;
	font-size:16px;
	color:#0000FF;
	font-weight:bold;
	padding: 10px 10px;
}

.centerFlashingSubtitle {
	text-align:center;
	font-size:16px;
	color:#0000FF;
	font-weight:bold;
	text-decoration:blink;
	padding: 10px 10px;	
}

.centerContent_text {
	text-align:center;
	font-size:12px;
	color:#333333;
}

.plainText {
	color:#333333;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:15px;
}

.blueLineTable {
	border:#000099 solid thick;
}
		