/* 
================================
Skin styles for DotNetNuke
================================
*/   

Normal, p, div, td, blockquote {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #e9e9e9;
}

.SkinObject {
    font-weight: normal;
    font-size: 11px;
    color: #27572A;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link, A.SkinObject:visited  {
    text-decoration:    none;
    color:#27572A;
}

A.SkinObject:active, A.SkinObject:hover    {
    text-decoration:    none;
    color:#27572A;
}

.skinmaster {
	height: 100%;
	background-color: #ffffff;
	BORDER-RIGHT: #8F9092 0px solid; 
	BORDER-TOP: #8F9092 0px solid; 
	BORDER-LEFT: #8F9092 0px solid; 
	BORDER-BOTTOM: #8F9092 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DDDDDD;
}
.toppane {
	width: 100%;
	background-color: #ffffff;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 0px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	background-color: #ffffff;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 12px;
}
.rightpane {
	width: 300px;
	background-color: #EDDDA9;
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 12px;
}
.bottompane {
	background-color: #e9e9e9;
	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;
}
.MainMenu_MenuItem {
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #27572A; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #ffffff; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #e9e9e9;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #ffffff; 
	cursor: pointer; 
	cursor: hand; 
	color: #27572A; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 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: #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: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:  normal;
    color: #333333;
}

/* GENERIC */
h1, h2, h3, h4, h5, h6 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;}
H1  {
	font-size:20px;
}

H2  {
	font-size:18px;
}

H3  {
	font-size:16px;
}

H4  {
	font-size:14px;
}

H5, DT  {
	font-size:12px;
}

H6  {
	font-size:11px;
}

ol, UL {
	font-size:12px;
}