/***********************************************/
/* tabbed-menu.css                             */
/* for use with the Flower City Track Club     */
/* web site                                    */
/***********************************************/

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

body{
	line-height: 1.166;	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #03f;
	font-weight: bold;
	color: #00f;
	width: 770px;

/*
	color: #0fc;
	border: 5px solid gold; 
	Width: 1100px; */
/*	background-image:url();  */
	margin: auto;
	padding: 0px;
}

.workarea{
	background-color: #04f;
	border: 5px solid gold;
	width: 800px;
	color: #fff;
	margin: auto;
	padding: 5px;
}

h1{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 150%;
 	color: #00f;
 	margin: 0px;
 	padding: 0px;
	text-align: center;
}

h2{
 	font-family: Arial,sans-serif;
 	font-size: 114%;
 	color: #fff;
	margin: 0px;
 	padding: 0px;
	text-align: center;
}

h3{
 	font-family: Arial,sans-serif;
 	font-size: 110%;
	color: #0fc;
 	margin: 0px;
 	padding: 0px;
	text-align: center;
}

h4{
 	font-family: Arial,sans-serif;
 	font-weight: normal;
 	color: #003;
 	margin: 0px;
 	padding: 0px;
}

h5{
 	font-family: Verdana,Arial,sans-serif;
 	color: #003;
 	margin: 0px;
 	padding: 0px;
}

td, th{
 	font-family: Arial,sans-serif;
 	color: #000;
 	margin: 0px;
 	padding: 2px;
	font-size: 12px;
	background-color: #FFF;
}

#content {
	font: 0.9em/1.3em Arial, Helvetica, sans-serif;
	text-align: justify;
	background: #fff;
	padding: 20px;
	border: 20px solid #f00;
	border-top: none;
	padding-top: 20px;
	z-index: 2;	 
	height: 350px; 
/*	width: 1400px;  */
	overflow: auto;
	float: left;
}
#content a {
	text-decoration: none;
	color: #003;
}

#content a:hover { 
	background: #00f;
	color: #fff;
}

/************* #footer styles *************/

#footer{
	color: #fff;
	background-color: #00f;
	font-size: 70%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#footer a {
	color: #fff;
	background-color: #00f;
}

#footer a:hover{
	text-decoration: underline;
	background-color: #fff;
	color: #003;
}

#footer p {
	text-align: center;
}

.blockDisplay {
	display: block;
	text-align: left;
	color: #FFFF00;
}

.blockDisplay2 {
	display: block;
	text-align: left;
}

/************* #siteInfo styles ***************/

#siteInfo{
	text-align: center;
	text-decoration: none;
	clear: both;
	font-size: 70%;
	color: #003;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	border-bottom: 3px solid white;
	border-top: 3px solid #00f;
}

#siteInfo a{
	text-decoration: none;
	color: #003;
}

#siteInfo a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #00f;
}

/*********** #navBar link styles ***********/

/* #navBar ul a:link, #navBar ul a:visited {display: block;} */
#navBar ul {list-style: none; margin: 0; padding: 0;}  

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #00f;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

.title {
	font-weight: bold;
	font-size: 14px;
 	color: #fff; 
	display: block;
	line-height: 2; 
	text-align: center;
}

.name {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
 	color: gold;
	display: block;
}

.contentBlock {
	display: block;
	color: #003;
}

.toggle {
	visibility: visible;
	visibility: hidden;
	visibility: collapse;
	visibility: visible;
}
/*
.showName {
	visibility: hidden;
	display: block;
}
*/

.redText {
	color: red;
	font-size: 18px;
}

.yellowText {
	color: #FFFF00;
	font-size: 18px;
}

.menu{
	background-color: #fff;
	border: 2px solid gold; 
	width: 126px;
	float: left;
	display: block;
}

.menu a {
	text-decoration: none;
	color: #003;
	display: block;
	
}

.menu a:hover { 
	background: #00f;
	color: #fff;
	display: block;
}

#mainmenu {
	font: 0.9em/1.3em Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #00f;
	color: #fff;
	width: 130px;
	float: left;
	display: block;
	border: 5px solid #000; 
}

.what {
	text-align: left;
	font-size: small;
	font-weight: bold;
}

.borninfo {
	color: #FFF;
	background-color: #900;
	font-weight: bold;
}

.link {
	float: left;
}

.linkRight {
	float: right;
}

.links {
	border: 2px solid #00f;
	background-color: #CCF;
	height: 30px;
}

.cell1 {
 	font-family: Arial,sans-serif;
 	color: #000;
 	margin: 0px;
 	padding: 2px;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #f00;
	width: 150px;
	display: table-cell;
}

.cell1sum {
 	font-family: Arial,sans-serif;
 	color: #000;
 	margin: 0px;
 	padding: 2px;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #f00;
	width: 250px;
	display: table-cell;
}


.cell2 {
 	font-family: Arial,sans-serif;
 	color: #000;
 	margin: 0px;
 	padding: 2px;
	font-size: 12px;
	background-color: #FFF;
	display: table-cell;
	border: 1px solid #f00;
	width: 150px;
	text-align: center;
}


.head {
 	font-family: Arial,sans-serif;
 	color: #000;
 	margin: 0px;
 	padding: 2px;
	font-size: 12px;
	background-color: #FFF;
	display: table-cell;
	border: 1px solid #f00;
	width: 150px;
	text-align: center;
}

.row {
 	font-family: Arial,sans-serif;
 	color: #000;
 	margin: 0px;
 	padding: 2px;
	font-size: 12px;
	background-color: #ccc;
	display: block;
	border: 3px solid #00f;
	width: 350px;
	display: table-row;
}

.ads {
	float: right;
	font-weight: bold;
	font-size: 12px;
 	color: #00f; 
	background-color: #FFC;
	text-align: center;
	width: 150px;
	padding-right: 5px;
	margin-top: 5px;
}

.ads h3 {
	text-align: center;
	color: #00f;
	background: #FFC;
	font-size: 16px;
}

.ads a {
	text-decoration: none; 
	display: block;
	color: #00f;
	background: #FFC;
	padding: 2px; 
}

.ads a.active {
	color: #FFC;
	background: #00f;
	text-decoration: none;
}

.ads a.active {
	background: #00f;
	color: #FFC;
}

.ads a:visited {
	color: #00f;
}

.ads a:hover {
	color: #FFC;
	background: #00f; 
}
	
.ads a.active:hover {
	background: #00f; 
	color: #FFC;
}

.ads what {
	text-align: left;
 	color: #f00;
	font-weight: bold;
}
