body {
	margin:0px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: black;
	background-color: LightSteelBlue;
}

td.menu {
	color: Wheat;
	font-size: 10pt;
	background-color: SeaGreen;
	padding-top: 5px;
	padding-bottom: 5px;
	border-color: black;
	cursor: pointer;
}

td.menu:hover {
	background-color: LightSeaGreen;
}

div.submenu {
	position: absolute;
	cursor: pointer;
	visibility: visible;
	display: none;
}	

table.submenu {
	border-style: solid;
	border-color: DarkSeaGreen;
	border-width: 1px;
	border-collapse: collapse;
}
	
td.submenu {
	color: SeaGreen;
	font-size: 10pt;
	background-color: Wheat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
}
	
td.submenu:hover {
	background-color: Cornsilk;
}
	
.navbar {
	color: Wheat;
	font-size: 10pt;
	background-color: SeaGreen;
	padding-top: 5px;
	padding-bottom: 5px;
	border-color: LightSteelBlue;
}

a.Menu:link, a.Menu:visited, a.Menu:active {
	font-size: 12px;
	text-decoration: none;
	color: white;
}

a.Menu:hover {
	color: yellow;
}

h1.toggle:hover
{
	background-color: PowderBlue;
	cursor: pointer;
}

h2.toggle:hover
{
	background-color: PowderBlue;
	cursor: pointer;
}

div.contracted
{
	visibility: hidden;
	display: none;
}

div.expanded
{
	visibility: visible;
	display: inline;
}

a:link, a:visited, a:active {
	font-size: 12px;
	text-decoration: none;
	color: blue;
}

a:hover {
	color: purple;
}

h1 {
	font-size: 20px;
	color: MidnightBlue;
}

h2 {
	font-size: 18px;
	color: MidnightBlue;
}

h3 {
	font-size: 14px;
	color: MidnightBlue;
}

h3.clubname {
	font-size: 14px;
	font-weight: bold;
	color: 	MidnightBlue;
}

p,h1,h2,h3 {
	margin: 10px 10px 10px 10px
}

p, li {
	font-size: 12px;
	color: black;
}

/* Home page heading */
p.header {
	color: MidnightBlue;
	font-weight: bolder;
	font-size: 13px;
}

/* Page titles */
.pagetitle {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: MidnightBlue;
	text-align: center;
}

/* Page subtitles */
.pagesubtitle {
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: SeaGreen;
	text-align: center;
}

hr {
	width:80%;
	color:MidnightBlue;
	background-color:MidnightBlue;
	height:3px;
	border:0;
}

.officertable {
	font-size: 12px;
	color: black;
	border:	solid 1px MidnightBlue;
	border-collapse: collapse;
}

.announceH1 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.announceH2 {
	font-size: 22px;
	text-align: center;
}
.announceH3 {
	font-size: 16px;
	text-align: center;
}
.announceH4 {
	font-size: 14px;
	text-align: center;
}
.announceInfo {
	font-size: 14px;
}

.announceSection {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

.pointsheader {
	font-size: 12px;
	color: black;
	font-weight: bold;
}

.pointsrow {
	font-size: 12px;
	color: black;
}

.tinytable {
    font-size: 10px;
    color: black;
}

.tinytableold {
    font-size: 10px;
    color: gray;
}

.tinybutton {
    font-size: 10px;
    padding: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    color: #000000;
    background-color: #F6F6F6;
    width: 32px;
}

a.calnav {
	font-size:			10pt;
	font-weight:		bold;
	color:				blue;
	vertical-align:		center;
	margin-left:		5px;
	margin-right:		5px;
}

a.calnav:hover {
	color:				red;
	cursor:				pointer;
}

h1.calmonth {
	text-align:			center;
}

/* Calendar table styles */
.calendar {
	font-size:			12px;
	color:				black;
	border:				solid 2px black;
}

.calendar tr th {
	font-weight:	bold;
	padding:		2px 2px 2px 2px;
	border-bottom:	solid 2px black;
	border-right:	solid 1px black;
/*  
  border-left: solid 2px black;
  border-top: solid 2px black;
  border-right: solid 2px black;
*/
}

.calendar tr td {
	padding:		2px 2px 2px 2px;
	border-right:	solid 1px black;
	border-bottom:	solid 1px silver;
  /*  
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
*/
}

.calendar tr td a:hover {
	text-decoration: underline;
}

a:hover {
	cursor:			pointer;
}

.daycol {
	width:			8%;
	vertical-align: top;
	text-align:		left;
}
.datecol {
    width:			5%;
	vertical-align: top;
    text-align:		center;
}
.eventcol {
    width:			50%;
	vertical-align: top;
    text-align:		left;
}
.loccol {
	vertical-align: top;
    text-align:		left;
}

.localevent {
	color: blue;
}
.outofareaevent {
    color: green;
}
.usfaevent {
    color: black;
}
.deadline {
    color: red;
}

.weekend {
	background-color:	PowderBlue;
}

table.Results {
	font-size:		10pt;
	border-collapse:	collapse;
	border:			2px solid MidnightBlue;
	margin-left:	40px;
}

tr.ResultsHeader {
	border-right:	solid 1px black;
	border-bottom:	solid 1px black;
}

tr.ResultsRow {
	border-right:	solid 1px black;
	border-bottom:	solid 1px white;
}

tr.GoldResultsRow {
	border-right:	solid 1px black;
	border-bottom:	solid 1px white;
    background-color: #FFD700;
}

tr.SilverResultsRow {
	border-right:	solid 1px black;
	border-bottom:	solid 1px white;
	background-color: #888888;
    color: #FFFFFF;
}

tr.BronzeResultsRow {
	border-right:	solid 1px black;
	border-bottom:	solid 1px white;
    background-color: #A67D3D;
    color: #FFFFFF;
}

tr.MedalResultsRow {
	border-right:	solid 1px black;
	border-bottom:	solid 1px white;
    background-color: PaleGoldenrod;
}

tr.PointsResultsRow {
	border-right:	solid 1px black;
	border-bottom:	solid 1px white;
    background-color: LightSkyBlue;
}

th.ResultsCell {
	padding-left:	5px;
	padding-right:	5px
}

td.ResultsCell {
	padding-left:	5px;
	padding-right:	5px
}

table.Schedule {
	font-size:		10pt;
	border-collapse:	collapse;
	border:			2px solid MidnightBlue;
	margin-left:	40px;
}

tr.ScheduleHeader {
	border-right:	solid 1px black;
	border-bottom:	solid 1px black;
}

th.ScheduleCell {
	padding-left:	5px;
	padding-right:	5px
}

tr.EmptyScheduleRow {
	border-right:	solid 1px black;
	border-bottom:	solid 1px white;
}

tr.WWDScheduleRow {
	border-right:	solid 1px black;
	border-bottom:	solid 1px white;
	color: SeaGreen;
	font-weight: bold;
	background-color: LightSkyBlue;
}

tr.LocalScheduleRow {
	border-right:	solid 1px black;
	border-bottom:	solid 1px white;
	background-color: LightSkyBlue;
}

tr.RegionalScheduleRow {
	border-right:	solid 1px black;
	border-bottom:	solid 1px white;
    background-color: PowderBlue;
}

tr.NationalScheduleRow {
	border-right:	solid 1px black;
	border-bottom:	solid 1px white;
    background-color: PaleGoldenrod;
}
