/* 
================================
Skin styles for DotNetNuke
================================
*/   
BODY {
    direction: ltr;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
}
.skinheader {
}
.NormalTextBox {
	border-left: #97BFE2 1px solid; 
	border-bottom: #97BFE2 1px solid; 
	border-top: #97BFE2 1px solid; 
	border-right: #FFFFFF 0px solid;
	height: 23px;
	font-size: 14px;
	margin-left: 20px;
}
.TreeViewMenu {
}
.TreeViewMenu_Header {
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.contentpane {
	height: 450px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	background-color: Transparent;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	border-right: #EEEEEE 1px solid;
	width: 150px;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: Transparent; 
	height: 0px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	background-color: Transparent;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}


