/* 
================================
Skin styles for DotNetNuke
================================
*/

body
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, Sans-Serif;
	text-align: center;
	background-color: #f8f8f8;
}
.pagemaster
{
	width: 100%;
}
.skinmaster
{
	height: 100%;
	background-color: #ffffff;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.skinheader
{
	background-color: #008a2f;
	background-image: url(TopGradient.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}
.skinlogobanner
{
	background-color: #ffffff;
	background-image: url(HeaderBanner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 145px;
}
.logoRightPane
{
	background-image: url(TransparentBackground.png);
	border: solid 2px Gray;
	background-repeat: repeat;
	background-position: left top;
	padding: 5px;
	text-align: right;
}
.skinbottom
{
	background-image: url(BottomGradient.gif);
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	text-align: center;
}
.fontsmall
{
	font-size: xx-small;
}
.controlpanel
{
	width: 100%;
	background-color: #ebfccf;
}
.headerfont, a.headerfont:link, a.headerfont:visited
{
	font-size: smaller;
	color: White;
	font-weight: bolder;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, Sans-Serif;
}
.centerpage
{
	margin-top: 3px;
	margin-bottom: 3px;
}
.menutop_back
{
	padding-top: 0px;
	padding-bottom: 5px;
}
.menutop
{
	background-image: url(nav.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 35px;
	width: 100%;
}
.MainMenu_MenuBreak
{
	background-image: url(MenuSeparator.png);
	display: block;
	height: 29px;
	width: 1px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: Transparent;
	background-position: center center;
	background-repeat: no-repeat;
	border-style: none;
}

.menuleft
{
	background-color: #f4fee4;
	background-image: url(VerticalGradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: Black;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	width: 175px;
}
.mainpane
{
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
}
.toppane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane
{
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 26px;
	padding-top: 6px;
	min-height: 400px;
	width: 200px;
}
.contentpane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	min-height: 400px;
}
.rightpane
{
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	min-height: 400px;
}
.bottompane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	padding-left: 0px;
	background-color: transparent;
	width: 150px;
	height: 15px;
}
.MainMenu_MenuBar
{
	cursor: hand;
	height: 24px;
	width: 130px;
	background-color: transparent;
}
.MainMenu_MenuBar.MainMenu_MenuItem td
{
	padding-left: 1px;
	padding-right: 1px;
}
.MainMenu_MenuItem
{
	border: black 0px solid;
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
	color: Black;
	font-style: normal;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, Sans-Serif;
	padding-left: 3px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 24px;
}
.MainMenu_MenuIcon
{
	padding-left: 2px;
	padding-right: 2px;
	background-color: transparent;
	display: none;
}
.MainMenu_SubMenu
{
	border: solid 1px gray;
	z-index: 0;
	cursor: hand;
	background-color: #fefee4;
}

.MainMenu_MenuBar.MainMenu_MenuItemSel td
{
	border: solid 1px gray;
}

.MainMenu_MenuItemSel
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, Sans-Serif;
	border: gray 0px solid;
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
	color: Black;
	padding-left: 3px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 24px;
	background-color: #feed01;
}
.MainMenu_MenuArrow
{
	display: none;
}
.MainMenu_RootMenuArrow
{
	display: none;
}
/*
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	border-left: #cad5ea 0px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 1px solid;
	border-right: #cad5ea 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
}
.MainMenu_MenuIcon
{
	background-color: #cad5ea;
	border-left: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 1px solid;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	background-color: #cad5ea;
	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: #8da4d3;
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow
{
	border-right: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 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: #8da961 none;
	color: #ffffff;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}
.TreeViewMenu
{
	width: 175px;
	background-color: Transparent;
}
.TreeViewMenu_Header
{
	/*background-image: url(BottomGradient.gif);*/
}
.TreeViewMenu_RootItems, .TreeViewMenu_RootFolder
{
	font-weight: bolder;
}
.TreeViewMenu_Items
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}
.TreeViewMenu_Items_Hover
{
	text-decoration: underline;
	font-weight: bolder;
}
.TreeViewMenu_RootItems_Selected, .TreeViewMenu_SubItems_Selected
{
	color: Blue;
	font-weight: bolder;
}
.Head
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	color: Black;
}








