/* 
 ----------------------------------------------------------------------------
	Author: Diane Hahn
 	CSS Document: display.css
	Used for Track Website
 ---------------------------------------------------------------------------- 
*/

body {
	color: #000;
	padding:0;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	margin-top: 180px;
	margin-right: 0;
	margin-bottom: 0;
	background-position: 50px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
h1 { font-size: 16px }
h2 { font-size: 14px }
h3 { font-size: 12px }

h4,h5,h6 { font-size: 13px }

a img, :link img, :visited img, { border:none }

a:link, a:visited { color: #444; text-decoration: underline }
a:hover, a:active { color: #666; text-decoration: underline }

a { outline: none }


/* Main Area
 * ---------------------------------------------------------------------------- */
 
 #wrap { height: 725px; }
 
 #main-area {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 205px;
}

#home-1 {
	padding:0;
	margin: 0;
}


/* Tables
 * ---------------------------------------------------------------------------- */

.tabledesign {
	background-color: #FFFFFF;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}
	
.tabledesign th {
	background-color: #BCAC51;
	font-size: 14px;
	font-weight: bold;
	valign: middle;
	 height: 29px;
	}
	
.tablelegend {
	background-color: #FFFFFF;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}
	
.tablelegend th {
	background-color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
	
.tablelegend td {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 29px;
	text-align: center;
	}
	
.rostertable {
	background-color: #FFFFFF;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}

.rostertable p {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
     }

.players {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #36226d;
	valign: center;
}

/* Content
 * ---------------------------------------------------------------------------- */

#home-1 {
	padding:0;
	margin: 0;
}

#home-2 {
	padding:0;
	margin: 0;
}

#home-3 {
	padding:0;
	margin: 0;;
}

#home-4 {
	padding:0;
	margin: 0;;
}

#home-5 {
	padding:0;
	;
	width: 25px;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
}

#home-6 {
	padding:0;
	margin: 0;;
}
	
.collegeinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	valign: center;
}

.boxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	valign: center;
}

.statetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	valign: center;
}

.stateheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	valign: center;
}

.scheduletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	valign: center;
}

.scheduletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	valign: center;
}

/* Home Page
 * ---------------------------------------------------------------------------- */
 
#content-header-announcement {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/announcement%20label.png);
	background-repeat: no-repeat;
	}

#content-body-announcement {
	background-color: #eee;
	width: 350px;
	height: 450px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 10px;
	}
#content-header-updates {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/updates%20label.png);
	background-repeat: no-repeat;
	}

#content-body-updates {
	background-color: #eee;
	width: 425px;
	height: 200px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	}
	
#content-header-dates {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/dates%20label.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#content-body-dates {
	width: 420px;
	height: 450px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-color: #eee;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	}
	
#content-header-handouts {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/handouts%20label.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#content-body-handouts {
	width: 710px;
	height: 450px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	vertical-align: middle;
	background-color: #eee;
	}
#content-header-records {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/records%20label.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#content-body-records {
	width: 930px;
	height: 600px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	vertical-align: middle;
	background-color: #eee;
	}

#content-header-homepage {
	width: 350px;
	height: 31px;
	background-image: url(images/table%20labels/homepage%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-body-homepage {
	width: 580px;
	height: 570px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-position: center;
	background-color: #eee;
	}
	
.table_ncaa {
	background-color: #FFFFFF;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}
	
.table_ncaa th {
	background-color: #C2A773;
	font-size: 14px;
	font-weight: bold;
	valign: middle;
	 height: 29px;
	}

.table_ncaa td {
	font-size: 12px;
	font-weight: normal;
	valign: middle;
	height: 33px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#counter {
	float: right;
	height: 30px;
	width: 850px;
	font-size: 9px;
}


/* Schedules
 * ---------------------------------------------------------------------------- */
 
#content-header-calendar {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/calendar%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-body-calendar {
	width: 950px;
	height: 875px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-color: #eee;
	vertical-align: middle;
	}
#content-header-schedule {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/schedule%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-body-varsity {
	width: 1009px;
	height: 885px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-position: center;
    background-color: #eee;
	}

#content-body-nonvarsity {
	width: 1015px;
	height: 750px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-position: center;
	background-color: #eee;
	}
	
#content-header-winter {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/schedule%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-body-winter {
	width: 640px;
	height: 400px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-position: center;
	background-color: #eee;
	}

#content-header-summer {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/schedule%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-body-summer {
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-position: center;
	background-color: #eee;
	width: 720px;
	}
	
/* Coaches Page
 * ---------------------------------------------------------------------------- */
		
#content-header-coaches {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/coaches%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-body-coaches {
	width: 700px;
	height: 1150px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-position: center;
	background-color: #eee;
	}
	

/* Rosters
 * ---------------------------------------------------------------------------- */
 
#content-header-trackgirls {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/trackfield%20label.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#content-body-trackgirls {
	width: 525px;
	height: 1950px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	vertical-align: middle;
	}
	
#content-header-trackboys {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/trackfield%20label.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#content-body-trackboys {
	width: 525px;
	height: 2300px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	vertical-align: middle;
	}

#content-header-ccroster {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/crosscountry%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-body-ccroster {
	width: 570px;
	height: 850px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	}

/* Join Us
 * ---------------------------------------------------------------------------- */
		
#content-header-officers {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/officers%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-body-officers {
	width: 650px;
	height: 620px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-position: center;
	background-color: #eee;
	}

#content-header-volunteers {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/volunteers%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-body-volunteers {
	width: 650px;
	height: 620px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-position: center;
	background-color: #eee;
	}


/* Contact Page
	 * ------------------------------------------------------------------------- */

#content-header-contacts {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/contacts%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-body-contacts {
	width: 650px;
	height: 500px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-position: center;
	background-color: #eee;
	}

/* State Returners Page
	 * ------------------------------------------------------------------------- */

#content-header-state {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/state%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-body-state {
	width: 790px;
	height: 665px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-position: center;
	background-color: #eee;
	}
			 
/* Collegiate
	 * ------------------------------------------------------------------------- */

#content-header-collegiate {
	width: 246px;
	height: 31px;
	background-image: url(images/table%20labels/where%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-body-collegiate {
	width: 725px;
	height: 725px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-position: center;
	background-color: #eee;
	}
	
.collegename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9933CC;
	valign: center;
}

.collegeposition {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9933CC;
	valign: center;
}

.collegeinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	valign: center;
}
	 
	
/* Photo Names
	 * ------------------------------------------------------------------------- */
#content-body-photos {
	width: 800px;
	height: 850px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	vertical-align: middle;
	}

#content-body-photos2010 {
	width: 800px;
	height: 750px;
	border: 2px solid #C2A773;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	vertical-align: top;
	}

#content-header-photos {
	width: 246px;
	height: 31px;
	background-image: url(images/photo_labels/photos%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}
	
#content-header-varsity_photos {
	width: 246px;
	height: 31px;
	background-image: url(images/photo_labels/varsity_photos%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}


#content-header-field_photos {
	width: 246px;
	height: 31px;
	background-image: url(images/photo_labels/field_photos%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-header-nonvarsity_photos {
	width: 246px;
	height: 31px;
	background-image: url(images/photo_labels/nonvarsity_photos%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-header-jvchampionship {
	width: 246px;
	height: 31px;
	background-image: url(images/photo_labels/jvchampionship%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}
#content-header-candids {
	width: 246px;
	height: 31px;
	background-image: url(images/photo_labels/candids%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}
	
#content-header-seniors {
	width: 246px;
	height: 31px;
	background-image: url(images/photo_labels/seniors%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-header-citylittleton {
	width: 310px;
	height: 31px;
	background-image: url(images/photo_labels/citylittleton%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}
	
#content-header-regis {
	width: 246px;
	height: 31px;
	background-image: url(images/photo_labels/regis%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-header-arapahoe {
	width: 246px;
	height: 31px;
	background-image: url(images/photo_labels/Arapahoe%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}
	
#content-header-CherryCreek {
	width: 246px;
	height: 31px;
	background-image: url(images/photo_labels/JV%20Cherry%20Creek%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content-header-Continental {
	width: 308px;
	height: 31px;
	background-image: url(images/photo_labels/Continental%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}
	
#content-header-DakotaRidge {
	width: 308px;
	height: 31px;
	background-image: url(images/photo_labels/DakotaRidge%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}
	
#content-header-FortCollins {
	width: 308px;
	height: 31px;
	background-image: url(images/photo_labels/FortCollins%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}
	
#content-header-JVApril8th {
	width: 308px;
	height: 31px;
	background-image: url(images/photo_labels/JVApril8th%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}
	
#content-header-SpringBreak {
	width: 308px;
	height: 31px;
	background-image: url(images/photo_labels/Spring%20Break%20label.png);
	background-repeat: no-repeat;
	margin: 0px;
	}
	
.Music {
	margin-top: 40px;
	margin-left: 325px;
}

