/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #CCCCCC;
}
.skinmaster {
	height: 100%;
	background-color: #CCCCCC;
}
.skinheader {
}
.skingradient {
	background-color: #004978;
 HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.leftpane {
	width: 240px;
	background-color: #004978;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane2 {
	width: 240px;
	background-color: #ffffff;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane2 {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 222px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane2 {
	width: 222px;
	background-color: #B1C15E;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottom {
	width: 980px;
	height: 60px;
	background-image: url(logo.gif);
	color: black; 
	font-family: Times; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
}
.bottom2 {
	width: 980px;
	height: 60px;
	background-image: url(logo.gif);
	color: black; 
	font-family: Times; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:30px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Times; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: italic; 
	background-color: Transparent;
}
.MainMenu_SubMenu {
	background-color: #004978;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#004978, Direction=135, Strength=3);
}
.MainMenu_MenuBreak {
	background-color: #004978;
	height: 10px;
}
.MainMenu_MenuItemSel {
	background-color: #B1C15E; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Times; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: italic;
}
.MainMenu_MenuItemActive {
	background-color: #B1C15E; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Times; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: italic;
}
.MainMenu_MenuArrow {
    display: none; 
}
.MainMenu_RootMenuArrow {
    display: none;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
