﻿
/* --------------------------------------------------------------------------------------------- */

#HeaderLogoContainer
{
  background-image: url('Images/PortalLogo.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 58px;
  left: 40px;
  position: absolute;
  top: 21px;
  width: 240px;
}

#HeaderLogoContainer:hover
{
  background-position: 0px 0px;
}

/* --------------------------------------------------------------------------------------------- */

#PageContainer
{
  border-bottom: solid 4px #FF7107;
  border-left: solid 4px #FF7107;
  border-right: solid 4px #FF7107;
  border-top: solid 4px #FF7107;
}

/* --------------------------------------------------------------------------------------------- */
