﻿/*NEW STYLES!!!  11.14.2006 */
/*Changing styles for HeaderRows */
.TopHeaderRow
{
    background-image: url('/images/TX/TX_TopHeaderbkgd.gif');
    background-repeat: repeat-x;
}

.BottomHeaderRow
{
    background-image: url('/images/TX/TX_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: #ED1920;
    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: #241F37;
    text-decoration: underline;
}

A:hover
{
    font-weight: normal;
    color: #B70005;
    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: #241F37;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

.Disabledlink, .Disabledlink:hover
{
    font-weight : normal;
    color: #241F37;
    text-decoration: none;
}

/*Changing styles for Message Center */
.SideBarHeader
{
    font-size: 11px;
    font-weight: bold;
    color: #3E3E3E;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 2px 4px 2px 4px;
    background-color: #90AFDB;
}

.SideBar
{
    border-width: 1px 1px 1px 1px;
    border-style: solid none none none;
    border-color: #9BB6D1;
}

.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: #C4D4E9;
}

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: #01429E;
    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: #C4D4E9;
}

/*END NEW STYLES*/