<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RESET */f

html {
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
	margin: 0;
}

a {
	outline: none;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:disc;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}
	
sup {
	vertical-align:text-top;
}
	
sub {
	vertical-align:text-bottom;
}
	
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	outline-style:none;
	outline-width:0px;
	font-size:100%;
}

legend {
	color:#000;
}

del,ins {
	text-decoration:none;
}

optgroup {
	font-style: normal;
}

.right {
	float: right !important;
}

.left {
	float: left !important;
}

.clear {
	clear: both;
	height: 0px;
	visibility: hidden;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
.big{
line-height:120%;
}
.clearfix {
	display: block;
}



/* BASE */

body, html {
	background-color: #ECECEC;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:15px;
}

#px {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px 0px -60px 0px; /* the bottom margin is the negative value of the footer's height */
}

.light {
	background-color: red;
	color: red;
}

.normal {
	font-weight: 200 !important;
	color: #999;
	/*font-size: 16px;*/
	
}

a {
	text-decoration: none;
	/*color: #222;*/
	color: #2825A4;
	-webkit-transition-duration:.5s;
	-webkit-transition-timing:ease-out;
}

a:hover {
	color: #66d !important;
	-webkit-transition-property: color;
	-webkit-transition-duration:.5s;
	-webkit-transition-timing:ease-out;
}


.avatar {
	float: left;	
	position: relative;
	line-height: 0px;
	margin:  0 10px 0 0;
}

.avatar img {
	border-bottom: 1px solid #fff;
}

.avatar.larger img {
	width: 48px;
	height: 48px;
}

.avatar.large img {
	width: 40px;
	height: 40px;
}

.avatar.medium img {
	width: 32px;
	height: 32px;
}

.avatar.small img {
	width: 24px;
	height: 24px;
}

#header {
	height: 65px;
	background: top center repeat-x;
	border-bottom: 1px solid #fff;
	background-color: #333;
}

.links {
	position: absolute;
	width:1170px;
}

#menu {
	position: relative;
}

#menu ul {
	float: left;
	margin: 20px 0px 0px 10px;
}

#menu ul li {
	float: left;
	margin: 0px 0px 0px 20px;
	position: relative;
	border: 1px solid transparent;
	border-bottom: none;
}

#menu ul li.drop a {
	background: url(/graphics/menu_arrow.png) right center no-repeat;
	padding-right: 27px;
}

#menu ul li.drop a:hover {
	background: url(/graphics/menu_arrow_hover.png) right center no-repeat;
}

#menu ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
	display: block;
	width: auto;
	padding: 5px 10px;
	margin: 0px 0px -1px 0px;
}

#menu ul li a:hover {
	color: #87d1ec !important;
	text-decoration: none;
}

#menu ul li.drop:hover {
	border: 1px solid #222;
	border-bottom: none;
	background-image: none !important;
	background: #383838;}

#menu ul li.active a {
	color: #87d1ec !important;
	padding: 0px 0px 2px 0px;
}

#menu #menu_profile {
	float: right;
}

#menu #menu_profile_login {
	float: right;
	position: relative;
	top: 24px;
	color: #fff;
}

#menu_profile .left img {
	margin: 5px 10px 0px 0px;
	border: 1px solid #7F7F7F;
	width: 48px;
	height: 48px;
}

#menu_profile .right {
	font-size: 11px;
	line-height: 1.2em !important;
}

#menu_profile a {
	color: #999;
	font-size: 11px;
	font-weight: normal;
/*	display: block;*/
	margin: 0px 0px 0px 0px;
}

#menu_profile_login a {
	 color: #fff;
	 font-size: 16px;
	 font-weight: normal;
/*	 display: block;*/
	 margin: 2px 0px 0px 0px;	
}

#menu_profile a.username {
	color: #fff;
	font-size: 18px;
	display: block;
	margin: 5px 0px 3px 0px;
}

#menu_profile a:hover {
	color: #87d1ec !important;
}


/* drop downs */

#menu ul li ul {
	margin: 0px;
	padding: 5px 0px 2px 10px;
	float: none;
	border: 1px solid #222;
	border-top: none !important;
	background: #4b4a4a url(/graphics/dropdown.gif) top left repeat-x;
	-moz-box-shadow: 0px 4px 12px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0px 4px 12px rgba(0,0,0,0.50);
}

#menu ul li div {
	width: 140px;
	position: absolute;
	left: -1px;
	display: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	z-index: 10000;
}

#menu ul li:hover div {
	display: block;
}

#menu ul li ul li {
	float: none;
	margin: 0px;
	margin-bottom: 0.35em;
	padding: 0px;
	border: none;
}

#menu ul li ul li:hover {
	background: none;
	border: none;
}

#menu ul li ul li a {
	font-size: 12px;
	margin: 0px;
	padding-right: 0px !important;
	background-image: none !important;
}

#menu ul li ul li a.highlight {
	color: #8da1b7;
}

#logo {
	width: 200px;
	height: 45px;
	float: left;
	margin: 8px 0px 0px 0px;
	opacity: 0.9;
	-moz-transition-duration: 0.6s;
	 -webkit-transition-duration: 0.6s;
	 -o-transition-duration: 0.6s;
	 -ms-transition-duration: 0.6s;
	 transition-duration: 0.6s;
}

#logo:hover {
	opacity: 1;
}

#menu ul li:hover div {
	display: block;
}

#menu ul li ul li {
	float: none;
	margin: 0px;
}

#menu ul li ul li a {
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0.5em 0px;
}

#menu ul li a.green {
	/*color: #9cb7d3;*/
	/*color: #A5E92F;*/
	color: #29B6FF;
}

#menu ul li a.grey {
	color: #888;
}

.search_bar {
	font-weight:200;
	border:0;
	background:url('/graphics/search_bg_1.png') no-repeat scroll left top transparent;
	height: 18px;
	margin: 2px 0 0 0;
	padding: 3px 9px 6px 28px;
	width: 130px;
	color: #333;
	opacity: 0.70;
	-webkit-transition-duration:0.5s; 
	-webkit-transition-timing:ease-out;
	-moz-transition-duration:0.5s; 
	-moz-transition-timing:ease-out;
	transition-duration:0.5s; 
	transition-timing:ease-out;
}

.search_bar:hover {
    opacity: 1;
    -webkit-transition-duration:0.5s; 
    -webkit-transition-timing:ease-out;
    -moz-transition-duration:0.5s; 
    -moz-transition-timing:ease-out;
    transition-duration:0.5s; 
    transition-timing:ease-out;
}

@media screen and (min-device-width: 0px) and (max-device-width: 1199px)  {		
.search_bar {
	font-weight:200;
	border:0;
	background:url('/graphics/search_bg_1_small_screen.png') no-repeat scroll left top transparent;
	height: 18px;
	margin: 2px 0 0 0px;
	padding: 3px 9px 6px 28px;
	width: 80px;
	color: #333;
	opacity: 0.95;
	-webkit-transition-duration:0.5s; 
	-webkit-transition-timing:ease-out;
	-moz-transition-duration:0.5s; 
	-moz-transition-timing:ease-out;
	transition-duration:0.5s; 
	transition-timing:ease-out;
	}
}
/* short menu */

#header.shortmenu {
	height: 44px;
}

#header.shortmenu #menu {
	margin: 14px 0px 0px 0px;
}

#header.shortmenu #logo {
	width: 40px;
	height: 20px;
	margin: 12px 0px 0px 0px;	
}

#header.shortmenu #logo img {
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

h3.normal {
	font-weight: 200;
	margin: 0 0 30px 0;
}

h1, .arrow, .h2 {
	float: left;
}

h1 img {
	position: relative;
	top: 2px;
	left: 5px;
}

.arrow {
	background: transparent url(/graphics/arrow.png) bottom center no-repeat;
	height: 21px;
	width: 10px;
	margin: 0px 6px 0px 8px;*
}

a.filter {
	color: #333;
	float: left;
	font-weight: normal;
	font-size: 16px;
	padding: 3px 5px 5px;
	margin: 1px 8px 0px 0px;
	position: relative;
	line-height: 1em;
	-webkit-transition-duration:.5s;
	-webkit-transition-timing:ease-out;
}

a.filter:hover {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #ccc;
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
	color: #333 !important;
	-webkit-transition-duration:.5s;
	-webkit-transition-timing:ease-out;
}

a.filter.active {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #333;
	color: #eee;
	font-weight: normal;
	text-shadow: none;
}

a.filter.active:hover {
	color: #eee !important;
}

/* end short menu */

#container {
	/*min-height: 100%;*/
	/* Opera 11 renders it incorrectly */
}

#container .wrapper {
	padding-top: 0px;
}

.wrapper {
	width: 1170px;
	margin: 0px auto 0px;
	padding: 0px 5px;
}

#sidebar {
	width: 240px;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	color: #222;
	float: left;
	font-size: 100%; /* added by Ian to fix default font-size */
}

#sidebar img {
	max-width:100%;
}

#sidebar .photographer {
	font-size: 10px;
	margin: 0px 0px 15px 0px;
}

#sidebar .photographer .avatar {
	float: left;
	width: 24px;
	height: 25px;
	margin: 0px 5px 0px 0px;
}

#sidebar .photographer .info {
	float: left;
}

#sidebar .photographer .info span {
	display: block;
}

#sidebar h2 {
	font-size: 30px;
	font-weight: bold;
}

#sidebar p {
	line-height: 1.4em;
}

#sidebar .thumb {
	width: 70px;
	height: 70px;
	display: block;
	background: #d6d6d6 url(/graphics/loader.gif) center center no-repeat;
	float: left;
	margin: 0px 5px 10px;
	border-bottom: 1px solid #fff;
}

.thumb .info .left {
	height: 22px;
}

.thumb .info .left .name a {
	font-size: 18px;
	padding:  -4px 0 6px 0;
	line-height: 18px;
}

hr {
	display: block;
	border: none;
	background: transparent url(/graphics/border.gif) bottom left repeat;
	height: 2px;
	margin: 14px 0px;
	width:100%;
}

hr.double {
	border: none;
	background: transparent url(/graphics/border2.png) bottom left repeat;
	height: 4px;
	margin: 14px 0px;
	width:100%;
}

hr.transparent {
	border: none;
	background: transparent url(/graphics/home/border.png) bottom left repeat;
	height: 2px;
	margin: 14px 0px;
	width:100%;
}

#sidebar ul, .story ul{
	line-height: 17px;
}

#sidebar ul.profileList li span.title {
	width: 75px;
}

#sidebar ul li span.title, .story ul li span.title {
	float: left;
	display: block;
	float: left;
	width: 90px;
	padding: 0px 5px 0px 0px;
}

#sidebar ul.profileList li span.value {
	width: 155px;
}

#sidebar a {
	font-weight: bold;
	color: #333	
}

#sidebar ul li .value, .story ul li .value {
	font-weight: bold;
	float: left;
	overflow: hidden;
	color: #333;
}

#sidebar div.large {
	float: left;
	width: 75px;
	text-align: center;
}

#sidebar div.large.middle {
	width: 95px;
}

#sidebar div.large .value {
	font-size: 25px;
	letter-spacing: -0.05em;
	font-weight: bold;
	display: block;
	/*width: 95px;*/
}

#sidebar div.large .title {
	display: block;
	font-size: 11px;
	/*width: 95px;*/
}

.activity {
	width: 920px;
	float: left;
	margin-left: 40px;
}

.clearfix.activity {
	margin-left: 0px;
}

.story ul li span.title {
	width: 40px;
}

.story p {
	margin: 0.5em 0px;
	display: block;
}

#content {
	width: 900px;
	float: left;
}

/*
#mainphoto {
	width: 650px;
	height: auto;
}
*/
#events {
	text-align:center;
	float: left;
	margin: 0px 0px 0px 12px;
}

#events a {
	height: 16px;
	width: 16px;
	display: block;
	float: left;
	margin: 5px 8px 0px 0px;
}

.photos h3 {
	font-weight: normal;
	margin:0px 10px;
}

.photos h3 a {
	font-weight:bold;
}

#photo {
	text-align: center;
}

#photo img {
	position: relative;
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
}

#comments {
	margin: 30px 0px;
	padding: 0px 0px 30px;
}

#comments .comment {
	position: relative;
	padding: 14px 0px 14px;
	background: transparent url(/graphics/comments.gif) -978px top no-repeat;
	width:100%;
} 

#comments .comment .content {
	margin-top: -3px;
	padding: 0px 10px 0px 52px;
	width: auto;
	position: relative;
}

#comments .comment .content.owner {
	padding-left: 50px;
	border-left:2px solid #3589a7;
}

#comments .comment .content p {
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
	margin-top: 2px;
}

#comments .comment .content abbr {
	float: left;
	color: #666;
	margin: 0px 0px 0px 5px;
}

#comments .comment .content a.name {
	float: left;
}

#comments .comment .content a {
	float: right;
}

#comments .comment .avatar {
	position: absolute;
	float: none;
	margin: 0px 10px;
	line-height: 0px;
}
/*
#comments .comment.indent {
	background: transparent url(../graphics/comments.gif) -934px top no-repeat;
	padding-left:45px;
}

#comments .comment.indent .content {

}
*/

/* Activity */

.tabs {
	width: 100%;
	height: 30px;
	background: transparent url(/graphics/border.gif) bottom left repeat-x;
	margin: 17px 0px 30px 0px;
}

.tabs li, .tabs li span {
	background: transparent url(/graphics/tabs.png) top left no-repeat;
}

.tabs li {
	height: 30px;
	background-position: center left;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 0px;
}

.tabs li a {
	float: left;
	display: block;
	padding-left: 20px;
}


.tabs li:hover {
	cursor: pointer;
	background-position: bottom left;
}

.tabs li:hover span {
	background-position: bottom right;
}

.tabs li span {
	display: block;
	height: 30px;
	background-position: center right;
	padding: 0px 20px 0px 0px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
}

.tabs li.active {
	background-position: top left;
}

.tabs li.active span {;
	background-position: top right;
}

.tabs li:first-child {
	margin: 0px 2px 0px 10px;
}

.story {
	padding: 0px 0px 20px 0px;
	margin: 0px 10px 20px 10px;
	background: transparent url(/graphics/border.gif) bottom left repeat-x;		
}

.story .message {
	margin: 0px 0px 0px 12px;
	float: left;
	font-size: 14px;
	color: #666;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
}

.story .message a {
	color: #333;
	font-weight: bold;
}

.story .message a:hover {
	color: #3589a7;
	text-decoration: none;
}

.activity_box {
	border-bottom:1px solid #ddd;
	margin: 0 0 8px 0;
	padding:  0px;
}

.story .details {
	margin: 8px 0px 0px 0px;
	font-size: 12px;
	width: 760px;
}

.story .details a.thumb:last-child {
	margin: 0px;
}

.story .details .left {
	width: 600px;
}

.story .details a.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
	line-height: 0px;
	border-bottom: 1px solid #fff;
}

.story .details h5 {
	font-size:12px;
	font-weight: bold;
}

/*#upload .button, .button span {
	background: transparent url(/graphics/buttons.gif) 0px 0px no-repeat;	
}*/

.uploader .buttonselect {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 32px;
	cursor: pointer;
	height:30px;
	line-height:32px;
	text-align:center;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	border: 1px solid #999;
	background-color: #e1e1e1;
	width:120px;
 	float: left;
 	-moz-border-radius: 2px;
 	-webkit-border-radius: 2px;
}

.uploader .buttonselect:hover {
	color: #333 !important;
	text-decoration: none;
}

.uploader .buttonupload {
	background-position: 0px 0px;	
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 32px;
	cursor: pointer;
	height:30px;
	line-height:32px;
	text-align:center;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	background-color: #7FDB68;
	border: 1px solid #337A21;
	width:110px;
	float: left;
	margin:  0 0 0 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.uploader .buttonupload:hover {
	color: #222 !important;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	text-decoration: none;
	background-color: #46C227;
}

.upload_queue { font-size: 11px; }

#upload .button span {
	display: block;
	background-position: right 0px;
	margin: 0px 0px 0px 1px;
}

#upload .button:hover span {
	display: block;
	background-position: right -33px;
	margin: 0px 0px 0px 1px;
}

#upload .button.green {
	background-position: 0px -66px;
}

#upload .button.green span {
	background-position: right -66px;
}

.button.green:hover {
	background-position: 0px -99px;	
}

#upload .button.green:hover span {
	background-position: right -99px;
}

#upload .button.blue {
	background-position: 0px -132px;
}

#upload .button.blue span {
	background-position: right -132px;
}

#upload .button.blue:hover {
	background-position: 0px -165px;	
}

#upload .button.blue:hover span {
	background-position: right -165px;
}

.full {
	margin: 10px;
}

#more.loading {
	height: 16px;
	width: 16px;
	display: block;
	margin: 0px auto;
	top: 8px;
	position: relative;
	background: #d6d6d6 url(/graphics/loader.gif) center center no-repeat;
}

/* End Activity */

/* Start Blog */

#blog .post {
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 20px 10px;
	/*background: transparent url(/graphics/border.gif) bottom left repeat-x;*/
}

#blog .post .date {
	color: #666;
	text-shadow: 0px 1px 0px #fff;
	margin: 0px 14px 0px 0px;
}

#blog .post h3 {
	margin: 4px 0px 0px 0px;
}

#blog .post h3 a {
	font-size: 24px;
	color: #333;
}

#blog .post img {
	border-bottom: 1px solid #fff;
}

#blog .post .postinfo {
	margin-top: 0.5em;
}

#blog .post .postinfo p {
	margin: 0px 0px 1.2em;
	line-height: 1.3em;
	text-shadow: 0px 1px 0px #fff;
}

#blog .portait .photo {
	width: 560px;
}

#blog .portait .postinfo {
	float: right;
	width: 320px;
	margin: 0px;
}

#blog .post .description {
	background-color: #222;
	border-bottom: 1px solid #fff;
	padding: 4px 6px;
	color: #fff;
}

#blog .post .button {
	margin: 20px 0px 0px 0px;
}

#blog .blogpost {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#blog .blogpost .photo {
	margin-bottom: 40px;
}

#blog .blogpost .portait .photo {
	margin: 0 auto 40px auto;
}

#blog h3 {
	font-size: 18px;
	margin: 0px;
}

#blog #comments {
	margin-top: 20px;
}

/* End Blog */

/* Start Upload */

.uploader {
	margin: 0px 0px 10px 0px;
}

.upload_item_sidebar {
	float:left;
	width:20px;
	margin:0 5px;
	padding: 3px 5px;
}

.upload_item {
	position: relative;
	border: 1px solid #aaa;
	background-color: #eee;
	margin: 0px 0px 5px 0px;
	height: 20px;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	float:left;width:200px;
}

.upload_item .upload_info {
	position: absolute;
	width: 100%;
	line-height: 180%;
}

.upload_item .upload_info .filename {
	float: left;	
	padding: 0px 0px 0px 5px;
}

.upload_item .upload_info .percentage {
	float: right;
	padding: 0px 5px 0px 0px;
}

.upload_item .progress {
	padding: 0px;
	background-color: #b6cdd7;
	position: absolute;
	height: 100%;
}

#upload hr {
	margin: 30px 0px;
}

.upload_edit {
	margin: 0px 0px 0px 0px;
}

.upload_default {
	background-color: #eee;
	border: 3px dashed #ccc;
	width: 616px;
	height: 350px;
	margin: 0px auto;
	line-height: 350px;
}

.upload_default h6 {
	color: #333;
	font-size: 16px;
}

.upload_default h6 img {
	width: 16px;
	height: 16px;
	position: relative;
	top: 1px;
	margin: 2px 10px 0px 0px;
}

.upload_photo {
	float: left;
	width: 640px;
	text-align: center;
}

.upload_photo .upload_image {
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
	max-height: 620px;
	max-width: 620px;
}

.upload_form {
	float: right;
}

.upload_form.disabled {
	opacity: 0.33;
}

form ul li label {
	font-weight: normal;
	font-size: 14px;
}

form ul li input[type=text], form ul li textarea, form ul li select {
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #eee;
	width: 250px;
	font-size: 12px;
}

form ul li textarea {
	height: 5.6em;
}

form ul li select {
	width: 260px;
	padding: 2px;
}

form ul li {
	margin: 2px 0px 20px 0px;
}

form ul li.label {
	margin: 0px 0px 4px 0px;
}

form ul li label span {
	color: #999;
	font-size: 12px;
}

/* End Upload */

#footer, #footer_push {
	height: 40px;
	margin: 15px auto 5px;
}

#footer {
	/*margin-top: 20px;*/
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}

#footer a {
	color: #666;
}

#footer ul {
	float: left;
}

#footer li {
	float: left;
	margin: 0px 15px 0px 0px;
}

#footer div {
	color: #999;
	float: right;
}

#footer hr {
	margin-top: 0px;
}



/* USERS */

.users_box  {
	border-bottom:1px solid #ccc;
	float:left;
	height:40px;
	margin:0 10px 10px 0;
	padding:1px;
	width:280px;
}

.users_gravatar {
	float:left;
	height:35px;
	padding-right:5px;
	width:35px;
}

.users_username {
	float:left;
	font-size:21px;
	height:24px;
	line-height:24px;
	margin:6px 0 0 5px;
	overflow:hidden;
	width:235px;
}

.user_rating_new {
	color:#999999;
	font-size:16px;
}

.users_rating {
	color:#0099FF;
	float:right;
	font-size:25px;
	height:35px;
	margin-top:10px;
}

.users_rating_respect {
	color:#A32581;
	float:right;
	font-size:25px;
	height:35px;
	margin-top:10px;
}

.users_rating_productive {
	color:#73BF06;
	float:right;
	font-size:25px;
	height:35px;
	margin-top:10px;
}

.users_rating_comments {
	color:#497DBD;
	float:right;
	font-size:25px;
	height:35px;
	margin-top:10px;
}

.users_rating_recent {
	color:#E43A3A;
	float:right;
	font-size:25px;
	height:35px;
	margin-top:10px;
}

#users_ranking_table {
	float:left;
	margin-left:25px;
	width:270px;
}

/* hide publications count */
div.exhibit-collectionView-header div:first-child {
	display: none !important;
}
div.pub-facets {
	display: none !important;
}

div.exhibit-collectionView-group h1 {
	display: none !important;
}

exhibit-collectionSummaryWidget-results {

	display: none !important;
}

.imgbox			{ background: #DDFFFF; padding: 3px 8px 3px 3px; float: right; height: 75px; width: 245px; margin-right: 10px; margin-left: 10px; font-size: 10px; color: #000}

/*.imgdesc 		{ color: #444; font-size: 10px; line-height: 130%; }


.imgdescttl 	{ font-weight: bold; color: #666; margin-bottom: 3px; }
.imgdesc a 		{ color: #456; }*/

.cyan2 {color: #3B8686}
.cyan3 {color: #3B8686; padding-left: 15px}
.small { color: #000; font-size: 12px; }
.responsibility{ font-size: 13px; margin-left: 30px}</pre></body></html>