﻿body {
}
.hpl:link
{
    font-family: Times New Roman;
    font-size: small;
    color: #838383;
    text-decoration: underline;
}
.hpl:active
{
    font-family: Times New Roman;
    font-size: small;
    color: #838383;
    text-decoration: underline;
}
.hpl:visited
{
    font-family: Times New Roman;
    font-size: small;
    color: #838383;
    text-decoration: underline;
}
.hpl:hover
{
    font-family: Times New Roman;
    font-size: small;
    color: #838383;
    text-decoration: underline;
}
.hpl_NO_U:link
{
    font-family: Times New Roman;
    font-size: small;
    color: #838383;
    text-decoration: none;
}
.hpl_NO_U:active
{
    font-family: Times New Roman;
    font-size: small;
    color: #838383;
    text-decoration: none;
}
.hpl_NO_U:visited
{
    font-family: Times New Roman;
    font-size: small;
    color: #838383;
    text-decoration: none;
}
.hpl_NO_U:hover
{
    font-family: Times New Roman;
    font-size: small;
    color: #838383;
    text-decoration: none;
}
.hpl_Copyright:link
{
    font-family: Times New Roman;
    font-size: x-small;
    color: #838383;
    text-decoration: underline;
}
.hpl_Copyright:active
{
    font-family: Times New Roman;
    font-size: x-small;
    color: #838383;
    text-decoration: underline;
}
.hpl_Copyright:visited
{
    font-family: Times New Roman;
    font-size: x-small;
    color: #838383;
    text-decoration: underline;
}
.hpl_Copyright:hover
{
    font-family: Times New Roman;
    font-size: x-small;
    color: #838383;
    text-decoration: underline;
}
.LabelMain
{
    font-size: small;
    font-weight:normal;
    font-family:Times New Roman;
    color: #838383;
}
.LabelMainBU
{
    font-size: small;
    font-weight:bold;
    text-decoration:underline;
    font-family:Times New Roman;
    color: #838383;
}
.LabelCopyright
{
    font-size:x-small;
    font-weight:normal;
    font-family:Times New Roman;
    color: #838383;
}
.LabelError
{
    font-size: small;
    font-weight:normal;
    font-family:Times New Roman;
    color: Maroon;
}
.MenuVenuesD
{
    font-size:small;
    font-weight:bold;
    color: #838383;
    font-family:Times New Roman;
}
.MenuVenuesH
{
    font-size:small;
    font-weight:bold;
    color: #960A0A;
    font-family:Times New Roman;
}
.MenuVenuesS
{
    font-size:small;
    font-weight:bold;
    color: #960A0A;
    font-family:Times New Roman;
}
.MenuMainWelcomeD
{
    background-image: url("images/menu_item_welcome_default.jpg");
}
.MenuMainWelcomeH
{
    background-image: url("images/menu_item_welcome_hover.jpg");
}
.MenuMainWelcomeS
{
    background-image: url("images/menu_item_welcome_selected.jpg");
}
.MenuMainClassesD
{
    background-image: url("images/menu_item_classes_default.jpg");
}
.MenuMainClassesH
{
    background-image: url("images/menu_item_classes_hover.jpg");
}
.MenuMainClassesS
{
    background-image: url("images/menu_item_classes_selected.jpg");
}
.MenuMainVenuesD
{
    background-image: url("images/menu_item_venues_default.jpg");
}
.MenuMainVenuesH
{
    background-image: url("images/menu_item_venues_hover.jpg");
}
.MenuMainVenuesS
{
    background-image: url("images/menu_item_venues_selected.jpg");
}

















#MenuMainClasses
{ 
    /* nothing in here right now */
}

#MenuMainClasses .Item
{ 
      background: url("images/menu_item_classes_default.jpg") no-repeat; 
}

#MenuMainClasses .ItemHover
{ 
      background: url("images/menu_item_classes_hover.jpg") no-repeat; 
}

#MenuMainClasses .ItemHover
{ 
      background: url("images/menu_item_classes_selected.jpg") no-repeat; 
}

/* CSS classes for standard Links, only valid inside the #menu DIV */
#menu a, #menu a:visited
{
  background: transparent ! important;
  display: block;
}

#menu a:hover, #menu a:active, #menu a:focus
{
  background: transparent ! important;
  display: block;
}

