/* ================================
    CSS STYLES FOR Edge Training Systems, Inc.
   ================================
*/   

/* Header background */
.HeaderLeft {
	background: url(/Portals/0/Skins/header_left.gif) repeat-x;
	height: 27px;
	text-align: right;
}


/* Login/Register/Search div */
.HeaderDiv {
	width: auto;
	display: block;
	float: right;
	height: 22px;
	background: url(/Portals/0/Skins/header_div_bg.gif) top left no-repeat;
	color: #828282;
	padding: 5px 12px 0px 22px;
}

/* Footer background */
.FooterRight {
	background: url(/Portals/0/Skins/footer_right.gif) repeat-x #E0E0E0;
	height: 25px;
	padding: 0;
}

/* Terms/Privacy/Copyright container */
.FooterDiv {
	width: auto;
	display: block;
	float: left;
	height: 25px;
	background: url(/Portals/0/Skins/footer_div_bg.gif) top right no-repeat #E0E0E0;
	color: #828282;
	padding: 6px 22px 0 12px;
}


/* LEFT MENU NAVIGATION */
.MenuHdr
{ 
  font-size: 10pt; padding-left: 10px; font-weight: bold; padding-bottom: 2px; 
  background-color: transparent; padding-top: 2px; cursor: default;
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
  font-size: 9pt; padding-left: 20px; font-weight: normal; padding-bottom: 2px;
  background-color: transparent; padding-top: 2px;
}
.MenuItemCurrent
{
  color: red; font-size: 9pt; font-weight: bold; padding-bottom: 2px;
  background-color: transparent; padding-top: 2px;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Visited, 
.MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver 
  A:Link, .MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, 
.MenuHdr A:Link 
{
  text-decoration: none; width: 100%; padding-top: 1px;
  padding-bottom: 1px; cursor: default; cursor: pointer;
  font-family: Arial, Helvetica, sans-serif; 
  color: #006699;
}
.MenuItem A:Hover
{
  color: red;
}
.MenuItemMouseOver
{  
  text-decoration: bold;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
  background-color: #ffffff; 
}

/* background color for the content part of the pages */
Body
{
  background-color: #E7E7CE;
}

.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    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    Bold;
    color: #780F01;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
   font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    Bold;
    color: #316394;
}

/* 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
{
}

.RedBold
{
color: #FF1100;
font-weight: bold;
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-size: 12px; font-weight: bold; text-transform: capitalize; background-color: #FFFFCC; 
}
    
/* 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   {
  font-size: 6pt;
}

BIG {
}

BLOCKQUOTE, PRE {
}

LI   {
list-style-image: url(/Portals/0/bullet-red.gif);
}

UL LI   {
list-style-image: url(/Portals/0/bullet-red.gif);
}

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 {
}































