/* ================================
    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 {color: #3F9A82
}

A.SelectedTab:visited  {color: #3F9A82
}

A.SelectedTab:active   {color: #3F9A82
}

A.SelectedTab:hover    {color: #3F9A82
}

/* 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 {color: #3F9A82;
}

A.CommandButton:visited  {color: #3F9A82;
}

A.CommandButton:active   {color: #3F9A82;
}

A.CommandButton:hover    {color: #3F9A82;
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  { color: #3B596A;
}

A:visited   { color: #3B596A;
}

A:active    { color: #3B596A;
}

A:hover { color: #3B596A;
}

.highlight { color: #3B596A;}

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 {
}


/*===========================
Image Map with Tooltips
===========================*/
#map {
   margin:0;
   padding:0;
   width:632px;
   height:816px;
   background:url(https://www.teachmegis.com/core/Portals/0/trainingpathfull.jpg) top left no-repeat #fff;
   font-family:arial, helvetica, sans-serif;
   font-size:8pt;
}

#map li {
   margin:0;
   padding:0;
   list-style:none;
}

#map li a span { display:none; }

#map li a {
   position:absolute;
   display:block;
   background:url(https://www.teachmegis.com/core/Portals/0/blank.gif);
   text-decoration: none;
}

#map li a:hover span {
   position:relative;
   display:block;
   width:200px;
   left:20px;
   top:20px;
   padding:5px;
   border:1px solid #000;
   background:#000;
   text-decoration:none;
   color:#fff;
   filter:alpha(opacity=85);
   opacity:0.85;
}

#map a.learning {
    top:123px;
    left:232px;
    width:74px;
    height:56px;
}

#map a.fundamentals {
    top:123px;
    left:343px;
    width:74px;
    height:56px;
}

#map a.arcgis1 {
    top:244px;
    left:287px;
    width:75px;
    height:55px;
}

#map a.whatsnew {
    top:355px;
    left:27px;
    width:75px;
    height:56px;
}

#map a.queries {
    top:355px;
    left:157px;
    width:74px;
    height:56px;
}

#map a.layouts {
    top:355px;
    left:287px;
    width:74px;
    height:56px;
}

#map a.toolbox {
    top:355px;
    left:413px;
    width:74px;
    height:56px;
}

#map a.rasters {
    top:355px;
    left:538px;
    width:74px;
    height:56px;
}

#map a.arcgis2 {
    top:466px;
    left:287px;
    width:74px;
    height:56px;
}

#map a.editing {
    top:598px;
    left:27px;
    width:74px;
    height:56px;
}

#map a.spatial {
    top:598px;
    left:134px;
    width:74px;
    height:56px;
}

#map a.modelbuilder {
    top:598px;
    left:325px;
    width:83px;
    height:56px;
}

#map a.startvba {
    top:598px;
    left:436px;
    width:74px;
    height:56px;
}

#map a.perl {
    top:598px;
    left:537px;
    width:74px;
    height:56px;
}

#map a.python {
    top:689px;
    left:324px;
    width:74px;
    height:66px;
}

#map a.vba {
    top:689px;
    left:431px;
    width:74px;
    height:66px;
}





