/* Der skal IKKE rettes noget i denne fil */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #0096DC;
	background-image: url(../images/design/bg.png);
	background-repeat: repeat-x;
}
a:link {
	color: #006BB5;
	text-decoration: none;
}
a:visited {
	color: #006BB5;
	text-decoration: none;
}
a:hover {
	color: #006BB5;
	text-decoration: underline;
}
a:active {
	color: #006BB5;
	text-decoration: none;
}
h1 {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #006BB5;
	background-image: url(../images/design/dot_headline.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 24px;
}
h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	color: #333;
	font-size: 18px;
}
input, select, textarea {
	border: 1px solid #0096DC;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;  
	-webkit-box-sizing: border-box;  
}
input[type="checkbox"], input[type="radio"], input[type="button"], input[type="submit"] {
	border: none;
	width: auto;
}
input[type="button"], input[type="submit"] {
  background-color: #5cc248;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #59aa49;
	/*background-image: url(../images/design/bg_button.png);
	background-repeat: no-repeat;*/
	color: #FFF;
	height: 22px;
	font-weight: bold;
	cursor: pointer;
  text-transform: uppercase;
}
input[type="button"]:hover, input[type="submit"]:hover {
  background-color: #59aa49;
}
.btnBig {
  border: 2px solid #59aa49 !important;
  font-size: 22px;
  padding: 15px;
  height: auto !important;
  -webkit-border-radius: 18px 18px 18px 18px !important; 
  -moz-border-radius: 18px 18px 18px 18px !important;
  border-radius: 18px 18px 18px 18px !important;
}
#Container {
	width: 1100px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
#TopContainer {
	overflow: hidden;
}
#LogoContainer {
	overflow: hidden;
	display: flex;
	/*justify-content: space-between;*/
	width: 100%;
	align-items: center;
}

	#LogoContainer > div {
		width: 33%;
	}

	#LogoContainer div:nth-of-type(2) {
		text-align: center;
		width: 34%;
	}

	#LogoContainer div:last-of-type {
		text-align: right;
	}

	#LogoContainer img {
		max-height: 80px;
	}
/*#TopLogo {
	overflow: hidden;
}
#SiteLogo {
	width: 200px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	text-align: center;
}
#TarpLogo {
	float: left;
	overflow: hidden;
}*/
#TopStatusbar {
	height: 30px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/design/gray_bar.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 10px;
}
#StatusUser {
	width: 190px;
	float: left;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 2px;
}
#StatusNavigation {
	margin-left: 20px;
	float: left;
	overflow: hidden;
	color: #CCCCCC;
	padding-top: 8px;
}
#StatusInfo {
	width: 120px;
	float: right;
	overflow: hidden;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
}
#MainContainer {
	overflow: hidden;
	clear: both;
}
#MenuLeft {
	width: 200px;
	float: left;
}
#Content {
	width: 660px;
	margin-left: 20px;
	margin-right: 20px;
	overflow:hidden;
	float: left;
}
#MenuRight {
	width: 200px;
	float: right;
}
#BottomContainer {
	height: 22px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 5px;
	background-image: url(../images/design/gray_bar.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
}
.MenuHeadline {
	overflow: hidden;
	height: 24px;
	background-image: url(../images/design/gray_menu_top.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 18px;
	padding-left: 14px;
	padding-top: 2px;
}
.MenuContent {
	overflow: hidden;
	border: 2px solid #6C6C6C;
	padding: 5px;
}
.MenuContent ul {
	margin: 0px;
	padding: 0px;
	color: #006AB4;
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 5px;
}
.ContentBoxHeadline {
	height: 17px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/design/blue_content_top.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 3px;
}
.ContentBox {
	padding: 4px;
	border: 1px solid #006BB5;
}
.FormRow {
	overflow: hidden;
	clear: both;
	padding-bottom: 2px;
}
.FormColumn {
	float: left;
	overflow: hidden;
}
.GridView {   
	background-color: #fff;    
	border: 1px solid #CCC;   
	border-collapse: collapse; 
	width:100%;  
} 

.GridHeader 
{ 
    color: White;         
    font-weight:bold; 
} 

.GridHeader a 
{ 
    color:White;            
    font-weight:bold; 
} 

.GridHeader a:active 
{ 
    color:White;            
    font-weight:bold; 
}

.FooterStyle
{
  color:White;
  font-weight:bold;
  background-color: #0067B1;
}

.GridView td {   
	padding: 3px;   
	border: 1px solid #CCC;   
	color: #333;   
}  
.GridView th {   
	padding: 3px;   
	color: #fff;   
	background-color: #0067B1;   
	border-left: 1px solid #CCC;
	text-align: left;
}  
.GridView .Alt { background-color: #D7EEFF; } 

.GWRightAlign
{
  text-align:right;
}

/*ToolTip popup CSS*/
a.tooltip
{
  position: absolute;
  margin-left: 2px;
}
a.tooltip:hover
{
  z-index:25;
  cursor: pointer;
}
a.tooltip span
{
  text-decoration:none;
  color:Black;
  display: none;
  position:absolute;
  top:15px; 
  left:15px;
  /* the line above is all that is necessary in a.tooltip span the rest is formatting - you can alter top and left */
  padding:2px; 
  border:1px solid #0067B1; 
  width:150px; 
  background-color:#D7EEFF;
}
a.tooltip:hover span
{
  display:block;
}
.CursorPointer
{
  cursor: pointer;  
}
.MessageBox
{
  overflow: hidden; 
  margin-bottom: 10px;
}
.MessageBoxHeadline
{
  background-repeat: repeat-x; 
  height: 22px; 
  color: #FFF; 
  font-size: 14px; 
  font-weight: bold; 
  padding-left: 10px; 
  padding-top: 4px
}
.MessageBoxDate
{
  float: right; 
  font-size: 10px; 
  padding-right: 10px; 
  padding-top: 2px;
}