body {	
	overflow-x:hidden;
	overflow-y:scroll;
}

body,select,input,th,td,p,div,span,textarea {
	font-family:Arial;
	font-size:11px;
}

.infobulle {
	display: none;
	border: 0;
	position: absolute;
	z-index: 500;
	text-decoration:none;
	padding: 5px;
	color: #000000;
	border: 1px solid #bbb;
	background: #ffc;
}

.rectangle {
    width: 20px;
    height:20px;
    background: #ff0000;
    position:relative;
    margin-right:160px;
    top:15px;
   
       
}

.legende {
    position:absolue;
    top:260px;
    left:460px;
}

select,input {
	margin: 0;
}

img {
	border: 0;
}

table.resultTable {
	border-right: 1px solid #000000;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.resultTable tr td,table.resultTable tr th {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px;
	font-size: 10px;
}

table.resultTable tr th {
	border-top: 1px solid #000000;
	background-color: #21A32C;
	color: #fff;
	font-size: 10px;
}

table.resultTable tr.selectableTableRow:hover {
	background-color: lightYellow;
	cursor: hand;
	cursor: pointer;
}

table.adminListTable {
	border-left: 1px solid #000000;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.adminListTable tr td,table.adminListTable tr th {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1px;
	font-size: 10px;
}

table.adminListTable tr th {
	border-top: 1px solid #000000;
	background-color: #21A32C;
	color: #fff;
	font-size: 10px;
}

ul.pagination li {
	float: left;
	display: block;
	list-style: none outside none;
	margin: 10px;
}

a,a:visited {
	color: #2C21A3;
	text-decoration: none;
}

input.moduleButton {
	margin-left: 10px;
	margin-top: 50px;
	font-weight: bold;
	padding: 5px;
	background-color: #fff;
	border: 3px outset #777;
	cursor: hand;
	cursor: pointer;
}

#progressDiv {
	height:17px;
	line-height:17px;
	width:425px;
	text-align: center;
	border: 1px dashed #21A32C;
	font-size: 11px;
}

.done {
	margin: 0;
	width: 400px !important;
	height: 100px !important;
}

/* Modal overlay css */
#LoadingOverlay {
	position: absolute;
	margin-top: -5px;
	opacity: .9;
	filter: alpha(opacity = 90);
	-moz-opacity: 0.9;
	display: none;	
	color:#ffffff;
	text-align:center;
	z-index: 10;
	background-color:#333333;
}

.progressBackground {
	background: url(../img/progress.gif) 50% 50px no-repeat;
}

#sorttable_sortfwdind,#sorttable_sortrevind {
	font-weight: normal;
}

table.sortable tr th {
	cursor: hand;
	cursor: pointer;
}

div#filterZone {
	border: 1px dashed #21A32C;
	min-width: 120px;
	min-height: 100px;
}

div#filterZone p {
	margin-left: 5px;
}

.cruPageTitle {
	font-size: 13px;
	border: 1px dashed #21A32C;
	text-align: center;
	height: 20px;
	padding-top: 2px;
}

/* Menu format vertical
#Nav {
	width: 100px;
	padding: 0;
	list-style: none;
}

#Nav li {
	background: #ddd;
	margin: 1px;	
	height: 20px;
}

.Menu {
	padding: 0;		
	margin-top: -18px;
	margin-left: 98px;
	width: 202px;
	list-style: none;
	display: none;	
}

.Menu li {
	height: 20px;
	width: 200px;	
}
*/
#Nav {
	position: absolute;
	z-index: 100;
	padding: 0;
	margin: 0;
	list-style: none;
}

#Nav li {
	width: 150px;
	background: #dfd;
	margin: 0px 0 0 0px;
	float: left;
	padding: 0;
}

#Nav li a {
	display: block;
	background-color: #575;
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 3px;
}

#Nav li a:hover,#Nav li a:active {
	display: block;
	background-color: #797;
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 3px;
}

.Menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
}

a.moduleButton {
	background-color: #dfd;
	padding: 3px;
	border: 1px outset #474;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 30px;
	color: #050;
	font-weight: bold;
	white-space: nowrap;
}

a.moduleButton:hover {
	background-color: #ffddff;
}

.sortableTableHeader {
	font-weight: bold !important;
	cursor: pointer;
}

.selectedSortableTableHeaderActive_desc {
	text-decoration: underline;
}

.selectedSortableTableHeaderActive_asc {
	text-decoration: overline;
}

.formErrors {
	display: block;
	padding: 5px;
	border: 1px dashed #c44;
	margin: 10px;
	width: 350px;
}

ul#leftMenu {
	padding-left: 25px;
}

ul#leftMenu li {
	margin-top: 10px;
}

ul#leftMenu li a {
	padding: 3px;
	border: 1px dashed #fff;
}

a.selectedLeftMenuItem {
	border-color: #000 !important;
}

.materialTree {
	width: 800px;
	height: 540px;
	margin: 0;
	border: 1px solid gray;
	background: white;
	overflow: auto;
	font-size:11px;
}






div.allele {
	background-color: white;
	display: inline-block;
	border: 1px solid gray;
	white-space: nowrap;
	text-align: center;
	height: 12px;
	min-width: 15px;
    max-width: 70px;/* OR as much space that allows */
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1px 1px;
}

label.required:before {
    color: #e32;
    content: '* ';
    display:inline;
}

div.populationBox {
	background-color: #e0e0e0;
	margin-bottom: 2px;
	border: 1px solid #808080;
	text-align:center;
	cursor: hand;
	cursor: pointer;
}

.popGroup_EUT {
	color:#0000CC;
}

.popGroup_ZEB {
	color:#CC0000;
}

.popGroup_HYB {
	color:#9900CC;
}

.popGroup_AFT {
	color:#008800;
}

.popGroup_OUT {
	color:#EE7700;
}

.popGroup_OAR {
	color:#0000CC;
}

div.highlighted {
	background-color: lightYellow;
}

div.datasetSelectionDiv {
	background-color:#eed;
	display:none; /* hidden at first */
	color:#000000;
}

td.displayToggleCell {
	float:right;
	margin-top:-1px;
	margin-right:2px;
}

div.displayToggleCell span {
	color:#000000;
	font-weight:bold;
	font-size:15px;
	font-family:Courier;
}

td.datasetLabel {
	padding-left:2px;
	max-width:375px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

div.iconMenu {
	margin-top:-1px;
	margin-left:-6px;
	background-color:#dee;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border:1px solid #888;
}

div.iconMenu a {
	margin:3px;
}

fieldset legend {
	font-size: 12px;
	text-transform:uppercase;
}

fieldset legend span {
	font-size: 12px;
	text-transform:none;
	color:#ff2222;
}

.textMenuItem {
	display:inline;
	background-color:#eeeedd;
	padding:5px;
	font-weight:bold;
	margin-left:1px;
/* 	border:1px dotted #bfbfbf; */

	background-color:#eeeedd;
/* 	margin:5px; */
	font-size:15px;
	color:#000000;
}

.textMenuItem:hover {
	color:#4444ee;
}

.pageContents {
	font-size:13px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

.semiTransparent {
	opacity: .4;
	filter: alpha(opacity = 40);
	-moz-opacity: 0.4;
}