

.DanishRegion{
	position: absolute;
	text-align: center;
	line-height: 15px;
	vertical-align: middle;
	margin-left: -30px;
	padding-left: 5px;
} 
.DanishRegion .label{
	float: left;
	font-weight: bold;
	position: relative;
	color: #000;
	left: -5px;
}
.hover{
	filter:alpha(opacity=50);
	opacity:.50;
}
.selected{
	border: 4px solid #fff;
	margin-left: -4px;
	margin-top: -4px;
}
.selected-plus{
	border: 4px solid #fff;
	margin-left: -4px;
	margin-top: -4px;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
}
.selected-cil{
	border: 4px solid #fff;
	margin-left: -4px;
	margin-top: -4px;
	font-size: 18px;
	font-weight: bold;
	color: #188CA9;
}
.region-text{
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	vertical-align: middle;	
}
.blockingPanel{
	background-color: #333;
	height: 100%;
	width: 100%;
	font-size: 30px;
	padding: 40px;
	z-index: 100;
	color: #666;
}
.TooltipPopup{
	background-color: #555;
	border: 1px solid #999;
	z-index: 100;
	padding: 5px;
	font-weight: bold;
	
}

.case-popup{
	background-color: #666;
	padding: 20px;
}
/** Add css rules here for your application. */


html,body{
	margin: 10px;
	padding: 0;
	padding-bottom: 10px;
	height: 100%;
	width: 100%;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333;
	color: #ffffff;
}
h1{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 0;
}
h2{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 0;
}
h3, legend {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 1.5em;
	margin-top: 3px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 1em;
}
h4, h5, h6 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding-top: 1.5em;
	margin-top: 3px;
	padding-bottom: 0;
	margin-bottom: 0;
}
a{
	color: #ccccFF;
}
a:visited{
	color: #ccccFF;
}
a:hover{
	color: #ccccFF;
	text-decoration: none;
}
a img{
	border: 0 none;
}
#titlecontainer{
	width: 100%;
	/*background: url(/images/titlebg.jpg) top repeat-x;*/
	position: relative;
}
#title{
	height: 90px;
	margin-left: 0px;
	/*background: url(/images/title.jpg) top left no-repeat;*/
	position: relative;
}
#title h1{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding:0;
	padding-top: 5px;
	padding-left: 40px;
}
#title h1 .study-name{
	font-weight: bold;
	font-style: italic;
}
#nav{
	position: absolute;
	top: 52px;
	left: 130px;
	padding: 0;
	margin: 0;
	color: #000066;
	font-weight: bold;
}
#nav a{
	color: #1F47A7;
	text-decoration: none;
}
#nav span{
	color: #FFFFFF;
}
#nav a:visited{
	color: #1F47A7;
	text-decoration: none;
}
#nav a:hover{
	color: #0033FF;
	text-decoration: underline;
}
#accountinfo{
	position: absolute;
	top: 10px;
	right: 20px;
	font-weight: bold;
	color: #000066;
}
#accountinfo a{
	font-weight: normal;
}
.table {
	display: table;
}
#table {
	display: table;
}

/*
#closeButton {
  margin: 15px 6px 6px;
}
.form-panel{
}
.form-element{
	float: none;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: auto;
	width: 100%;
	font-size: 16pt;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}
.form-element-spanning{
	float: none;
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}
.form-element-label{
	width: 400px;
	float: left;
}
.form-element-input{
}
.gwt-TextBox{
	width: 300px;
  	padding: 5px 4px;
  	border: 1px solid #9FC5FF;
  	border-bottom: 2px solid #8FB1E5;
  	border-top: 1px solid #9FC5FF;
  	border-right: 1px solid #9FC5FF;
  	font-size: 12pt;
	font-family: Arial Unicode MS, Arial, sans-serif;
}
*/