/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color:#c8e3fd;
	background-image:url(nuukwebtvbg.gif);
	background-repeat:repeat-x;
	padding: 50px;
}
.skinmaster {
	background-color:#FFFFFF;
}
.preview {
	background-color:#92AAC2;
}
.skinheader {
}
.skingradient {
	background-image:url(gradientos.jpg);
	background-position:center;
	height:30px;
}
.hundredehoj {
	width: 100%;
	height: 100%;	
}
.darkbluemenu {
	background-color:#162b48;
	width: 100%;
	height: 65px;
}
.controlpanel {
	width: 100%;
	background-color:#E3EAEA;
}
.toppane {
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}
.leftpane {
	width: 175px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}
.contentpane {
	width: 50%;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}
.rightpane {
	width: 50%;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}
.bottompane {
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 21px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	color: #FFFFFF;
	border-left: #99CCFF 0px solid; 
	border-bottom: #99CCFF 1px solid; 
	border-top: #99CCFF 1px solid; 
	border-right: #99CCFF 0px solid;
	cursor: pointer; 
	cursor: hand; 
	font-size: small; 
	background-color: Transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding:5px;
}

.MainMenu_MenuIcon {
	background-color: #99CCFF; 
	border-left: #99CCFF 1px solid; 
	border-bottom: #99CCFF 1px solid; 
	border-top: #99CCFF 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	padding:5px;	
}
.MainMenu_SubMenu {
	color: #003366;
	background-color: #99CCFF; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter: none;		
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color:#CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: #000033; 
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: small; 
	height: 21px;
	padding:5px;	
}
.MainMenu_MenuArrow {
	border-right: #99CCFF 1px solid; 
	border-bottom: #99CCFF 1px solid; 
	border-top: #99CCFF 0px solid;
	font-family: webdings; 
	font-size: small; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: small; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #FFFFFF none; 
  color: #999999;
  font-family: verdana, sans-serif; 
  font-size: xx-small;
  font-weight: normal;
}

.Head {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  x-small;
   font-weight:bold;
   color: #000000;
}
.topheader {
	background-image:url(logobg.jpg);
	background-repeat:repeat-x;
	height: 120px;
}
.whitebg {
	background-color:#FFFFFF;
}
.botborder {
	background-color:#FFFFFF;
	border-bottom:#CCCCCC 1px solid;
}


