div.bar {
	height: 2em;
	clear: both;
	position: relative ;
	padding-bottom: .2em;

}

.section {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background-color: #f4f4f4;
	border-style: solid;
	border-width: thin;
	border-color: #c4c4c4;
	margin-top: 3em;
	margin-bottom: 2em}


div.bar:last-child{
	margin-bottom: 2em}

span.value {
	width: 50%;
	background-color: #2c53c5;
	display: inline-block;
	/*float: right;
	*/
	/*border: solid thin #777;
*/	-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	border-radius: .5em;
	margin: 0;
	border-width: thin;
	height: 1.2em;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#829ad9), to(#20409d), color-stop(.6,#2c53c5));
	background-image: -moz-linear-gradient(19% 75% 90deg,#0707AB, #253A8F, #0028C7 31%);
	border-style: none;
	-webkit-transition: width .5s;
	-moz-transition: width .5s ;
	-o-transition: width .5s ;
	position: relative;
	-webkit-box-reflect:below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(rgba(255, 255, 255, 0.5))); 
}

div.bar:afters {
	content:attr(data-value);
	display: block;
	position: absolute;
	top: 0;
	right: 0%;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s ;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: .7em;
	border: solid white 3px;
	color: #444;
	text-align: center;
	box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 0 0 4px #ddd;
	-moz-box-shadow: 2px 2px 2px #bbb;
	padding: .2em .5em;
	background-color: rgba(255,0,0,.5); 
	min-width: 3em
}

div.bar:hover:after {
	opacity: 1 
}

.title {
	width: 25%;
	/*float: left;
	*/
	text-align: right;
	margin: 0 .5em 0 0 ;
	display: inline-block;
	height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transform: rotate(-18deg) translate(0, 0);
	-webkit-transform-origin: 100% 100%;
/*	-moz-transform: scale(0.80) rotate(-18deg) translate(1em, 2.5em);
	-moz-transform-origin: 0 0 */
	-o-transform: rotate(-18deg) translate(0, 0);
	-o-transform-origin: 100% 100%;
	font-size: .9em; 
}

.barchart {
	width: 55%;
	float:right;
	padding-bottom:: 3em}

.sortable {
	float: left;
	width: 40%; 
}

div.bar:nth-child(4n+1) span.value {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8198D8), to(#182E6E), color-stop(.3,#5076DD),color-stop(.7,#2246AD));
	background-color: #2246ad}

div.bar:nth-child(4n+2) span.value {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F745), to(#F1F745), color-stop(.6,#CFC91B));
	background-image: -moz-linear-gradient(20% 95% 90deg,#E2F205, #E8E464, #FFF019 100%);
	background-color: #F1F745}

div.bar:nth-child(4n+3) span.value {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3DD537), to(#25C430), color-stop(.4,#42FF1C),color-stop(.7,#1BB51B));
	background-image: -moz-linear-gradient(20% 95% 90deg,#49F20C, #49F20C, #68E655 61%);
	background-color: #87b559}

div.bar:nth-child(4n) span.value {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CC0000), to(#CC0000), color-stop(.6,#910000));
	background-image: -moz-linear-gradient(50% 100% 90deg,#F20000, #D10000, #F20000 31%);
	background-color: #CC0000}


.results2010, .results2008 {
	width: 95%;
	padding: 0 2%;
	color: #6b6b6b;
	overflow: hidden;
	margin: 2em 0 0 0;
	text-shadow: 1px 1px 1px #eee; 
}

.sorttable_sorted, sorttable_sorted_reverse {
	user-select: ignore;
	-webkit-user-select: ignore;
	-moz-user-select: ignore;
	padding-right: .5em;
	color: #616161; 
}


#sorttable_sortfwdind, #sorttable_sortrevind {
	display: none 
}

.sortable td:first-child {
	width: 50% 
}

ults2010 tr:nth-child[odd] {
	background-color: #555 
}

.sorttable_sorted_reverse:after {
	/*content: " -";
	font-size: .8em;
	padding-left: 2em */
}

.sorttable_sorted:after {
/*	content: " +";
	font-size: .8em;
	padding-left: 2em; */
}

.sorttable_sorted, .sorttable_sorted_reverse{
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#E3E3E3), to(#E8E8E8), color-stop(.6,#BDBDBD));
	background-image: -moz-linear-gradient(19% 75% 90deg,#ababab, #c9c9c9, #c7c7c7 100%);
	background-color: #BDB9BD;
	font-weight: bold; 
}

/* page styles */

table.sortable {
	border-collapse: collapse; 
}

.sortable td, .sortable th {
	text-align: left;
	border: 1px solid #ddd;
	padding:2px 5px; 
}

.sortable th{
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#E3E3E3), to(#E3E3E3), color-stop(.6,#FFFFFF));
	background-image:-moz-linear-gradient(0% 100% 90deg,#F2F2F2, #D1D1D1, #E8E8E8 100%);
	background-color: #E8E8E8;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	font-size: .9em; 
}

caption {
	margin: 0 0 .5em;
	font-weight: bold; 
}