/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #484732;
}
.skinmaster {
	
	background-color: #45442f;
border:2px solid #363520;
border-top: 0px;


	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}


/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #efef8c;
	color: #000000;
	font-family: Verdana, sans-serif;
}

.Normal
{
	
    font-size: 10pt;
    font-weight: normal;
    color: #f8f8d4;
    font-family:  Arial;
    text-decoration: none;
	
}


.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #f8f8d4;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #efef8c;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #efef8c;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #efef8c;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #efef8c;
}




/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:  Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #ffffff;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}


.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #d6d7bd;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#d6d7bd;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#d6d7bd;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#d6d7bd;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#d6d7bd;
}


.skinheader {
}
.skingradient {
	height: 30px; back:url('gradient_DKGray.jpg')
}
.controlpanel {
	width: 100%;
	background-color: #dddddd;
}
.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;
}

.StandardButton {
   background: #aaaaaa; 
   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 {
	back:url('gradient_LtGray.jpg')
}




.TopMenuItem
{


	font-weight: bold;
	font-size: 9pt;
	cursor: default;
	color: #ffffff;
	font-family: arial;
	background-color: #6f7938;
  border:1px #adaa94 solid;

 
}

.TopMenuItemHover 
{
  background-color:#4a4d21; 
  color: #efef8c; 
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
  border:1px solid #adaa94;

}

.MenuItem
{
  border: 1px solid #000000; 
  color:#000000;
    background-color:#ffffff; 
  font-family: arial; 
  font-size:11px; 
  cursor:default; 
}

.MenuItemHover 
{
  background-color:#6f7938; 
  color:#FFFFFF;
  border: 1px solid #000000; 
  font-family: arial; 
  font-size:11px; 
}

.MenuBreak
{
  width:100%;

}

.TopGroup
{
  background-color:#6f7938; 
  cursor:default; 
}

.MenuGroup
{
  background-color:#6f7938;
  border:1px #4E5358 solid; 
  border-style:solid;
  cursor:default; 
}


/*___________________________________________________________________________________________*/
/* Main Menu */


.Separator_Item {
	 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 4px; 
	font-weight: bold; 
	border: 0px;
	padding: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: transparent;
	background-image:url(MenuSep.gif);
}


.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #321e00; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	border: 0px;
	padding: 1px;
	background-color: transparent;
	height: 22px;
}
.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: transparent; 
	border: 0px #C4C3C8 solid;
	padding: 1px;
	width: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #504e49;
	cursor: hand; 
	color: #FFFFFF; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	border: 0px; 
	padding: 1px;
	height: 22px;
}
.rootmenuitem {
	cursor: hand; 
	color: #ffff9b; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	border: 0px;
	background-color: transparent;
	padding: 5px;
	height: 22px;
}
.rootmenuitemselected {
	background-color: transparent;
	cursor: hand; 
	color: #fff464; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	border: 0px; 
	padding: 5px;
	height: 22px;	
}
.rootmenuitembreadcrumb{
	cursor: hand; 
	background-color: transparent;
	color: #ffff9b; 
	font-family: arial, helvetica, sans-serif;  
	font-weight: bold; 
	border: 0px;
	padding: 5px;	
}
.submenuitembreadcrumb{
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px;
	background-color: transparent;
	padding: 2px;
}
.submenu {
	z-index: 1000; 
	background-color: #dac278; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=180, Strength=1); */
	border: 2px #373621 solid; 
	border-top: 1px #373621 solid;
	padding: 1px;
}
.MainMenu_MenuBreak {
	border: 0px; 
	background-color: transparent;

	height: 1px;
}
.MainMenu_MenuArrow {
	border: 0px; 
	border-right: 1px #C4C3C8 solid;
}
.MainMenu_RootMenuArrow {
	border: 0px; 
}
/*_____________________________________________________*/

