/* CY Torpedoes Web Site Cascading Style Sheet */
a:link	  { color: #00F; background-color: inherit; }	/* lt blue */
a:visited { color: #606; background-color: inherit; }	/* lt blue */
a:active  { color: #f00; background-color: inherit; }	/* white */
a:hover	  { color: #C90; background-color: inherit; }	/* Dark Yellow Orange*/

a[title~="PDF"] { padding-right: 12px; background: url(/images/pdf.gif) right 50% no-repeat; }

html	{ width: 976px;
  margin: 0px auto 1cm;
}
body	{
	background-color: #FFF;
	color: #006;
	margin: 0px auto 1cm;
	width: 976px;
	height: auto;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	}
abbr,
acronym,
.tip	{
	cursor: help;
	}

.bronze      { background-color: #C93;       color: #333; }
.silver      { background-color: silver;     color: black; } /* #808080 */
.gold        { background-color: #FC3;       color: black; }
.blue        { background-color: #39F;       color: #333; }
.senior      { background-color: yellow;     color: black; } /* #FF0 */
.yellow      { background-color: yellow;     color: black; } /* #FF0 */
.senior1     { background-color: #009;       color: #333; }

.change	{ border: 1px solid red; font-weight:bold; }
.new	{
	border: thin solid red;
	background-color: rgb(100%, 90%, 90%);
	margin-bottom: 1em;
	}
.hide   { display: none; }

div#logo { /* old logo was 746x45; new logo is 725x59 */
	position: relative;
	margin-top: 5px;
	margin-left: 122px; margin-right: 122px;
	margin-bottom: 15px;
	width: auto;
	height: 59px;
  	}

div#navigation {
  position: relative;
  text-align: center;
  clear: right;
  width: 970px;
  height: auto;
  background-color: #006;
  color: #EEF;
  font-size: 12px;
  font-family: inherit;
}

div#navigation a {
  padding-left: 0.75em;
  padding-right: 0.75em;
  border-left: 1px solid #EEF;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #Ff0;
  background-color: #006;
}
div#navigation a.first-child {
  border-left: none;
}

div#navigation a:link,
div#navigation a:visited,
div#navigation a:link:active,
div#navigation a:visited:active {
  background-color: #006;
  color: #CCF;
}
div#navigation :link:hover,
div#navigation :visited:hover {
  background-color: #EEF;
  color: #006;
}
div#navigation a.dead,
div#navigation a.dead:link,
div#navigation a.dead:visited,
div#navigation a.dead:link:hover,
div#navigation a.dead:visited:hover {
  background-color: #006;
  color: #77A;
}

.prestige1, .prestige2 {
  text-align: center;
  font-family: 'Brush Script MT', 'Freestyle Script', cursive;
  font-size-adjust: 0.40; letter-spacing: 0.2em;
}
.prestige1 { font-size: 200%; }
.prestige2 { font-size: 125%; }
.prestige1 sup a[href], .prestige2 sup a[href] {
  font-size: 50%; font-family: Arial, sans-serif;
}
#description {
  font-weight:bolder; letter-spacing:0.1em; text-align: justify;
}
#cancelledpractice {
  font-size:100%; color:red;
  text-align: center;
  margin:1em; padding: 0.5em;
  border: thin solid red;
}
#cancelledpractice > p:first-child { font-size:100%; }
#cancelledpractice p.headline { font-size:200%; }

div#Date, div#greeting {
	display: none;	/* Let updated.js do the whole job!! */
}
div#updated {
	position: relative;
	margin: 0px 3px 0px 3px;
	width: 970px;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	font-family: inherit;
	}
div#main {
	position: relative;
	margin: 5px 3px;
	clear: both;
	width: 970px;
	height: auto;
  	}
iframe#main {
	position: relative;
	margin: 5px 3px;
	clear: both;
	width: 970px;
	height: 10in;
        overflow: auto;
  	}
div#notify {
	margin: 2em 10%;
	width: 80%;
	height: auto;
	text-align: center;
	}
div#thanx {
	border: 5px inset #BBB;
	color: #000;
	background-color: inherit;
	margin: 2px auto 2px 23px;
  	width: 924px;
	height: auto;
}
div#thanx table {
  width: 100%;
}
div#thanx caption, div#thanx td { font-size: 90%; }

ul { margin-left: 35px; }
li {
  /*padding-left: 20px;*/
}
li.new	{
  /*text-indent: -20px;*/
  list-style: circle url('/images/blt_new.gif');
  padding: 0.5em;
}
li > table { margin-left: auto; margin-right: auto; text-align: center; }

div#main > ul > li  ul          { margin-left: 5px; list-style: circle; }
div#main > ul > li  ul > li  ul { margin-left: 5px; list-style: square; }
div#main > ul > li  ol          { margin-left: 5px; list-style: decimal none outside; }
div#main > ul > li  ol > li  ol { margin-left: 5px; list-style: upper-alpha; }
.grade { font-variant: small-caps; font-size: 60%; }
.school { font-size: 80%; }

dt {
  margin-top: 10px;
}
dd > ul > li {
  font-family: "Courier New", Courier, monospace;
  font-size: smaller;
  white-space: pre;
}
dd > ul > li {
  list-style: disc none outside !important;
}

.payable-to {
  font-variant: small-caps;
}

h1.center { text-align: center; }
.right { float: right; padding-left:  10px; }
.left  { float: left;  padding-right: 10px; }
.clear { clear: both; }

div.links  { display: inherit; }
.noprint   { display: inherit; }
.printonly { display: none; }

/* Meets page */
.hosted { background-color: rgb(95%,95%,95%); }
.hs	{ background-color: rgb(80%,80%,80%); }
.next	{ border: 2px solid blue; }

table.meets {
  width: 96%;
  margin-left: 2%;
}
table.meets, table.meets th, table.meets td {
  border-collapse: collapse;
  border: 1px solid black;
}

ul.sessions {
  list-style: none;
  margin: 0;
  padding-left: 1.5em;
  font-size: 50%;
}
ul.sessions li {
  text-indent: -1.5em;
}
