/* 
================================
Skin styles for DotNetNuke
================================
*/   

.UserClass{
	color: #94a6c7; 
	font-family: Georgia; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal;
}

.LoginClass{
	color: #94a6c7; 
	font-family: Georgia; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal;
}
.BreadCrumbClass{
        color:#94a6c7;
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
}

.SearchClass{
	color: #94a6c7; 
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
}



/* nb:  this is the outside colour of the page,not the page itself */
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #B6C1BF; 
	color: white; 
	font-family: Lucida Grande,Arial,Verdana; 
	font-size: 0.8em; 
	font-weight: normal; 
	font-style: normal;
}
.skinmaster {
	height: 100%;
	background-color:white; /* NB :  change this for the page background :changed to white. AB */
	border-right: #B6C1BF 1px solid;   /* pale grey */
	border-top: #B6C1BF 1px solid; 
	border-left: #B6C1BF 1px solid; 
	border-bottom: #B6C1BF 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	color: black; 
	font-family: Lucida Grande,Arial,Verdana; 
	font-size: 0.8em; 
	font-weight: normal; 
	font-style: normal; 
}
.skinheader {
    color: black; 
	font-family: Lucida Grande,Arial,Verdana; 
	font-size: 0.8em; 
	font-weight: normal; 
	font-style: normal;
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	color: black; 
	font-family: Lucida Grande,Arial,Verdana; 
	font-size: ).8em; 
	font-weight: normal; 
	font-style: normal;
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #dddddd;  /* v light grey */
	color: black; 
	font-family: Lucida Grande,Arial,Verdana; 
	font-size: 0.8em; 
	font-weight: normal; 
	font-style: normal;
}
.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;
	color: black; 
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
}

/* AB: change these to change the menu properties */
.MainMenu_MenuItem {
	border-left: #cccccc 0px solid;  /* light grey */ 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #9a9fa7; 
	font-family: Georgia; 
	font-size: 16pt; 
	font-weight: normal; 
	font-style:normal; 
	background-color: transparent;
}

/* AB: When a menu item is selected these properties are used */
.MainMenu_MenuItemSel {
	background-color: #e3e6ed;   /* light grey */
	cursor:pointer; 
	cursor: hand; 
	color: white; 
	font-family: Georgia; 
	font-size: 16pt; 
	font-weight: normal; 
	font-style: normal;
	height: 10px;
}

.MainMenu_MenuIcon {
	background-color: #cccccc;  /* Light grey */ 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 12px; 
	height: 10px;
}


.MainMenu_SubMenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);   /* medium grey */
}
.MainMenu_MenuBreak {
	height: 1px;
}

.MainMenu_MenuArrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 15pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 15pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; /* med grey */
   color: black;  /* text on the button: this could be clearer DNN */
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid;   /* grey */
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333; /* dark grey, near black */
}
