/* 
================================
Skin styles for DotNetNuke
================================
*/
Body
{
	background-image: url(background.jpg);
	background-repeat: repeat;
	
}

.pagemaster
{
	width: 780px;
	height: 100%;
	background-color: Transparent;
}
.skinmaster
{
	height: 100%;
	background-color: #ffffff;
}

.skinbottom
{ height:66px;
  width:100%;
	background-image: url(bottom.gif);
	background-position: left top;
	background-repeat:repeat-x;
	
}
.menu_top
{ height:27px;
   width:185px;
	background-image: url(menu_top.gif);
	background-position: left bottom;
}
.menu_bottom
{ height:28px;
  width:186px;
	background-image: url(menu_bottom.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
	
}
.fontsmall
{
	font-size: xx-small;
}
.controlpanel
{
	background-color: #ffffff;
	width:100%;
	
}
.headerfont, a.headerfont:link, a.headerfont:visited
{
	font-size: 11px;
	color: black;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
}
.headerfont_white
{
	font-size: 11px;
	color: #fed888;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
}
.centerpage
{
	margin-top: 3px;
	margin-bottom: 3px;
}

.toppane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 2px;
}
.leftpane
{
	width: 153px;
	background-color: transparent;
	
}
.contentpane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 2px;
}
.rightpane
{
	width: 150px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
}
.rightpane3
{
	width: 170px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
}
.bottompane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 2px;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	height:1px;
	background-color: #d58d25;
	width: 100%;
}
.MainMenu_MenuBar
{
	cursor: pointer; 
cursor: hand; 
height:1px;
	
}
.MainMenu_MenuItem
{
	background-image: url(menu_item.gif);
	background-repeat:no-repeat;
	background-color:#d58d25;
color: #8a4b18; 
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
font-style: normal; 
height: 26px;
width:153px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;}
.MainMenu_MenuIcon
{
	display: none;
}
.MainMenu_MenuItemSel
{
background-image: url(menu_item.gif);
background-color: #d58d25;
background-repeat: no-repeat;
color:#000000; 
font-family:Arial, Helvetica;
font-size:11px; 
font-weight: bold; 
font-style:normal; 
padding-left:5px;
padding-top:2px;
padding-bottom:2px;
width:153px;
height:26px;
}
.MainMenu_MenuArrow
{
display: none;
}
.MainMenu_RootMenuArrow
{display: none;
}
/* Active Menu  */

.RootTab TD
{
background-image: url(menu_item.gif);
background-repeat:no-repeat;
background-color:Transparent;
text-align:left;
height: 26px;
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
color: #8a4b18;
width:153px;
padding-left:5px;
}
.SelectedRootTab TD
{
background-image: url(menu_item.gif);
background-color:Transparent;
background-repeat:no-repeat;
color: black;
height: 26px;
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
text-align:left;
width:153px;
padding-left:5px;
}
.BreadcrumbRootTab TD
{
	
	background-image: url(menu_item.gif);
	background-color:Transparent;
	background-repeat:no-repeat;
	color: #000000;
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
padding-left: 5px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
height: 26px;
width:153px;
}

.ActiveSubTab
{
background-image: url(menu_item.gif);
	background-color:Transparent;
	background-repeat:no-repeat;
	color: black;
 
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
padding-left: 5px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;

width:153px;
}

.SelectedSubTab
{
	background-image: url(menu_item.gif);
	background-color:#d58d25;
	background-repeat:no-repeat;
color: #000000;
font-family:Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
padding-left: 5px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
height: 26px;
width:153px;
}

.BreadcrumbSubTab
{
background-image: url(menu_item.gif);
	background-color:Transparent;
	background-repeat:no-repeat;
	color: #8a4b18;
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
padding-left: 5px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
height: 26px;
width:153px;
}
