/*
NJCAA.org
Style definitions
2008.06

Context: Colleges section
*/

/* Section layout style adjustments */
.Layout td.Column1of3 { 
	background-color: #EDE8E0;
}
.Layout td.Column1of3 div.Column1of3 {
	padding-top: 0px;
}
.Layout td.column2of3 div.Column2of3 {
	padding: 0px 10px;
}

div.ListHeading {
	padding-bottom: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
div.Headline {
	padding: 10px 0px 15px 0px;
	color: #000000;
	font-size: 18px;
}
div.HeadlineListing {
	padding: 10px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

span.Instructions, 
td.Instructions {
	color: #000000;
	font-size: 11px;
}


/* College listing styles */
div.AlphabetMenu {
	padding: 15px 0px 10px 0px;
}
table.AlphabetMenu {
}
table.AlphabetMenu td {
	padding: 0px 3px;
}
table.AlphabetMenu td a {
	color: #616264;
	text-decoration: none;
}
table.AlphabetMenu td a:hover {
	color: #616264;
	text-decoration: underline;
}
div.CollegeListing {
	width: 713px;
}
table.CollegeListing {
}
table.CollegeListing td {
	padding-right: 25px;
}
table.CollegeListing td a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
table.CollegeListing td a:hover {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}

div.AcademicListing {
	width: 713px;
}
table.AcademicListing {
}
table.AcademicListing td {
	padding-right: 25px;
}
table.AcademicListing td a {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}
table.AcademicListing td a:hover {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}

table.Criteria {
}
table.Criteria td {
	padding: 3px 0px;
}
table.Criteria td select {
	width: 230px;
}


div.CollegeLogo {
	padding: 40px 0px 20px 0px;
	text-align: center;
}
div.CollegeName {
	padding: 5px 15px;
	font-size: 28px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
div.CollegeInfo {
	font-size: 11px;
	line-height: 16px;
}
div.CollegeInfo b {
	text-transform: uppercase;
}

div.ContactInfo {
	font-size: 11px;
	line-height: 16px;
}
div.ContactInfo b {
	text-transform: uppercase;
}

a.ContactInfo {
	color: #FFFFFF;
	text-decoration: underline;
}
a.ContactInfo:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/* Roster styles */
div.Roster {
	padding: 10px 15px;
}
div.Roster table {
}
div.Roster table.Roster td {
	width: 50%;
	font-size: 11px;
	line-height: 18px;
}
div.RosterTitle {
	padding: 10px 15px;
	font-size: 18px;
	font-weight: bold;
}
div.Roster table.Roster td a {
    text-decoration: none;
}
div.Roster table.Roster td a:hover {
    text-decoration: underline;
}
div.Profiles {
	width: 476px;
	height: 600px;
	overflow: scroll;
}

div.ProfilesPlayer {
	
}

div.Profiles div.ProfilesPlayer div.Profile {
	margin: 0px 15px 15px 0px;
	padding: 15px;
}
table.Profile {
}
table.ProfilePlayer {
}
table.Profile td {
	padding-right: 10px;
	font-size: 12px;
}
table.ProfilePlayer td {
	padding-right: 10px;
	font-size: 12px;
}


table.Profile td span.AthleteName {
    font-size: 18px;
    font-weight: bold;
}
table.Profile td span.Heading {
    font-size: 16px;
    text-transform: uppercase;
}


table.ProfilePlayer td span.AthleteName {
    font-size: 18px;
    font-weight: bold;
}
table.ProfilePlayer td span.Heading {
    font-size: 16px;
    text-transform: uppercase;
}


