@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#cmag {
	border-color: #333;
	border-radius: 10px;
	border-width: 1px;
	width:210px:;
 	
	background-color:#E5E5E5;
	padding: 20px 15px;	
}

#seahawkCOW {
	border-color: #333;
	border-radius: 10px;
	border-width: 1px;
	width:210px;
 	height:125px;
	background-color:#CFC;
	padding: 20px 15px;	
}
#slideshow{
border-radius:10px;
background-color:#333;
color:#999;
padding-top:20px;	
}
#contactForm{
background-color:#CCC;
border-radius:10px;
}
#contactForm *{
border-radius:10px;	
}

#calScroll{
overflow:auto;	
}

.date{
color:#999;	
}
.event{
color:00347C;
font-weight: bold;
font-size:80%;	
}
.event:hover{
color:C1272D;
}
.eventCanceled{
color:#C00;
font-weight: bold;
font-size:80%;	
}
.location{
color:black;
font-weight:normal;
font-size:80%;	
}
.eventsHead{
color:C1272D;
font-weight: bold;
}

#seahawkScroll{
	width:209px;
	height:125px;
    overflow:auto;	
}

div.scroll {
    background-color: #00FFFF;
    width: 209px;
    height: 200px;
    overflow: scroll;
}

.league{
color:#999;	
}
.coach{
color:00347C;
font-weight: bold;
font-size:80%;	
}

.school{
color:black;
font-weight:normal;
font-size:80%;	
}
.week{
color:#C00;
font-weight:bold;
font-style:italic;
font-size:90%;	
}
.seahawkHead{
color:#036;
font-weight: bold;
font-size:100%;
}



.copyright{
	color:#999;
}
.webcredit{
	color:#333;
}
.tableHead{
	color: #FFF;
	font-weight: bold;

	
}
#logos{
text-align:left;	
}

/*
Blinkiing Text
 */
.blink_text { 
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite; color: red; 
} 
#redMenuBackground a:hover{
	background-color: #C1272D;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
}

@-webkit-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
} 

@keyframes blinker { 
    0% { opacity: 1.0; } 
    50% { opacity: 0.3; } 
    100% { opacity: 1.0; } 
}