/* CSS */

/* Simcoe Curling Club */
/* Author: Scott Rymer */
/* Created: October 1, 2003 */
/* Modified: July 12, 2005
/* Version 1.0.1 */
/* CopyRight 2005 */

/* IMPORTANT */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */

/* Embedded fonts */

@font-face {
   font-family: Ravie;
   font-style:  normal;
   font-weight: normal;
   src: url(fonts/RAVIE0.eot);
   }
@font-face {
    font-family: Monotype Corsiva;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts\MONOTYP0.eot);
  }

/* basic elements */
p, tr, td, input, textarea {
	font-size: 10pt; 
	font-family: 'trebuchet MS', trebuchet, verdana, arial, sans-serif; 
	color: #4B4B4B
	}
td.linklist {
	width: 172px;
	background-color: #ACD0F5;
	vertical-align: top;
	}
td.body {
	width: 728px;
	background-color: white;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
td.fieldlabel {
	text-align: right;
	padding-right: 5px;
}
td.links {
	width: 100%;
	font-size: 9pt;
	padding-left: 12px;
	}
td.dayofweek {
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: #818181;
	}
td.day {
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
	}
td.events {
	width: 100%;
	height: 72px;
	font-size: 8pt;
	text-align: center;
	}
td.halfevent {
	width: 100%;
	height: 36px;
	font-size: 8pt;
	text-align: center;
	}
td.sponsor {
	width: 33%;
	text-align: center;
	verticl-align: middle;
	}
td.gore {
	font-family: Arial Black;
	color: black;
	font-size: 14pt;
	width: 45px;
	text-align: center;
	height: 30px;
	}
th.blue {
	font-weight: bold;
	color: white;
	background-image: url('images/back.jpg');
	background-repeat: repeat-x;
	height: 28;
	text-align: center;
	}
th.grey {
	font-weight: bold;
	background-image: url('images/back_grey.jpg');
	background-repeat: repeat-x;
	height: 28;
	text-align: center;
	}

h1, h2, h3, h4, h5, h6
{
	margin: 5px 0;
}

h1 {
	font-size: 18pt;
	font-family: 'trebuchet MS', trebuchet, verdana, arial, sans-serif; 
	color: #4B4B4B
	}
h2	{
	font-size: 14pt;
	font-weight: bold;
	/*font-variant: small-caps;*/
	font-family: 'trebuchet MS', trebuchet, verdana, arial, sans-serif;
	color: #4B4B4B
	margin-bottom: 5px;
	}
h3 {
	font-size: 14pt;
	font-family: 'trebuchet MS', trebuchet, verdana, arial, sans-serif; 
	color: #F7941D	
	}
h4 {
	font-size: 12pt;
	font-weight: bold;
	font-family: 'trebuchet MS', trebuchet, verdana, arial, sans-serif;
	margin-top: 15px;
	}
body {
	background-image: url('images/back.gif');
	background-repeat: repeat;
	color: #4B4B4B
	}
ul {
	list-style-image: url('images/bullet.gif');
	}

/* hyperlinks */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #2E3192
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #92278F
	}	
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #F7941D
	}