﻿@import "../../../Common/CSS/AegisBase.css";

a, .linklook, .LinkLook {
    color: #006699;
    text-decoration: none;
    cursor: pointer;
}

.linklook:hover, .LinkLook:hover {
    text-decoration: underline;
}

a:visited {
    color: #006BB0;
}

a:hover {
    color: #006BB0;
    text-decoration: underline;
}

a:active {
    color: #006699;
}

H2 {
    color: #006BB0;
}
H3 {
    background-color: #4d4d4d;
    background-image: url(../../../Common/images/BorderCurve/BorderCurve_4d4d4d_tl.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

H4 {
    background-color: #d4d4d4;
    background-image: url(../../../Common/images/BorderCurve/BorderCurve_d4d4d4_tl.gif);
    background-repeat: no-repeat;
    background-position: top left;
    border-bottom: solid 1px #C3C3C3;
}
H5 {
    color: #585858;
    border-top: solid 1px #D8D8D8;
    border-bottom: solid 1px #D8D8D8;
}


/*------------*/
/* Containers */
/*------------*/
#SiteHeader {
    min-height: 75px;
    height: auto !important;
    height: 75px;
    background-image: url(Images/SiteHeaderBlend.gif);
    background-position: right top;
    background-repeat: repeat-y;
}

#SiteMenu {
    background-color: #4D4D4D;
    background-image: url(Images/TopMenu_4D4D4D_Left.gif);
    background-position: top left;
    background-repeat: repeat-y;
}


/* Widget elements */
div.Widget, div.WidgetHi, div.WidgetShaded, div.WidgetGroup, div.WidgetModalPopup {
    background-image: url(../../../Common/images/BorderCurve/BorderCurve_d4d4d4_TL.gif);
    background-color: #d4d4d4;
}

div.WidgetHi {
    background-image: url(../../../Common/images/BorderCurve/BorderCurve_DDEEF5_TL.gif);
    background-color: #DDEEF5;
}

div.WidgetHiContent {
    background-color: #DDEEF5;
    background-image: url(../../../Common/images/BorderCurve/BorderCurve_DDEEF5_BR.gif);
}

div.WidgetShaded {
    background-image: url(../../../Common/images/BorderCurve/BorderCurve_e8e8e8_TL.gif);
    background-color: #e8e8e8;
}

div.WidgetShadedContent {
    background-color: #e8e8e8;
    background-image: url(../../../Common/images/BorderCurve/BorderCurve_e8e8e8_BR.gif);
}

div.WidgetContent h3, div.WidgetHiContent h3, div.WidgetShadedContent h3, div.WidgetGroupContent h3, div.WidgetModalPopup h3 {
    background-image: url(../../../Common/Images/Blends/Blend_Vertical_585858_D4D4D4.gif);
    background-color: #ababab;
    color: #ffffff;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ababab;
}

div.WidgetHiContent h3 {
    background-image: url(../../../Common/Images/Blends/Blend_Vertical_006BB0_4090C4.gif);
    background-position: top left;
    background-color: #4090C4;
    border-bottom: solid 1px #ffffff;
}

div.WidgetShadedContent h3 {
    border-bottom: solid 1px #ffffff;
}

div.WidgetContent h4 {
    background-color: #d4d4d4;
}

div.WidgetHiContent h4 {
    background-color:#CEE0E5;
    border-bottom: 1px solid #C5D9DD;
}

/*-------------------*/
/* Data Table Styles */
/*-------------------*/
table.DataTable tr.SubHeading td {
    text-align: center;
    font-weight: bold;
    border-bottom: #dadada 1px solid;
}

div.WidgetHi table.DataTable tbody tr td {
    border-bottom: #ffffff 1px solid;
}

table.DataTable tr.Alternating td {
    background-color: #efefef;
    background-image: url(../../../Common/Images/Blends/Blend_Vertical_EFEFEF_E0E0E0.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
}

table.DataTable tr.Highlight td, table.DataTable tr:Hover td {
    background-color: #D8D8D8;
    background-image: none;
}

.WidgetHiContent table.DataTable tr.Highlight td, .WidgetHiContent table.DataTable tr:Hover td {
    background-color: #EFEFEF;
    background-image: none;
}

table.DataTable tr.Footer td, table.DataTable tfoot tr td {
    border-top: #B3D3E7 3px double;
    border-bottom: #B3D3E7 1px solid;
    font-weight: bold;
    font-style: italic;
    background-color: #f1f1f1;
}