/* Important Announcements elements */

div#test-accordion {
    margin: 4px;
    font-size: 9px;
}

div.accordion {
	position: relative; /* required for bounding */
	width: 288px;
}

div.accordion-toggle {
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #cfebf7;   
    cursor: pointer;
    padding-left: 4px;
    color: red;
    font-size: 9px;
}

div.accordion-toggle-active {
	
}

div.accordion-content {
    overflow: hidden;	/* required for effect */
	font-size: 9px;
	font-weight: bold;
	background: #abd8eb;
    text-align: justify;
	color: #07273e;
	line-height: 14px;
}

div.accordion-padding {
	padding: 4px 4px 4px 4px;
}

.accordion_date {
	color: black;
	font-size: .9em;
}

/* Top Story Fade elements */

.fade-box {
	margin-left: 0px;
	position: absolute;
	top: 163;
	width: 400px;
}

#crossfade-container {
	margin: 0px 0px 0px 0px;
	width: 400px;
}
			
#box-1 {
				
}

#box-2 {
				
}

#box-3 {
		
}


/* Coaches Corner elements */

.coaches-button {
	font-size: 10px;
	cursor: pointer;
	color: #cfebf7;
	background: #0a3554;
	height: 16px;
	padding: 0 5px;
	border: 1px solid #0c3d60;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
