/* CSS 3 */
/*
This won't validate CSS2.1 because it uses the new last-child pseudo-class.

Colors:
Crimson: #DC143C;
Dark Blue: #0F4D92;
Orange: #F60;
Yellow: #F9E401;
Green: #368110;
*/

/*Begin Page 1*/
a:link, a:visited {
	color: #07E;
}

a:active, a:hover {
	color: #18F;
	text-decoration: underline;
}

h1 {
	overflow: hidden;
	text-indent: -500em;
	background-repeat: no-repeat;
}

body#siteIntro h1 {
	background-image: url('images/rank256.gif');
	width: 470px;
	height: 101px;
}

body#siteIntro p.desc {
	font-family: Palatino,'Palatino Linotype','Book Antiqua','Garamond','Times New Roman',Times,serif;
	font-size: 1.25em;
	text-align: center;
	margin: 0.5em 0;
}

body#siteIntro p.ready {
	font-weight: bold;
	font-family: Arial,Helvetica,Cambria;
	font-size: 1.4em;
}

body#siteIntro input.begin {
	float: right;
}

body#siteIntro p.legal {
	position: absolute;
	bottom: 0.2em;
	width: 470px;
}

p.legal {
	color: #666;
	text-align: center;
}

p.legal a {
	color: #05D;
}

body#siteIntro div.box {
	width: 470px;
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
}

input.button {
	font-size: 0.9em;
}

/*Begin Page 2*/
li.select {
	text-indent: 1.7em;
}

h1.mini {
	background-image: url('images/rank256-supermini.gif');
	height: 50px;
	width: 233px;
	margin-left: 8px;
	margin-top: 8px;
}

div#head {
	border-bottom-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 2px;
}

h2 {
	font-size: 1.4em;
	margin-left: 0.27em;
}

input.select {
	margin-left: 1.7em;
}

/*Begin Page 3*/
fieldset {
	padding: 0.25em 0.1em 0.4em 0.1em;
	border: 0;
	background-color: #E9E9E9;
	margin: 0.9em;
}

label.field {
	margin-right: 1em;
	white-space: nowrap;
}

ul.validationErrors li {
	margin-top: 0.3em;
	list-style-image: url('images/error.png');
	margin-left: 65px;
	color: #F44;
}

ul.validationErrors li span {
	color: #A00;
}

ul.validationErrors strong {
	font-weight: bold;
	color: #000;
}

h3.componentName {
	font-weight: bold;
}

div#holder {
	position: fixed;
	top: 70px;
	right: 10px;
}

div#aboutPie {
	position: fixed;
	top: 290px;
	width: 205px;
	right: 10px;
	border-style: solid;
	border-width: 0.2em;
	border-color: #F44;
	color: #000;
	padding: 0.1em;
	text-align: center;
}

div.actions, input.rank {
	margin-left: 0.9em;
}

input.rank {
	margin-top: 0.8em;
	margin-bottom: 2.5em;
}

div.actions br {
	display: block;
	margin-top: 0.1em;
}

/*Begin Page 4*/
li.school {
	background-color: #F2F2F2;
	margin: 0.9em;
}

span.rankInfo, span.scoreInfo {
	display: inline-block;
}

span.rankInfo, span.scoreInfo, span.schoolName {
	margin: 0.17em;
	vertical-align: middle;
}

span.schoolName {
	font-size: 1.34em;
}

a.moreInfo {
	margin: 0.17em;
	float: right;
}

span.rankLabel, span.scoreLabel {
	font-size: 0.8em;
	display: block;
	text-align: center;
	vertical-align: top;
}

span.rank, span.score {
	font-size: 1.25em;
	text-align: center;
	border-style: solid;
	border-color: #000;
	border-width: 0.08em;
	display: block;
	background-color: #FFF;
	line-height: 0.85em;
}

input.weight {
	width: 5em;
}

input.value {
	width: 6em;
}

li.component {
	display: inline-block;
	margin: 0.2em 0.3em 0.05em 0.05em;
}

div.componentName {
	font-size: 0.75em;
	font-weight: bold;
}

li.component div.number, li.component div.subscore {
	font-size: 0.9em;
}

ul.excluded {
	margin: 0.9em;
	font-size: 0.75em;
	overflow: hidden;
	text-align: justify;
}

ul.excluded li {
	margin: 0 0.4em;
	display: inline;
}

ul.excluded li:last-child:after {
	content: '';
}

ul.excluded li:after {
	content: ',';
}

p.info {
	border-style: solid;
	border-width: 0.15em;
	border-color: red;
	margin: 0.9em;
	padding: 0.2em;
	text-align: center;
}

div.headLink {
	margin-left: 0.9em;
}

div.headLink:before {
	content: '(';
}

div.headLink:after {
	content: ')';
}