/* 
================================
Skin styles for DotNetNuke
================================
*/   
.conpanel {
	background-color:#99CCFF;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-image:url(w500.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.skinmaster {
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg);
	background-position:center;
	border-top: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	height:30px;
}
.hundredehoj {
	width: 100%;
	height: 100%;	
}
.menustyle {
	background-color:#FFFFFF;
	background-image:url(menubg.jpg);
	background-repeat:repeat-x;
	width: 175px;
	border-right:#A2CCC0 1px solid;
}

.botborder {
	border-bottom: #CCCCCC 1px solid; 
}
.topborder{
	border-bottom: #CCCCCC 1px solid;
	}
.controlpanel {
	width: 100%;
	background-color:#E3EAEA;
}
.toppane {
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
}
.leftpane {
	width: 175px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.contentpane {
	width: 100%;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent;
	width:175px;
	
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:21px;
	border-bottom:1px #CCCCCC solid;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	color:#000000;
	border-left: #DFEEE9 0px solid; 
	border-bottom: #DFEEE9 1px solid; 
	border-top: #DFEEE9 1px solid; 
	border-right: #DFEEE9 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000;	font-size: x-small; font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.MainMenu_MenuIcon {
	background-color: #DFEEE9; 
	border-left: #DFEEE9 1px solid; 
	border-bottom: #DFEEE9 1px solid; 
	border-top: #DFEEE9 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color:#DFEEE9;
	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:#F4F4F4; 
	cursor: pointer; 
	cursor: hand; 
	color: black;	
	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size: x-small; font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #DFEEE9 1px solid; 
	border-bottom: #DFEEE9 1px solid; 
	border-top: #DFEEE9 0px solid;
	font-family: webdings;	font-size: x-small; cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
	background: #FFFFFF none; 
	color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size: x-small; font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #FFFFFF;
	border-right: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-left: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.Head {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:  x-small;
	font-weight: bold;
	color:#333333;
}


