@import url("css/menu.css");

body
{	
	margin:0;
	font-family:Verdana;
	font-size:10pt;
	color:#ffffff;
	background-color:#000000;
}

.Pane
{
	padding:5px;
}

.ControlPanel 
{
	width: 100%;
	background-color:transparent;
}

.SkinObject
{
	font-size: 10pt;
	color: #CCCCCC;
	text-decoration: none;
}

A:link, A.SkinObject:link, A.CommandButton:link
{
	font-size:12px;
	text-transform:uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

A:visited, A.SkinObject:visited,A.CommandButton:visited
{
	font-size:12px;
	text-transform:uppercase;
	color: #CCCCCC;
}

A:hover, A.SkinObject:hover, A.CommandButton:hover
{
	font-size:12px;
	text-transform:uppercase;
	color: #FFFFFF;
}

A:active, A.SkinObject:active, A.CommandButton:active
{
	text-decoration: none;
	color: #CCCCCC;
}

.Head
{
	color:#888;
}

.SubHead, .NormalBold
{
	font-size: 11px;
	font-weight: Bold;
	color: #888;
}

.WizardText
{
	color:#FFF;
}

.CommandButton
{
	font-size: 11px;
	font-weight: normal;
}

.DataGrid_Container
{
	border:none;
}
.DataGrid_Header
{
	
}
.DataGrid_AlternatingItem
{
	background-color:#999999;
	color:#000000;
}

.DataGrid_Item
{
	background-color:transparent;
	color:#FFFFFF;
}

/*
================================
Skin styles for DotNetNuke
================================
*/   
.skinmaster
{
	margin:0;
	background-repeat:repeat-x;
	font-size:12pt;
	color:Black;
}

.MainMenu_MenuContainer
{
	width:900px;
	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 
{
	margin:  2px 0px 15px 5px;
	width:148px;
	background:#000;
	border:1px solid Silver;
}

/* 
	Sets the height of the menu bar section. 
	Note that the sub-menu items appear directly beneath the menu bar.
*/
.MainMenu_MenuBar 
{
	border:1px solid yellow;
	background:transparent;
	height:145px;
}

/* 
	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, .MainMenu_MenuItemSel
{
	font-weight:normal;
	color: Silver;
	font-size:16px;
	font-weight:bold;
	border:none;
	width:148px;
	margin: 5px 5px 5px 0px;
}

/*
	Styles the menu item when hovering over a menu item with the mouse.
*/
.MainMenu_MenuItemSel {
	background-color:#FFF;
	color:#000;
}

/* ROOT MENU STYLES*/
.RootMenu_MenuItem td, .RootMenu_MenuItemSelected td, .RootMenu_MenuItemActive td
{
	font-weight:normal;
	height:17px;
	color: Silver;
	font-size:16px;
	font-weight:bold;
	border:none;
	width:160px;
	padding-left:0px;
}

.RootMenu_MenuItemSelected td, .RootMenu_MenuItemActive td
{
	background-color:transparent;
	color:#FF0;
}

.RootMenu_MenuItemSelected td, .RootMenu_MenuItemActive td
{
	background-color:transparent;
	color:#FFF;
}

/* SUBMENU STYLES */

.SubMenu_MenuBar
{
	background:transparent;
	height:20px;
}

.SubMenu_MenuContainer
{
	width:140px;
	background:transparent;
	text-align:center;
}

.SubMenu_MenuItemSel,.SubMenu_MenuItemSel td
{
	text-transform:uppercase;
	font-weight:normal;
	color: White;
	font-size:12px;
	border:none;
	width:140px;
	height:24px;
	margin: 0px 0px 0px 0px;
}

.SubMenu_MenuItem, .SubMenu_MenuItem td
{
	text-transform:uppercase;
	font-weight:normal;
	color: Silver;
	font-size:12px;
	border:none;
	width:140px;
	height:24px;
	margin: 0px 0px 0px 0px;
}

.SubMenu_MenuItemActive, .SubMenu_MenuItemActive td
{
	text-transform:uppercase;
	font-weight:normal;
	color: Silver;
	font-size:12px;
	border:none;
	width:140px;
	height:24px;
	margin: 0px 0px 0px 0px;
}

.SubRootMenu_MenuItem td, .SubRootMenu_MenuItemSelected td, .SubRootMenu_MenuItemActive td
{
	text-transform:uppercase;
	font-weight:normal;
	height:24px;
	color: Silver;
	font-size:12px;
	font-weight:bold;
	border:none;
	width:140px;
	padding:0px;
}

.SubRootMenu_MenuItemSelected td, .SubRootMenu_MenuItemActive td
{
	background-color:transparent;
	color:#FF0;
	cursor:pointer;
}

.SubRootMenu_MenuItemSelected td, .SubRootMenu_MenuItemActive td
{
	background-color:transparent;
	color:#FFF;
}


/* COMMON MENU STYLES*/

.MainMenu_MenuIcon, .SubMenu_MenuIcon
{
    display:none;
}

.MainMenu_MenuArrow, .SubMenu_MenuArrow
{
	display:none;
}

.MainMenu_RootMenuArrow, .SubMenu_RootMenuArrow
{
	display:none;
}

.MainMenu_MenuBreak, .MainMenu_MenuBreak td, .SubMenu_MenuBreak, .SubMenu_MenuBreak td
{
	display:none;
	padding: 2px 0px 0px 0px;
	background-color:transparent;
	border:none;
	color:silver;
	font-weight:bold;
}

.menupart_NotDisplayed
{
	display:none;
}

/* styles used in the FileManager */
.FileManager
{
	color:#000000;
    border: #999999 2px solid;
    height: 400px;
    background-color: #444444;
    padding-top:5px;
    padding-bottom:10px;
}
.FileManager_ToolBar
{
	color:#fff;
    border-bottom: #000 1px solid;
    height: 25px;
    background-color: transparent;
}
.FileManager_Explorer
{
	color:#000000;
    height:100%;
    border: #696969 1px solid;
    background-color: transparent;
    margin: 2px;
}

.FileManager_FileList 
{
    background-color: transparent;
    height:100%;
    border: #696969 1px solid;
    margin: 2px;
    overflow: auto;
}

.FileManager_MessageBox 
{
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    padding: 25px;
    color:#000;
}

.FileManager_Header
{
    background-color: transparent;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    border-bottom: #696969 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    border-top: #696969 1px solid;
    height: 25px;
    background-color: transparent;
    color: #000;

}

.FileManager_StatusBar
{
    background-color: transparent;
    height: 25px;
    margin: 2px;
}


.FileManager_Item, .FileManager_AltItem, .FileManager_SelItem
{
    font-size: 11px;
    font-weight: normal;
    color: #000;
    background-color: transparent;
    border-style: none;
}
.FileManager_AltItem
{
    font-size: 11px;
    font-weight: normal;
    color: #666;
    background-color: #000;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-size: 11px;
    font-weight: normal;
    color:#fff;
}

.FileManagerTreeNodeSelected 
{
    font-size: 11px;
    font-weight: normal;
    background-color: #dcdcdc;
    color:#000000; 
}

/* styles used in the Wizard Framework */
.Wizard
{
    border: #000 1px solid;
    height: 400px;
    width: 650px;
    background-color:#040404;
}
.WizardButton
{
    border: #696969 1px solid;
    padding: 2px;
    background-color: #dcdcdc;
}
.WizardHeader
{
    background: #ffc;
    border-bottom: #000 1px solid;
    height:40px;
    background-color:#040404;
}
.WizardFooter
{
    border-top: #000 1px solid;
    background: #cfc;
    background-color:#040404;
}
.WizardBody
{
    padding: 10px;
    height: 325px;
    background-color:#040404;
}
.WizardHelp
{
    padding: 5px;    
    border-left: #000 1px solid;
    width: 180px;    
    background-color: #cff;
}
.WizardHelpText
{
    overflow: auto;
    font-size: 8pt;
    color: #000;
}
.WizardText
{
    font-size: 9pt;
    color: #000;
}

