/* 
================================
Skin styles for DotNetNuke
================================
*/   
.UserClass{
	color: black; 
	font-family: 'Lucida Grande',Verdana,Arial; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
}

.LoginClass{
	color: black; 
	font-family: 'Lucida Grande',Verdana,Arial; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
}


.BreadCrumbClass{
        color: black;
	font-family: 'Lucida Grande', Verdana, Georgia; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
}

.SearchClass{
	color: black; 
	font-family: 'Lucida Grande',Verdana,Arial; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	padding-right: 5px;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #c1272d     /* #e5e2b6; */ /* #fefefe;  /* whitish */
	color: black; 
	font-family: 'Lucida Grande', Verdana, Georgia; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
}
.skinmaster {
	height: 100%;
	background-color:  #fffdfd; /* NB :  change this for the page background :changed to white. AB */
	border-right: #cdcdcf 1px solid;   /* pale grey */
	border-top: #cdcdcf 1px solid; 
	border-left: #cdcdcf 1px solid; 
	border-bottom: #cdcdcf 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', Verdana, Georgia; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
}
.skinheader {
    color: black; 
	font-family: 'Lucida Grande', Verdana, Georgia; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	color: black; 
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #dddddd;  /* v light grey */
	color: black; 
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
}
.leftpane {
	width: 20%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
}
.contentpane {
	width: 70%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
}
.rightpane {
	width: 10%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
}


.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;
}

