/***********************************************/
/* RCC_main.css                                */
/* Use with golfrcc.com website                */
/* Author:  Christy Johnson                    */
/* Creation Date:  08-09-2006                  */
/* Last Modification Date:  04-20-2007         */
/***********************************************/

/***********************************************/
/* HTML Page tag styles                        */
/***********************************************/

body {
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	background-color: #000000;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}	
body,td,th {
	/*font-family: Trebuchet MS, Arial, Helvetica;*/
	font-size: 10pt;
}

/***********************************/
/* additional fonts sizes on pages */
/***********************************/

/* Return to top - font style */
.style3 {
	font-size: 7pt;
}  

/* Bolded Fonts - Large - bold font style */
.style2 {
	font-size: 12pt; 
	font-weight: bold; 
}

/* Copyright font in the footer */
.style5 {
	color: #FFDE79;
	font-size: 8pt;
}

.style7 {
	font-size: 14pt;
	font-weight: bold;
}

.style8 {color: #FFFFFF;
	font-weight: bold;
}

.style12 {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
}

.style14 
{
	font-size: 8pt
} /*newby*/

/* Calendar cell font white out, to make the cell border in empty cells show up in IE and Netscape.  Enter a number and apply this style to it to make it white and not show up to make the cell borders appear.*/

.style13 {
	color: #FFFFFF
}

.style15 {color: #000000}

.style18 {color: #009933; font-weight: bold; }

.style22 {color: #CC33CC}

.style25 {color: #FF0000}

.style26 {color: #FF0066}

.style27 {
	color: #663300;
	font-weight: bold;
}

/***********************************/
/*   Navigation Bar Information    */
/***********************************/

/* Nav Bar - font style */
.navMain {
	font-size: 12pt;
	font-weight: bold;
	color: #FFDE79;
	text-decoration: none;
}

a:link {
	color: #FFDE79;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFDE79;
}

/***********************************/
/*        Calendar Links           */
/***********************************/

.page:link {
	color: #000099;
	text-decoration: none;
}
.page:visited {
	color: #000099;
	text-decoration: none;
}
.page:hover {
	color: #000099;
	text-decoration: none;
}
.page:active {
	color: #000099;
	text-decoration: none;
}

/***********************************/
/*           Table Data            */
/***********************************/

table {
	-moz-border-top-colors: #FFDE79;
	-moz-border-right-colors: #FFDE79;
	-moz-border-bottom-colors: #FFDE79;
	-moz-border-left-colors: #FFDE79;
}
