* {
	padding: 0px;
	margin: 0px;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height:1.25em;
	font-family: sans-serif;
}

.sigma-parent {
	position: relative;
	height: 100%;
}

.sigma-expand {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

canvas#sigma_bg_1 {
	display: none;
}

#attributepane {
	font-family: 'droid_sansregular';
	display: none;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    right:0;
	width: 340px;
	background-color: #fff;
	margin: 0;
	word-wrap: break-word;
	background-color:rgba(255,255,255,0.8);
	border-left: 1px solid #ccc;
	padding: 0px 18px 0px 18px;	
	z-index: 1;
}


#attributepane .text {
	height:100%;
}

#attributepane .headertext {
	color: #000;
	margin-bottom: 5px;
	height: 14px;
	border-bottom: 1px solid #ccc;
	padding: 0px 0 10px 0;
	font-size:14px;
	font-weight:bold;
}


#attributepane .returntext em {
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	background-position: -91px -13px;
	float: left;
}

#attributepane .returntext span {
	padding-left: 10px;
	padding-top: 20px;
	display: block;
}

#attributepane .close {
	padding-left: 14px;
	margin-top: 10px;
}

#attributepane .close .c {
	border-top: 2px solid #999;
	padding: 10px 0 14px 0;/
}

#attributepane .close em {
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	background-position: -10px -12px;
	display: block;
	width: 24px;
	height: 16px;
	float: left;
}

#attributepane .close span {
	display: block;
	width: 151px;
	float: left;
}

#attributepane .nodeattributes {
	display:block;
	height:88%;
	overflow-y: scroll;
	overflow-x: hidden;
	border-bottom:1px solid #ccc;
	border-top: 1px solid #ccc;
}

#attributepane .data {
	margin:0px;
	padding:0px;
}

#attributepane .data .plus {
	background-repeat: no-repeat;
	background-image: url('../images/sprite.png');
	background-position: -171px -122px;
	width: 22px;
	height: 20px;
	float: left;
	display: block;
}

#attributepane .link {
	padding: 0 0 0 0px;
}

#attributepane .link li {
	padding-top: 2px;
	cursor:pointer;
}

#attributepane .p {
	padding-top: 10px;
	font-family: 'droid_sansbold';
	font-size:14px;
}


#namelabel{
	width:300px;
}

#namelabel .projlabel {
	font-size: 16px;
	font-family: 'droid_sansbold';
	text-transform:uppercase;
	cursor: default;
	padding-bottom: 8px;
	padding-top: 16px;
	padding-left: 10px;
}

#namelabel .projlink a {
	font-family: 'droid_sansbold';
	font-size:16px;
	line-height:28px;
	color:rgba(0, 162, 255, 0.8);
	/*border: 1px solid rgba(210, 210, 210, 0.4);
	background-color: rgba(210, 210, 210, 0.4); */
	padding:0px 100px 0px 30px;
	text-decoration:none;
	outline: none;
	background-image: url('../images/arrow_crosbi.png');
	height:30px;
	width:300px;
	display:block;
	background-repeat: no-repeat;
	background-position:0px 0px;
	margin-top: 15px;
}

#namelabel .projlink a:hover{
	color:rgba(0, 162, 255, 1);
	/* border: 1px solid rgba(210, 210, 210, 1); */
	background-image: url('../images/arrow_crosbi.png');
	outline : none;
	background-position:0px -30px;
}

#projtitle  {
/*	color: red; */
	font-style: bold;
	font-size: 12px;
	width: 280px;
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
}


.left-close {
	background-image: url('../images/sidebar_close.png');
	background-position: 0px 20px;
	z-index:99999;
	cursor: pointer;
	background-repeat: no-repeat;
	display:block;
	height:51px;
	margin-bottom:20px;
	padding-left:31px;
}

.left-close:hover{
	background-image: url('../images/sidebar_close_blue.png');
}

.returntext{
	font-weight: bold;
	font-size:12px;	
	line-height:31px;
	width:200px;
	background-position: 0px 20px;
	color:#666;
}

.returntext:hover{
	color:#000;
}


#developercontainer {
	margin-left:25px;
	margin-bottom:25px;
	position:fixed;
	bottom:0;
}

#jisc {
	width: 71px;
	height: 56px;
	background-image: url('../images/jisc-logo-small.png');
	background-repeat: no-repeat;
	display:inline-block;
}

#jisc span {
	display:none;
}

#oii {
	width: 227px;
	height: 56px;
	background-image: url('../images/oii_text.png');
	background-repeat: no-repeat;
	display:inline-block;
	margin-right:10px;
}

#dev_logo_text{
	font-size: 9px;
	text-transform:uppercase;
	/* font-weight:bold; */
	color:#999;
}

#dev_logo_1{
	width:100px;
	height: 19px;
	background-repeat: no-repeat;
	background-image: url('../images/bioinfo_logo.png');
	margin-top:10px;
	margin-left:0px;
	border-width:0;
}

#dev_logo_1:hover{
	background-position:0px -19px;
	border-width:0;
}
#dev_logo_2{
	width:100px;
	height: 17px;
	background-repeat: no-repeat;
	background-image: url('../images/crosbi_logo.png');
	margin-top:10px;
	margin-left:0px;
	border-width:0;
}

#dev_logo_2:hover{
	background-position:0px -17px;
	border-width:0;
}

#dev_logo_3{
	width:100px;
	height: 23px;
	background-repeat: no-repeat;
	background-image: url('../images/exaltum_logo.png');
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	border-width:0;
}

#dev_logo_3:hover{
	background-position:0px -23px;
	border-width:0;
}

#oii span {
	display:none;
}

#maintitle {
	width: 100%;
	height: 72px;
	background-repeat: no-repeat;
	margin-bottom:20px;
	background-image: url('../images/CSL_logo_sidebar.png');
}


#maintitle h1 {
	display: none;
}

#mainpanel {
	font-size: 11px;
	/* font-family: 'dosisregular'; */
	font-family: 'droid_sansregular';
	display: block;
	margin-top: 50px;
	margin-left: 25px;
	margin-bottom: 50px;
	z-index:20;
	position: absolute; 
	height: auto;
	top:0;
	bottom:0;
}

#mainpanel .b1 {
	padding: 0px 0 0 0;
}

#mainpanel .col {
	background:#fff;
	background-color:rgba(255,255,255,0.8);
	border:1px solid #ccc;
	width: 240px;
	padding: 18px 18px 18px 18px;
	margin: 0;
}

#mainpanel .cpl {
	position: relative;
	z-index:20;
}

#mainpanel .leg {
	font-size: 10px;
	position: relative;
	margin-top: 15px;
	z-index:20;
	/* overflow-y: scroll; */
}

#title {
	font-weight: bold;
}

#titletext {
	padding: 6px 0 10px 0;
}

#info {
	padding-bottom:15px;
}


#search {
	border-top: 1px solid #ccc;
	padding: 20px 0 0px 0px;
}

#search input[name=search] {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 5px 4px 7px;
	width: 205px;
	color: #000;
}

#search input.empty {
	color: #000;
}

#search .state {
	width: 16px;
	height: 16px;
	background-image: url('../images/sprite.png');
	float: right;
	margin-top: 6px;
	margin-right:0px;
	cursor: pointer;
	background-position: -131px -12px;
}

#search .state:hover {
	background-position: -131px -42px;	
}


#search .state.searching {
	background-position: -10px -12px;
}

#search .state.searching:hover {
	background-position: -10px -42px;
}

#search .results {
	display: none;
/*	border: 1px solid #999;*/
	border: 1px solid rgba(210, 210, 210, 0.2);
	margin: 10px 0px 0px 0px;
	width:238px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height:150px;
	background-color: rgba(210, 210, 210, 0.4);
}

#search .results b {
	padding-left: 5px;
}

#search .results a {
	padding: 4px 4px 4px 4px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #111;
}

#search .results a:hover {
	background-color: #fff;
	color: #000;
}

.searchinfo{
	font-style:italic;
	line-height:20px;
}

.searchres{
	font-weight:bold;
	line-height:18px;
	padding:4px;
}

.selector {
	margin: 15px 0 13px 0 ;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selector .select {
	border: 1px solid rgba(210, 210, 210, 0.2);
	padding: 5px 0px 4px 7px;
	color: #000;
	cursor: pointer;
	background-color: rgba(210, 210, 210, 0.4);
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	background-position: 208px -144px;
}

.selector .select:hover {
	border: 1px solid rgba(210, 210, 210, 0.8);
	background-image: url('../images/sprite.png');
	background-position: 208px -174px;
}

.selector .close {
	background-position: 208px -8px;
}

.selector .close:hover {
	background-position: 208px -38px;
}

.selector .list {
	display: none;
	border: 1px solid rgba(210, 210, 210, 0.2);
	/*	height: 80px; */
	width: 238px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: rgba(230, 230, 230, 0.4);
	/*position: relative;
	left: 240px;
	bottom: 164px;
	position:absolute;
	margin-left: 240px;
	margin-top:-164px; */
	color: #333;
}	

.selector .list a {
	display:block;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	color: #333;
}

.selector .list a:hover {
	background-color: #fff;
	color: #000;
}

.sel_list_odd{
	line-height:13px;
	background-color:rgba(230, 230, 230, 0.4);

}

.sel_list_even{
	line-height:13px;
	background-color:rgba(250, 250, 250, 0.4);
}


.link h2 {
	font-size: 1em;
	padding-top: 1em;
}

#mainpanel dl {
	padding-bottom:10px;
}

#mainpanel h2 {
	font-size:14px;
}

#mainpanel dt {
	width: 20px;
	height: 20px;
	float: left;
	background-repeat: no-repeat;
	background-image: url('../images/sprite.png');
}

#legend {
	/* position: relative; */
	overflow-y: auto; 
	/* height: 85%; */
	/* top: 0; */
	/* margin-bottom: 10px; */
}

#legend dl {
}

#legend dd {
	margin-bottom: 8px;
	color: #000;
}

#legend .legendline {
	height: 32px;
	width: 100%;
	display: block;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
}

#legend .legendkey {
	width: 15px;
	height: 20px;
	margin-top: 5px;
	border: 1px solid #888;
	display: table-cell;
	vertical-align: middle;
	float: left;
	cursor: inherit;
}

#legend .legenddesc {
	height: 32px;
	display: table-cell; 
	vertical-align: middle;
	padding-left: 3px;
	cursor: inherit;
}

#mainpanel h2 {
	padding-bottom:7px;
	font-size:12px;
}

#mainpanel .infos dd {
	margin-bottom: 12px;
}

#mainpanel .node {
	background-position: -11px -119px;
}

#mainpanel .edge {
	background-position: -51px -122px;
}

#mainpanel .colours {
	background-image:url('../images/rainbow.png');
}

#legend .note {
	margin-bottom: 8px;
}

#mainpanel .regions {
	background-position: -171px -13px;
}

#mainpanel .download {
	background-position: -51px -13px;
}

#mainpanel .moreinformation {
	background: url('../images/info.png');
	background-repeat: no-repeat;
	margin-left: 5px;
}

#langselect {
	margin:0 auto;	
	position: fixed;
	right: 25px;
	top: 25px;
	width: 60px;
/*	background-color: #f00; */
	z-index:999;
}

#langselect .langpicker {
	width: 100%;
}

#langselect .picker-handle {
	width: 100%;
}

#copyright {
	margin:0 auto;	
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index:0;
}

#copyright a { 
	color: #000; 
	outline: 0;
} 

#copyright a:visited { 
	color: #000; 
	outline: 0; 
}

#copyright .explanation {
	display: none;
}

#progressbar {
	z-index: 999;
	position: fixed;
	left: 42%;
	bottom: 45%;
	width: 300px;
	height: 20px;
}

#zoom {
	z-index:999;
	position: fixed;
	left: 45%;
	bottom: 25px;
	margin:0 auto;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align:left;
}

#zoom .z {
	background:#fff;
	background-color:rgba(255,255,255,0.7);
	width: 60px;
	height: 60px;
	cursor: pointer;
	border:1px solid #ccc;
	float:left;
	margin-right:4px;
	background-repeat:no-repeat;
}

#zoom .z[rel=center] {
	background-image: url('../images/zoom_reset.png');
	background-position:center;
}

#zoom .z[rel=in] {
	background-image: url('../images/zoom_in.png');
	background-position:center; 
}

#zoom .z[rel=out] {
	background-image: url('../images/zoom_out.png');
	background-position:center; 
}

.line {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

#information {
	display: none;
	background: #fff;
	padding: 1px 10px 10px 10px;
}

#information h3 {
	margin: 14px 0 4px 0;
}

#information p {
	margin: 0 0 4px 0;
}

#information .button {
	width: 14px;
	height: 14px;
	background-image: url('../images/sprite.png');
	border: 1px solid #999;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#information .button span {
	display: none;
}

#information .button.plus {
	background-position: -91px -122px; 
}

#information .button.moins {
	background-position: -131px -122px;
}

#minify {
	background-color: #fff;
	padding: 4px 4px 4px 25px;
	cursor: pointer;
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	background-position: -167px -118px;
	position: absolute;
	top: 65px;
	left: 15px;
	display: none;
}

#minifier {
	position: absolute;
	width: 20px;
	height: 16px;
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	background-position: -45px -147px;
	cursor: pointer;
	display: none;
}


#infotable{
	width:300px;
}

#infotable table{
	font-size:8pt;
	width:100%;
}
#infotable tbody{
}

#infotable th{
	background-color: rgba(210, 210, 210, 0.2);
}


.tr_main{
	height:10px;
}

#infotable th.th_main{
	background-color: rgba(190, 190, 210, 0.4);
	height:18px;
	text-transform:uppercase;
	font-size:9pt;
	padding:1px 2px 1px 2px;
}

#infotable th.th_main_sub1{
	background-color: rgba(190, 190, 190, 0.4);
	height:16px;
	font-size:8pt;
	padding:1px 2px 1px 2px;
}
#infotable th.th_main_sub2{
	background-color: rgba(210, 210, 210, 0.4);
	height:16px;
	font-size:8pt;
	padding:1px 2px 1px 2px;
}

#infotable th.th_sub{
	background-color: rgba(200,200, 200, 0.4);
	height:16px;
	font-size:7pt;
	padding:1px 2px 1px 2px;
}

#infotable th.th_left{
	background-color: rgba(200, 200, 200, 0.4);
	height:16px;
	padding:0px 1px 0px 1px;
}

#infotable th.th_left_first{
	background-color: rgba(190, 190, 190, 0.4);
	height:16px;
	padding:0px 1px 0px 1px;
}

#infotable th.th_left_second{
	background-color: rgba(210, 210, 210, 0.4);
	height:16px;
	padding:0px 1px 0px 1px;
}
#infotable th.th_left_third{
	background-color: rgba(215, 215, 215, 0.4);
	height:16px;
	padding:0px 1px 0px 1px;
}

#infotable th.th_left_fourth{
	background-color: rgba(235, 235, 235, 0.4);
	height:16px;
	padding:0px 1px 0px 1px;
}

#infotable td{
	text-align:center;
	width: 36px;
}

#clustertable{
	width:300px;
}

#clustertable table{
	width:100%;
}

#clustertable th{
	background-color: rgba(200, 200, 200, 0.4);
	height:16px;
	font-size:8pt;
	padding:1px 2px 1px 2px;
}

#clustertable td{
	width:26px;
	text-align:center;
}


#clustertable  td.membership {
	background-color: rgba(210, 210, 210, 0.2);
	padding:2px 2px 2px 5px;
	width:150px;
	text-align:left;
}

#clustertable  td.membership:hover{
	background-color: rgba(210, 210, 210, 0.4);
}

#clustertable  td.membership a{
	color:rgba(0, 162, 255, 1);
	text-decoration:none;
	display:block;
}

#clustertable  td.membership a:hover{

}

#clustertable  td.membership a:visited{

}



#connections {
	width:300px;
}

#connections table{
	width:100%;
}

#connections td{
	text-align:center;
	background-color: rgba(210, 210, 210, 0.2);
	width:120px;
}

#connections th.th_main{
	background-color: rgba(190, 190, 210, 0.4);
	height:18px;
	text-transform:uppercase;
	font-size:9pt;
	padding:1px 2px 1px 2px;
}

#connections th.th_main_sub1{
	background-color: rgba(190, 190, 190, 0.4);
	height:16px;
	font-size:8pt;
	padding:1px 2px 1px 2px;
}
#connections th.th_main_sub2{
	background-color: rgba(210, 210, 210, 0.4);
	height:16px;
	font-size:8pt;
	padding:1px 2px 1px 2px;
}

#connections  td.membership {
	background-color: rgba(210, 210, 210, 0.2);
	padding:2px 2px 2px 5px;
	width:150px;
	text-align:left;
}

#connections  td.membership:hover{
	background-color: rgba(210, 210, 210, 0.4);
	
}

#connections  td.membership a{
	color:rgba(0, 162, 255, 1);
	text-decoration:none;
	display:block;
}

#connections  td.membership a:hover{

}

#connections  td.membership a:visited{

}


#connections  td.perc{
	width:36px;
	color:#444;
}

#categories .refine  {
	color:red;
	width:300px;
	margin-bottom:2px;
	line-height:20px;
	/* border: 1px solid rgba(190, 190, 190, 0.2);*/
	background-color: rgba(210, 210, 210, 0.1); 
	background-image: url('../images/crosshair.png');
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
}

#categories .refine:hover{
	/* border: 1px solid rgba(190, 190, 190, 0.4); */
	background-position:0px -40px;
}

#categories .refine  a{
	color:rgba(0, 162, 255, 0.8);
	display:block;
	text-decoration:none;
	padding-left:30px;
	max-height:40px;
	overflow:hidden;
}

#categories .refine a:hover {
	color:rgba(0, 162, 255, 1);
}

#clusterlabel {
	margin-top:15px;
	margin-bottom:10px;
	font-size:14px;
	width:290px;
	padding:0px 5px 0px 5px;
}




