﻿/* Master Page CSS */
html
{
    height: inherit;
}

body
{
    margin: 0px auto;
    padding: 0px;
    font-family: Arial;
    text-align: center;
    height: 100%;
    background: #d6d6d6;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #d6d6d6 50%, #999999 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(50%,#d6d6d6), color-stop(100%,#999999));
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#d6d6d6 50%,#999999 100%);
    background: -o-linear-gradient(top,  #f2f2f2 0%,#d6d6d6 50%,#999999 100%);
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#d6d6d6 50%,#999999 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#d6d6d6 50%,#999999 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#PageContainer1
{
    width: 990px;
    margin: 0px auto;
    text-align: left;
}
#PageContainer2
{
    width: 960px;
    background: #FFFFFF;
}
#PageHeaderContainer
{
    width: 940px;
    height: 131px;
}

.AppHdr_SiteDefault
{
    width: 940px;
    height: 130px;
    background: url(../../Shared/Images/AppHdrFull_SiteDefault.png) no-repeat;
}

.AppHdr_SiteVCH
{
    width: 940px;
    height: 130px;
    background: url(../../Shared/Images/AppHdrFull_SiteVCH.png) no-repeat;
}

.AppHdr_SitePHC
{
    width: 940px;
    height: 130px;
    background: url(../../Shared/Images/AppHdrFull_SitePHC.png) no-repeat;
}

.AppHdr_SiteInternal
{
    width: 940px;
    height: 130px;
    background: url(../../Shared/Images/AppHdrFull_SiteInternal.png) no-repeat;
}
#TopNavMenuContainer
{
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #d2d2d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#d2d2d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#d2d2d2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#d2d2d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */ /*margin-top: 5px;*/
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
    -webkit-border-radius: 5px; /* for Chrome and Safari */
    -0-border-radius: 5px; /* for Opera  */
    border: 1px #d2d2d2 solid; /*position: relative;*/
}
#TopNavMenuContainer ul
{
    margin: 0px auto;
    float: left;
}
#TopNavMenuContainer li
{
    display: inline;
    letter-spacing: 0.9px;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #d2d2d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#d2d2d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#d2d2d2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#d2d2d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
}
#TopNavMenuContainer li a
{
    border-right: 1px solid #d2d2d2;
    text-decoration: none;
    float: left;
    font-weight: bold;
    font-size: 15px;
    color: #000;
    padding: 10px 10px 10px 10px;
    list-style-type: none;
}
#TopNavMenuContainer li a:hover
{
    background: #d0d0d0; /* Old browsers */
    background: -moz-linear-gradient(top, #d2d2d2 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2d2d2), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d2d2d2 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d2d2d2 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d2d2d2 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d2d2d2 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
#TopNavMenuContainer li .active
{
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
}
.homeLink a
{
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius: 5px 0px 0px 5px; /* Firefox 3.6 and earlier */
    -webkit-border-top-left-radius: 5px; /* for Chrome and Safari */
    -webkit-border-bottom-left-radius: 5px; /* for Chrome and Safari */
    -0-border-radius-topleft: 5px; /* for Opera  */
    -0-border-radius-bottomleft: 5px; /* for Opera  */
}
.homeLink a img
{
    position: absolute;
    left: 4px;
    top: 7px;
}
#PageFooterContainer
{
    margin: 20px 0px 0px 0px;
    background: #e8e8e8;
    height: 34px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    width: 100%;
    position: relative;
}
#PageFooterLeft
{
    float: left;
}
#PageFooterCenter
{
    float: left;
}
#PageFooterRight
{
    float: left;
}
#PageFooterCenter ul
{
    padding-left: 1px;
    margin: 0px auto;
    float: left;
    margin-left: 1px;
}
#PageFooterCenter li
{
    display: inline;
    list-style-type: none;
    float: left;
    margin-left: 1px;
    padding: 5px 1px 0px 19px;
    text-align: left;
    vertical-align: middle;
    color: #444;
}
#PageFooterCenter li a, #PageFooterCenter li a:visited
{
    text-decoration: none;
    color: #444;
}
#PageFooterCenter li a:hover
{
    text-decoration: underline;
    color: #000;
}
