/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg 
{
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel
{
}

/* background/border colors for the selected tab */
.TabBg 
{
}

.LeftPane
{ 
}

.ContentPane
{ 
}

.RightPane
{ 
}

/* text style for the selected tab */
.SelectedTab
{
}

/* hyperlink style for the selected tab */
A.SelectedTab:link 
{
}

A.SelectedTab:visited  
{
}

A.SelectedTab:active   
{
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Noble Module Settings */

/* Used for labels on search criteria views */
.Noble_SearchTable
{
    background-color: #EFF3FB;
	border-color: #B5C7DE;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	font-size: 0.8em;
	padding: 5 5 5 5;
}

.Noble_SearchTableRow
{
	background-color: #EFF3FB;
	height: 30px;
	vertical-align: middle;
	
}


.Noble_SearchTitle
{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: large;
	color: White;
	background-color: #99FF99;
}

.Noble_SearchText
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: White;
	background-color: #66CC99;
	width: 100px;
}

.Noble_SearchButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #66CC00;
	width: 100px;
}

.Noble_DataGrid
{
	background-color: White;
	border-color: White;
	border-style: ridge;
	border-width: 2px;
	padding: 3px 3px 3px 3px;
	border-spacing: 1px;
	width: 100%;
}

.Noble_DataGridHeader
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: White;
    background-color: #4A3C8C;
}

.Noble_DataGridFooter
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    color: Black;
    background-color: #C6C3C6;
}

.Noble_DataGridRow
{
	background-color: #DEDFDE;
	color: Black;
}

.Noble_DataGridSelectedRow
{
	background-color: #9471DE;
	color: White;
	font-weight: bold;
}

.Noble_DataGridPagerStyle
{
	background-color: #C6C3C6;
	color: Black;
	text-align: right;
}

.Noble_GridResultTextID,.Noble_GridResultText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.Noble_SearchCell
{
	background-color: #00FFCC;
	padding: 3 3 3 3
}

.Noble_GridResultTextID
{
	font-weight: bold;
}

.Noble_GridResultText
{
}

.Noble_BOMSequence
{
	width: 100%;
}

.Noble_BOMSequence_TaskRow
{
	vertical-align: middle;
}

.Noble_BOMSequence_OptionRow
{
}

.Noble_ItemTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 16px;
    font-weight: normal;
    color: Black;
}

.Noble_ItemLabel
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: Black;
}

.Noble_ItemField
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: Navy;
}

.Noble_HeaderLabel
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: White;
}

.Noble_SectionLabel
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: Black;
}

.Noble_HeaderField
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: white;
}

.Noble_ViewMenu_Inactive
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    color: #993366;
    background-color: #69B2B3;
}

A.Noble_ViewMenu_Inactive
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    color: #33FF8A;
    background-color: #69B2B3;
}

.Noble_ViewMenu_Active
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #339933;
    background-color: #33FF8A;
}


.Noble_GridViewHeader
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: black;
    background-color: #69B2B3;  
}

.Noble_FormViewRowStyle
{
	background-color: #EFF3FB;
	color: black;
	font-family: Verdana; 
	font-size : 11px; 
}

.Noble_FormViewPagerStyle
{
	background-color: #69B2B3;
	color: Black;
	text-align: right;
}


.Noble_WizardStepButtons
{
	background-color: White;
	border-color: #507CD1;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	font-size: 0.8em;
	color: #284E98;
}

.Noble_WizardFinishButtons
{
	background-color: Lime;
	border-color: Black;
	border-style: solid;
	border-width: 2px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 0.8em;
	color: White;
}

.Noble_WizardHeaderStyle
{
	background-color: #284E98;
	border-color: #EFF3FB;
	border-style: solid;
	border-width: 2px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 0.9em;
	color: White;
}

.Noble_WizardStepHeaderLabel
{
	background-color: #4A3C8C;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: White;
}

.Noble_WizardStepStyle
{
	font-size: 0.8em;
	color: #333333;
}

.Noble_WizardStyle
{
    background-color: #EFF3FB;
	border-color: #B5C7DE;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	font-size: 0.8em;
}


.Noble_ValidationText
{
	color: Red;
}

.MenuClass
{
	background-color:Silver;
	border: outset 1px;
}

/* When menu doesnt use table the width and padding are necessary to make room for the arrow background-image and allow them to all be aligned together  */
.NodeDefault	/*Root menu since Horizontal does not want width set */
{
	padding-right: 20px;
	color: White;
}
.DisabledNode
{
}

.ChildNodeDefault,
.SpecialNode,
.SpecialNodeHover
{
	padding-right: 20px;
	width: 100%;
}

.NodeDefault
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11px;
	height: 20px;
}


.SelClass
{
	background-color: #00FFCC;
	color: White;
}

.HoverClass
{
	background-color: #99FF99;
	color: White;
}

.MenuBarClass
{
	background-color: Silver;
	border: outset 1px;
}


.AdBanner
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11px;
}
