/*
 * Blackburn Cycling Club Web Page
 * Site wide styles to keep it all looking consistent.
 */
body {
	background-color: white;
	font-family: verdana, arial, sans-serif;
	margin-left: 5%;
	margin-right: 5%;
}

/* 
 * Points sizes set explicitly in this style sheet as I had trouble with 
 * some browers correctly setting the relative size.
 */
p {
	font-family:verdana,arial,sans-serif;
	font-size:9pt;
}

pre { font-family: monospace; }

h1,h2,h3,h4,h5,h6 {
font-family: verdana, arial, sans-serif; 
margin-left: -5%;
color: red
}

h1 { font-size: 13pt; color: red; font-weight: bold }
h2 { font-size: 11pt; color: red; font-weight: bold }
h3 { font-size: 11pt; color: #FF6666; font-weight: bold }
h4 { font-style: italic; font-size: 9pt; color: #FF6666; font-weight: bold}

ul,ol,dl { font-family:verdana,arial,sans-serif; font-size:9pt}

strong { font-weight: bold }

th { font-size: 9pt; font-weight: bold }

/*
 * Sub-table of contents for pages directly linked to main menu bar.
 */
div.subtoc {
	border-style: groove; border-width: thin; width: 100%; padding: 0.2em;
	background-color: #CCCCCC
}

/*
 * Change link properties in the sub-table of contents.  
 */
div.subtoc a:visited { color: #600090; }
div.subtoc a:link { color: #0000CF; }
div.subtoc a:hover { color: #FF0000; }

/*
 * News page classes.
 * Classes for the date cell, short news description tags, and
 * and "more" tag at the end of the short description.
 */
td.newsdesc {}
td.newsdate { font-size: 70%; font-family: monospace; font-weight: bold; color:#333399; white-space: pre}
a.morenews {
	font-family: monospace;
	font-weight: bold;
}

/*
 * Strong sub class for the news title in the short description
 */
strong.news { color: red }

/*
 * Classes for use in the calendar page.
 */
table.cal {
	background-color: #CCCCCC;
	border: 2px solid #CC0000;
}

td { font-family: verdana, sans-serif; font-size: 9pt; }
table.cal td {
	font-family: verdana, sans-serif; font-size: 9pt;
	background-color: #FFFFFF;
}
td.cal { }
td.caldesc { }
td.bbnrace { color: red }
td.bbnsocial { color: blue }
td.bbntraining { color: green }
td.bbnseries { color: fuchsia }

table.rosterTable {
	border : 1px solid #FFCCCC;
}
table.rosterTable td.rn {
	font-weight: bold;
	color: #666666;
	padding-top: 3px;
}
body.roster table.rosterTable td {
	border : 1px solid #FFCCCC;
	spacing: none;
}
