/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;

}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {

}
.skingradient {
	BACKGROUND-IMAGE: url(end_tab.gif); HEIGHT:25px;
	border-collapse: collapse;
}
.controlpanel {
	width: 99%;
	background-color: #DDDDDD;
}
.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: #f0eee7; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: #f0eee7;
}
.MainMenu_MenuItem {
	border-left: #F0EEE7 0px solid; 
	border-bottom: #F0EEE7 1px solid; 
	border-top: #F0EEE7 1px solid; 
	border-right: #F0EEE7 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family:"Verdana";
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
}
.MainMenu_MenuItemSel {
background-color: #f0eee7; 
font-style: normal;
}

.MainMenu_MenuIcon {
	border-left: #F0EEE7 1px solid; 
	border-bottom: #F0EEE7 1px solid; 
	border-top: #F0EEE7 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	background-color: #f0eee7;  	
}
.MainMenu_MenuBreak{ display:none; }
.MainMenu_MenuArrow {
	border-right: #F0EEE7 1px solid; 
	border-bottom: #F0EEE7 1px solid; 
	border-top: #F0EEE7 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
background-color:#D4D0C8;
color: #666699;font-size:10px;font-weight:bold;font-family:"verdana","arial","sans-serif"
}
.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(end_tab.gif);
}

.Head   {
    font-family: "verdana","arial","sans-serif";
    font-size:  18px;
    font-weight:  normal;
    color: #333333;
}
A,A:link,A:visited,A:active{ color:#FF7900; text-decoration:underline; }
A:hover{ color:#FF7900; text-decoration:none; }

.s {
border-collapse:collapse;
}
.rootmenuitem TD{ 
	color:#534842; font-size:10px; font-weight:bold;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #F0EEE7;
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#4065AE; font-size:10px; font-weight:bold;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif
	background-color: #F0EEE7;
}
.submenu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	background-color: #f0eee7;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
  	border-width:1px; border-style:solid; text-align:left;
  	border-color:#003399;
}
.submenuitemselected{
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family:"Verdana";
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	background-color: #d8d8f8;
}
UL {font-size:12px;font-weight:normal;font-family:"verdana","arial","sans-serif";
list-style-type:disc;
}
LI {font-size:12px;font-weight:normal;font-family:"verdana","arial","sans-serif";
list-style-type:disc;
}
UL LI {font-size:12px;font-weight:normal;font-family:"verdana","arial","sans-serif";
list-style-type:disc;
}






