html, body {
    height: 98%;
		font: 12px Arial, sans-serif;
		margin:0px;
}

/* 
   light green:  EBF5DF
   green:  8CC63F
   brown: D3BCA5
   dark brown: A67c52
   light brwon: E9DED3
   very light brow: F6F2EE
 */

a,img {
 border: none;
}

.center
{
margin:auto;
}

/*
.contenttableheader{
  background-color:#D3BCA5;
}
*/
.textarea {
 width:226px; background-color:#888;
 font-family: inherit;
}

.modulediv {
 /* margin-top:5px;*/
  position:relative;
}

.module-level,.module-level-important {
  overflow:auto; 
}

.module-level .module-sub-level{
  position:absolute;
  height:3px; 
 /* margin-top:5px; */
  border-style:solid;
  border-width:0px 0px 0px 0px;
  border-top-color:black;
}

.module-level-important .module-sub-level{
  position:absolute;
  height:5px;
 /* margin-top:4px; */
  border-style:solid;
  border-width:0px 0px 0px 0px;
  border-top-color:black;
}

#zoom_slider{
 margin-top:20px;
 margin-bottom:5px;
}

#track_name .block{
 padding-bottom:10px;
}

.gene-name{
  float:left;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #ddd; 
}

.gene-name-text{
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0px;
  padding-left: 0px;
}

div input{
  margin-top:5px;
  margin-right:5px;
}

#logo{
  height:50px;
  margin-left:10px;
  margin-top:10px;
	padding-bottom:5px;
 /* margin-bottom:10px; */
}
#ie_notice_small{
  position: absolute;
  width:650px;
  top:0px;
  left:250px;
}

#crc{
  height:100%;
  width:100%;
  padding:0;
/*  margin-top:20px; */
  /* border-top-color:#8CC63F; */
  border-top-color: #fff;
  border-top-width: 5px;
  border-top-style:solid;
}


#spacedivider{
  height:30px;
}
#recenttrack{
  margin-top:20px;
  background-color:#EBF5DF;
}
#recenttracktable{
 width:100%;
 margin:0px;
}
#main-content-tab,#help-tab{
  font-size:12px;
	padding:5px;
  margin-top:20px;
 /* background-color:#EBF5DF; */
}

#searchtrackbox{
 /* float:left; */
 margin:0px 0px;
 padding:0px 0px;
 display: none;
}

#toppaneitems{
  margin-left: auto;
  margin-right: auto;
}

#footnote{
  height: 20px;
}

.nav {
    vertical-align: middle;
    z-index: 10;
}

input.icon {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

div.container {
    position: relative;
    z-index: 0;
}

div.dragWindow {
    position:relative;
    overflow: hidden;
    z-index: 1;
    cursor: url("openhand.cur"), move; 
    background-color:#fff;
    border-color: white white #EBF5DF white;
    overflow-y: auto;
}

div.locationTrap {
    position: absolute;
    /* background-color: #BDD7FF;
    border-color: white white #BDD7FF white;
    */
    background-color: #EBF5DF;   /* very light green */
    border-color: white white #EBF5DF white;
    border-style: solid;
    width: 0px;
    height: 0px;
    line-height: 0px;
    z-index: -10;
}

div.locationThumb {
    position: absolute;
    top: 0px;
    /* if you change this border from 2px, change GenomeView.showTrap */
    border: 2px solid red;
    margin: 0px -2px 0px -2px;
    cursor: url("openhand.cur");
}

div.modulediv{
  width:100%
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: red;
}

div.overview {
    width: 100%;
		/*cursor: crosshair; */
    /* height:150px; */
    border-style: solid;
    border-width: 5px 0px 5px 0px;
    border-color: #aaa;
    /* color:#aaa; */
    border-color:#A67C52;
    font-family: sans-serif;
    text-align: center;
    z-index: -5;
 /* background-color:red; */
}

div.block {
    position: absolute;
    overflow: visible;
    top: 0px;
    height: 100%;
}

div.track {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 5;
   cursor: url("openhand.cur"), move; 
}

div.ui_track {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 5;
   cursor: url("openhand.cur"), move; 
}

div#static_track {
    top: 0px;
    position: absolute;
    background-color: #E9DED3;
    z-index: 20;
}

div.gridline {
    position: absolute;
    top: 0px;
    height: 100%;
    border-style: none none none solid;
    border-width: 1px;
    border-color: #ddd;
}

div.pos-label {
    position: absolute;
    left: 0px;
    /*background-color: #ddd; */
    background-color: #D3BCA5; /* brown */
    z-index: 100;
    padding: 4px;
    font-family: sans-serif;
}

div.overview-pos {
    position: absolute;
    left: 0px;
    color: black;
    padding-left: 4px;
    font-family: sans-serif;
    border-style: solid;
    border-color: black;
    border-width: 0px 0px 0px 1px;
}

div.blank-block {
    font: sans-serif;
    position: absolute;
    overflow: visible;
    top: 0px;
    height: 100%;
    background-color: #eee;
    z-index: 19;
}

div.sequence {
    position: absolute;
    left: 0px;
    font-family: "Courier New", Courier,monospace;
    letter-spacing: 0px;
    /*
    padding-left: 2px;
    */
}

/*
div.minus-feature:before {
    content: attr(fName);
    display: block;
}

div.plus-feature:before {
    content: attr(fName);
    display: inline;
}
*/

div.track-label {
    font-family: sans-serif;
		font-weight:bold;
    z-index: 20;
    /* background-color: #BDD7FF; */
    background-color: #EBF5DF;filter:alpha(opacity=70);opacity:.7;   /* very light green */
  /*   border: 2px #2b434c solid; */
    border: 2px #aaa solid; 
		-moz-border-radius: 5px 5px 5px 5px;
	  -webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
    /*color: #2b434c; */
    padding: 5px;
   /* cursor: pointer; */
   /* cursor: url("openhand.cur"), move; */
    cursor: move; 
    overflow:visible;
}

div.track-label-hover {
	background: #F4F4F4;filter:alpha(opacity=1.0);opacity:1.0;
	/*background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	*/
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

div.tracklist-label { 
    padding:10px;
    font-family: sans-serif;
    z-index: -1;
    margin-top:10px;
    margin-left:5px;
    margin-right:5px;
    background-color: #EBF5DF;
    border: 2px #2b434c solid;
/*  border: 2px #aaa solid; */
    color: #2b434c;
    cursor: pointer;
}

div.track_icon span{
 margin-left:10px;
 margin-right:10px;
}

div.track_icon img{
 vertical-align: bottom;
}

/*
div.track_icon:hover span {
 background-color:#c4c4c4;
}
*/
div.labeldropmenudivhover{
 background-color:#555555;
 color:#fff;
}

div.tracklist-label-helper { 
    padding:2px 5px 2px 5px;
    font-family: sans-serif;
    z-index: 10;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    /* background-color: #EBF5DF; */
    background-color: yellow;
    /*
    background-color: #CCF;
    */
    border: 1px #2b434c solid;
    border-radius: 5px 5px 5px 5px;
    /* border: 2px #aaa solid;
    */
    cursor: pointer;
}

div.track_delete{
  padding:0;
  z-index:100;
  margin:0;
  cursor:pointer;
}

div.track_icon{
   padding-left:5px;
   padding-right:0px;
	 padding-top:5px;
	 padding-bottom:5px;
   margin:0;
   z-index:10000;
   cursor:pointer;
}

div.track_drop_icon{
  position:relative;
	margin-top:0px;
	margin-left:5px;
}

div.tracklist-container {
    padding: 0px;
    margin:0px;
    /*
    margin-top: -3px;
    margin-bottom: -3px;
    */
}

.feature-label {
    position: absolute;
    font-family: "Courier New", Courier,monospace;
    border: 0px;
    margin: -2px 0px 0px 0px;
    /* padding: 0px 0px 2px 0px; for more space below labels */
    padding: 0px 0px 0px 0px;
    /* font-size: 80%; */
    white-space: nowrap;
    background-color: #eee;
    z-index: 10;
    cursor: pointer;
}

#crosshair-v{
    height:100%;
    width:1px;
    z-index:1;
    margin-left:-1px;
}

.hair{    
   position:fixed;
   background-color:rgba(255,0,0,0.5);
}


/* left pane items */
.left-pane-header{
 padding:3px;
 background-color: #d3e9b5;
 border-radius: 5px 5px 0px 0px;
 font: bold 12px Arial, sans-serif;
 position: relative;
 margin-right:5px;
 margin-bottom:0px;
 left: 5px;
}

.form-input{
 margin-top: 10px;
}

.leftpanediv{
 position: relative;
 margin-top:10px;
 margin-right:5px;
 font-family:"Arial", sans-serif;
}

#linkedTracksForm, #vennTracksForm, #coVisForm{
 position: relative;
 left: 5px;
 font: 12px Arial, sans-serif;
}

.header-icon{
  position: absolute;
  right:10px;
  top:2px; 
  /*font-size: 14px; 
  font-weight:bold; */
  font-size: 10px;
  color:#3E3023;
}

.leftPaneDivForm {
  background-color:#F6F2EE;
  margin-right:5px;
}

#venndiagramdiv{
  /*
  border-width:1px;
  border-color:#000;
  border-style:solid;
  */
  margin-top:10px;
  margin-right:5px;
  height:180px;
  left:5px;
}

.image-track-selected{
  border-width:4px 0px;
  border-style: solid;
  border-top-color: yellow;
  border-bottom-color: yellow;
}

.block img{
  background-color: gray;
}

/* tooltip */
#tt {z-index:10; position:absolute; display:block; background:url(../images/tt_left.gif) top left no-repeat} 
#tttop {z-index:10; display:block; height:5px; margin-left:5px; background:url(../images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {z-index:10; display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {z-index:10; display:block; height:5px; margin-left:5px; background:url(../images/tt_bottom.gif) top right no-repeat; overflow:hidden}

/*.track_icon {float:right; padding-right:5px}  */

#clearalltracksdiv{
}

#visibleBalloonElement{
 -moz-border-radius: 5px 5px 5px 5px;
 -webkit-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px;
 /*
 border:1px solid #aaa;
 */
}

.submitbutton{
	font: 11px Arial, sans-serif;
	background: none repeat scroll 0 0 #D3BCA5;
	border: 1px solid #666666;
	border-radius: 4px 4px 4px 4px;
	color: #000;
	cursor: default;
	font-weight: bold;
	position: absolute;
	/*
	right: 0.5em;
	bottom: 0.5em;
	 */
	padding: 0.25em 0.5em;
	z-index: 999999999;
}

.disabledbutton{
  color:#404040;
	background-color:#d4d4d4;
}

area:hover {border:5px solid blue;}

/*#relatedtracks,#venntracks{
 font-family:"Arial", sans-serif;
}
*/

/* related track table */
table {
 margin-top:5px;
 table-layout: fixed; 
}

td{
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#expandcollapseall{
 margin-top:5px;
 text-align:center;
}

.current_selected_leaf{
 margin-top:5px;
 font-size:11px;
 font-weight:bold;
 text-align:left;
 background-color:#EBF5DF;
}

#browsealltracksmain .containerTableStyle table tbody tr td:first-child{
 width: 0px !important;
}

.containerTableStyle{
 margin-top:10px;
}

#currentTrackInfoTooltipTable{
  table-layout:auto;
}

#contentWrapper{
 margin-right:5px;
}

#currentTrackInfoTooltipTable td{
  white-space: normal;
  max-width:400px;
}


.boxTooltip {
  font-size:12px;
/*	line-height:40px; */
}

/*
#SCTFilterTooltipDiv{
  font-size:12px;
}
*/
.sctFilterTextinputLeft{
    position: absolute;
    left:100px;
    border-width: 1px;
    border-style: solid;
    border-color:#666;
    width:60px;
		height:14px;
    font: 12px Arial, sans-serif;
}

.sctFilterTextinputRight{
    position: absolute;
    left:265px;
    border-width: 1px;
    border-style: solid;
    border-color:#666;
		width:60px;
		height:14px;
    font: 12px Arial, sans-serif;
}

.sctFilterSpanRight{
  position: absolute;
  left: 180px;
	margin-top: 5px;
}

.emptydiv{
  width:350px; 
  visibility:hidden;
}

#filterUserTrackTitle{
    border-width: 1px;
    border-style: solid;
    border-color:#666;
		width:250px;
		height:16px;
    font: 12px Arial, sans-serif;
}

#sctfiltererror{
  width:250px;
	position:absolute;
  font:12px Arial, sans-serif;
	z-index:100000000;
}

/* blue text */
.colortext{
	color:#0000ff;
	font-weight:bold;
}

/* green text */
.colortext2{
	color:#008000;
	font-weight:bold;
}

.option-even{
 background-color:#F6F2EE;
}

/* for sortable placeholder */
.sortable-placeholder {
  background: red;
  float: right;
  width: 20px;
  height:20px;
  display: block;
  visibility: visible !important;
 }

.myplaceholder
{
    margin:10px;
    padding:10px;
    background-color:yellow;
    width: 20px;
    visibility: visible !important;
}

.placer{
  border:1px dotted black;
	visibility:visible;
	z-index:10000;
	background:red;
	margin:1px;
	height:10px;
	width:100%;
}
	
/*
.sample-heatmap-title{
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-transform: rotate(-90deg);
   -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
   position:absolute;
   bottom:0;
   font-family:sans-serif;
   font-size:12px;
}
*/

.sample-heatmap-title{
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   transform: rotate(-90deg);
   transform-origin:20% 40%;
   -ms-transform: rotate(-90deg); /* IE 9 */
   -ms-transform-origin:20% 40%; /* IE 9 */
   -webkit-transform: rotate(-90deg); /* Safari and Chrome */
   -webkit-transform-origin:20% 40%; /* Safari and Chrome */
   -moz-transform: rotate(-90deg); /* Firefox */
   -moz-transform-origin:20% 40%; /* Firefox */
   -o-transform: rotate(-90deg); /* Opera */
   -o-transform-origin:20% 40%; /* Opera */
   position:absolute;
   bottom:5px;
}


.genelocate{
     padding:5px; background-color:#FFF; color: #333; margin: 2px 0px -3px 6px;
     width:226px;
     height: 12px;
     border-width: 1px;
     border-style: solid;
     border-color:#888;
     font: 12px Arial, sans-serif;
		 color:#888;
     overflow-y: hidden; 
     line-height:13px;
     vertical-align:top;
}

/* loading animation */
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
#mymodal{
    display:    block;  
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, 0.5) 
                url('../images/loading2.gif') 
                50% 50% 
                no-repeat;
}

#loading_netgestalt {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loading_netgestalt.png') 50% 50% no-repeat #EBF5DF;
/*	cursor: wait; */
}

#useruploadsampleinfo{
  margin-top:10px;
  display:none;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading #mymodal {
    display: block;
}

.toggleColor{
 color:red;
}

/* UI-layout style */
.ui-layout-resizer	{ /* all 'resizer-bars' */
	/*background:		#DDD;*/
	background:		#d3e9b5;
	border:			1px solid #BBB; 
	border-width:	0;
	}
	.ui-layout-resizer-drag {		/* REAL resizer while resize in progress */
	}
  .ui-layout-resizer-open:hover ,	/* hover-color to 'resize' */
	.ui-layout-resizer-dragging {	/* resizer beging 'dragging' */
		background: #C4E1A4;
	}
	.ui-layout-resizer-dragging {	/* CLONED resizer being dragged */
		border:  	1px solid #BBB;
	}
	.ui-layout-resizer-dragging-limit {	/* CLONED resizer at min or max size-limit */
		background: #E18D8D;
	}

	.ui-layout-resizer-closed:hover	{ /* hover-color to 'slide open' */
		background: #EBD5AA;
	}
	.ui-layout-resizer-sliding {	/* resizer when pane was 'slid open' */
		opacity: 0.1; /* show only a slight shadow */
		filter: alpha(opacity=10);
		}
		.ui-layout-resizer-sliding:hover {	/* sliding resizer - hover */
			opacity: 1; /* on:hover, show the resizer-bar normally */
			filter: alpha(opacity=100);
		}
		/* sliding resizer - add 'outside-border' to resizer on:hover */
		.ui-layout-resizer-north-sliding:hover	{ border-bottom-width:	1px; }
		.ui-layout-resizer-south-sliding:hover	{ border-top-width:		1px; }
		.ui-layout-resizer-west-sliding:hover	{ border-right-width:	1px; }
		.ui-layout-resizer-east-sliding:hover	{ border-left-width:	1px; }
  /*
*	TOGGLER-BUTTONS
*/
.ui-layout-toggler {
	color: #666;
	border: 1px solid #BBB; /* match pane-border */
	background-color: #999;
	}
	/*
	.ui-layout-resizer:hover .ui-layout-toggler {
		filter:		alpha(opacity=60);
		opacity:	.60;
	}
	.ui-layout-resizer:hover .ui-layout-toggler:hover { 
		background-color: #FC6;
		filter:		alpha(opacity=100);
		opacity:	1;
	}
	*/
	.ui-layout-toggler-north ,
	.ui-layout-toggler-south {
		border-width: 0 1px;
	}
	.ui-layout-toggler-west ,
	.ui-layout-toggler-east {
		border-width: 1px 0;
	}
	/* hide the toggler-button when the pane is 'slid open' */
	.ui-layout-resizer-sliding .ui-layout-toggler {
		display: none;
	}
	/*
	*	style the text we put INSIDE the east/west togglers
	*/
	.ui-layout-toggler .content {
		font-size:		12px;
		font-weight:	bold;
		color:			#666;
		padding-bottom: 0.35ex; /* to 'vertically center' text inside text-span */
	}
	.ui-tabs .ui-tabs-nav li a {font-size:12px !important; padding:2px 15px !important}
	#ui-layout-west{
    font-size:12px;
	}
	/* tab header backround color */
	.ui-tabs .ui-tabs-nav
	{
	background: #d3e9b5;
	}
.ui-widget-header .ui-state-active{
	  font-weight:bold  !important;
}

.ui-widget{
 font-size:13px;
}

.ui-front{
  z-index: 9999;
}

.netsamparams{
 margin-top:3px;
}

.netsamparams span{
 display: inline-block;
 vertical-align: middle;
 width:300px;
}

.netsamparams input{
 display: inline-block;
 vertical-align: middle;
}


.netsamparams_background{
background-color:#e2e2e2;
border:1px solid #e2e2e2;
margin:1px 0px 0px 0px;
padding:2px;
border-radius:5px;
}

.netsamparams_background_white{
background-color:#fff;
border:1px solid #fff;
margin:1px 0px 0px 0px;
padding:2px;
border-radius:5px;
}

.netsamparams_input::-webkit-input-placeholder{
 color: black;
}

.netsamparams_input::-moz-placeholder {  /* Firefox 19+ */
	color: black;  
 }

.netsamparams_input:-ms-input-placeholder {  
	 color: black;  
}

.netsamparams_input:disabled::-webkit-input-placeholder{
 color:#e8e8e8;
}

.netsamparams_input:disabled::-moz-placeholder {  /* Firefox 19+ */
 color:#e8e8e8;
 }

.netsamparams_input:disabled:-ms-input-placeholder {  
 color:#e8e8e8;
}

#userCreateViewDiv input:disabled{
background-color:#c0c0c0;
color:#e8e8e8;
}
#userCreateViewDiv select:disabled{
background-color:#c0c0c0;
color:#e8e8e8;
}

.moduleInfoTbl {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

.moduleInfoTbl td, .moduleInfoTbl th {
    font-size: 12px;
    border: 1px solid #d3e9b5;
    padding: 3px 7px 2px 7px;
   white-space:nowrap; 
   overflow:hidden;
   text-overflow:ellipsis;
}

.moduleInfoTbl td:hover, .moduleInfoTbl th:hover {
   overflow:visible;
	 background-image:url(../images/grey.png);
   
}

.moduleInfoTbl th {
    font-size: 12px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #d3e9b5;
}

.moduleInfoTbl tr.alt td {
    color: #000000;
    background-color: #E9DED3;
}


