﻿body
{
    font-family: Century Gothic, Arial;
    font-size: 10pt;
    color: #333333;  
    padding-left: 5px; 
}
td.headerLeft
{
    background-image: url("/images/museworx/header_over_r1_c1.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    vertical-align: top;
    width: 230px;
    height: 52px;
    padding-left: 5px;
    padding-top: 7px;
}
td.headerCenter
{
    background-image: url("/images/museworx/header_over_r1_c8.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
    width: 319px;
    height: 52px;
    padding-top: 14px;
}
td.headerRight
{
    background-image: url("/images/museworx/header_over_r1_c8.jpg");
    background-repeat: repeat-x;
    vertical-align: text-top;
    text-align: right;
    height: 52px;
    padding-top: 10px;
    padding-right: 10px;
}
a.dashboardButton
{
    display: inline-block;
    background-image: url("/images/museworx/dashboardTab.gif");
    background-position: 0px 0px;
    height: 24px;
    width: 108px;
    overflow: hidden;
}
a.dashboardButton:hover
{
    background-position: 0px -24px;
}
body.myDashboard a.dashboardButton, a.dashboardButton:active
{
    background-position: 0px -48px;
}
a.filesButton
{
    display: inline-block;
    background-image: url("/images/museworx/myFilesTab.gif");
    background-position: 0px 0px;
    overflow: hidden;
    height: 24px;
    width: 70px;
}
a.filesButton:hover
{
    background-position: 0px -24px;
}
body.myFiles a.filesButton, a.filesButton:active
{
    background-position: 0px -48px;
}
a.projectsButton
{
    display: inline-block;
    background-image: url("/images/museworx/myProjectsTab.gif");
    background-position: 0px 0px;
    overflow: hidden;
    height: 24px;
    width: 92px;
}
a.projectsButton:hover
{
    background-position: 0px -24px;
}
body.myProjects a.projectsButton, a.projectsButton:active
{
    background-position: 0px -48px;
}
a.defaultHeaderButton
{
    color: Black;
    text-decoration: none;
}
a.defaultHeaderButton:hover
{
    color: Black;
    text-decoration: underline;
}
a.defaultHeaderButton:active
{
    color: Black;
    text-decoration: none;
}
a.logoutButton
{
    color: Black;
    display: inline-block;
    background-image: url("/images/museworx/header_logout.gif");
    background-position: 0px 2px;
    background-repeat: no-repeat;
    text-indent: 15px;
    height: 16px;
    overflow: hidden;
    padding-right: 5px;
}
a.logoutButton:hover
{
    background-position: 0px -14px;
}
a.logoutButton:active
{
    background-position: 0px -30px;
}
a.helpButton
{
    color: Black;
    display: inline-block;
    background-image: url("/images/museworx/header_help.gif");
    background-position: 0px 2px;
    background-repeat: no-repeat;
    text-indent: 10px;
    height: 16px;
    overflow: hidden;
}
a.helpButton:hover
{
    background-position: 0px -14px;
}
a.helpButton:active
{
    background-position: 0px -30px;
}
#busyIndicator
{
    position: absolute;
    display: inline-block;
    visibility: hidden;
    background-image: url("/images/museworx/loader.gif");
    background-position: 0px 0px;
    overflow: hidden;
    height: 19px;
    width: 220px;
    top: 10px;
    right: 200px;
    text-align: center;
    font-size: 8pt;
    padding-top: 2px;
    z-index: 100;
}
