﻿
 

body 
{
 margin: 0 0 0 0;
  font-family : Verdana, Arial,  Tahoma , sans-serif;
  font-size: 10pt;  
  background-color: #e6e6e6; /* Gainsboro*/
  color: #444444;

  background-position: 50% 350px  ;
  background-repeat:no-repeat;
  background-attachment:fixed ;
  /* background-image: url(images/hockey/logo.jpg); */

}

td { font-family  : Verdana, Arial,  Tahoma , sans-serif;  font-size: 10pt; }
.small { font-family  : Verdana, Arial,  Tahoma , sans-serif;  font-size: 8pt;}
a:link{color:blue}
a:hover{color:blue}
a:visited{color:blue}

input,textarea, option,select {font-family : Verdana, Arial,  Tahoma , sans-serif;  font-size: 8pt;   color: #67491E;}
span.error {font-family : Verdana, Arial,  Tahoma , sans-serif;  font-size: 8pt;   color:red;}
span.errorPosition {font-family : Verdana, Arial,  Tahoma , sans-serif;  font-size: 8pt;   color:red; position:fixed  ; top: 100; left:100}



table.master
{
	width:100%;
}

#header { /* header backgound image */
  height:80px; margin:0px; border:none;
  background-color:White;
  background-position: 0% 100%;  background-repeat:repeat-x ;
  background-image: url(images/hockey/bgheader.jpg);  
  text-align: right;
}

#headerimage 
{
  position :absolute ; top:0; 	left:0;
  width:571px; height:80px;
  margin:0px; border:none;

  background-position: 0% 100%; background-repeat: no-repeat;
  background-image: url(images/hockey/left.jpg);
  
}

#header_right_image
{
	/** position:relative;top:0px;
	width:415px; height:80px;
	background-image: url(images/hockey/right.jpg); **/
	background-color: #00417b;
}


#contents {
  width:90%;
  margin:0px;
  border:none;
  background-position: 0% 100%;
}


table.footer
{
	width:100%;
	border-width:0;
	padding: 15px;
	border-top: 1px solid black;
	background-color:White;
}

img.leftfooterimage
{
	src:url(images/frontlogo_sca.gif);
	width:188px;
	height:75px;
	background-image : url(images/frontlogo_sca.gif);  	
	background-position: 0% 100%;
	background-repeat: no-repeat;		
}

img.rightfooterimage
{	 
 src:url(images/frontlogo_wwsi.gif);
 width:174px;
 height:77px;
 background-image : url(images/frontlogo_wwsi.gif);  	
 background-position: 0% 100%;
 background-repeat: no-repeat;	
}

/* FOOTER STYLES TO MAKE FOOTER ON BOTTOM OF SCREEN */
#footer {
	position: absolute;
	bottom: 0;
	width: 100%; /* See note below */ /* orignal: pwidth: 70%;  */
	text-align: center;
	padding: 0 0;  /* orignal: padding: 0 15%;  */
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    \width: 100%;
    w\idth: 100%;  /* orignal: w\idth: 70%; */
}

/* END FOOTER STYLES  */

