﻿/* CSS layout */
 
body {
	margin:auto;
	text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10pt;
}

img {
	border: 0px;
}

a.ToolTip span{display: none}

#pageContent {
	text-align:left;
}

#pageContent h1 {
	font: bold 24px Helvetica, Arial, sans-serif; 
	letter-spacing: -1px; 
	color: #E62C00; 
	margin: 0;
	text-shadow:2px 2px 2px #aaaaaa;
}

#pageContent h2 {
	color: #EB694A; 
	font: normal 18px Helvetica, Arial, sans-serif; 
	letter-spacing: -1px; 
	margin: 2em 0 0 0;
}

#pageContent a:visited {
	border-bottom: dotted 1px #94CBFA;
}

#pageContent a:link {
	color: #0088FF; 
	text-decoration: none;
	border-bottom: dotted 1px #94CBFA;
}

#pageContent a:visited {
	color: #005387; 
	text-decoration: none;
}

#pageContent dt {
	color: #0088FF; 
}

#pageContent dd {
	margin: 0; 
	padding: 0 0 1em 17px;
}

.numeric td {
	padding-left:20px;
}

table.TopTimes {
	font-size:6pt;
	margin-left:auto;
	margin-right:auto;
}

table.Standards {
	width: 65%;
	border-collapse:collapse;
	font-size:12pt;
	text-align:right;
}

table.StandardsWide {
	width: 100%;
	border-collapse:collapse;
	font-size:10pt;
	text-align:right;
}

table.DivStandards {
	width:100%;
	border:thin black solid;
	border-collapse:collapse;
} 

table.DivStandards td:first-child {
	text-align:left;
	font-weight:bold;
}

table.CompEvents th {
	text-align:center;
	border-bottom:thin black solid;
}

table.Rankings th {
	border-bottom:thin black solid;
}

table.DivStandards th {
	text-align:center;
	border-bottom:thin black solid;
}

table.DivStandards td {
	text-align:right;
}

table.TrainingTimes caption {
	border:thin black solid;
	background-color:#e6ecff;
}

table.CompEvents caption {
	border:thin black solid;
	background-color:#e6ecff;
}

table.DivStandards caption {
	border:thin black solid;
	background-color:#e6ecff;
}

table.CompEvents {
	width:100%;
	border:thin black solid;
	border-spacing:0px;
}
 
table.Rankings {
	width:100%;
	border:thin black solid;
	border-collapse:collapse;
	margin-top:10px;
}
 
table.TrainingTimes {
	width:80%;
	border:thin black solid;
	border-collapse:collapse;
}

td.Event, th.Event {
	text-align:center;
	font-weight:bold;
}

.Standards th {
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-color:black;
	border-bottom-width:medium;
}

table.StandardsWide th {
	font-weight:bold;
	text-align:center;
	border-bottom-style:solid;
	border-bottom-color:black;
	border-bottom-width:medium;
}

table.Roster {
	width: 100%;
	font-size:8pt;
	border-collapse:collapse;
}

table.Roster th {
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-color:black;
	border-bottom-width:thin;
}

table.Olympic img {
	width:100%;
}

.CaptionedImage {
	text-align:center;
}

.imgCaption {
	margin:auto;
	width:400px;
	color:silver;
	font-size:x-small;
	text-align:center;
}

.moniker {
	font-style:italic;
	font-weight:bold;
}

.NoticeBoard {
	background-image:url('Images/NoticeBoardMiddle.gif'); background-repeat:repeat-y;
}


