/* 
================================
Skin styles for DotNetNuke
================================
*/  
body {
	background-color: #f6f4f4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
 

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #f6f4f4;
}
.skinmaster {
	height: 100%;
	background-color: #f6f4f4;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	height:30px;
}
.controlpanel {
	width: 100%;
}
.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: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	border: 0;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #333333; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	height: 21px; 
	border: 0;
}
.MainMenu_MenuIcon {
	width: 0px; 
	height: 0px;
	visibility:hidden;
	border: 0;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin-top: 2;
	border: 0;

}
.MainMenu_MenuBreak {
	height:0px;
	border: 0;
}
.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #243e06; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	border: 0;
	
}
.MainMenu_MenuArrow {
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton 
{
    border-right: #2C4000 1px solid; 
	border-top: #2C4000 1px solid; 
	border-left: #2C4000 1px solid; 
	border-bottom: #2C4000 1px solid; 
    background: #c7f85e none; 
    color: #ffffff;
    font-family: verdana, sans-serif; 
    font-size: 11px;
    font-weight: bold;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {

}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

a.Standard:link {
font-weight: bold;
color: #ffffff;
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
text-decoration: none;
}

a.Standard:visited {
font-weight: bold;
color: #ffffff;
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
text-decoration: none;
}

a.Standard:hover {
font-weight: bold;
color: #243e06;
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
text-decoration: none;
}

a.UpperaseStandard:link {
font-weight: bold;
color: #243e06;
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
text-decoration: none;
text-transform:uppercase;
}

a.UpperaseStandard:visited {
font-weight: bold;
color: #243e06;
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
text-decoration: none;
text-transform:uppercase;
}

a.UpperaseStandard:hover {
font-weight: bold;
color: #FF6600;
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
text-decoration: none;
text-transform:uppercase;
}
