/* General layout settings */
html, body
{
  font-size:8pt;
  
  background-color:white;
  
  color:#202020;
  font-family:Arial,Verdana,"Sans Serif";
  margin:0px;
  padding:0px;
  height:100%;
  max-height:100%;
  
}
select
{
/* 	max-width:150px; */
}
select.selectfield {
  font-size:8pt;
  max-width:202px;
  border: 1px solid #202020;
}
img
{
  border-style: none;
}
input[type=text],input[type=password]
{
  border: 1px solid #202020;
  background-color:white;
  font-size:8pt;
  height:9pt;
}
.S,.D,.L,.M,.E,.I,.F,.T {
  max-width:200px;
}
.K {
	width:40px;
	max-width:40px;
}
.M { 
	font-style: italic;
}
textarea {
  border: 1px solid #202020;
  background-color:white;
  max-width:200px;
  font-size:8pt;
  height:4em; 
  padding:0px;
}
input[type=text].datasetinput.s,textarea.datasetinput {
/*   width:120px; */
}


input.searchinput
{
/* 	max-width:80px; */
}
a
{
  color:#806060;
  font-weight:normal;
  text-decoration:none;
  font-style:normal;
}
a:hover
{
  text-decoration:underline;
}

ul.column
{
  min-height:50px;
/*   min-width:100px; */
}
ul.groupul, li.groupul
{
  min-height: 0px;
  list-style:none;
  margin:0px;
  padding:0px;
  margin-left:10px;
}
li.column, ul.column, li.specialswidget
{
  list-style: none;
  margin:0px;
  padding:0px;
}

.groupbrowser li
{
	margin-left:10px;
}

hr
{
  height: 1px;
  border-top: 0px;
  border-bottom: 1px solid #202020;
}

.disabledButton {
    opacity : 0.4;
    filter: alpha(opacity=40); // msie
    cursor: "default";
}

/* Divs */
/* Main navigation */
div.navigation
{
  background-image: url(/static/icons/shadow-50px.png);
  background-repeat: repeat-x;
  padding-top:5px;
  width:100%;
  background-color:#e0c080;
  border-bottom:solid 1px black;
  height:36px;
  position:absolute;
  top:0px;
  left:0px;
}

/* Action buttons and settings for individual pages */
div.actions
{
  background-image: url(/static/icons/shadow-50px.png);
  background-repeat: repeat-x;
  float:left;
  width:100%;
  background-color:#a08060;
  border-bottom:solid 1px black;
  height:42px;
  position:absolute;
  top:42px;
  left:0px;
}
div.actionoverlay
{
  background-image: url(/static/icons/shadow-50px.png);
  background-repeat: repeat-x;
  float:left;
  width:100%;
  background-color:#a08060;
  border-bottom:solid 1px black;
  height:32px;
	margin:0px;
}
div.actionbuttons{
 position:absolute;
 top:0px;
 left:74px;
}
div.titlebar_information{
 position:absolute;
 top:0px;
 right:0px;
 padding-right:5px;
 padding-top:2px;
 color:white;
}
div.actionbuttons_overlay{
	float:left;
}

div.message_warning
{
  background-image: url(/static/icons/shadow-50px.png);
  background-repeat: repeat-x;
  color:white;
  width:100%;
  position:absolute;
  bottom:0px;
  background-color:#dd4444;
  border-bottom:solid 1px black;
}

div.message_info
{
  background-image: url(/static/icons/shadow-50px.png);
  background-repeat: repeat-x;
  color:black;
  width:100%;
  position:absolute;
  bottom:0px;
  background-color:#ddddee;
  border-bottom:solid 1px black;
}

/* The title of the currently displayed page */
.pagetitle
{
  color:white;
  font-weight:bold;
	margin-top:7px;
	font-size:18pt;
}
.overlaytitle
{
  color:white;
	margin-top:7px;
	font-size:10pt;
}

div.content
{
  float:left;
  background-image: url(/static/icons/shadow-from-top-100px.png);
  background-repeat: repeat-x;
  width:100%;
  overflow:auto;
  margin-top:85px;
  left:0px;
}

div.background
{
	background-repeat:no-repeat;
	background-position:bottom left;
	height:100%;
	width:100%;
}
/* Settings for a layout column */
div.column
{
  float:left;
  min-height:50px;
  
}

div.optionalcolumn
{
  float:left;
  /*max-width:20%;*/
  overflow:hidden;
}

div.savesearchoptions
{
  display:none;
  float:left;
  font-size:8pt;
  color:white;
}

div.ajax_loader
{
  width:100%;
  text-align:center;
}

div.error
{
	color:red;
}

div.widget-menu
{
	padding:2px;
	background-color:#cccccc;
	border-bottom: 1px solid black;
	background-image: url(/static/icons/shadow-from-top-100px.png);
	background-repeat: repeat-x;
}

/* Specific settings for a single column */
#left
{

}

#center
{
}

#right
{
}

#bottom
{
	background-color:#f3f3ea;
	background-image: url(/static/icons/shadow-from-top-100px.png);
	background-repeat: repeat-x;
	width:100%;

	
		height:auto;
		max-height:50%;
		position:absolute;
		left:0px;
		bottom:0px;
	

	overflow:auto;
}
/* Bottom div for results of the ajax search function, only visible after searches */
div.ajaxsearchresults
{
  
  position:absolute;
  left:50%;
  display:none;
  width:300px;
  background-color:#f3f3ea;
  border: 1px solid #202020;
  font-size: 8pt;
  overflow:hidden;
	
  
}

li.widget, li.specialswidget
{
	  margin:5px;
	  /*min-width:30%;*/
}

/* Widgets */
div.widget-content
{
  background-image: url(/static/icons/shadow-from-top-100px.png);
  background-repeat: repeat-x;
  background-color:#f3f3ea;
  clear:both;
  border: 1px solid #202020;
  border-top: 0px solid #202020;
  width:100%;
}

div.widget-head
{
  background-image: url(/static/icons/shadow-100px.png);
  background-repeat: repeat-x;
  background-color:#e0c080;
  color:#202020;
  font-weight:normal;
  font-size:10pt;
  float:left;
  width:100%;
  border: 1px solid #202020;
}

div.box-heading {
    margin: 3px;
}

div.bottombox
{
	display:none;
}

div.tab
{
  float:left;
  margin-right:1px;
  border-left:1px solid #202020;
  border-right:1px solid #202020;
  padding-left:5px;
  padding-right:5px;
}
a.tab
{
  text-decoration:none;
  color:#202020;
  display:block;
}
a.tab:hover
{
  text-decoration:underline;
}
a.login {
	font-size:8pt;
	color:grey;
	font-weight:normal;
}
li.specialswidget div.widget-head
{
  background-image: url(/static/icons/shadow-100px.png);
  background-repeat: repeat-x;
  background-color:#b09060;
  color:#202020;
  font-weight:normal;
  float:left;
  width:100%;
  border: 1px solid #202020;
}
/* Special elements */
/* fake checkbox : unchecked (default/base) state */
.fakecheck {
/* 	display: none; */
/* 	outline: none; */
	background: url("/static/icons/flag-black.png") no-repeat;
	padding-left:20px;
	color: #666666;
}
/* fake checkbox : hover state */
.fakecheck:hover {
	color:#0066FF;
	text-decoration: none;
}
/* fake checkbox : checked state */
.fakechecked {
	background: url("/static/icons/flag-green.png") no-repeat;
}

.checkHighlight {
	color:#4444aa;
}

.middled {
  vertical-align:middle;
}

.tooltip {
	background-image: url(/static/icons/shadow-100px.png);
	background-repeat: repeat-x;
	display:none;
	padding:3px;
	position:absolute;
	border: 1px solid black;
	background-color:#f3f3ea;
	color:black;
	max-width:50%;
}
.operatorcontainer {
	position:relative;
}
.operator {
	display:none;
	position:absolute;
	left:-50px;
	top:-4px;
}
.matchtype {
	width:50px;
}
.selectedrow a{
	text-decoration:underline;
}
.resultperson {
	font-weight:bold;
}

.resultorga {
}

.orgafieldname {
	color:grey;
}

.mobileView {
	font-size:10pt;
}
.mobileViewGrey {
	font-size:10pt;
	background-color:#DDDDDD;
}

#orgasearcherror {
  margin-left:5px;
  font-size:12px;
  font-weight:bold;
  color:red;
}

.personlistentry{
    padding:2px 4px;
}
.personlist{
    padding: 4px 0px;
}
.export-select-container{
    margin: 1px;
}
.export-select{
    font-size: 8pt;
    margin: 1px;
}