/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkGreen.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 50%;
	background-color: #FCF0CE;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 0px;
}
.contentpane {
	width: 40%;
	background-color: #FCF0CE;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
}
.rightpane {
	width: 50%;
	background-color: #FCF0CE;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}
/* [SOLPATRMENU] */
.MainMenu_MenuContainer
{
	margin-left: 0px;
	background-color: #2BAE50;
}
.MainMenu_MenuBar
{
	padding-right: 28px;
}
.MainMenu_MenuItem
{
	padding-left: 20px;
	font-weight: bold;
	font-size: 11px;
	color: #2BAE50;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	border-bottom-style: none;
}
.MainMenu_MenuItemSel
{
	padding-left: 20px;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	color: #ffffff;
	background-color: transparent;
}
.MainMenu_MenuIcon
{
	display: none;
	background-color: #ffffff;
}
.MainMenu_MenuIcon_Admin
{
	border-top: #BCDABC 1px solid;
	border-left: #BCDABC 1px solid;
	width: 0px;
	border-bottom: #BCDABC 1px solid;
	background-color: #BCDABC;
}
.MainMenu_MenuArrow
{
	border-right: #BCDABC 1px solid;
	border-top: #BCDABC 1px solid;
	width: 7px;
	border-bottom: #BCDABC 1px solid;
	background-color: transparent;
}
.MainMenu_MenuBreak
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #A5CDA5;
	border-bottom-style: none;
}
.MainMenu_SubMenu
{
	border-right: #619C61 1px solid;
	padding-right: 1px;
	border-top: #619C61 1px solid;
	margin-top: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	border-left: #619C61 1px solid;
	padding-top: 1px;
	border-bottom: #619C61 1px solid;
	background-color: #BCDABC;
}
.MainMenu_SubMenuItemSel
{
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: #2BAE50;
	border-bottom-style: none;
}
.MainMenu_RootMenuArrow
{
	padding-right: 2px;
	padding-left: 0px;
}
.MainMenu_RootMenuItem
{
	font-weight: bold;
	font-size: 12px;
	background-image: url(media/menuitem.gif);
	text-transform: none;
	color: #ffffff;
	background-repeat: repeat-x;
	font-family: Arial;
	height: 30px;
}
.MainMenu_RootMenuItemActive
{
	font-weight: bold;
	font-size: 12px;
	background-image: url(media/menuitem.gif);
	text-transform: none;
	color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Arial;
	height: 30px;
}
.MainMenu_RootMenuItemSel
{
	font-weight: bold;
	font-size: 12px;
	background-image: url(media/menuitemsel.gif);
	text-transform: none;
	color: #367536;
	background-repeat: repeat-x;
	font-family: Arial;
	height: 30px;
	background-color: transparent;
}
.StandardButton {
  background: #ffffff; 
  color: #2BAE50;
  font-family: Arial; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #2BAE50;
	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);
}
.Head {
   font-family: Arial;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

