Body
{
    background-color: #FFFFFF;
    margin-top: 1px;
}

/* Control Panel Colors */

.controlpanel
{
    background-color: #EAEAEA;
}


/* --  Classes for the top of the montage & to allow everything
   to line up nicely when not logged in  -- */

.HeaderTab
{
    background-image: url(Pix/FrontPaneTopNew.jpg);
    width: 730px;
    height: 90px;
    background-repeat: no-repeat;
}

.MenuTab
{
    background-image: url(Pix/Blue.jpg);
    width: 730px;
    height: 25px;
    background-repeat: no-repeat;
}

.IntroPane
{
    background-image: url(Pix/FrontPaneIntroPaneLeft.jpg);
    width: 365px;
    height: 100px;
    background-repeat: no-repeat;
}
.TopPane
{
    margin-top: 4px;
    margin-left: 2px;
}
.TopIntroPane
{
    width: 350px;
    margin-top: 4px;
    margin-left: 2px;
}
.Intro
{
    width: 365px;
    height: 150px;
    padding-top: 95px;
    padding-left: 2px;
}
.Logo
{
    padding-top: 5px;
    padding-left: 5px;
}
/* -- End Classes for Front Page - montage -- */

/* -- Start classes for Site Montage --*/

.SiteHeaderTab
{
    background-image: url(Pix/PortalSiteBanner.jpg);
    width: 730px;
    height: 90px;
    background-repeat: no-repeat;
}

/* -- End rest of site Montage --*/


/* Generic Spacing for all Panes */

.Panes
{
    padding: 2px 2px 2px 2px;
}

.Sidepanes
{
    padding: 2px 2px 2px 2px;
}

.ContentPane
{
    width: 100%;
    padding: 2px 2px 2px 2px;
    font-family: Arial;
    font-size: 9pt;
}

.BottomPane
{
    width: 100%;
    padding: 2px 2px 2px 2px;
}

.TopPanes
{
    width: 100%;
    padding-top: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}


.LeftPane
{
    width: 150px;
    padding: 2px 2px 2px 2px;
}

.Head
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #333333;
}

.Breadcrumbs
{
    color: #000000;
    font-weight: bold;
}

.Block
{
    width: 13px;
}

.Login
{
    color: #333333;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    height: 30px;
}


.Small
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    height: 13px;
    padding-left: 1px;
    padding-right: 1px;
}

.SmallD
{
    color: #404040;
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    height: 13px;
    padding-left: 3px;
    padding-right: 3px;
}

.Footer
{
    background-image: url(Pix/FooterPane.jpg);
    height: 55px;
    background-repeat: repeat-x;
}

.FooterText
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
}

/* Menu */

.MainMenu_MenuContainer TD
{
    background-color: transparent;
    height: 24px;
    padding-left: 2px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 1px;
}

.MainMenu_MenuBreak
{
    background-color: transparent;
    color: #333333;
    font-family: Trebuchet MS, Tahoma, Verdana;
    font-size: 8pt;
    font-style: normal;
}

.Normal
{
    font-family: Arial;
    font-size: 9pt;
}

.MainMenu_MenuBar TD
{
    cursor: pointer;
    cursor: hand;
    height: 16px;
}

.MainMenu_MenuItem
{
    color: black;
    font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: bold;
    padding-right: 2px;
    font-style: normal;
    background: #41abc4;
    height: 24px;
    border-left: solid 1px black;
    border-right: solid 1px black;
}


/* Active Menu  */

.ActiveRootTab TD
{
    width: 129px;
    color: black;
    font-family: Arial, Verdana;
    font-size: 8pt;
    background-image: url(images/menu_active.gif);
    height: 24px;
    padding-left: 0px; /*text-align: center;*/
}
.RootTab TD
{
    width: 129px;
    height: 24px;
    font-family: Arial, Verdana;
    font-size: 8pt;
    color: black;
    background-image: url(images/menu.gif);
    padding-left: 0px; /*text-align: center;*/
}

.SelectedRootTab TD
{
    width: 129px;
    color: black;
    height: 24px;
    font-family: Arial, Verdana;
    font-size: 8pt;
    background-image: url(images/menu_over.gif);
    padding-left: 0px; /*text-align: center;*/
}

.BreadcrumbRootTab TD
{
    width: 129px;
    font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: bold;
    background-image: url(images/menu_active.gif);
    color: white;
    height: 24px;
    padding-left: 0px; /*text-align: center;*/
}

.ActiveSubTab
{
    background-color: #d59d2c;
    color: black;
    font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: bold;
}

.SubTab
{
    background-color: black;
    color: black;
    font-family: Arial, Verdana;
    font-size: 8pt;
}

.SelectedSubTab
{
    background-color: #dddddd;
    border-left: solid 1px black;
    border-right: solid 1px black;
    color: black;
    font-family: Arial, Verdana;
    font-size: 8pt;
    height: 24px;
    padding-left: 2px;
    padding-right: 2px;
}

.BreadcrumbSubTab
{
    background-color: transparent; /*#000000;*/
    color: black;
    font-weight: bold;
    font-family: Arial, Verdana;
    font-size: 8pt;
}


/* this is the colour in the dropdown menu */
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: #41abc4;
    font-family: Arial, Verdana;
    font-size: 8pt;
    font-style: normal;
    color: green;
    height: 24px; /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#4C648E', Direction=135, Strength=0);*/
}


.MainMenu_MenuItemSel
{
    color: black;
    font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    height: 24px;
}

.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow
{
    display: none;
}

.MainMenu_RootMenuItemBreadcrumb
{
    color: White;
    font-weight: bold;
}

/* hyperlink style for the DarkBackground tabs */

A.Small:Link
{
    color: white;
    text-decoration: none;
}

A.Small:Hover
{
    color: white;
    text-decoration: none;
}

A.Small:Active
{
    color: white;
    text-decoration: none;
}




A.SmallD:Link
{
    color: #1b5289;
    text-decoration: none;
}

A.SmallD:Hover
{
    color: #fb9406;
    text-decoration: none;
}

A.SmallD:Active
{
    color: black;
    text-decoration: none;
}



A.SmallDmenu:Link
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

A.SmallDmenu:Hover
{
    color: #1b5289;
    font-weight: bold;
    text-decoration: none;
}

A.SmallDmenu:Active
{
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.DetailTable
{
    border: 1px solid #ccc;
    color: #5E5E70;
    font-family: Tahoma;
    padding: 5px;
}

.DetailTable td
{
    padding: 5px;
}

.DetailTable th
{
    text-align: left;
    color: #5e5e70;
    padding: 5px;
}




