/*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";
@import "font.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
{
  height: 16px;  	
  border: solid 1px #226288;
  background-color: #F0EBDF;
  color: #000000;  
  text-decoration: none;
  text-align: left;
  padding-left: 5px;	  
  padding-right: 5px;	  
  cursor: hand;
}

input.disabledsubmit
{
  height: 16px;  	
  border: solid 1px #226288;
  background-color: #F0EBDF;
  color: #000000;  
  text-decoration: none;
  text-align: left;
  padding-right: 5px;	  


	filter:invert;

}
A.dab-button:visited, 
A.dab-button:active, 
A.dab-button:hover 
{
  text-decoration: none;
}

.dab-button 
{
  height: 16px;  	
  border: solid 1px #226288;
  background-color: #F0EBDF;
  color: #000000;  
  text-decoration: none;
  text-align: left;
  padding-left: 5px;	  
  padding-right: 5px;
  cursor: hand;	
}

.dab-button-long 
{
  height: 16px;  	
  border: solid 1px #226288;
  background-color: #F0EBDF;
  color: #000000;  
  text-decoration: none;
  text-align: center;
  cursor: hand;		
}

.dab-button-small 
{
  height: 16px;  	
  border: solid 1px #226288;
  background-color: #F0EBDF;
  color: #000000;  
  text-decoration: none;
  text-align: center;
  cursor: hand;	
}

.dark-button {
  height: 16px;  	
  border: solid 1px #226288;
  background-color: #F0EBDF;
  color: #000000;  
  text-decoration: none;
  text-align: left;
  padding-left: 5px;	  
  padding-right: 5px;	  

}

.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;
}

.bold {
  font-weight: bold;
}

.w110 
{
  padding-left: 10px;	
  width: 110px;
}

.w90
{
  padding-left: 5px;	
  width: 90px;
}

.w60
{
  padding-left: 5px;	
  width: 60px;
}

.w150 
{
  padding-left: 10px;	
  width: 150px;
}

.w154 
{
  padding-left: 10px;	
  width: 154px;
}

.w35
{
  width: 35px;
  padding-left: 3px;	
}

.spaceAbove
{
  margin-top: 5px;
}

a.colored-link {
  color: #a0a0a0;
  font-weight: bold;
  text-decoration: none;
}

a.grey-link {
  color: #a0a0a0;
  font-weight: bold;
  text-decoration: none;
}
a.white-link {
  color: #ffffff;
  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.iconHeader
{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 95px;
  background: #eeeeee;
}
div.iconHeader a
{
  text-decoration: none;
  /*color: #000000;*/
  margin-right: 10px;
}

div.newslistHeader
{
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 95px;
  background: #eeeeee;
}
div.newslistHeader a
{
  color: #718a99;
}
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: #000000;
}
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;
}
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: none;
  font-weight: bold;

  color: White;
}

div.errorBox
{
  color: #000000;
  border: 1px solid #000000;
  padding: 4px;
  margin: 4px 10px 0px 10px;
  font-weight: bold;
}

div.breadcrumb,
div.breadcrumb a
{
  color: #A0A0A0;
}
div.breadcrumb
{
  margin: 8px 0px 8px 8px;
}

{
  width: 830px;
  height: 80px;
}

A.logo img
{
  width: 170px;

  height: 80px;
}

/* Blocks */
div.actblckList
{
  text-align: center;
}

.actblckGrid td
{
  vertical-align: top;
  padding-left: 5px;
}

div.topImageText
{
  position: absolute; 
  text-align: right;
  width: 980px;
  top: 30px;
  line-height: 20pt;
  font-size: 18px;
  font-family: verdana;
  font-weight:bold;
}

div.topImageText small
{
	font-size: 10px;
	font-weight: normal;
}

div.topImageTextAdmin
{
  position: absolute; 
  top: 43px; 
  padding-left: 795px;
  font-size: 18px;
  font-family: verdana;
  font-weight:bold;
  background-color: #ffffff;
}

ul.blockMenuLinks,
ul.blockMenuLinks ul
{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.blockMenuLinks a
{
  display: block;
  padding: 3px 10px;
  margin: 0px;
  width: 100%;
  color: #fff;
  background-color: #606060;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
}
ul.blockMenuLinks a:hover
{
  color: #fff;
  background-color: #a0a0a0;
  text-decoration: none;
}
ul.blockMenuLinks ul a
{
  padding-left: 30px;
}
ul.blockMenuLinks li
{
  padding: 0px;
  margin: 0px;
}
ul.blockMenuLinks ul li
{
}

table.myPageGrid
{
 width: 95%;
}

  /* Calendar */
  
/* All days */
table.cbraincalendar td
{
  text-align: center;
  width: 14%;
}

table.cbraincalendar td.d,
table.cbraincalendar td.d a
{
  color: #A0A0A0;
}

/* Weekend days */
table.cbraincalendar td.wd
{
  font-weight: bold;
}

/* Today */
table.cbraincalendar td.today
{
	color: #000000;
}

/* Day in other than current month */
table.cbraincalendar td.omd
{
	/*visibility: hidden;*/
}

/* Day with activity */
table.cbraincalendar td.act a
{
	color: #000000;
	font-weight:bold;
}

.CenterLogin
{
  background-color: #bbc4cc;
  padding: 10;
  border: solid 1px black;
}

.CenterLogin table tr td
{
  padding: 5;  
}

.CenterLogin.applogin
{
  text-align:left;
  margin: 0px 300px 0px 0px;    
}
/* Caretaker */
.caretaker table td
{
  padding: 0px 10px 2px 0px;
  vertical-align: top;
}

.reportHeader td
{
  font-weight: bold;
}

.report td
{
  border-top: solid 1px #000;
}

/* ValidationSummary */
.ValidationSummary
{
  border: solid 1px red;
  margin-bottom: 10px;
}

.ValidationSummary li
{
  color: Red;
}

div#afd_article div .catUpload .buttons
{
    border-bottom: none 0px;
    background-color: #FFF;
}

.uploadCatFiles tr td
{
  padding:2px;
}