.HeadBg {}
Body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.ControlPanel {
	width: 100%;
}
.TabBg {}
.SelectedTab {}
A.SelectedTab:link {}
A.SelectedTab:visited {}
A.SelectedTab:hover {}
A.SelectedTab:active {}
.OtherTabs {}
A.OtherTabs:link {}
A.OtherTabs:visited {}
A.OtherTabs:hover {}
A.OtherTabs:active {}

/* style for module titles */
.Head {
	color: #0077BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* style of item titles on edit and admin pages */
.SubHead {
	color: #0077BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color: #0077BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* 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 {
	color: red;
}
.NormalBold {
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	color: orange;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #003366;
}
A.CommandButton:visited {
	color: #003366;
}
A.CommandButton:hover {
	color: #006FAF;
}
A.CommandButton:active {
	color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton {
	color: #003366;
}

/* GENERIC */
H1 {}
H2 {}
H3 {}
H4 {}
H5, DT {}
H6 {}
TFOOT, THEAD {}
TH {}
A:link {
	color: #003366;
}
A:visited {
	color: #003366;
}
A:hover {
	color: #006FAF;
}
A:active {
	color: #003366;
}
SMALL {}
BIG {}
BLOCKQUOTE, PRE {}
UL LI {}
UL LI LI {}
UL LI LI LI {}
OL LI {}
OL OL LI {}
OL OL OL LI {}
OL UL LI {}
HR {
	color: #003366;
}

/* 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 {}

/* Login Styles */
.LoginPanel{}
.LoginTabGroup{}
.LoginTab {}
.LoginTabSelected{}
.LoginTabHover{}
.LoginContainerGroup{}
.LoginContainer{}
