﻿@import "../../../Common/CSS/AegisBase.css";
body{
    color:#3C3C3C;
}


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: #D8E5ED;
    background-image: url(../../../Common/images/BorderCurve/BorderCurve_CCE0EB_TL.gif);
    background-repeat: no-repeat;
    background-position: top left;
    border-bottom: solid 1px #9DC2DA;
}
H5 {
    color: #585858;
    border-top: solid 1px #D8D8D8;
    border-bottom: solid 1px #D8D8D8;
}


/*------------*/
/* Containers */
/*------------*/
#SiteHeader {
    min-height: 73px;
    height: auto !important;
    height: 73px;
    background-image: url(Images/StockSheet.png);
    background-position: right top;
    background-repeat: no-repeat;
}

#SiteHeader .siteLogo {
    margin: 0px 0px 0px 5px;
}

#SiteMenu {
    background-color: #006BB0;
    background-image: url(Images/Menu_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_CCE0EB_TL.gif);
    background-color: #CCE0EB;
}

div.WidgetHi {
    background-image: url(../../../Common/images/BorderCurve/BorderCurve_e8e8e8_TL.gif);
    background-color: #e8e8e8;
}

div.WidgetHiContent {
    background-color: #e8e8e8;
    background-image: url(../../../Common/images/BorderCurve/BorderCurve_e8e8e8_BR.gif);
}

div.WidgetShaded {
    background-image: url(../../../Common/images/BorderCurve/BorderCurve_DDEEF5_TL.gif);
    background-color: #DDEEF5;
}

div.WidgetShadedContent {
    background-color: #DDEEF5;
    background-image: url(../../../Common/images/BorderCurve/BorderCurve_DDEEF5_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_006BB0_4090C4.gif);
    background-color: #006BB0;
    color: #ffffff;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ababab;
}

div.WidgetHiContent h3 {
    background-image: url(../../../Common/Images/Blends/Blend_Vertical_585858_D4D4D4.gif);
    background-position: top left;
    background-color: #585858;
    border-bottom: solid 1px #ffffff;
}

div.WidgetShadedContent h3 {
    border-bottom: solid 1px #ffffff;
}

div.WidgetContent h4 {
    
}

div.WidgetHiContent h4 {
    background-color:#d8d8d8;
    border-bottom: 1px solid #c8c8c8;
}

/*-------------------*/
/* Data Entry Styles */
/*-------------------*/

.DataField {
    border: solid 1px #CEE0E5;
}

/*-------------------*/
/* Data Table Styles */
/*-------------------*/
table.DataTable {
    border-bottom: double 3px #CCE0EB;
}

table.DataTable tr th, table.DataTable thead tr th {
    border-bottom: #CCE0EB 1px solid;
    background-color: #FFF4DE;
}

table.DataTable tr.SubHeading td {
    text-align: center;
    font-weight: bold;
}

div.WidgetHi table.DataTable tbody tr td {
    border-bottom: #ffffff 1px solid;
}

table.DataTable tr.Alternating td {
    background-color: #FFF8EA;
    /*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: #E8F3F9;
    background-image:none;
}

.WidgetHiContent table.DataTable tr.Highlight td, .WidgetHiContent table.DataTable tr:Hover td {
   background-color: #E8F3F9;
    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;
}