/* 
================================
Skin styles for DotNetNuke
================================
*/

.akContainerOverskrift {
	color:#FF0000;
	font-family: Verdana;
	font-size: 9 pt; 
	font-weight: normal; 
	font-style: normal;
	line-height:2.5;	
}

.Normal ul{
	list-style-image: url(abix.gif);
}	

.Normal a:link{
	color:#FF0000;
	text-decoration:none;	
}

.Normal a:hover{
	color:Black;
	text-decoration:none;
}

.Normal a:visited {
	color:#FF0000;
	text-decoration:none;
}

.Normal TD {
	color:#535353;
	text-decoration: none;
	font-family: Verdana; 
	font-size: 8 pt; 
	font-weight: normal; 
	font-style: normal;	
	line-height:1.5;		
}	

.Normal {
	color:#535353;
	text-decoration: none;
	font-family: Verdana; 
	font-size: 8 pt; 
	font-weight: normal; 
	font-style: normal;	
	line-height:1.5;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #C0C0C0; /*AK*/
}

.skinmaster {
	height: 100%;
	background-color: #C0C0C0;/*AK*/
	BORDER-RIGHT: #C0C0C0 1px solid;/*AK*/ 
	BORDER-TOP: #C0C0C0 1px solid; /*AK*/
	BORDER-LEFT: #C0C0C0 1px solid; /*AK*/
	BORDER-BOTTOM: #C0C0C0 1px solid; /*AK*/
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

.skinheader {
}

.SkinObject a:link {
	color:White;
	text-decoration:none;
}

.SkinObject a:hover {
	background-color:gray;
	text-decoration:none;
}

.SkinObject{
	color:white;
	text-decoration: none;
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

}

.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkRed.jpg); HEIGHT:30px;
}

.controlpanel {
	width: 100%;
	background-color: #C0C0C0;/*AK*/
}

.Top {
	padding-left: 15px;
}

.leftpane {	
}

.contentpane {
	background-color: white;
	margin-top:20px;
	padding-top:20px;

}

.rightpane {
	background-color: white;
	margin-top: 20px;
	padding-top:20px; 
	padding-left:0px; /*PE*/
	border-style: solid;
	border-left-width:1px;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:0;
	border-color: #535353;	
}

.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: #696969 0px solid; /*AK*/
	border-bottom: #696969 1px solid; /*AK*/
	border-top: #696969 1px solid; /*AK*/
	border-right: #696969 0px solid;/*AK*/
	cursor: pointer; 
	cursor: hand; 
	color: White; /*AK*/
	font-family: Verdana;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

.MainMenu_MenuIcon {
	background-color: #696969; /*AK*/
	border-left: #696969 1px solid; /*AK*/
	border-bottom: #696969 1px solid; /*AK*/
	border-top: #696969 1px solid; /*AK*/
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.MainMenu_SubMenu {
	background-color: #696969; /*AK*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak {
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #C0C0C0; /*AK*/
	cursor: pointer; 
	cursor: hand; 
	/*color: black;*/
	font-family: Verdana;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	border-right: #696969 1px solid; /*AK*/
	border-bottom: #696969 1px solid; /*AK*/
	border-top: #696969 0px solid; /*AK*/
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton     {
    background: #696969 none; 
    color: #FFFFFF;
    font-family:Verdana; 
    font-size: 11px;
    font-weight: normal;
}

.Head   {
}



