/* 
================================
Skin styles for DotNetNuke
================================
*/   
body
{
	font-family: Georgia;
	font-size: 13px;
	color: #405713;
}
h1
{
	font-family: Georgia;
	font-size: 26px;
}
.pagemaster 
{
	width: 980px;
}
.skinmaster 
{
	width: 100%;
	background-color: #f2f2e2;
	border-bottom: 1px solid #99cc99;
	border-right: 1px solid #99cc99;
}
.control_panel
{
	width: 950px;
}
.top_left 
{
	width: 210px;
	min-width: 210px;
	height: 138px;
	background: #e4e4c5 url(topleft.jpg) top left no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 42px;
}

.top_title
{
	padding: 20px 20px 0px 20px;
	height: 158px;
	background: #e4e4c5 url(toptitle.jpg) top right no-repeat;
	vertical-align: top;
	font-size: 11px;
}

.top_left_sep
{
	width: 210px;
	min-width: 210px;
	height: 21px;
	background: #e4e4c5 url(topleftsep.jpg) top left no-repeat;
}

.top_title_sep
{
	height: 20px;
	background: url(toptitlesep.jpg) top left no-repeat;
	border-top: 1px solid #99cc99;
}

.left_pane
{
	width: 210px;
	min-width: 210px;
	padding-top: 20px;
	vertical-align: top;
	text-align: left;
	background: url(leftbg.jpg) 0px 0px repeat-y;
}
.content_pane
{
	padding: 0px 20px 5px 20px;
	vertical-align: top;
}
.content_pane p
{
	text-align: justify;
}
.bottom_left 
{
	width: 210px;
	min-width: 210px;
	height: 30px;
	background: url(bottomleft.jpg) top left no-repeat;
}
.bottom_title
{
	height: 27px;
	padding: 3px 20px 0px 20px;
	font-size: 11px;
	background-color: #e4e4c5;
	vertical-align: middle;
	text-align: center;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.Head {
	font-family: Georgia;
	font-size: 18px;
	color: #405713;
}


/* Main Menu */
.MenuContainer
{
	background-color: #99cc99;
	width: 210px;
}
.MenuBar
{
	cursor: pointer;
	height: 41px;
	width: 210px;
}
.MenuItem, .MenuItemSel, .SubMenu
{
	background: url(menubg.jpg) 0px 0px no-repeat;
	width: 210px;
	height: 41px;
	cursor: pointer;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
}
.MenuItemSel
{
	text-decoration: underline;
}
.MenuIcon
{
	cursor: pointer;
/*	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;*/
	text-align: center;
	width: 15px;
	height: 21px;
}
/*.SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}*/
.MenuBreak
{
/*	border-bottom: #EEEEEE 0px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;*/
}
.MenuArrow
{
/*font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;*/
}
.RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.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 {
	background-image: url(gradient_LtBlue.jpg);
}

.Normal {
	font-family: Georgia;
	font-size: 13px;
	color: #405713;
}
