/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #CCCC99;
}
.skinmaster {
	background: #F7E3BF;
	height: 100%;
	background-color: #F7E3BF;
	border-right: #666633 1px solid;
	border-top: #666633 1px solid;
	border-left: #666633 1px solid;
	border-bottom: #666633 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	background-image: url('Pinstripe.gif');
}
.skinheader {
	background-color: #4A4931;
	height: 200px;
	width: 100%;
	background-image: url('Jen Banner.jpg');
	background-repeat: no-repeat;
}
.skingradient {
	background: url('BrownGradient.jpg') repeat-x;
	height: 16px;
}
.skinobject{
	font: small;	color: #996600;
	font-family: Arial, Helvetica, sans-serif

}
.controlpanel {
	width: 100%;
	background-color: #F7E3BF;
}
.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;
}
.main_dnnmenu_container  { background-color: transparent; vertical-align: middle }
.main_dnnmenu_bar   { background-color: transparent; vertical-align: middle; cursor: pointer; cursor:hand  }
.main_dnnmenu_item     { color: #cccc99; font-style: normal; font-weight: bold; font-size: 20px; line-height: 25px; font-family: "Book Antiqua", Georgia, Times; vertical-align: middle; border: none; height: 25px; cursor: pointer; cursor:hand  }
.main_dnnmenu_item td        { color: #cccc99; font-style: normal; font-weight: bold; font-size: 20px; line-height: 25px; font-family: "Book Antiqua", Georgia, Times; vertical-align: middle; border: none; height: 25px; cursor: pointer; cursor:hand  }
.main_dnnmenu_rootitem        { font-size: large; background-image: url(MenuBackground.jpg); vertical-align: middle; margin-top: 10px; padding: 4px; border: none; height: 45px; cursor: pointer; cursor:hand }
.main_dnnmenu_rootitem  td    { font-size: large; background-image: url(MenuBackground.jpg); vertical-align: middle; margin-top: 10px; padding: 4px; border: none; height: 45px; cursor: pointer; cursor:hand }
.main_dnnmenu_icon    { background-color: transparent; text-align: center; vertical-align: middle; border: none; cursor: pointer; cursor:hand  }
.main_dnnmenu_submenu    { font-weight: normal; font-size: 20px; line-height: 25px; background: url(SubMenuBackground.jpg) repeat-y; vertical-align: middle; border: none; z-index: 1000; height: 25px; cursor: pointer; cursor:hand; filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3) }
.main_dnnmenu_break   { background-color: transparent; vertical-align: middle; border: none; height: 3px }
.main_dnnmenu_itemhover      { text-decoration: underline}
.main_dnnmenu_rootselected      { color: #cc9; font-style: normal; font-weight: bold; font-size: large; font-family: "Book Antiqua", Georgia, Times; text-decoration: underline; vertical-align: middle; margin-top: 10px; padding: 4px; border: none; height: 45px ; cursor: pointer; cursor:hand}
.main_dnnmenu_rootselected td      { color: #cc9; font-style: normal; font-weight: bold; font-size: large; font-family: "Book Antiqua", Georgia, Times; text-decoration: underline; background-color: #4a4931; vertical-align: middle; margin-top: 10px; padding: 4px; border: none; height: 45px ; cursor: pointer; cursor:hand}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	}
.StandardButton {
  background: #4A4931 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.Head {
	font-family: "Bookman Old Style";
	font-size: medium;
	font-weight: bold;
	color: #996600;
}
.Normal  {
	color: #666633;
	font-family: "Bookman Old Style"
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
 { color: #000000 }

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton      {
	color: #996600;
	font-size: x-small;
	font-family: "Bookman Old Style";
	font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link   {
	color: #996600
}

A.CommandButton:visited     {
	color: #666633
}

A.CommandButton:active     {
	color: #996600
}

A.CommandButton:hover      {
	color: #660066;
	text-decoration: underline;
}

A:active   {
	font-weight: bold;
}

A:visited   {
	font-weight: bold;
}

A:link   {
	font-weight: bold;
}

.A   {
	font-weight: bold;
}
A:hover   {
	font-weight: bold;
	text-decoration: underline;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link  { color: #fdfdfd }
A.SelectedTab:visited   { color: #fdfdfd }
A.SelectedTab:active    { color: #fdfdfd }
A.SelectedTab:hover     { color: #fdfdfd }
/* text style for the unselected tabs */
.OtherTabs  { font: x-small;}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link  { 	font: x-small; }
A.OtherTabs:visited   {	font: x-small ;
}
A.OtherTabs:active    {
	font: x-small ;
}
A.OtherTabs:hover     {
	font: x-small ;
}






