
/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	background-color: #717171;
}
.skinmaster {
	background-color: #ffffff;
	BORDER-RIGHT: #3f372 3px solid; 
	BORDER-TOP: #3f372 3px solid; 
	BORDER-LEFT: #3f372 3px solid; 
	BORDER-BOTTOM: #3f372 3px solid; 
}
.skinheader {
	background-color: #B5A9A1;	
}
.skingradient {
	background-color: #B5A9A1;
	height: 20px;
}
.toppane {
	width: 800px;
      height: 19px;
	background-color: transparent;
	background-image: URL(top.jpg);
	Background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px; 
}
.leftpane {
	width: 211px;
	background-color: #B5A9A1;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 589px;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
 		
}
.rightpane {
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
.bottompane {
	width: 800;
	height: 60px;
	background-color: #92847B;
	padding-left: 10px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
	width: 211px;
	padding-left:0;
	padding-right:0;
}
.MainMenu_MenuBar {
	width: 211px;
	cursor: pointer; 
	cursor: hand;
	height: 20px;
	background-color: transparent; 
	BACKGROUND-IMAGE: url(m1.jpg);
	background-repeat:no-repeat;
	padding: 1px;
	border-bottom: #B5A9A1 1px solid;
}

.MainMenu_MenuItem {
	width: 211px;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	padding-left: 5px;
}
.MainMenu_MenuIcon {
	background-color: #B5A9A1; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
}
.MainMenu_SubMenu {
	background-color: #B5A9A1;
	width: 100px; 
	height: 20px;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	width: 211px;
	height: 20px;
	background-color: transparent; 
	BACKGROUND-IMAGE: url(m1.jpg);
	background-repeat:no-repeat; 
	cursor: pointer; 
	cursor: hand; 
	color: #5c5c5c; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	padding-left: 5px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #AAAAAA none; 
    color: #4B0140;
    	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DDDDDD;
	BORDER-RIGHT: #8F9092 1px solid; 
	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: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:  normal;
    color: #909090;
}
/* text style used for most text rendered by modules */
.Normal
{
    	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}
/* text style used for rendered text which requires emphasis */
.NormalBold
{
    	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #6C3E08;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    	font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #4B0140;





