body
{	margin:0;
	font-size:8pt;
	font-family:Verdana Tahoma Arial;
	color:Black;
	background-color:#000000;
}

a, a:hover, a:link, a:visited
{
	color:Navy;
	text-decoration:none;
}

a:active
{
	color:Blue;
	text-decoration:blink;
}

.breadcrumb
{
	font-family:Arial;
	font-size:8pt;
	font-weight:500;
	color:#eb7218;
	padding-left:15px;
	padding-right:15px;
}

/*
================================
Skin styles for DotNetNuke
================================
*/   
.skinmaster
{
	margin:0;
	background-repeat:repeat-x;
	font-size:8pt;
	font-family:Verdana, Tahoma, Arial;
	color:Black;
}

.MainMenu_MenuContainer
{
	background:transparent;
	text-align:center;
}

/* 
	This styles the main menu and sub-menu boxes. 
	Here you can set an overall border and background color for these elements.
 */
.MainMenu_SubMenu {
	z-index: 0;
	width:174px;
}

/* 
	Sets the height of the menu bar section. 
	Note that the sub-menu items appear directly beneath the menu bar.
*/
.MainMenu_MenuBar {
	background:#FFFFFF;
	width: 125px;
	margin-left:4px;
	text-align:center;
	height:27px;
	font-family:Verdana;
	font-size:13.5px;
	font-weight:500;
}

/* 
	Styling for the main menu items. Here you can set the overall font styling.
	The borders can be styled, but when you hover over a menu item with the mouse, 
	the top and bottom borders disappear. 
	The background color affects all menu items (root and sub-menus), 
	but note that this does not change the background color behind the icons.
*/
.MainMenu_MenuItem  {
	background-image:url('images/button_off.gif');
	background-repeat:no-repeat;
	background-color:Transparent;
	color: #FFFF00;
	text-align:center; 
	font-size:12px;
	font-weight:bold;
	border:none;
	width:174px;
	height:46px;
	font-family:Verdana;
}

/*
	Styles the menu item when hovering over a menu item with the mouse.
*/
.MainMenu_MenuItemSel {
	color:#eb7218;
	background-image:url('images/button_hover.gif');
	background-repeat:no-repeat;
	background-color:Transparent;
	text-align:center; 
	font-size:12px;
	font-weight:bold;
	border:none;
	width:174px;
	height:46px;
	font-family:Verdana;
}

.RootMenu_MenuItem td, .RootMenu_MenuItemSelected td, .RootMenu_MenuItemActive td
{
	background-image:url('images/button_off.gif');
	background-repeat:no-repeat;
	background-color:Transparent;
	text-align:center; 
	vertical-align:middle;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	width:174px;
	height:46px;
	color:#FFFF00;
}

.RootMenu_MenuItemSelected td
{
	background-image:url('images/button_hover.gif');
	background-repeat:no-repeat;
	background-color:Transparent;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	width:174px;
	color:#eb7218;
}

.RootMenu_MenuItemActive td
{
	background-image:url('images/button_on.gif');
	background-repeat:no-repeat;
	background-color:Transparent;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	width:174px;
	color:#eb7218;
}

.MainMenu_MenuIcon
{
	display:none;
}

.MainMenu_MenuArrow
{
	display:none;
}

.MainMenu_MenuBreak , .MainMenu_MenuBreak td
{
	display:none;
}


/*
.MainMenu_MenuIcon {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 19px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color:white;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuBreak {
	height: 0px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: Blue; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: transparent none; 
    color: Black;
    font-family:Verdana, sans-serif; 
    font-size: 8pt;
    font-weight: normal;
}
.MainMenu_MenuContainer {
	background-color: Transparent; 
	color:Navy;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:18px;
	background-color: Transparent;
	color:Navy;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: Navy; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	background-color: Transparent;
}
*/

/*

DNN Styles

*/
.ControlPanel 
{
	width: 100%;
	background-color:Transparent;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #eb7218;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #eb7218;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #eb7218;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #FFFF00;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #eb7218;
}
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: Bold;
	color: #eb7218;
}
.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: #eb7218;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #eb7218;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #FFFF00;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #eb7218;
}


