/* 
================================
Skin styles for DotNetNuke
================================
*/   

/* background color for the content part of the pages */
Body
{
	height: 100%;
	background-color: #C7B7FC;
}

.pagemaster {
	width: 100%;
	/* height: 100%;	*/
	background-color: #C7B7FC;
}
.skinmaster {
	height: 100%;
	background-color: #C7B7FC;
}

.MainMenu_MenuContainer {
	width: 600px;
}
.MainMenu_MenuItem {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.MainMenu_SubMenu {
	background-color: #F0EFFD;  
}
.MainMenu_MenuItemSel {
	background-color: #F0EFFD; 
	color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.MainMenu_MenuArrow {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}








































