/* =========================================
    PORTAL.CSS STYLES FOR NGM.BIZ
   =========================================
*/ 

/* background color for the content part of the pages */
Body {
}
.ControlPanel {
	background-color:#CCCCCC;
}

.SkinObject {
font-weight: bold;
font-size: 12px;
color: black;
font-family: Tahoma, Arial, Helvetica;
text-decoration: none;
}
A.SkinObject:link {
text-decoration: none;
color: black;
}
A.SkinObject:visited {
text-decoration: none;
color: black;
}
A.SkinObject:active {
text-decoration: none;
color: white;
}
A.SkinObject:hover {
text-decoration: underline;
color: #777777;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color: red;
}

/* text style used for most text rendered by modules */
.Normal {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.NormalRed {
	color: red;
}

.NormalDisabled {
	color: Silver;
}

.NormalBold {
	font-weight: bold;
}

/* 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 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: black;
}
A.CommandButton:visited  {
	text-decoration: underline;
	
}
A.CommandButton:active   {
	text-decoration: underline;
	color: red;
	
}
A.CommandButton:hover    {
	text-decoration: underline;
	color: red;
	
}

/* button style for standard HTML buttons */
.StandardButton     {
	background-color: #f2db80; /* Yellow */
	color: black;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 12px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #ffffff;
}

/* GENERIC */
H1  {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: black;
}

H2  {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

H3  {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: black;
}

H4  {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	color: black;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	text-decoration: underline;
	color: #000000;
}
A:visited   {
	text-decoration: underline;
	color: #000000;
}
A:active    {
	text-decoration: underline;
	color: #000000;
}
A:hover {
	text-decoration: underline;
	color: #777777;
}

SMALL   {
	font-size: 8px;
}

BIG {
	font-size: 16px;
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {
	cursor: pointer;
	height: 16px;
	background-color: red;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color:#ffffff;
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
	cursor: pointer;
	background-color: #F8F8F8;
	border: 1px solid black;
}

.ModuleTitle_MenuBreak {
	
}

.ModuleTitle_MenuItemSel {
	cursor: pointer;
	background-color: #808cd9;
	color:#FFFFFF;
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu SOLPARTMENU */

.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer;
}

.MainMenu_MenuItem {
	cursor: pointer;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	background-color: #808cd9; /* Purple */
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	color:#f2db80;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* LEGACY */
/* The background color of the header where the logo is located  */
.HeadBg {
}
/* background/border colors for the selected tab */
.TabBg {
}
/* Used for some skinobjects (Login and Register) */
.SelectedTab {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
A.SelectedTab:visited  {
	text-decoration: underline;
}
A.SelectedTab:active   {
	text-decoration: underline;
}
A.SelectedTab:hover    {
	text-decoration: underline;
	color: #777777;
}
/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}