/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #DDD;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	
	background-image: none;
	background-image: url('green_bar_bkgr.gif');
	
	background-color: #FFFFFF;
	background-repeat: repeat-y;

	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; 
}
.skinheader {
	background-color: #FFFFFF;
}
.skingradient {
	background-image: url('gradient_LtGray.jpg');
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #dddddd;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 190px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: #FFF;
	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: transparent;
	width: 190px;
	
	background-image: url('blue_button_bkgr.gif');
	background-image: url('green_button_bkgr.gif');
	background-image: url('grey_button_bkgr.gif');
	background-repeat: repeat-y;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	color: #FFFFFF;
	background: none;
	border: none;
	
	font-family: Garamond, Times New Roman, Serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	
	padding-left: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 35px;
}
.MainMenu_MenuIcon {
	display: none;
	background-color: #cccccc;
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 25px;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);

	color: #FFFFFF;
	background-color: #666666;
	background-image: none;

	font-family: Garamond, Times New Roman, Serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;

	padding: 1px;
	margin: 1px;
	border: none;
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	color: #FFFFFF;
	
	font-family: Garamond, Times New Roman, Serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	
	padding-left: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 35px;
}
.MainMenu_MenuArrow {
	border: none;
	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: #ffffff;
	font-family: Verdana, 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: Garamond, Times New Roman, Serif; /* Tahoma, Arial, Helvetica; */
   font-size:  16pt; /* 18px; */
   font-weight: bold;
   color: #333333;
}
.RootMenuItem {
	color: #FFF;
	/* background-color: #036; */
	background-image: url('blue_button.gif');
	
	font-family: Garamond, Times New Roman, Serrif;
	font-size: 15px;
}