/* 
================================
Skin styles for DotNetNuke
================================
*/   
Body
{
    background: Black;	
    color: White;
	font-family: Tahoma, Arial, Helvetica;
}

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: black;
}
.skinmaster {
	height: 100%;
	background-color: black;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #dddddd;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 13em;
	/* background-color: transparent; */
	padding-left: 12px; /* 6 */
	padding-right: 4px;
	padding-top: 6px;
 background-color: #101410;
 border-left: 1px solid #420400;
 border-top: 1px solid #420400;
 border-bottom: 1px solid #420400;

}

.contentpane {
	width: 100%;
	/* background-color: transparent; */
	padding-left: 6px;
	padding-right: 4px; /* 4 */
	padding-top: 6px;
	background-color: #101410;
 border-top: 1px solid #420400;
 border-bottom: 1px solid #420400;
}

.rightpane {
	width: 200px;
	/* background-color: transparent; */
	padding-left: 6px;
	padding-right: 10px; /* 4 */
	padding-top: 6px;
	 background-color: #101410; 
 border-right: 1px solid #420400;
 border-top: 1px solid #420400;
 border-bottom: 1px solid #420400;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: #ffffff; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #aaaaaa; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 13em;
	color: white;
	background-color: #400000;  /* #3A0400; */
	border-right: #313031 1px solid;
	border-top: #313031 1px solid;
	border-left: #313031 1px solid;
	border-bottom: #313031 1px solid;
}

.OldTreeViewMenu_Header {
background-image: url(gradient_LtGray.jpg);
}

.TreeViewMenu_Header {

}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    color: white;
}

A.SubHead {
    color: white;
}


.ContainerBottomBlack {
 background: #000000;
 width: 100%;
 border-right: #313031 1px solid; 
 border-top: #313031 1px solid; 
 border-left: #313031 1px solid; 
 border-bottom: #313031 1px solid; 
}

.ContainerBottomColor {
 background: #400000;
 width: 12.5em;
 border-right: #313031 1px solid; 
 border-top: #313031 1px solid; 
 border-left: #313031 1px solid; 
 border-bottom: #313031 1px solid; 
}

/* Skin objects */
/* Overskrift i eks dato visningen */
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* Login logud tekst */
A.SkinObject:link {
    text-decoration:    none;
    color: white;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: white;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: white;
}
A.SkinObject:hover    {
    text-decoration: underline;
    color: white;
}

A:link  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
   /* color: #ffffff; */
   color:white;
}

A.NormalTextGallery {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color:Blue;
}

A:visited   {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}

.DataGrid_Container
{
	background-color: Gray;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 600px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto; 
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color:Black;
}

.FileManagerTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

.FileManagerNormalBold
{
 	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color:black;
} 

A.FileManagerNormalBold
{
 	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color:black;
} 


.FileManagerNormal
{
 	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color:black;
} 

A.FileManagerNormal
{
 	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color:black;
} 

   
.FileManagerNormalRed
{
 	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;   
}    

/* Anvendes for Kontrol panel */
.ControlSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* style of item titles on edit and admin pages */

A.CommandButton:link
{
	text-decoration: underline;
	color: orange;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: orange;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: orange;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.PublicSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
