/*

DNN Styles
*/

body
{	
	margin:0;
	font-family:DaunPenh;
	color:#ffffff;
	background-color:#000000;
}

.Pane
{
	padding:5px;
}

.ControlPanel 
{
	width: 100%;
	background-color:#0F0F0F;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FCBF00;
	text-decoration: none;
}

A:link, A.SkinObject:link, A.CommandButton:link
{
	text-decoration: none;
	color: #FCBF00;
}

A:visited, A.SkinObject:visited,A.CommandButton:visited
{
	text-decoration: none;
	color: #FCBF00;
}

A:hover, A.SkinObject:hover, A.CommandButton:hover
{
	text-decoration: none;
	color: #FFFF00;
}

A:active, A.SkinObject:active, A.CommandButton:active
{
	text-decoration: none;
	color: #FCBF00;
}

.Head
{
	color:#FFF;
}

.SubHead, .NormalBold
{
	font-size: 11px;
	font-weight: Bold;
	color: #FCBF00;
}

.WizardText
{
	color:#FFF;
}

.CommandButton
{
	font-size: 11px;
	font-weight: normal;
}

.DataGrid_Container
{
	border:none;
}
.DataGrid_Header
{
	
}
.DataGrid_AlternatingItem
{
	background-color:#FCBF00;
	color:#000000;
}

.DataGrid_Item
{
	background-color:transparent;
	color:#FCBF00;
}

/*
================================
Skin styles for DotNetNuke
================================
*/   
.skinmaster
{
	margin:0;
	background-repeat:repeat-x;
	font-size:12pt;
	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 
{
	margin:  2px 0px 15px 5px;
	width:223px;
	background:#FCBF00;
	border:1px solid Black;
}

/* 
	Sets the height of the menu bar section. 
	Note that the sub-menu items appear directly beneath the menu bar.
*/
.MainMenu_MenuBar {
	background:#FCBF00;
	height:30px;
}

/* 
	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;
	height:17px;
	color: Black;
	font-size:16px;
	font-weight:bold;
	border:none;
	width:223px;
	padding-left:5px;
}

/*
	Styles the menu item when hovering over a menu item with the mouse.
*/
.MainMenu_MenuItemSel {
	background-color:#000;
	color:#FCBF00;
}

.RootMenu_MenuItem td, .RootMenu_MenuItemSelected td, .RootMenu_MenuItemActive td
{
	color:#000;
}

.RootMenu_MenuItemSelected td, .RootMenu_MenuItemActive td
{
	background-color:#FCBF00;
	color:#360044;
}

.MainMenu_MenuIcon
{
	display:none;
}

.MainMenu_MenuArrow
{
	display:none;
}
/*   */
.MainMenu_MenuBreak, .MainMenu_MenuBreak td
{
	padding: 2px 0px 0px 0px;
	background-color:#FCBF00;
	border:none;
	color:#000;
	font-weight:bold;
}




