﻿/* SiteMap.css - CSS definitions for the Site Map page
 *
 * Revision History
*  REC 1457-399   2013-12-09  John Hildebrand  - Original version - VPM updates
*  REC 1457-161   2014-03-12  John Hildebrand  - Convert the DisplayPage.aspx to be non-database-driven
*  TFS-292,223    2014-03-28  John Hildebrand  - manual merge updates for TFS-223 (Update the SiteMap.aspx page to the new design)
--------------------------------------------------------------------------------------------------------------*/

.SiteMapCol {
  margin-top:-15px;
  float: left;
  width: 49%;
}

.SiteMapCol p a {
  color: #2D63AB;
  font-size: 10pt;
  font-weight: bolder;
}

.SiteMapCol > a {    /* TFS-223 */
  color: #2D63AB;    /* TFS-223 */
  font-size: 10pt;
  text-decoration: none;
}

div.SiteMapCol div {
  text-decoration: underline;
}

div.SiteMapCol a:hover {
  color: red;
  text-decoration: underline;
}

div.SiteMapCol hr {     /* horizontal rule tag attributes */
    width: 212px;
    height: 1px;
    color: #000000;
    background-color: #000000;
    border: none;
    text-align: left;
    margin-top: 16px;
}

h2 {            /* TFS-223 */
    margin-bottom:15px;
    color:#000;
}

h2 a {          /* TFS-223 */
    font-size: 15.5px;
    color:#000;
}

h2 a:link {    /* TFS-223 */
    color:#000;
}

/* End of SiteMap.css */