/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {
	margin: 0;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FDFEEE;
}
.skinmaster {
	height: 100%;
	background-color: #FDFEEE;
	background-image: url(wall_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.skinheader {
	height: 20px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
	text-align: center;
}
.controlpanel td table {
	margin-left:auto; 
	margin-right:auto;
}
.logincell {
	height: 10px;
}
.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
}
.contentpane {
}
.contentpane1 {
}
.contentpane2 {
}
.contentpane3 {
}
.contentpane4 {
}
.contentpane5 {
}
.rightpane {
}
.bottompane {
	width: 100%;
	background-color: transparent;
}
.contentwrap {
	position: relative;
}
.walljackbg {
	background-image: url(walljack.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.walljackwrap {
	float: right;
	position: relative;
	bottom: 0px;
	right: 0px;
	width: 221px;
	height: 290px;
	background-color: gray;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
.footer {
	background-image: url(foot_bg.jpg);
	background-repeat: repeat-x;
}
.footpad {
	margin-left: 130px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #64890b; 
}

.main_dnnmenu_itemhover td {  
	background-color: #c9d44d; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #64890b;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #64890b 1px solid; 
	border-bottom: #64890b 1px solid; 
	border-top: #64890b 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #759716 none; 
  color: black;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
  border-top: 2px solid #a7c25d;
  border-left: 2px solid #a7c25d;
  border-right: 2px solid #5d7812;
  border-bottom: 2px solid #5d7812;
}
.TreeViewMenu {
	width: 175px;
	background-color: transparent;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
}
.TreeViewMenu div span img{
  display: none;
}
.TreeViewMenu span span {
  padding-left: 2px;
}
.TreeViewMenu_Header {
	display: none;
}
.TreeViewMenu .Normal {
	font-weight: bold;
	font-size: 10pt;
}
.TreeViewMenu span span:Hover {
	color: #9F5727;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #5F5147;
}
.Subhead {
	color: #5F5147;
}
blockquote {
	font-family: Tahoma, Arial, Helvetica;
}

A:link  {
    text-decoration:    underline;
    color:  #9F5727;
	 font-weight: bold;
}
A:visited   {
    text-decoration:    none;
    color: #9F5727;
	 font-weight: bold;
}
A:active    {
    text-decoration:    none;
    color:  #9F5727;
	 font-weight: bold;
}
A:hover {
    text-decoration:    underline;
    color: #EF833B;
	 font-weight: bold;
}

/* hyperlink style for search button in menubar */
.logincell .SkinObject {
	text-decoration:    none;
	color: #000;
}
.logincell A.SkinObject:link {
	text-decoration:    none;
	color: #000;
}
.logincell A.SkinObject:visited  {
	text-decoration:    none;
	color: #000;
}
.logincell A.SkinObject:active   {
	text-decoration:    none;
	color: #000;
}
.logincell A.SkinObject:hover    {
	text-decoration:    none;
	color: #9F5727;
}

/* hyperlink style for text links in control panel */
.controlpanel .CommandButton {
    color: #9F5727;
}
.controlpanel A.CommandButton:link {
    color: #9F5727;
}
.controlpanel A.CommandButton:visited  {
    color: #9F5727;
}
.controlpanel A.CommandButton:active   {
    color: #9F5727;
}
.controlpanel A.CommandButton:hover    {
    color: #EF833B;
}

/* hyperlink style for text links in control panel */
.CommandButton {
    color: #9F5727;
}
A.CommandButton:link {
    color: #9F5727;
}
A.CommandButton:visited  {
    color: #9F5727;
}
A.CommandButton:active   {
    color: #9F5727;
}
A.CommandButton:hover    {
    color: #EF833B;
}

/* hyperlink style for search button in footer */
.footer Span {
	color: #000;
}
.footer A {
	text-decoration:    none;
	color: #000;
}
.footer A:link {
	text-decoration:    none;
	color: #000;
}
.footer A:visited  {
	text-decoration:    none;
	color: #000;
}
.footer A:active   {
	text-decoration:    none;
	color: #000;
}
.footer A:hover    {
	text-decoration:    none;
	color: #6B1B1B;
}



