/*******************************************

GENERELT

*******************************************/


html {
	font-size: 100%;
}

html,body
	  { 
	color: #454545; 
	font-family: Arial, sans-serif; 
	background-color: #587B7B; 
	margin: 0; padding: 0 
  }

body {
	font-size: 80%;
	color: #000;
	/* line-height: 135%; */
}


#content {
	padding-left: 37px; 
	padding-right: 20px; 
	padding-top: 0px; 
    	padding-bottom: 15px; 
}

	
	
div.box {
  padding: 6px;
  border: 1px solid #CCCCCC;
  margin-bottom: 8px;
  margin-top: 8px;
  width: 95%;
}

div.box a {
	color: #000;
	text-decoration: underline;
}


table, tr, td  {
	font-family: Arial, sans-serif;
	font-size: 1em;
}


form, select, input, option {
	font-size: 1em;
	margin: 0px;
}


/*******************************************

GLOBALE LINKS

*******************************************/

#pageoptions {
	font-size: 85%;
	color: #838383;
}

#pageoptions a {
	text-decoration: none;
	color: #838383;
}


#pageoptions img {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 6px;

}

#pageoptions a:hover {
	text-decoration: underline;
	color: #3042CE;
}

/*******************************************

FORMULARER

*******************************************/
.section {
margin-bottom: 8px;
margin-top: 15px;
}
.checkbox {
margin-bottom: 2px;
margin-top: 2px;
}
.radio {
margin-bottom: 1px;
margin-top: 1px;
}
.inputLabel {
margin-bottom: 1px;
margin-top: 4px;
}
.input {
margin-bottom: 4px;
margin-top: 0px;
}
.textareaLabel {
margin-bottom: 2px;
margin-top: 4px;
}
.textarea {
margin-bottom: 3px;
margin-top: 1px;
}
.heading {
margin-bottom: 3px;
margin-top: 4px;
}
.submit {
margin-bottom: 5px;
margin-top: 5px;
}

/*******************************************

SØGEFELT og SØGERESULTATER

*******************************************/

#search {
	padding-top: 6px;
}

div.Searchresult {
  border-top: 1px solid #FFFFFF;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 7px;
  width: 95%;
}



div.Searchresult div.Breadcrumb {
	margin-top: 5px;
	color: #454545;
}

div.Searchresult div.Breadcrumb a {
	margin-top: 5px;
	color: #454545;
}

div.Paging {
	width: 500px;
	text-align: center;
}


/*******************************************

TOPMENU

*******************************************/


#topnav {
	font-size: 85%;
	padding-left: 0px;
}

#topnav ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
}

#topnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	white-space: nowrap;

}

#topnav .Drop {
	float: left;
}	

#topnav ul a { 
	display: block; 
	color: #7D7163; 
	font-size: 12px;
	text-decoration: none;              
	padding-left: 13px; 
	padding-right: 13px; 
	padding-top: 6px; 
	padding-bottom: 6px; 
	background-color: #ffffff;
	margin-right: 0px;
	background-position: right;
	background-image: url('../images/vertical.gif'); 
	background-repeat: no-repeat; 
	background-attachment: scroll;
}
				
#topnav ul a:hover, #topnav ul a.expanded { 
	background-color: #F6F6F6;
}

#topnav ul span { /* selected */
	font-weight: 800;
	text-decoration: underline; 
}

#topnav ul ul a {
	font-weight: normal;
	text-transform: none;
	padding: 4px 13px 4px 13px;
	margin: 0;
	background:none;
	background-color: #7B7B7A; /* #DEDACE; */
	border-bottom: 1px solid #fff;
	color: #ffffff;
	display: block;
	overflow: hidden;
	width: 200px;
	/* de tre nederste kan fjernes, men så virker display: block ikke i IE  */
}
	
#topnav ul ul a:hover {
	background:none;
	background-color: #DEDEDE;
	color: #333333;
}

#topnav ul ul {
	z-index: 99;
	position: absolute;
	display: none;
	background: #F6F6F6; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0 0px;
}

#topnav ul .Drop:hover ul, #topnav ul .Drop.over ul {
	display: block;
}


/*******************************************

VENSTREMENU

*******************************************/

#LevelOne {
	/* letter-spacing: -0.1em; */
	padding-left: 10px;
	padding-top: 6px;
	font-size: 110%;
	width: 150px; 
	overflow: hidden;
}

#LevelOne a {
	text-decoration: none;
	color: #ffffff;
}


#leftcolumn {
	width: 250px; 
	background-color: #8AA7A7;
}

		
#leftnav {
}

#leftnav ul, #leftnav li { 
	padding: 0px; 
	margin: 0px; 
	list-style-type: none; 
	border: none;
}
	
#leftnav li a {
	font-size: 12px;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	display: block;
	color: #ffffff;
	padding-left: 9px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 4px; 
	width: 100%;
	width: 236px;
}


#leftnav li a:hover {
	text-decoration: underline;
}

#leftnav li a.selected { 
	font-weight: bold; 
	background-color: #AFC5C5; 
	width: 236px; 
}

#leftnav li li a { 
	text-decoration: none;
	background-color: #E9E5DD; 
	width: 202px; 
	padding-left: 43px; 
	padding-right: 5px; 
	padding-top: 5px; 
	padding-bottom: 4px; 
}

	
#leftnav li li a.selected { 
	font-weight: bold;
	background-color: #E9E5DD;
	color: #403F3F;
	width: 201px; 
	padding-left: 43px; 
	padding-right: 5px; 
	padding-top: 5px; 
	padding-bottom: 4px; 
}


#leftnav li li li a { 
	text-decoration: none; 
	background-color: #F1EEE8;
    	width: 179px; 
	padding-left: 65px; 
	padding-right: 5px; 
	padding-top: 4px; 
    	padding-bottom: 5px; 
}

	
#leftnav li li li a.selected {
	font-weight: bold;
	text-decoration: none; 
	background-color: #F1EEE8;
    	width: 179px; 
	padding-left: 65px; 
	padding-right: 5px; 
	padding-top: 4px; 
    	padding-bottom: 5px; 
}


/*******************************************

BRØDKRUMME

*******************************************/

#breadcrumb {
	font-size: 85%;
	padding-bottom: 7px;
	padding-top: 7px;
}

#breadcrumb.thispage {

}

#breadcrumb a {
	text-decoration: none;
	color: #454545;
}

		
/*******************************************

PRINT

*******************************************/

#print {
	font-size: 90%;
	padding-bottom: 7px;
	padding-top: 8px;
}

#print a {
	text-decoration: none;
	color: #000;
}


/*******************************************

FOOTER

*******************************************/


#footer {
	font-size: 85%;
	padding-left: 270px;
	padding-top: 7px;
	padding-bottom: 5px;
	color: #ffffff;
}

#footer a {
	text-decoration: none;
	color: #838383;
}

#footer a:hover {
	text-decoration: underline;
	color: #3042CE;
}

#footer img {
	margin-left: 3px;
	margin-right: 3px;
}



/*******************************************

DEBAT

*******************************************/
		
#DebateGroups ul li { /* tidligere komma imellem */
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	list-style-type: none; 
	border: 0px solid;
}


.PostContent {
  width: 460px;
  padding-top: 12px;
}

.PostFiles {
  width: 460px;
  text-align: right;
}

.PostEdit {
  width: 460px;
  text-align: right;
  padding-bottom: 12px;
	
}

.PostEdit img {
  background-color: #ffffff;
  padding: 3px;	
  border: 1px solid #cccccc;
}

.PostHR {
  width: 460px;
  border-bottom: 1px solid #cccccc;
}

.PostRow {
  clear: both;
  width: 510px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCCCCC;
}

.PostLeftCol {
  float: left;
  width: 370px;
  white-space: nowrap;
  overflow: hidden;

}

.PostCenterCol {
  float: left;
  text-align: center;
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
}

.PostRightCol {
  text-align: center;
  float: right;
  width: 70px;
}

.ShowHide {
width: 460px;
left: -5px;
top: -30px;
position: relative;
display: none;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
padding: 5px;
z-index: 10;
}

.DebateShowHideEditor {
width: 460px;
left: 0px;
position: relative;
visibility: hidden;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
padding: 15px;
z-index: 10;
}



/*******************************************

KONTROLPANEL

*******************************************/

#fixedcell { position: relative; }

.AdminConsole_top {
	width: 98px;
	height: 5px;
}

.AdminConsole_left {
	width: 5px;
}
.AdminConsole_bordercolor {
	background-color: #D9D9D9;
}
.AdminConsole_right {
	width: 5px;
}
.AdminConsole_cell_out {
	background-color: #fffff4;
}
.AdminConsole_cell_over {
	background-color: #EDEDED;
	cursor: pointer;
}

.AdminConsole_bottom {
	height: 5px;
	width: 98px;
}
