body{
	margin : 0;
	padding : 0;
	font-size: 11pt;
}

body, input{
	font-family: Arial, Helvetica, sans-serif;
}

body,html{
  height:100%;
}


input.color{
	border: 1px solid black;
	width: 3.5em;
	font-size: 80%
}


p{
	padding: .2em 4em .2em 1em;
}

div#header{
	padding: 1em 0em 1em 0em;
	margin-bottom: 5px;
	background-color: #77D1FB;
}

div#innerheader{
	width: 1100px;
	margin: auto;
}

div#innerheader h1{
	font-size: 100%;
	margin-left: 1em;
	color: white;
}

div#container{
	width: 1100px;
	margin: auto;
	position: relative;
}

div#leftbar{
	width: 290px;
	float: left;
	/*position: absolute;*/
}

div.group{
	background-color: #eee;
}

div.main{
	width: 805px; padding-bottom: 2em; margin-bottom: 5px; margin-left: 295px
}

div.gate{
	border : 1px solid black;
	position : absolute;
	width : 200px;
	height : 200px;
	top : -5000px;
	left : -5000px;
}

div.group h2, #csvwrap h2{
	background-color: #77D1FB;
	color: white;
	padding: .3em .3em .3em 1em;
	font-weight: bold;
	font-size: 100%;
	/*font-variant: small-caps;*/
	margin-top: 0px;
}

#filelist, #filters{
	margin: 0 0 0 1em;
}

#csvwrap{
	position : absolute;
	display : none;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	background-color: rgba(200,200,200,0.7);
}

#csvcont{
	background-color: white;
	opacity: 1.0;
	width: 60%;
	height: 100%;
	text-align: center;
}

#csvcont h2{
	text-align: left;
}

#csvtxt{
	white-space: pre;
	width:95%;
	height:90%;
	border: none;
}

#heatmapaxis{
	position: relative;
	/*background-color: white;*/
	width: 256px;
	overflow: hidden;
}

#heatmapaxis div{
	position: absolute;
	border-left: 1px solid black;
	padding-top: .5em;
	text-align: right;
	/*padding-left: 1em;*/
}


.trackidchooser{
	direction: ltr;
	background-color: white;
}

.trackidchooser ul{
	width: 100%;
}


.padl{
	padding-left: 1em;
}

.padr{
	padding-right: 25px;
}


.marb{
	margin-bottom: 25px;
}

.selectableul td, .selectableul th { text-align:left; padding-left: 3px;} 

.selectableul .ui-selecting { background: #FECA40 !important; }
.selectableul .ui-selected { background: #F39814 !important; color: white; }
.selectableul { list-style-type: none; margin: 0; padding: 0; }
.selectableul li { background-color: white; }

#dialog{
	background-color : white; border: 1px solid black; display: none;
}

#menu h3{
	padding: 0em 0em 0em 1em;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

#menu ul{
	margin: 0;
	padding: 0 0 0 1.5em;
	list-style-type: none;
}

#menu ul li{
	margin: 0;
	padding: 0;
}

#menu ul li:before{
	content: '\0000b7\000a0';
}


table.dataset {
	/*border: 1px solid white;
	border-spacing: 1px;*/
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0em;
}
table.dataset td, table.dataset th {
	vertical-align:top;
	border: 1px solid white;
}
table.dataset tr td:first-child {
	width: 15%;
}
table.dataset tr:nth-child(odd) {
	background-color: #FFFFFF;
}
table.dataset tr:nth-child(even) {
	background-color: #EFEFEF;
}

#footer {
	clear: left;
	padding-top: 5px;
	padding-bottom: 1em;
}
#footer div{
	border-top: 1px solid gray;
	padding-top: 5px;
	color: gray;
	font-size: 80%;
}

#header h1 a{
	color: inherit;
	text-decoration: none;
}

img.dataseticon{
	max-width: 40px;
	max-height: 40px;
}