/* 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: 0;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #006BB5;
	background-image: url(../images/design/dot_headline.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-size: 24px;
}
h2 {
	margin: 0;
	padding: 0;
	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%;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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-image: url(../images/design/bg_button.png);
	background-repeat: no-repeat;
	color: #FFF;
	height: 22px;
	font-weight: bold;
	cursor: pointer;
}
#Container {
  /*
    width: 1100;
    overflow: hidden;
	*/
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
#TopContainer {
	overflow: hidden;
}
#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;
  display:flex;
}
#MenuLeft {
	width: 200px;
	/*float: left;*/
}
#Content {
	/*width: 660;*/
	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: 0;
	padding: 0;
	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: 5px;
	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;
}
.blue {
  background-color: DarkBlue !important;
  color: white;
  font-weight: bold;
}

.darkred {
  background-color: darkred !important;
  color: white;
  font-weight: bold;
}

.lightgreen {
  background-color: lightgreen !important;
}

.turquoise {
  background-color: turquoise !important;
}