/* 
================================
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:58px;
  width:100%;
	background-image: url(bottom.gif);
	background-position: left top;
	background-repeat:repeat-x;
	
}
.menu_top
{ height:30px;
   width:161px;
	background-image: url(menu_top.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
}
.menu_bottom
{ height:29px;
  width:161px;
	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;
}
.centerpage
{
	margin-top: 3px;
	margin-bottom: 3px;
}
.menuleft
{
	background-color: red;
	color: Black;
	width: 161px;
	height:100%;
	padding-bottom:0px;
	 margin-bottom:0px;
}
.toppane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 2px;
}
.leftpane
{
	width: 161px;
	background-color: transparent;
	
}
.contentpane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 2px;
}
.rightpane
{
	width: 170px;
	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-image: url(menu_item.gif);
	background-color:Transparent;
	width: 100%;
}
.MainMenu_MenuBar
{
cursor: pointer; 
cursor: hand; 
height:1px;
	
}
.MainMenu_MenuItem
{
	background-image: url(menu_item.gif);
	background-repeat:no-repeat;
	background-color:white;
color: #903a02; 
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
padding-right: 2px;
height: 25px;
padding-left:18px;
padding-top:5px;
border-right:solid 1px #ffab15;

 
}
.MainMenu_MenuIcon
{
	display: none;
	
}
.MainMenu_MenuItemSel
{
background-image: url(menu_item.gif);
background-color:white;	
background-repeat:no-repeat;
color: #ca5502; 
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
font-style: normal; 
height: 25px;
padding-left:18px;
padding-top:5px;
border-right:solid 1px #ffab15;

}
.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: 25px;
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
color: #903a02;

padding-left:18px;
padding-top:5px;


}

.SelectedRootTab TD
{
	background-image: url(menu_item.gif);
	background-color:Transparent;
	background-repeat:no-repeat;
color: #ca5502;
height: 25px;
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 

text-align:left;

padding-left:18px;
padding-top:5px;}

.BreadcrumbRootTab TD
{
	background-image: url(menu_item.gif);
	background-color:Transparent;
	background-repeat:no-repeat;
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 

color: #ca5502;
height: 25px;
padding-left:18px;
padding-top:5px;
}

.ActiveSubTab
{
	

color: #ca5502;
border-top: 0px solid;
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
padding-left:18px;
padding-top:5px;
}

.SelectedSubTab
{
	

	

color: #ca5502;
font-family:Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
padding-left:18px;
padding-top:5px;
height: 25px;
}

.BreadcrumbSubTab
{

	
color: #ca5502;
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 

padding-left:18px;
padding-top:5px;
}






.StandardButton
{
	background: #7994cb none;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.TreeViewMenu
{
	width: 161px;
	background-color: Transparent;
}
.TreeViewMenu_Header
{
	/*background-image: url(BottomGradient.gif);*/
}
.TreeViewMenu_RootItems, .TreeViewMenu_RootFolder
{
	font-weight: bolder;
}
.TreeViewMenu_Items
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
}
.TreeViewMenu_Items_Hover
{
	text-decoration: underline;
	font-weight: bolder;
}
.TreeViewMenu_RootItems_Selected, .TreeViewMenu_SubItems_Selected
{
	color: Blue;
	font-weight: bolder;
}
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: Black;
}
