<!--
/*
This is the global style sheet for all documents on the Elmira & District Curling Club Web site.

colours:
  dark blue:     #0110AA
  yellow:        #FFFF00
  orange-yellow: #FF8C00
  light green:   #5E9619
*/

html {
	width: 100%;
	}
	
body {
	width: 100%;
	background-color: white;
	background-image: url(graphics/bluefade.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	border: none;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	}

a 		   	{font-family: Verdana,Trebuchet,Helvetica,Myriad,Arial,sans-serif;}
a:name     	{color: black;}
a:link     	{color: #0110AA; text-decoration:none;}        	/* dark blue     */
a:visited  	{color: #0110AA; text-decoration:none;}        	/* dark blue     */
a:hover    	{color: #FF8C00; text-decoration:none;}      	/* orange-yellow */
a:active   	{color: #FF8C00; text-decoration:none;}      	/* orange-yellow */
a:focus    	{color: #FF8C00; text-decoration:none;}      	/* orange-yellow */

a img      	{border:none;}

h1 {
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
h2 {font-size: 140%;
	font-weight: bold;
	background-image: url(graphics/bluefadelonger.jpg);
	background-repeat: repeat-y;
	padding-left: 3px;
	}
	
h3 {font-size: 120%;
	font-weight: bold;
	}
	
h4 {font-size: 110%;
	font-weight: bold;
	}
	
h5 {font-size: 105%;
	font-weight: bold;
	}

dt {
	/* font-weight: bold; */
	font-style: italic;
	}
	
dd {
	margin-bottom: 1em;
	}

div#wholepagediv {
	margin: 0px;
	padding: 0px;
	border: none;
	}
	
div#pageheaderdiv {
	width: 100%;
	height: 174px;
	background-color: white;
	background-image: url(graphics/pageheaderbackground.jpg);
	background-repeat: horizontal;
	padding: 0px;
	margin: 0px;
	}

div#pagefooterdiv {
	width: 100%;
	min-width: 750px;
	height: 2em;
	color: yellow;
	text-align: center;
	font-size: 10px;
	vertical-align: middle;
	background-color: black;
	padding-top: 1em;
	}

table#pagetable {
	margin: 0px;
	border: none;
	padding: 0px;
	min-width: 750px;
	}
	
table#pagetable tr {
	margin: 0px;
	border: none;
	padding: 0px;
	}
	
td#navbarcell {
	margin: 0px;
	padding-top: 20px;
	width: 12em;
	min-width: 12em;
	font-size: 13px;
	vertical-align: top;
	}

td#pagecontentcell {
	vertical-align: top;
	padding-left: 5px;
	padding-right:10px;
	margin: 0px;
	}
	
ul#navlinks {
	margin-left: 0;
    padding-left: 5px;
    }

ul#navlinks li {
	list-style: none;
	line-height: 20px;
	}

ul#navlinks a			{background-color: transparent; background-repeat: no-repeat; background-position: left center; padding-left: 27px;}
ul#navlinks a:link		{background-image: url(graphics/rockbulletblue.gif);}					 
ul#navlinks a:visited	{background-image: url(graphics/rockbulletblue.gif);}					 
ul#navlinks a:hover		{background-image: url(graphics/rockbulletyellow.gif);}					 
ul#navlinks a:active	{background-image: url(graphics/rockbulletyellow.gif);}					 
ul#navlinks a:focus		{background-image: url(graphics/rockbulletyellow.gif);}					 

div.facebooklink {
	position: relative;
	width: 100%;
	height: 2em;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 1px 8px;
	/* background-color: #E7E7F1; */
	}
	
img.facebooklink {
	width: 20px;
	height: 20px;
	}
	
span.facebooklink {
	font-size: 100%;
	position: absolute;
	top: 50%;
	height: 1em;
	margin-top: -0.6em;
	padding-left: 1ex;
	}

div#facebooklinkinheader {
	position: absolute;
	top: 115px;
	left: 720px;
	z-index: 99;
	width: 14em;
	}

div#facebooklinkinheader img {
	width: 20px;
	height: 20px;
	margin: none;
	}

div#facebooklinkinheader a#facebooktextlink {
	position: relative;
	top: -5px;
	}
	
td#sidebar {
	margin: 0px;
	border: none;
	padding: 0px 10px 6px 10px;
	width: 12em;
	min-width: 12em;
	font-size: 13px;
	vertical-align: top;
	background-image: url('graphics/bluefadefromright.jpg');
	background-repeat: repeat-y;
	}

#designcredit {
	font-size: 70%;
	margin-left: 5px;
	}

*.credit   {font-size:80%;}

span#lastmodified {
	margin-left: 15px;
	margin-right: 15px;
	}

span#copyright {
	margin-left: 15px;
	margin-right: 15px;
	}
	
span#privacy {
	margin-left: 15px;
	margin-right: 15px;
	}
	
span#privacy a {
	color: yellow;
	}

img#ccalogo {
	float: left;
	margin-left: 10px;
	width: 125px;
	height: 83px;
	}

div#trilliumcredit {
	width: 600px;
	height: 129px;
	border: solid black 1px;
	vertical-align: middle;
	}
	
img#trilliumlogo {
	float: left;
	margin-left: 0px;
	width: 108px;
	height: 128px;
	}
	
div#fundingacknowledgement {
	float: right;
	width: 460px;
	padding-top: 12px;
	padding-right: 12px;
	font-size: 85%;
	text-align: left;
	border:0px;
	}

table#bonspielstable {
	width: 100%;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-collapse: collapse;
	}
	
table#bonspielstable thead {
	display: table-header-group;
	}
	
table#bonspielstable thead th {
	font-size: 125%;
	background-color: #E7E7F1;
	}

table#bonspielstable tfoot td {
	text-align: center;
	background-color: #E7E7F1;
	}
	
table#bonspielstable tr td {
	vertical-align: top;
	padding: 5px;
	}

span.spielname {
	font-weight: bold;
	font-size: 110%;
	}

span.chequesto {
	font-style: italic;
	}

table#bonspielstable tr td, table#bonspielstable tr th {
	padding: 5px 8px 5px 8px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	margin: 0px;
	page-break-inside: avoid;
	}
	
table#bonspielstable tr td.eventcol {
	width: 20%;
	}

table#bonspielstable tr td.detailscol {
	width: 40%;
	}

table#bonspielstable tr td.contactcol {
	width: 10%;
	}

table#bonspielstable tr td.winnercol {
	width: 30%;
	}

*.calday {
	font-size: 30%;
	line-height: 300%;
	}
	
td.calday a {
	font-family: Arial, Helvetica, sans-serif;
	}

table#leaguestable {
	width: 46em;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-collapse: collapse;
	}
	
table#leaguestable thead th {
	font-size: 125%;
	background-color: #E7E7F1;
	}
	
table#leaguestable thead th#dayheader {
	width: 18%;
	}

table#leaguestable thead th#leagueheader {
	width: 80%;
	}

table#leaguestable tr td, table#leaguestable tr th {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	margin: 5px;
	}

table.teams, table.games, table.spares {
	width: 650px;
	border-top: 1px solid silver;
	border-left:1px solid silver;
	border-collapse: collapse;
	margin-bottom: 20px;
	page-break-inside: avoid;
	}
	
table.teams th, table.games th, table.spares th {
	font-size: 125%;
	background-color: #E7E7F1;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px;
	margin: 5px;
	}

table.teams tfoot td, table.games tfoot td, table.spares tfoot td {
	background-color: #E7E7F1;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px;
	margin: 5px;
	}

table.teams td, table.games td {
	text-align: center;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	margin: 0px;
	}

table.spares td {
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	margin: 0px;
	}

table.games tbody tr td.gamedate {
	background-color: #E7E7F1;
	}
	
table.games tfoot td {
	text-align: left;
	}
	
table.games td.specialday {
	background-color: #EFFFEF;
	vertical-align: middle;
	}
	
table.games td.nocurling {
	background-color: #FFEFEF;
	vertical-align: middle;
	}
	
span.nodata {
	font-size: 80%;
	color: silver;
	}

div#drawlinks {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

span.spacerbullet {
	margin-left: 2em;
	margin-right: 2em;
	}
	
table#membershiplevels tr td{
	padding-right: 1em;
	vertical-align: top;
	}

tr.platinum td {
	color: silver;
	}

tr.gold td {
	color: #E9BF04;
	}

tr.gold1 td {
	color: #C8A606;
	}

tr.silver td {
	color: gray;
	}

tr.bronze td {
	color: #9E5A10;
	}

tr.tin td {
	color: #505050;
	}

tr.student td {
	color: darkgreen;
	}

img#juniorinstruction {
	width: 108px;
	height: 135px;
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	}

img#juniorpractice {
	width: 180px;
	height: 135px;
	float: left;
	margin-left: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	}

ul#newsletters li {
	list-style: url(graphics/newslettericon.gif);
	}
	
div#hitech {
	background-image: url(graphics/circuitbkdgblue.jpg);
	}

body#history h2{
	clear: left;
	}

img#earlymembers, img#pipingin {
	float: right;
	margin: 0 0 5px 10px;
	}
	
img#colts1973 {
	float: left;
	margin: 0 10px 5px 0;
	}
	
span.newspaper {	
	font-style: italic;
	}

img#facilitiesice {
	width: 256px;
	height: 199px;
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	}

img#facilitieslounge {
	width: 256px;
	height: 199px;
	float: left;
	margin-left: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	}

span.rentalItem {
	font-weight: bold;
	}

table#rentalrates {
	width: 40em;
	}
	
table#rentalrates thead tr th, table#rentalrates thead tr th acronym {
	font-weight: bold;
	text-align: right;
	}

table#rentalrates tr td.category {
	text-align: left;
	vertical-align: top;
	}

table#rentalrates tr td.item {
	text-align: left;
	vertical-align: top;
	padding-left: 2em;
	}

table#rentalrates td.figure {
	text-align: right;
	vertical-align: top;
	font-family: Courier New, Courier, Monaco, monospace;
	}

table.positions tr td {
	text-align: left;
	padding: 0 0 0 2em;
	width: 16em;
	margin: 0px;
	}

table#maps {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	}
	
table#maps tr td {
	text-align:center;
	vertical-align:top;
	padding: 10px;
	}
	
td.dir {
	text-align:left;
	vertical-align:top;
	}
            
div#tipnavlinks {
	width: 100%;
	text-align: center;
	}
	
*.prevtip {
	background-image: url(graphics/arrowleft.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 30px;
	}

*.tiplist {
	background-image: url(graphics/arrowup.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 30px;
	}

*.nexttip {
	background-image: url(graphics/arrowright.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	}

div#nationalorgs {
	width: 49%;
	float: left;
	}
	
div#provincialorgs {
	width: 49%;
	float: right;
	}
            
div#clubsleftcol {
	width: 49%;
	float: left;
	}

div#clubsrightcol {
	width: 49%;
	float: right;
	}

table#contact tr td {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	}
	
table#contact tr td#email {
	padding-left: 40px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(graphics/mouse.gif);
	}
	
table#contact tr td#phone {
	padding-left: 40px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(graphics/telephone.gif);
	}
	
table#contact tr td#ground {
	padding-left: 40px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(graphics/mail.gif);
	}

#sitemap ul li, #sitemap ul li {
	list-style: none;
	}
	
table#auctioncurrentbids {
	min-width: 450px;
	}

p#auctionblurb {
	text-align: center;
	}
	
p#auctionblurb img#rockinhouselogo {
	float: left;
	margin-right: 15px;
	}

p#auctionblurb img#ccalogo {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	}

table#auctioncurrentbids tr td {
	padding: 3px 8px 3px 8px;
	}

table#auctioncurrentbids tr.women td {
	background-color: #FEECEC;
	}

table#auctioncurrentbids tr.men td {
	background-color: #ECECFE;
	}

table#auctioncurrentbids tr td.money {
	text-align: right;
	}
	
form#auctionbidform span#errormessage {
	font-weight: bold;
	color: red;
	}
	
table#auctionnewbid {
	background-color: #FEFED5;
	min-width: 450px;
	}

table#auctionnewbid tr td {
	padding: 3px 8px 3px 8px;
	}

input#bid {
	text-align: right;
	}
	
table.auctionreport {
	min-width: 580px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-collapse: collapse;
	}
	
table.auctionreport tr td, table.auctionreport tr th {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	}

table.auctionreport thead tr th, table.auctionreport tfoot tr td {
	background-color: #FEFED5;
	}
	
form#passwordcheck p#errMsg {
	font-weight: bold;
	color: red;
	}
	
hr.forcedbreak {
	width: 100%;
	height: 0px;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

table.graphicstable {
	width: 680px;
	}

table.graphicstable th {
	vertical-align: top;
	}

table.graphicstable td {
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
	}

@media print {
	td#navbarcell {
		display: none;
		}
	body {
		background-image: none;
		margin: 0;
		}
}

-->
