/*ELEMENTER, SOM IKKE ER SPECIFICERET MED CLASS ELLER ID*/
@import "general-elements.css";

/*ELEMENTER, SOM LIGGER I TOP, BUND ELLER VENSTRE/HØJRE-KOLONNE*/
@import "topframe-elements.css";

/*ELEMENTER, SOM LIGGER I FORM_EDITBOX-DIV OG ER SPECIFICERET UNDER DENNE*/
@import "form_editbox.css";

/*FORSIDE-TEMPLATES'NES STYLES*/
@import "frontpage.css";
/*ARTICLE-TEMPLATES'NES STYLES*/
@import "article.css";

/*
	ELEMENTER, SOM LIGGER I SUBSITE-DIV OG ER SPECIFICERET UNDER DENNE
	ELLER
	ELEMENTER, SOM LIGGER I CENTERSITE-DIV OG ER SPECIFICERET UNDER DENNE
*/
@import "subsite-elements.css";


body
{
  /* Make it possible to fit into exactly 1024x768 */
  margin: 0px;
}

input.text {
  border-top: 2px solid #a0a0a0;
  border-bottom: 2px solid #a0a0a0;
  border-left: 5px solid #a0a0a0;
  border-right: 5px solid #a0a0a0;
}

input.readonly 
{
  background-color: Transparent;
  border-bottom: 1px solid black;
}

input.submit, button.submit, a.submit
{
	height: auto;
  border: 2px solid #a0a0a0;
  background-color: #606060;
  color: #ffffff;  
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px;
}

input.disabledsubmit
{
  height: auto;
  width: auto;
  border: 2px solid #a0a0a0;
  background-color: #606060;
  color: #ffffff;  

	filter:invert;
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px;
}

span.radio label
{
  position: relative;
  top: -4px;
  left: -4px
}

.dark-button {
  height: 12px;  
  border: 2px solid #a0a0a0;
  background-color: #606060;
  color: #ffffff;  
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px;
}

.light-button {
  height: 12px;  
  border: 2px solid #a0a0a0;
  background-color: #a0a0a0;
  color: #ffffff;  
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px;
}

.grey {
  color: #a0a0a0;
}
.black {
  color: #000000;
}
.red {
  color: #960413;
}
.bgLightGrey 
{
  background-color: #CCCCCC
}

.leftBorder
{
  border-left: 1px solid #606060
}

.bold {
  font-weight: bold;
}

.clickable
{
  cursor: pointer;
  cursor: hand;
}

a.grey-link {
  color: #a0a0a0;
  font-weight: bold;
  text-decoration: none;
}

a.black-link,
#centersite a.black-link
 {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
a.black-link:hover,
#centersite a.black-link:hover
{
  text-decoration: underline;
}

/*
Nedenstående bør flyttes?!
*/
div.newsletterList #articlebody a.grey-link{
  text-decoration: none;
}
div.newsletterList div.gridPager
{
  font-style: normal;
  font-size: 10px;
}
div.newsletterList div.gridPager input.img
{
  width: 10px;
}

div.news .newsimage
{
  display: none;
}

div.iconHeader
{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 95px;
  background: #eeeeee;
}

div.dialogueIconHeader
{
  padding-left: 70px;
  background: #eeeeee;
}

div.iconHeader a
{
  text-decoration: none;
  color: #960413;
  margin-right: 10px;
}

div.dialogueIconHeader a
{
  text-decoration: none;
  color: #960413;
  margin-right: 10px;
}

div.dialogueIconHeader a.2
{
  text-decoration: none;
  color: #960413;
  margin-right: 75px;
}

div.newslistHeader
{
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 95px;
  background: #eeeeee;
}
div.newslistHeader a
{
  color: #960413;
}
div.newslistHeader table tr td
{
  padding: 0px 3px 0px 3px;
  vertical-align: top;
}

ul.dialogueList
{
  margin: 0px 0px 40px 0px;
  list-style: none;
}
ul.dialogueList ul
{
  list-style: none;
  margin: 0px;
}
ul.dialogueList ul
{
  margin-left: 12px;
}
ul.dialogueList li
{
  margin-top: 12px;
}
ul.dialogueList li li
{
  margin-top: 6px;
}
ul.dialogueList a
{
  font-weight: bold;
  text-decoration: none;
  color: #960413;
}
ul.dialogueList a.grey-link
{
  color: #a0a0a0;
}
ul.dialogueList ul li.selected a
{
  background-color: #A0A0A0;
  color: #FFFFFF;
}

div.replies h2
{
  margin-top: 50px;
}

div.reply
{
  margin: 10px 0px 40px 00px;
  padding-left: 10px;
  border-left: 1px solid #A0A0A0;
}


div.reply div.dialogueText,
div.reply div.dialogueText p
{
  margin-top: 10px;
  color: #606060;
}

div.dialogueText cite
{
  margin: 10px 0px 10px 0px;
  padding-left: 10px;
  display: inline-block;
  border-left: 1px solid #A0A0A0;
  font-style: normal;
  color: Gray;
}

#contentMenu 
{
  width: 250px;
  height: 400px;
}

#contentPreview 
{
  width: 97%;
  height: 400px;
}

#siteMenu 
{
  width: 250px;
  height: 400px;
}

#menuItemPreview 
{
  width: 97%;
  height: 400px;
}

#chooserPreview 
{
  width: 97%;
  height: 400px;
}

/* Item list as used for the forums */

table.itemList
{
  margin: 1ex 0ex 1ex 0ex;
}
table.itemList tr.header td
{
  font-weight: bold;
}
table.itemList td
{
  padding: 3px 4px 7px 4px;
  vertical-align: top;
}
table.itemList tr.alt
{
  background-color: #ededed;
}
table.itemList a:link,
table.itemList a:visited,
table.itemList a:active
{
  text-decoration: underline;
}

A.menuItemSelected:link, 
A.menuItemSelected:visited, 
A.menuItemSelected:active, 
A.menuItemSelected:hover
{
  text-decoration: underline;
  font-weight: bold;

  color: White;
}

div.errorBox
{
  color: #960413;
  border: 1px solid #960413;
  padding: 4px;
  margin: 10px 10px 10px 10px;
  font-weight: bold;
}

div.errorBox img
{
  margin: 0px 20px 0px 10px
}

div.breadcrumb,
div.breadcrumb a
{
  color: #A0A0A0;
}
div.breadcrumb
{
  margin: 8px 0px 8px 8px;
}

table.topImage
{
  width: 100%;
  height: 80px;
}

/* Blocks */
div.actblckList
{
  text-align: center;
}

.actblckGrid td
{
  vertical-align: top;
}

div.topImageText
{
  position: absolute;
  top: 40px; 
  left: 50px;
  font-size: 18px;
  font-family: verdana;
  font-weight:bold;
}

ul.blockMenuLinks,
ul.blockMenuLinks ul
{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.blockMenuLinks a
{
  display: block;
  padding: 3px 10px;
  margin: 0px;
  color: #fff;
  background-color: #606060;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
}
ul.blockMenuLinks a
{
  width: 149px;   /* content width (for other browsers) */
}
* html ul.blockMenuLinks a   /* this selector recognized by IE only */
{
  width: 169;   /* total width (only for IE5.x/Win) */
  w\idth: 169;  /* content width (for other IE) */
}

ul.blockMenuLinks a:hover
{
  color: #fff;
  background-color: #a0a0a0;
  text-decoration: none;
}
ul.blockMenuLinks ul a
{
  padding-left: 30px;
}
ul.blockMenuLinks ul a
{
  width: 129px;   /* content width (for other browsers) */
}
* html ul.blockMenuLinks ul a   /* this selector recognized by IE only */
{
  width: 169;   /* total width (only for IE5.x/Win) */
  w\idth: 169;  /* content width (for other IE) */
}

ul.blockMenuLinks li
{
  padding: 0px;
  margin: 0px;
}
ul.blockMenuLinks ul li
{
}

div.printThis
{
  padding: 0px 35px 0px 0px;
  text-align: right;
}
div.printThis a,
div.printThis a:visited,
div.printThis a:hover,
div.printThis a:link
{
  text-decoration: underline;
}


div.page_header h1
{
  border-bottom: 1px solid #000;
}

div.page_header h2
{
  text-align: right;
}

#centersite div.page_header h2
{
  margin: 0px 95px 20px 0px;
}

  /* Calendar */
table.smallcalendar
{
  background-color: #ededed;  
}
/* All days */
table.smallcalendar td
{
  text-align: center;
  width: 14%;
}

table.smallcalendar td.d,
table.smallcalendar td.d a
{
  color: #A0A0A0;
}

/* Weekend days */
table.smallcalendar td.wd
{
  font-weight: bold;
}

/* Today */
table.smallcalendar td.today
{
	color: #000000;
}

/* Day in other than current month */
table.smallcalendar td.omd
{
	visibility: hidden;
}

/* Day with activity */
table.smallcalendar td.act a
{
	color: #960413;
	font-weight:bold;
}


  /* Big calendar */

div.bigCalendar
{
  text-align: center;
  margin-bottom: 20px;
}

table.bigCalendar
{
  width: 90%;
}

table.bigCalendar td
{
  vertical-align: top;
  text-align: right;
  width: 14%;
  border: 1px solid #808080;
  height: 60px;
  padding: 4px;
}

/* Heading */  
table.bigCalendar td.h
{
  text-align: center;
  height: 20px;
}

/* All days */
table.bigCalendar td.d,
table.bigCalendar td.d a
{
	font-weight: bold;
  color: #A0A0A0;
}

/* Weekend days */
table.bigCalendar td.wd
{
}

/* Today */
table.bigCalendar td.today
{
	color: #000000;
}

/* Day in other than current month */
table.bigCalendar td.omd
{
	visibility: hidden;
}

/* Day with activity */
table.bigCalendar td.act
{
  background-color: #EDEDED;
}

table.bigCalendar td.act div.d
{
  float: right;
	color: #960413;
	font-weight: bold;
}

table.bigCalendar td.act div.text
{
  float: right;
  width: 100%;
  text-align: left;
}

#centersite table.bigCalendar td.act a
{
  text-decoration: none;
}

#centersite table.bigCalendar td.act a:active,
#centersite table.bigCalendar td.act a:hover
{
  text-decoration: underline;
}


/* Htmlarea */

.htmlarea table
{
  xbackground-color: Red;
  width: auto;
}


.htmlarea .toolbar td
{
  padding: 1px 3px;
}

/* Form and page header styling */
#subsite div.frontend div.page_header h1
{
  border-bottom: none;
  color: #A0A0A0;
  padding: 0px ;
  margin: 0px 40px 15px 40px;
}

#subsite div.frontend div.page_header h2
{
  text-align: left;
  margin: 0px 40px 0px 40px;
  padding: 0px;
}

#subsite div.frontend div.introtext
{
  background-color: #FFF;
  border-top: none;
  border-bottom: none;
  color: #960413;
  padding: 0px;
  margin: 0px 40px 0px 40px;
}
#subsite div.frontend div.introtext p
{
  margin: 0px 0px 0px 0px;
}

#subsite div.frontend div.form_frame
{
  margin: 15px 40px 0px 40px;
  padding: 0px;
  width: 550px;  
}

#subsite div.frontend div.form_frame div.head
{
  border-top: dashed 1px #A0A0A0;
  border-bottom: dashed 1px #A0A0A0;
  background-color: #FFF;
  color: #A0A0A0;
}

#subsite div.frontend div.form_frame div.body
{
  background-color: #FFF;
  padding: 0px;
  margin: 0px;
}

#subsite div.frontend div.form_frame div.body td
{
  color: #000;
  padding: 4px;
}

#subsite div.frontend div.form_frame div.body table.grid
{
  width: 100%;
  border: none;
}

#subsite div.frontend div.form_frame div.body table.grid tr.header td
{
  border-top: dashed 1px #A0A0A0;
  border-bottom: dashed 1px #A0A0A0;
}

#subsite div.frontend div.form_frame div.body table.grid tr.footer td
{
  border-top: dashed 1px #A0A0A0;
}

#subsite div.frontend div.form_frame div.body table.grid tr.header td
{
  font-weight: bold;
}

#subsite div.frontend div.form_frame div.body table.grid td
{
  background-color: #FFF;  
}

#subsite div.frontend div.form_frame div.body td input
{
  border: solid 1px #000;
}
#subsite div.frontend div.form_frame div.body td input.cbx,
#subsite div.frontend div.form_frame div.body td input.radio,
#subsite div.frontend div.form_frame div.body td input.img
{
  border: none;
}

#subsite div.frontend div.form_frame div.buttons
{
  background-color: #FFF;
  border-top: dashed 1px #A0A0A0;
  vertical-align: middle;
  padding: 3px 0px 0px 0px;
}

#subsite .newsletter-confirmation-text
{
  padding-left: 50px;
}

.adminsimple .form_editbox {
  background-color: #ffffff;
  padding: 0px;
}

.adminsimple .form_editbox table td.pane {
  border: none;
  margin: 0px;
}