﻿/*NEW STYLES!!!  11.14.2006 */
/*Changing styles for HeaderRows */
.TopHeaderRow
{
    background-image: url('/images/AV/AV_TopHeaderbkgd.gif');
    background-repeat: repeat-x;
}

.BottomHeaderRow
{
    background-image: url('/images/AV/AV_BottomHeaderbkgd.gif');
    background-repeat: repeat-x;
}

A.HeaderBreadcrumbs:link, A.HeaderBreadcrumbs:visited, A.HeaderBreadcrumbs:active
{
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

A.HeaderBreadcrumbs:hover
{
    font-size: 8pt;
    font-weight: bold;
    color: #EA2C2E;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

/*Changing styles for Hyperlinks */
A:link,A:visited,A:active
{
    font-weight : normal;
    color: #140766;
    text-decoration: underline;
}

A:hover
{
    font-weight: normal;
    color: #D1343E;
    text-decoration: underline;
    border-width: 0px 0px 0px 0px;
}

A.ContactResultsSmall:link, A.ContactResultsSmall:visited, A.ContactResultsSmall:active, A.ContactResultsSmall:hover
{
    font-size: 8pt;
    font-weight: normal;
    color: #140766;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

.Disabledlink, .Disabledlink:hover
{
    font-weight : normal;
    color: #140766;
    text-decoration: none;
}

/*Changing styles for Message Center */
.SideBarHeader
{
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 2px 4px 2px 4px;
    background-color: #383D5B;
}

.SideBar
{
    border-width: 1px 1px 1px 1px;
    border-style: solid none none none;
    border-color: #383D5B;
}

.SideBarContent
{
    font-size: 11px;
    font-weight: normal;
    color: #3E3E3E;
    font-family:Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 2px 4px 2px 4px;
    background-color: #B9BCDD;
}

A.SideBarLink:link, A.SideBarLink:visited, A.SideBarLink:active
{
    font-weight: bold;
    color: #3F3A3A;
    text-align: left;
    vertical-align: middle;
    background-color: Transparent;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

A.MenuBarLink:link, A.MenuBarLink:visited, A.MenuBarLink:active    /*Used for the accordion links in a menu block*/
{
    font-size: 11px;
    color: #3F3A3A;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border-style: none none none none;
}

A.SideBarLink:hover, A.MenuBarLink:hover
{
    color: #1D02C6;
    background-color: Transparent;
}

.SideBarContentNoHover
{
    font-size: 11px;
    font-weight: normal;
    color: #3E3E3E;
    font-family:Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 2px 4px 2px 4px;
    background-color: #B9BCDD;
}

/*END NEW STYLES*/