/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color:#333333;
}

.skinmaster {
	background-color:#000000;
	border-right: #666666 1px solid; 
	border-top: #666666 1px solid; 
	border-left: #666666 1px solid; 
	border-bottom: #666666 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.headergradient {
background-color:#000000;
	height:87px;
}
.congradient {
	background-image:url(congradient.jpg);
	background-repeat:repeat-x;
}
.menugradient {
	background-image:url(menugradient.jpg);
	background-repeat:repeat-x;
}
.skingradient {
	background-image:url(menubar.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color:#CCCCCC;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.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:21px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #666666 0px solid; 
	border-bottom: #666666 1px solid; 
	border-top: #666666 1px solid; 
	border-right: #666666 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color:#999999; 
	font-size:10px;
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.MainMenu_MenuIcon {
	background-color: #666666; 
	border-left: #666666 1px solid; 
	border-bottom: #666666 1px solid; 
	border-top: #666666 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #666666;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #666666 1px solid; 
	border-bottom: #666666 1px solid; 
	border-top: #666666 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-color:#333333
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size:x-small;
  font-weight: normal;
}
.smallandfat {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#999999;	
}
.smallandfat:link {
color:#999999;
}
.smallandfat:visited {
color:#999999;
}
.smallandfat:hover {
color:#FFFFFF;
}
.smallandfat:active {
color:#999999;
}
.lhdstyle {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	}
.menubar {
	height:21px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#999999;
}

.Head {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color:#CCCCCC;
}
.SubHead {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color:#CCCCCC;
}
.rodvalgt {
	color:#CCCCCC;
	text-decoration:none;
	background-color: tranparent;
}
.subvalgt {
	color:#999999;
	text-decoration:none;
	background-color:#000000;
}
.Searcher {
	border: none;
}
.blackborders {
	background:#000000;
	color:#CCCCCC;
	border:1px solid #999999;
}

