/* CSS Document */
/* content elements*/
#pages {
	font-size:7pt;
}

.result p, .resultft p {
	margin-top:2.5em;
	font-size:0.8em;
	line-height:1.8em;
	padding:0 15px 0 15px;
}

.result p.details, .resultft p.details, .result p.stats, .resultft p.stats {
	margin:0;
	font-size:8px;
	color:#444444;
	text-align:justify;
}

.resultft p.statsft {
	margin:0;
	font-size:0.75em;
	color:#444444;
	text-align:justify;
	font-style:italic;
	height:50px;
	background:url(../img/grads/feat-bot.gif) top no-repeat;
	vertical-align:text-top;
}

/* content divs */
#cola {
	width:125px;
	float:left;
	padding:5px 3px 5px 2px;
	border:1px dotted #CCCCCC;
	border-left:none;
	background-color:#B1C1FF;
}

#colb {
	width:520px;
	float:right;
	padding-left:10px;
}

#toprow {
	font-size:11pt;
	border-bottom:1px solid #CCCCCC;
	padding:10px;
	margin:0 auto 10px auto;
}

#filterError {
	padding:0px;
	font-size:6pt;
}

.tags {
	background-color:#FFFFFF;
	position:static;
}

.result {
	padding:10px 4px 10px 4px;
	border-bottom:1px dashed #DDDDDD;
}

.resultft {
	padding:15px 4px 15px 4px;
	border-bottom:1px dashed #DDDDDD;
	background:url(../img/grads/feat-top.gif) top center no-repeat;
	position:relative;
}

.feature {
	padding:5px 5px 15px 5px;
	margin-bottom:-10px;
	background:url(../img/grads/feat-bot.gif) bottom center no-repeat transparent;
}

.rank {
	position:relative;
	float:left;
	font-size:50pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:90px;
	color:#666666;
	margin:-17px 4px;
	min-width:38px;
	text-align:right;
}

#sKey {
	border-top:1px solid #EEEEEE;
	margin-top:50px;
	text-align: center;
	width:200px;
}

/* titles */
#toprow h1 {
	font-size:11pt;
	font-weight:normal;
}

#cola h2 {
	padding:5px 0 0 10px;
	font-size:9pt;
	background:url(../img/heads/filter.png) top center no-repeat;
	height:30px;
	color:#FFFFFF;
	margin:-5px -3px -10px -2px;
}

#colb h3 {
	font-size:10pt;
	margin:0 0 .5em;
	color:#0033FF;
}

/* lists */
#cola ul {
	list-style:none;
	padding:0;
	margin:0;
}

#cola ul li {
	margin:5px 0 5px;
	font-size:7pt;
}

.tags ul {
	list-style:none;
	padding:0;
	margin:3px 0;
}

.tags ul li {
	margin:2px 3px 0 2px;
	float:left;
	padding:2px;
	font-size:6pt;
	background-color:#EEEEEE;
}

.tags ul li:hover {
	background-color:#DDDDDD;
}

/* forms */
#cola .nonbutton {
	padding:3px;
	border:1px solid #E8E8E8;
}

#cola select {
	padding:2px;
	border:1px solid #E8E8E8;
}

/* links */
#pages a, #pages a:hover {
	border:none;
	text-decoration:underline;
}

#pages a.disabled, #pages a.disabled:hover {
	background:none;
	cursor:default;
	color:#111111;
	text-decoration:none;
	border:none;
}

#colb h3 a.home {
	background:url(../img/icons/house.gif) top left no-repeat;
	padding-left:22px;
}

#colb h3 a.office {
	background:url(../img/icons/office.gif) top left no-repeat;
	padding-left:22px;
}

#colb h3 a.home:hover {
	background:url(../img/icons/house.gif) top left no-repeat #0044FF;
}

#colb h3 a.office:hover {
	background:url(../img/icons/office.gif) top left no-repeat #0044FF;
}