﻿/***************************************************
  System default definitions
***************************************************/
html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
}
body
{
    min-height: 100%;
}

input, body, select, span, div
{
    font-family: Tahoma,Arial,Sans-Serif;
    font-size: 12px;
}
img
{
    border-width: 0px;
}
a
{
    text-decoration: none;
}
a:hover
{
     text-decoration:underline;
    
}
p
{
    margin-top: 5px;
    margin-bottom: 10px;
}

Div.PageScroll, Div.PageScroll_FillBackground
{
    overflow: auto;
    height: auto;
    margin-left: 7px;
    background-repeat: no-repeat;
}

Div.PageContainer
{
    padding: 10px;
    overflow: auto;
}

/***************************************************
  Masterpage definitions
***************************************************/
Div.Master_FullPageHeight
{
}
Div.Master_tabContainer
{
    height: 24px;
}
Div.Master_TopContainer
{
}
Div.Master_ContentContainer
{
    height: auto;
}

/***************************************************
  Global definitions
***************************************************/
Input.Button, Input.Button_Disabled, Input.Button_Large, Input.ReadMoreButton
{
    border-style: solid;
    border-width: 1px;
    height: 18px;
    width: 100px;
    font-weight: bold;
}

Input.Button_Large
{
     width: 150px;
}

Input.ButtonSmall
{
    border-style: solid;
    border-width: 1px;
    height: 18px;
    font-weight: bold;
}

Input.TextBox
{
    width: 150px;
}

 .AllTextTest
 {
    border-style: solid;
    border-width: 1px;
    height: 18px;
    width: 100px;
    font-weight: bold;
 }
 
/***************************************************
  Navbar definitions
***************************************************/
Div.NavBar_MenuUpdatePanel
{
    border-right-width: 1px;
    border-right-style: solid;
    float: left;
}
Div.IBProduct_MenuUpdatePanel,Div.MyNis_MenuUpdatePanel
{
    width:100%;
}


Div.NavBar_TitlePanel
{
    line-height: 19px;
    padding-left: 10px;
    /*min-height: 34px;*/
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 3px;
    overflow:auto;
}
Div.Navbar_ContentContainerVisible
{
    width: 210px;
}
Div.Navbar_ContentContainerHidden
{
    width: 50px;
}
Div.Navbar_ShowHideNavigation
{
    height: 17px;
    line-height: 17px;
    padding-right: 5px;
    text-align: right;
}
Div.Navbar_ShowHideNavigation input
{
    cursor: pointer;
}
Div.Navbar_TabItemContainer
{
    overflow:auto;
}
/***************************************************
  DocBar definitions
***************************************************/
Div.DocBar_DocumentUpdatePanel
{
    float: right;
    height: 100px;
    margin: 0px;
    border-left-width: 1px;
    border-left-style: solid;
    margin-left: 6px;
}
Div.DocumentPanelContainer
{
}
Div.Document_ShowHideDocumentNavigation
{
    height: 17px;
    line-height: 17px;
    padding-left: 5px;
}
Div.Document_ShowHideDocumentNavigation input
{
    cursor: pointer;
}
/***************************************************
  Document definitions
***************************************************/
div.document_metadata
{
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}
div.Document_Control
{
    line-height:20px;
}
/***************************************************
  TabBar definitions
***************************************************/
Div.TabContentPanel
{
    height: 24px;
}

Table.TabBar_TabItemContainer
{
    margin-top: 6px;
}

Div.TabBar_TabItemContainer
{
    overflow: hidden;
    height: 24px;
    margin-right: 10px;
}

Div.TabBar_TabCenter
{
    padding-left: 10px;
    padding-right: 10px;
    line-height: 17px;
    height: 17px;
    white-space: nowrap;
}
#Navbar_Selected
{
    height:17px;
}
Div.TabBar_TabContainerSelected
{
     border-bottom-style: solid;
    border-bottom-width: 1px;
}

Div.TabBar_TabContainer, Div.TabBar_TabContainerSelected
{
    margin-right: 4px;
    height:17px;
}

Div.TabBar_TabContainer
{
    margin-bottom: 1px;
}

A.TabBar_TabLink
{
    font-weight: bold;
    font-size: 12px;
}

Input.TabBar_TabClose
{
    margin-left: 10px;
}
Div.TabBar_ArrowContainer
{
    float: right;
    line-height: 12px;
    margin-top: 6px;
    overflow:hidden;
    height:12px;
    clear:none;
}

A.TabBar_ArrowLeft, A.TabBar_ArrowLeft:hover, A.TabBar_ArrowRight, A.TabBar_ArrowRight:hover, A.TabBar_ArrowCloseAll, A.TabBar_ArrowCloseAll:hover
{
    width: 12px;
    height: 9px;
    cursor: pointer;
    float:left;
    display:block;
    overflow:hidden;
    position:relative;

}
A.TabBar_ArrowLeft img
{
    width: auto;
 height: auto;
 border: none;
}

A.TabBar_ArrowLeft, A.TabBar_ArrowLeft:hover
{
    margin-right: 5px;
}
A.TabBar_ArrowRight, A.TabBar_ArrowRight:hover
{
    margin-right: 10px;
}
A.TabBar_ArrowCloseAll, A.TabBar_ArrowCloseAll:hover
{
    margin-right: 5px;
}

Input.TabBar_LeftNavigate
{
    margin-right: 10px;
}

Input.TabBar_RightNavigate
{
    margin-left: 10px;
}

Div.TabBar_ArrowContainer ul
{
    list-style-type:none;
    display: inline;
    margin-left: 0;
	padding-left: 0;

}

Div.TabBar_ArrowContainer ul li
{
	margin: 0;
	padding: 0;
    display: inline;
    list-style: none;
    overflow:hidden;
    height:8px;
    width:6px;

}
Div.TabBar_ArrowContainer ul li a img
{
    width: auto;
 height: auto;
 border: none;
 position:relative;

}
Div.TabBar_ArrowContainer ul li.LeftItem a img
{
}
Div.TabBar_ArrowContainer ul li a:hover img
{
 top:-9px;
}

Div.TabBar_ArrowContainer ul li.CenterItem a img,Div.TabBar_ArrowContainer ul li.CenterItem a:hover img
{
    left:-17px;
}
Div.TabBar_ArrowContainer ul li.RightItem a img,Div.TabBar_ArrowContainer ul li.RightItem a:hover img
{
    left:-33px;
}


/***************************************************
  Document definitions
***************************************************/

/***************************************************
  Top menu definitions
***************************************************/
Div.Master_TopContainer,Div.TopContent_ImageContainer,Div.TopContent_SearchContainer,Div.TopContent_SearchFieldContainer,Div.TopContent_LeftLinkContainer,Div.TopContent_DropDownMenu,Div.TopContent_DropDownMenuContainer
{
    height: 32px; 
    line-height:32px;
}
Div.TopContent_ImageContainer,Div.TopContent_SearchContainer,Div.TopContent_RightContainer
{
    overflow: hidden;
}
Div.TopContent_ImageContainer
{
    width:120px;
}
Div.TopContent_RightContainer
{
    float:right;
    clear:none;
}

Div.TopContent_RightContainer, Div.TopContent_SearchContainer, Div.TopContent_RightLinkContainer, Div.TopContent_LeftLinkContainer, Div.TopContent_SearchFieldContainer
{
   
}
Div.TopContent_SearchFieldContainer
{
   
}
Div.TopContent_ImageContainer,Div.TopContent_LeftContainer, Div.TopContent_SearchFieldContainer,Div.TopContent_LeftLinkContainer,Div.TopContent_DropDownMenu,Div.TopContent_DropDownMenuContainer
{
  display : inline-block; /* FF+ */
*display : inline; zoom: 1; /* IE5.5+ */

}
 Div.TopContent_ImageContainer,Div.TopContent_LeftContainer,Div.TopContent_RightContainer,Div.TopContent_DropDownMenuContainer
 {
    vertical-align:top;
 }

Input.TopContent_Search
{
    width: 280px;
    height:20px;
    padding:0px;
    vertical-align:top;
     *height:16px;
}
Select.TopContent_Dropdown
{
    width: 150px;
    vertical-align:top;
    margin-left:3px;
    height:20px;
   
}
Input.TopContent_Search
{ 
-ms-box-sizing:border-box; 
-moz-box-sizing:border-box; 
box-sizing:border-box; 
-webkit-box-sizing:border-box; 
} 

Div.TopContent_LeftLinkContainer
{
   vertical-align:top;
}
Div.TopContent_SearchFieldContainer
{
    padding-right:4px;
    padding-top:7px;
}
Div.TopContent_RightContainer
{
  
}
Div.TopContent_LeftLinkContainer
{
   
}
Div.TopContent_RightLinkContainer
{
    vertical-align: middle;
    padding-top: 0px;
}
A.TopContent_Link
{
    font-weight: bold;
}

Img.TopContent_Seperator
{
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
}

Img.TopContent_Arrow
{
    margin-left: 6px;
    margin-right: 2px;
}
/***************************************************
  ContentBox definitions
***************************************************/
Div.ContentBox_LeftHeaderContainer, Div.ContentBox_HeaderContentContainer, Div.ContentBox_RightHeaderContainer, Div.ContentBox_HeaderContainer
{
    line-height: 21px;
    background-repeat: no-repeat;
    height: 21px;
    vertical-align: middle;
}


Div.ContentBox_LeftHeaderContainer
{
    background-position: bottom left;
}
Div.ContentBox_RightHeaderContainer
{
    background-position: bottom right;
}

Span.ContentBox_HeaderText
{
    font-weight: bold;
    padding-left: 3px;
}
Div.ContentBox_Content, Div.ContentBox_ContentModal
{
    border-style: solid;
    border-width: 1px;
    border-top-width: 0px;
    padding: 5px;
}

Div.ContentBox_ContentModal
{
}

Div.ContentBox_HeaderContainer
{
    float: none;
}

/*******************
	TreeNavigation
********************/
.TreeNavigationNode
{
    text-decoration:node;
}
A.TreeNavigationNode:hover
{
   
}
A.TreeNavigationNodeSelected,SPAN.TreeNavigationNodeSelected
{
    color: #111111;
    line-height: 16px;
    display: inline-block;
    background-color: #FFD89D;
}
A.TreeNavigationNodeSelected:hover
{
    text-decoration:underline;
}
Table.TreeNavigation
{
    margin-top:5px;
    margin-bottom:5px;
}

Table.TreeNavigationTopIsTree
{
    margin-top:0px;
    margin-bottom:0px;
}
.SelectedTreeNode 
{ 
  background-color: gray; 
  color:white; 
}


/*******************
	Search
********************/
Div.SearchPage_SearchBackPanel
{
    border-style: solid;
    border-width: 0px;
    border-top-width: 0px;
    padding: 0px;
}

Div.SearchPage_SearchAgainPanel
{
    border-style: solid;
    border-width: 0px;
    border-top-width: 0px;
    padding: 5px;
}

Div.SearchPage_SearchResultPanel
{
    border-style: none;
    border-width: 0px;
    border-top-width: 0px;
    padding: 10px;
    overflow:hidden;
}

Div.SearchPage_Background
{
    border-style: none;
    border-width: 0px;
    border-top-width: 0px;
    padding: 15px;
}

Div.SearchPage_SearchAgainPanel, Div.SearchPage_SearchBackPanel, Div.SearchPage_SearchResultPanel, Input.SearchPage_TextBox, Select.SearchPage_ListBox, Input.SearchPage_Button, Input.SearchPage_CategoryText
{
    font-weight: bold;
    padding-left: 3px;
}

Input.SearchPage_TextBox
{
    width: 50%;
}

Select.SearchPage_ListBox
{
    margin-left: 2px;
    width: auto;
}

Div.SearchPage_SearchResultTree
{
    font-weight: normal;
    padding-left: 10px;
}

Input.SearchPage_Button
{
    background-position: center;
    background-repeat: no-repeat;
    background-color: Transparent;
    vertical-align: middle;
    border-style: none;
    cursor: pointer;
    width: 75px;
    }

Input.SearchPage_CategoryText
{
    text-align: left;
    background-position: center;
    background-repeat: no-repeat;
    background-color: Transparent;
    vertical-align: middle;
    border-style: none;
    cursor: pointer;
}

Input.SearchPage_QuestionMark
{
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: Transparent;
    vertical-align: middle;
    border-style: none;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
/************************
	Søgegraduering
*************************/
.SearchGraduationMin, SearchGraduationMed, SearchGraduationMax
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*************************
	EditPrivateDocumentBox
*************************/
.EditPrivDocBox_Label
{
    font-weight: bold;
}

/*************************
	Favoritter
*************************/
.FavoritePage_Label
{
    font-weight: bold;
}
.FavoritePage_NewNameLabel
{
    font-weight: bold;
    width: 100px;
}
.FavoritePage_NewNameTextBox
{
    width: 400px;
}
.FavoritePage_NewFolderLabel
{
    font-weight: bold;
}
.FavoritePage_AddFolderLabel
{
    font-weight: bold;
    width: 50px;
}
.FavoritePage_NewFolderTextBox
{
    width: 450px;
}
.FavoritePage_RenameFolderTextBox
{
    width: 295px;
}
Div.Favorite_MainDiv
{
    padding: 5px;
}

Div.Favorite_FolderViewPanel, .Favorite_MainTable
{
    height: 100%;
    overflow: hidden;
}
Div.PanelFolder
{
    width: 550px;
}
Div.FavoriteBox_FolderListPanel
{
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    height: 200px;
    width: 300px;
}


/*************************
	Log ind
*************************/
Input.Login_TextBox
{
    width: 200px;
}
.Login_Table
{
    margin: 30px;
    width: 80%;
}
.Login_InfoTekstTD
{
    width: 400px;
    padding-right: 30px;
    padding-bottom:6px;
    border-right: 1px solid #475568;
}
.Login_InfoTekstLabel
{
    width: 420px;
}

/*************************
	Udvidet søgning
*************************/
.AdvancedSearchPage_HeaderLabel
{
    font-weight: bold;
    padding-left: 3px;
}
.AdvancedSearchPage_PeriodLabel
{
    font-weight: bold;
    padding-left: 3px;
    margin-left: 5px;
}
.AdvancedSearchPage_IssuerLabel
{
    font-weight: bold;
    padding-left: 3px;
    margin-left: 5px;
}
Div.AdvancedSearchPage_IssuerListPanel
{
    float: left;
    margin-top: 5px;
}
Div.AdvancedSearchPage_RadioButtonPanel
{
    float: left;
    width: 99%;
    margin-top: 5px;
}
Div.AdvancedSearchPage_PeriodLabelPanel
{
    float: left;
    width: 99%;
}
Div.AdvancedSearchPage_StartPeriodPanel
{
    float: left;
    width: 113px;
    margin-top: 45px;
}
Div.AdvancedSearchPage_EndPeriodPanel
{
    float: left;
    width: 113px;
    margin-top: 45px;
}
Div.AdvancedSearchPage_CalendarPanel
{
    float: left;
    width: 99%;
}
Div.AdvancedSearchPage_DateStartPanel
{
    float: left;
    width: 113px;
    margin-top: 5px;
}
Div.AdvancedSearchPage_DateEndPanel
{
    float: left;
    width: 113px;
    margin-top: 5px;
}
.AdvancedSearchPage_StartPeriodLabel
{
    margin-left: 5px;
}
.AdvancedSearch_LabelSearchPlace
{
    font-weight: bold;
    margin-left: 2px;
}

Div.AdvancedSearchPage_SearchPanelTop
{
    border-style: solid;
    border-width: 0px;
    border-top-width: 0px;
    padding: 0px;
    float: left;
    width: 99%;
    margin-top: 25px;
}
Div.AdvancedSearchPage_SearchPanelButtom
{
    float: left;
    width: 100%;
    margin-top: 45px;
}
Div.AdvancedSearchPage_SearchTextPanel
{
    float: left;
    width: 68.75%;
}
Div.AdvancedSearchPage_SearchListPanel
{
    float: left;
    width: 31.25%;
}
Div.AdvancedSearchPage_DivLeft
{
    width: 35%;
    float: left;
    margin-right: 4px;
    border: 1px solid #97A3B3;
}
Div.AdvancedSearchPage_DivRight
{
    width: 62%;
    float: right;
    margin-left: 4px;
    border: 1px solid #97A3B3;
}
Div.AdvancedSearchPage_TreePanel
{
    height: 300px;
}
Div.AdvancedSearchPage_TreeLabelPanel
{
    float: left;
    width: 100%;
}
Div.AdvancedSearchPage_ProductFolderTreePanel
{
    border-style: solid;
    border-width: 0px;
    border-top-width: 0px;
    float: left;
    width: 99%;
    overflow: auto;
    height: 250px;
    margin-top: 5px;
    margin-left: 2px;
}
Div.AdvancedSearchPage_ButtonPanel
{
    float: right;
    width: 99%;
    margin-top: 13px;
}
Div.AdvancedSearchPage_PanelRight
{
    height: 300px;
}
Div.AdvancedSearchPage_LeftTextPanel
{
    width: 53%;
    float: left;
}
Div.AdvancedSearchPage_RightTextPanel
{
    width: 36%;
    float: left;
}
Div.AdvancedSearchPage_IssuerPanel
{
    float: left;
    width: 99%;
}
Div.AdvancedSearchPage_PeriodPanel
{
    float: left;
    width: 99%;
    margin-top: 45px;
}
Input.AdvancedSearchPage_TextBox
{
    padding-left: 3px;
    width: 70%;
}

.AdvancedSearch_Label
{
    padding-left: 0px;
    padding-right: 8px;
    font-weight: bold;
}

Select.AdvancedSearchPage_ListBox
{
    width: 90%;
}
Select.AdvancedSearchPage_IssuerListBox
{
    width: 90%;
    margin-left: 5px;
}
Select.AdvancedSearchPage_ListBoxStatus
{
    width: 181px;
}

Input.AdvancedSearchPage_TextBoxStandard
{
    width: 178px;
}
Input.AdvancedSearchPage_DateEndTextBox
{
    width: 70px;
}
Input.AdvancedSearchPage_DateStartTextBox
{
    width: 70px;
    margin-left: 5px;
}
Div.AdvancedSearchPage_DocTypePanel
{
    width: 99%;
    float: left;
}
Div.AdvancedSearchPage_DocTypeListPanel
{
    width: 99%;
    float: left;
    margin-top: 5px;
}
Div.AdvancedSearchPage_DocNoPanel
{
    width: 99%;
    float: left;
    margin-top: 45px;
}
Div.AdvancedSearchPage_DocNoTextBoxPanel
{
    width: 99%;
    float: left;
    margin-top: 5px;
}
Div.AdvancedSearchPage_StatusLabelPanel
{
    width: 99%;
    float: left;
    margin-top: 29px;
}
Div.AdvancedSearchPage_StatusListPanel
{
    width: 99%;
    float: left;
    margin-top: 5px;
}
Div.AdvancedSearchPage_BtnShowPanel
{
    float: left;
    margin-top: 75px;
}
/**************************************
     Opsætningsquide/Main
***************************************/
.Main_hr
{
    width: 99%;
    text-align: left;
    height: 1px;
}

Div.Main_divLeft1
{
    float: left;
    width: 20%;
}

Div.Main_divRight1
{
    float: left;
    width: 80%;
}

Div.Main_divLeft2
{
    float: left;
    width: 10%;
}

Div.Main_divRight2
{
    float: left;
    width: 90%;
}


Input.Main_TextBox 
{
    font-weight: bold;
    margin-left: 5px;
    margin-top: 5px;
}

Select.Main_ListBox
{
    font-weight: bold;
    margin-left: 10px;
    margin-top: 5px;
    width: 200px;
}

.Main_CheckBox
{
    font-weight: bold;
    margin-left: 8px;
    margin-top: 5px;
}

.Main_RadioButtonPrimary
{
    font-weight: bold;
    margin-left: 25px;
    margin-top: 5px;
}

.Main_RadioButtonSecond
{
    font-weight: bold;
    margin-left: 15px;
    margin-top: 5px;
}

.Main_CheckBoxList
{
    font-weight: bold;
    margin-left: 5px;
    margin-top: 5px;
    width: 900px;
}

.Main_Label
{
    font-weight: bold;
    padding-left: 7px;
}

.Main_LabelBold
{
    font-weight: bolder;
    padding-left: 7px;
}

Div.HeadTitle
{
    float: left;
    margin-top: 7px;
    width: 100%;
}
/**********************************
My Data Genereal 
**********************************/
Div.MyData_DivButtons
{
	margin-top:10px;
	margin-bottom:15px;
}
Div.MyData_DivLetter
{
	margin-top:10px;
}

Div.Ref_DocFromContainer
{
	float:left;
	width: 70px;
	background-color: inherit;
}
Div.Ref_DocFrom
{
	float: left;
	overflow: hidden;
    height: 16px;
    background-color: inherit;
}
Div.Ref_DocToContainer
{
	overflow: hidden;
    height: 16px;
	background-color: inherit;
}
Div.Ref_Pil
{
	float:left;
	text-align:center;
	width:25px;
}

Div.Ref_DocTo
{
	/*float:right;*/
	overflow: hidden;
    height: 16px;
    background-color: inherit;
}


/**********************************
My Document
**********************************/
Div.MyDocument_DivLnkBtnName
{
    float: left;
    width: 110px;
}
Div.MyDocument_DivLnkBtnEmail
{
    float: left;
    width: 35px;
}
Div.MyDocument_DivRight
{
    float: right;
    width: 477px;
    overflow:hidden;
    height:14px;
    line-height:14px;
}
Div.MyDocument_DivLeft
{
    float: left;
    width: 150px;
    overflow:hidden;
    height:14px;
    line-height:14px;
}
Div.MyDocument_DivLeftTypeBox
{
    float: left;
    width: 150px;
}
Div.MyDocument_DivLnkBtnPublished
{
    float: left;
    width: 78px;
}
Div.MyDocument_DivLnkBtnRight
{
    width: 182px;
}
Div.MyDocument_DivLnkBtnStatus
{
    width: 90px;
    float: right;
}
Div.MyDocument_DivLnkBtnEffect
{
    float: left;
    width: 89px;
}
Div.MyDocument_DivLnkBtnStatus
{
    width: 90px;
    float: right;
}
Div.MyDocument_DivLnkBtnTitle
{
    overflow: hidden;
    height: 18px;
}
Div.MD_nameemailcontainer
{
	float: left;
    width: 200px;
    background-color: inherit;
}
Div.MD_namecontainer 
{
    float: left;
    width: 100px;
    background-color: inherit;
}
Div.MD_emailcontainer 
{
    float: right;
    width: 90px;
    background-color: inherit;
}
Div.MD_DocHeader  
{
    float: left;
    color: inherit;
    background-color: inherit;
}
Div.MD_doctype   /*doctype*/
{
    float: right;
    width: 142px;
    color: inherit;
    background-color: inherit;
    margin-top:1px;
}
Div.MD_marker   /*marker*/
{
    float: left;
    width: 40px;
    color: inherit;
    background-color: inherit;
}
Div.MD_typecontainer   /*typecontainer*/
{
    float: left;
    width: 182px;
    color: inherit;
    background-color: inherit;
}
Div.MD_publishcontainer   /*publishcontainer*/ 
{
    float: right;
    width: 240px;
    background-color: inherit;
}
Div.MD_ownercontainer /*ownercontainer*/
{
    float: left;
    width: 200px;
    background-color: inherit;
}
Div.MD_name       /*name*/
{
	overflow: hidden;
    height: 16px;
    background-color: inherit;
}
Div.MD_email
{
	overflow: hidden;
    height: 16px;
    background-color: inherit;
}
Div.MD_emptytext
{
	float:right;
	width: 10px;
	background-color: inherit;
}
Div.MD_namepublishercontainer
{
	float: right;
	width: 210px;
    background-color: inherit;
}
Div.MD_publish       /*publish*/
{
    float: left;
    width: 80px;
    background-color: inherit;
}
Div.MD_effectcontainer   /*effectcontainer*/
{
	float:right;
    width: 160px;
    background-color: inherit;
}
Div.MD_effect   /*effect*/
{
    float: left;
    width: 90px;
    background-color: inherit;
}

Div.MD_status  /*effect status*/
{
    width: 70px;
    float: right;
    background-color: inherit;
}


Div.MD_doccontainer  /*select documentcontainer*/
{
    overflow: hidden;
    height: 16px;
    
    background-color: inherit;
    cursor: hand;
    margin-top: 1px;
}

Div.MD_doctype   /*doctype*/
{
    float: right;
    width: 142px;
    color: inherit;
    background-color: inherit;
    margin-top:1px;
}

/***********************************
	My Note
************************************/
Div.MN_Div
{
    background-color: inherit;
    color: Black;
    clear:both;
}

Div.MN_a0
{
    background-color: inherit;
    color: Black;
    height: 20px;
}

Div.MN_DocHeader  
{
    float: left;
	font-weight: bold;
    color: inherit;
    background-color: inherit;
}
Div.MN_NoteHeader  
{
    float: left;
    color: inherit;
    background-color: inherit;
}
Div.MN_publish       /*publish*/
{
    float: left;
    width: 80px;
    background-color: inherit;
}

Div.MN_status  /*effect status*/
{
    width: 70px;
    float: right;
    background-color: inherit;
}
Div.MN_doccontainer  /*select documentcontainer*/
{
    overflow: hidden;
    height: 16px;
    
    background-color: inherit;
    cursor: hand;
    margin-top: 1px;
}
Div.MN_name       /*name*/
{
	overflow: hidden;
    height: 16px;
    background-color: inherit;
}
Div.MN_namecontainer 
{
    float: left;
    width: 140px;
    background-color: inherit;
}

Div.MN_emptytext
{
	float:right;
	width: 10px;
	background-color: inherit;
}

Div.MN_ownercontainer /*ownercontainer*/
{
    float: left;
    width: 140px;
    background-color: inherit;
}
Div.MN_namepublishercontainer
{
	float: right;
	width: 150px;   
    background-color: inherit;
}

Div.MN_publishcontainer   /*publishcontainer*/ 
{
    float: right;
    width: 240px;
    background-color: inherit;
}

Div.MN_effect   /*effect*/
{
    float: left;
    width: 90px;
    background-color: inherit;
}

Div.MN_effectcontainer   /*effectcontainer*/
{
	float:right;
    width: 160px;
    background-color: inherit;
}

Div.MN_doctype   /*doctype*/
{
    float: right;
    width: 142px;
    color: inherit;
    background-color: inherit;
    margin-top:1px;
}
Div.MN_marker   /*marker*/
{
    float: left;
    width: 40px;
    color: inherit;
    background-color: inherit;
}

Div.MN_typecontainer   /*typecontainer*/
{
    float: left;
    width: 182px;
    color: inherit;
    background-color: inherit;
}

Div.MyNote_DivLnkBtnName
{
    float: left;
    width: 200px;
}
Div.MyNote_DivRight
{
    float: right;
    width: 417px;
}
Div.MyNote_DivLeft
{
    float: left;
    width: 151px;
}
Div.MyNote_DivLeftTypeBox
{
    float: left;
    width: 180px;
}
Div.MyNote_DivRightDocType
{
	float: right;
	width: 140px;
}
Div.MyNote_DivLeftCheckBox
{
	float: left;
	width: 40px;
}
Div.MyNote_DivLnkBtnPublished
{
    float: left;
    width: 78px;
}
Div.MyNote_DivLnkBtnRight
{
    width: 182px;
}
Div.MyNote_DivLnkBtnEffect
{
    float: left;
    width: 89px;
}

Div.MyNote_DivLnkBtnStatus
{
    width: 90px;
    float: right;
}

Div.MyNote_DivLnkBtnTitle
{
    overflow: hidden;
    height: 18px;
}

/**************************************
	Select Alfabetic Letter
***************************************/
Div.SelectLetter_Active a, Div.SelectLetter_Disabled a, Div.SelectLetter_Selected a
{
    display: block;
    float: left;
    width: 18px;
    line-height:18px;
    padding: 0;
    text-align: center;
    font-weight: bold;
    height:18px;
}
Div.SL_a0
{
    background-color: inherit;
    color: Black;
}
Div.SL_a1
{
    float: left;
    width: 150px;
    color: inherit;
    background-color: inherit;
    overflow: hidden;
    height: 16px;
}
Div.SL_a2
{
    float: right;
    width: 270px;
    background-color: inherit;
}
Div.SL_a3       /*publish*/
{
    float: left;
    width: 80px;
    background-color: inherit;
}
Div.SL_a4
{
    width: 190px;
    background-color: inherit;
}
Div.SL_a5 
{
    float: left;
    width: 120px;
    background-color: inherit;
}
Div.SL_a6  /*effect status*/
{
    width: 70px;
    float: right;
    background-color: inherit;
}
Div.SL_a7  /*select documentcontainer*/
{
    overflow: hidden;
    height: 16px;
    background-color: inherit;
    cursor: hand;
    margin-top: 1px;
}
Div.SL_a8 /*name*/
{
    float: left;
    width: 85px;
    background-color: inherit;
}
Div.SL_a9 /*email*/
{
    float: right;
    width: 85px;
    background-color: inherit;
}
Div.SL_a10 /*ownercontainer*/
{
    float: left;
    width: 170px;
    background-color: inherit;
}
Div.SL_a11  
{
	float:right;
    width: 190px;
    background-color: inherit;
}
Div.SL_a12   /*publishcontainer*/ 
{
    float: right;
    width: 400px;
    background-color: inherit;
}

Div.SL_a13   /*effect*/
{
    float: left;
    width: 80px;
    background-color: inherit;
}

Div.SL_a14   /*effectcontainer*/
{
	float:right;
    width: 150px;
    background-color: inherit;
}

Div.SL_a15   /*doctype*/
{
    float: right;
    width: 142px;
    color: inherit;
    background-color: inherit;
}
Div.SL_a16   /*marker*/
{
    float: left;
    width: 40px;
    color: inherit;
    background-color: inherit;
}

Div.SL_a17   /*typecontainer*/
{
    float: left;
    width: 182px;
    color: inherit;
    background-color: inherit;
}

.ReferenceInText, .LinkInText
{
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: Transparent;
    vertical-align: middle;
    cursor: pointer;
    border-style: none;
    height: 18px;
}

.DOC_NoteButton
{
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: Transparent;
    vertical-align: middle;
    cursor: pointer;
    border-style: none;
    height: 18px;
}

Div.Alphabetic_DivLeft
{
    float: left;
    width: 150px;
}
Div.Alphabetic_DivRight
{
    float: right;
    width: 295px;
}

Div.MyDocument_DivRightDocType
{
	float: right;
	width: 100px;
}
Div.MyDocument_DivLeftCheckBox
{
	float: left;
	width: 40px;
}

Div.Alphabetic_DivLnkBtnPublished
{
    float: left;
    width: 80px;
}
Div.Alphabetic_DivLnkBtnRight
{
    width: 182px;
}
Div.Alphabetic_DivLnkBtnEffect
{
    float: left;
    width: 100px;
}
Div.Alphabetic_DivLnkBtnStatus
{
    width: 72px;
    float: right;
}
Div.Alphabetic_DivLnkBtnTitle
{
    overflow: hidden;
    height: 18px;
}
Div.Alphabetic_PanelDocumentList
{
    height: 300px;
    overflow-y: scroll;
    padding-right: 10px;
}
Div.Alphabetic_PanelEmptyText
{
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
Div.Alphabetic_DivEmptyData
{
    padding-left: 10px;
    padding-right: 10px;
}
Div.Alphabetic_DivDocumentType
{
    float: left;
    width: 150px;
}


/*********************
	Chronologic
**********************/

Div.Chronoligic_DivDocumentType
{
    float: left;
    width: 150px;
}
Div.Chronoligic_DivRight
{
    float: right;
    width: 270px;
}
Div.Chronoligic_DivPublished
{
    float: left;
    width: 80px;
}
Div.Chronoligic_DivLnkBtnRight
{
    width: 190px;
}
Div.Chronoligic_DivEffect
{
    float: left;
    width: 120px;
}
Div.Chronoligic_DivStatus
{
    width: 70px;
    float: right;
}
Div.Chronoligic_DivTitle
{
    overflow: hidden;
    height: 16px;
}
Div.Chronoligic_PanelDocumentList
{
    height: 300px;
    overflow-y: scroll;
    padding-right: 10px;
}
Div.Chronoligic_DivHeaderText
{
    padding-left: 10px;
    padding-right: 10px;
}
Div.Chronoligic_PanelEmptyText
{
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
/*********************
	Editor
**********************/
.MyDocument_Letter
{
	font-weight: bold;
}

Div.MyDocument_PanelDocumentList
{
    height: 300px;
    overflow: scroll;
    padding-right: 10px;
    padding-top:20px;

}

.MyDocument_DataGridHeader
{
	font-weight: bold;
}

div.MyDocument_GroupTreePanel
{
	overflow:scroll;
	height:300px;
	width:350px; 
	border-width: 1px;
	margin-top:10px;
	margin-bottom:10px;
	
}
.MyDocument_PublicerBoxHeader
{
	font-weight: bold;
}

/*********************
	ConfigUser
**********************/
.ConfigUser_TdTopLeft
{
    width: 50%;
    padding-bottom: 10px;
    padding-right: 5px;
}
.ConfigUser_TdTopRight
{
    width: 50%;
    padding-bottom: 10px;
    padding-left: 5px;
}
.ConfigUser_TdBottom
{
    padding-bottom: 10px;
}
.ConfigUser_Table
{
    height: 120px;
}
Div.ConfigUser_PanelNewsSection
{
    height: 200px;
    width: 300px;
    border-color: black;
    border-width: 1px;
}

/*********************
	Sektionstyper
**********************/

/*Titel*/

Span.SectionType,Span.SectionType1, Span.SectionType2, Span.SectionType3, Span.SectionType4, Span.SectionType5,
Span.SectionType21,Span.SectionType24,Span.SectionType27,Span.SectionType32,Span.SectionType37,
Span.SectionType38,Span.SectionType39,Span.SectionType20,Span.SectionType22,Span.SectionType26,
Span.SectionType28,Span.SectionType35,Span.SectionType36,Span.SectionType40,Span.SectionType41
{
    font-size: 13px;
    font-weight: bold;
}


/************************
	Accordion
*************************/
Div.AccordionPane, Div.AccordionPane_Selected, Div.AccordionButton, Div.AccordionButton_Selected
{
    height: 18px;
    line-height: 18px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    overflow: hidden;
}

Div.ShortcutButton, Div.ShortcutButton_Selected
{
    display: inline-block;
    border-style: none;
    margin-right: 5px;
    height: 18px;
    width: 100px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

Div.ShortcutButtonSmall, Div.ShortcutButtonSmall_Selected
{
    display: inline;
    border-style: none;
    height: 18px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

Div.AccordionPane a, Div.AccordionPane_Selected a, Div.AccordionButton a, Div.AccordionButton_Selected a, Div.ShortcutButton a, Div.ShortcutButton_Selected a
{
    display: block;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
}

Div.AccordionPaneRight
{
    float: right;
    line-height: inherit;
    height: inherit;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom:3px;
}

Div.AccordionPaneLeft
{
    padding-top: 1px;
    line-height: inherit;
    height: inherit;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    overflow: hidden;
}

Div.AccordionButton a span, Div.AccordionButton_Selected a span, Div.ShortcutButton a span, Div.ShortcutButton_Selected a span
{
    padding-left: 10px;
    line-height:16px;
}
Div.AccordionPane a span,Div.AccordionPane_Selected a span
{
    line-height:16px;
}

Div.Accordion, Div.Accordion_Selected
{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
Div.Accordion a, Div.Accordion_Selected a
{
    display: block;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
}
Div.Accordion a div span, Div.Accordion_Selected a div span
{
    font-size: 12px;
    line-height:14px;
}
Div.Accordion a:hover,Div.Accordion_Selected a:hover,Div.AccordionPane a:hover, Div.AccordionButton a:hover, Div.AccordionPane_Selected a:hover, Div.AccordionButton_Selected a:hover,
Div.ShortcutButton a:hover, Div.ShortcutButton_Selected a:hover
{
    text-decoration:none;
}


Div.AccordionRight
{
    float: right;
    line-height: 14px;
    height: inherit;
    vertical-align: middle;
    margin-right: 5px;
    margin-top:5px;
}

Div.AccordionLeft
{
    padding-top: 4px;
    float: left;
    line-height: 14px;
    height: inherit;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

A.DocumentPanel_DocumentRef
{
    display:block;
    overflow:hidden;
    height:16px;
}


.DOC_ButtonFirst, .DOC_ButtonMiddle
{
    width: 90px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right: none;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    border-top-style: none;
    border-bottom-style: none;
    font-size: 11px;
}

.DOC_ButtonFirst
{
    margin-left: 10px;
}

.DOC_ButtonLast, .DOC_ButtonLastOnlyOne
{
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    border-top-style: none;
    border-bottom-style: none;
    font-size: 11px;
}
 
.DOC_ButtonEmpty
{
    border-left-style: none;
    border-right-style: none;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    border-top-style: none;
    border-bottom-style: none;
    font-size: 11px;
}


.DOC_ButtonLastOnlyOne, .DOC_ButtonEmpty
{
    margin-left: 10px;
}

.DOC_ButtonCloseOnDiv
{
    background-position: center;
    cursor: pointer;
    background-color: Transparent;
    width: 15px;
    border-left: none;
    border-right: none;
    border-top-style: none;
    border-bottom-style: none;
}

.DOC_ArrowRightTest
{
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    border-style: none;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.DOC_ArrowRight
{
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-color: Transparent;
    border-style: none;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.DOC_ArrowDown
{
    background-position: center;
    background-repeat: no-repeat;
    background-color: Transparent;
    vertical-align: middle;
    cursor: pointer;
    border-style: none;
    width: 9px;
    height: 5px;
}

.DOC_ArrowUpSearch, .DOC_ArrowUpSearchDisabled
{
    padding-left: 20px;
    padding-right: 5px;
}

.DOC_ArrowDownSearch, .DOC_ArrowDownSearchDisabled
{
    padding-left: 5px;
    padding-right: 5px;
}

/*Arkiv*/

/*Arkivreferencer i dokument*/

.DOC_ArchiveRefsTopDiv
{
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
    background-color: #FFECF1;
}

.DOC_ArchiveRefsHeader
{
    text-indent: 5px;
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

.DOC_ArchiveRefStyle
{
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

/*På vej i dokument*/

.DOC_PendingRefsTopDiv
{
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

.DOC_PendingRefsHeader
{
    text-indent: 5px;
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

.DOC_PendingRefStyle
{
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

/*Kompetenceplaner i andet dokument*/

.DOC_CompetencePlanInOtherDocumentTopDiv
{
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

.DOC_CompetencePlanInOtherDocumentHeader
{
    text-indent: 5px;
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

.DOC_CompetencePlanInOtherDocumentStyle
{
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

/*Sats*/
.DOC_RateRefsTopDiv
{
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

.DOC_RateRefsHeader
{
    text-indent: 5px;
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

.DOC_RateRefStyle
{
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

/*Kompetanceplaner i dokument*/
.DOC_CompetencePlanTopDiv
{
    width: 100%;
    position: static;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.DOC_CompetencePlanHeader, .DOC_CompetencePlanHeaderEdit
{
    text-indent: 0px;
    width: 97%;
    text-align: left;
    padding-right: 5px;
    padding-left: 0px;
}

.DOC_CompetencePlanStyle
{
    font-weight: normal;    /*Skal sættes til normal, da lokalinfo eventuel vil arve bold fra sektionen den sidder i*/
    text-indent: 5px;
    width: 97%;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.DOC_CompetencePlanButton
{
    background-position: center;
    background-repeat: no-repeat;
    background-color: Transparent;
    vertical-align: top;
    cursor: pointer;
    border-left: none;
    border-right: none;
    border-top-style: none;
    border-bottom-style: none;
    width: 16px;
    height: 16px;
}

.DOC_CompetencePlan
{
    text-indent: 5px;
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

/*Lokal info*/
.DOC_LocalInfoHeader, .DOC_LocalInfoHeaderEdit
{
    text-indent: 0px;
    width: 97%;
    text-align: left;
    padding-right: 5px;
    padding-left: 0px;
}

.DOC_LocalInfoStyle
{
    font-weight: normal;    /*Skal sættes til normal, da lokalinfo eventuel vil arve bold fra sektionen den sidder i*/
    text-indent: 5px;
    width: 97%;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

/*Serviceassistent*/
.DOC_ServiceAssistantHeader, .DOC_ServiceAssistantHeaderEdit
{
    text-indent: 0px;
    width: 97%;
    text-align: left;
    padding-right: 5px;
    padding-left: 0px;
}

.DOC_ServiceAssistantStyle
{
    font-weight: normal;    /*Skal sættes til normal, da lokalinfo eventuel vil arve bold fra sektionen den sidder i*/
    text-indent: 5px;
    width: 97%;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}
/*Referencer i dokument*/
.DOC_RefsTopDiv
{
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

.DOC_RefsHeader
{
    text-indent: 5px;
    text-align: left;
    vertical-align: text-top;
    font-variant: small-caps;
    text-indent: 0pt;
    position: relative;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 3px;
}

.DOC_RefStyle
{
    text-indent: 5px;
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

.DOC_RefCategoryHeader
{
    text-indent: 5px;
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

.DOC_RefCategory
{
    text-indent: 5px;
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

.DOC_PendingStyleTopDiv
{
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}

.DOC_PendingHeader
{
    text-indent: 5px;
    text-align: left;
    vertical-align: text-top;
    font-variant: small-caps;
    text-indent: 0pt;
    position: relative;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 3px;
}

.DOC_PendingStyle
{
    text-indent: 5px;
    text-align: left;
    vertical-align: text-top;
    border-right-width: thin;
    list-style: disc none inside;
}


.NisDialogPanel
{
    border-width: 1px;
    border-style: solid;
}

.NisDialogPanelTextBox
{
    font-size: 11px;
}

.NisDialogPanelLabel
{
    font-size: 11px;
    margin-left: 10px;
}

/* for FrontPage.aspx and alike */
.NewsBoxRow
{
    font-weight: bold;
}

/* News Content Boxes */
.NewsBoxContentLight
{
    border-width: 1px;
    border-style: solid;
}
.NewsBoxContentDark
{
    border-width: 1px;
    border-style: solid;
    border-top: 0px;
}
.NewsBoxHeaderLight
{
    height: 21px;
    font-weight: bold;
    padding-left: 6px;
}
.NewsBoxHeaderLightLeft
{
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-left: 2px;
}
.NewsBoxHeaderLightRight
{
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-right: 2px;
}
.NewsBoxHeaderDark
{
    height: 21px;
    font-weight: bold;
    padding-left: 6px;
    font-size: 12px;
}
.NewsBoxHeaderDarkLeft
{
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-left: 2px;
}
.NewsBoxHeaderDarkRight
{
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-right: 2px;
}
.NewsBoxDivLight
{
    padding: 10px;
    overflow: auto;
    height: 150px;
}
.NewsBox
{
    overflow: auto;
    height: 170px;
}
.NewsBoxDivDark
{
    padding: 10px;
    overflow: auto;
    height: 150px;
}
.NewsBoxImageLeft
{
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
}
.NewsBoxImageRight
{
    float: right;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 6px;
}

/* TOP PANEL */

.TopPanelTxtbox
{
    margin-left: 100px;
    height: 15px;
    font-size: 10px;
}

.TopPanelddlSearch
{
    margin-left: 20px;
}

Div.SelectRole_Footer
{
    text-align: right;
    padding-top: 5px;
    border-top-style: solid;
    border-top-width: 1px;
}

.Grid 
{ 
  border: none; 
  cursor: pointer; 
}

.HeadingCell 
{ 
  border: none;
  padding: 3px;
}

.HeadingCellText
{
  font-family: Tahoma,Arial,Sans-Serif;
  font-size: 12px;
  font-weight: bold; 
  text-align: left;
}

.DataRow 
{ 
  background-color: #FFFFFF; 
}

.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  border-right: 1px solid #EAE9E1; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: Tahoma,Arial,Sans-Serif;
  font-size: 12px;
} 

.DataRow td.FirstDataCell 
{ 
  padding-left: 3px; 
} 

.GridFooter
{
  cursor: default;
  padding:5px;
  vertical-align: bottom;
}

.GridFooter a 
{
  color: Black;
  font-weight: bold;
}

.PagerText
{ 
    font-family: Tahoma,Arial,Sans-Serif;
    font-size: 12px;
}

.DocumentInformation_Draft, .DocumentInformation_Pending, .DocumentInformation_Historical, .DocumentInformation_Valid
{
     padding: 10px;
     padding-top: 4px;
     padding-bottom: 4px;
     line-height: 18px;
     overflow: hidden;
}

.DocumentInformation_Draft
{
  background-color: #FFFF00;
} 

.DocumentInformation_Pending
{
  background-color: #D4F1B3;
} 

.DocumentInformation_Historical
{
  background-color: #FFECF1;
} 

.DocumentInformation_Valid
{
  background-color: #FFFFFF;
}

.Master_DeliveredBy
{
    font-family: Tahoma,Arial,Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    padding-left: 11px;
    overflow: hidden;
} 

A.TreeNavigationNodeSelected,SPAN.TreeNavigationNodeSelected
{
    color: #111111;
    line-height: 16px;
    display: inline-block;
    background-color: #FFD89D;
}

.ReferenceListSelected
{
    background-color: #CCFFFF;
}

.ReferenceMarkup, ReferenceListCell
{
    color: Black;
}

.ReferenceMarkup a
{
    color: Black;
}

.ReferenceMarkup a:hover
{
    color: Black;
    text-decoration: none;
}

.Selected
{
    border-style: dotted;
    border-width: 2px;
}

.NotSelected
{
    border-style: solid;
    border-width: 0px;
}

.Good
{
    border-color: Green;
    background-color: #A9F5A9;
}

.Medium
{
    border-color: #5E610B;
    background-color: #F2F5A9;
}

.Bad
{
    border-color: Red;
    background-color: #F5A9A9;
}

.Saved
{
    border-color: gray;
    background-color: #D8D8D8;
}

div.FooterPanel
{
    height: 37px;
    /*margin-top: 20px;*/
    padding-top: 0px;
    background-color: #E6E6E6;
    text-align:left;
}

div.FooterPanel table
{
    width:100%;
}


.FooterTextLeft
{
    padding: 9px 0 0 13px;
    font-family: Verdana;
    font-style: normal;
    font-size: 11px;
    color: Grey;
    text-align: left;
    text-decoration: none;
    float: left;
}

.FooterTextCenter
{
    padding: 9px 0 0 13px;
    font-family: Verdana;
    font-style: normal;
    font-size: 11px;
    color: Grey;
    text-align: center;
    text-decoration: none;
    /*float: left;*/
}

.FooterTextRight
{
    padding: 9px 13px 0 0;
    font-family: Verdana;
    font-style: normal;
    font-size: 11px;
    color: Grey;
    text-align: right;
    text-decoration: none;
    float: right;
}

.SubjectSortArrowUp, .SubjectSortArrowDown, .SubjectSortArrowUpDisabled, .SubjectSortArrowDownDisabled
{
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    border-style: none;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

p.KITABLETXT
{
    margin: 0px;
    line-height:normal;
}

.ExpandSectionButtonCollapsed, .ExpandSectionButtonExpanded
{
    background-position: center;
    background-repeat: no-repeat;
    background-color: Transparent;
    vertical-align: middle;
    cursor: pointer;
    border-style: none;
    width: 9px;
    height: 10px;
}

.ExpandSectionTitle
{
    font-size: 13px;
    font-weight: bold;  
    color: black !important;  
    text-decoration: none !important;  
}



