﻿ body
{
    font-size: small;
}
#divContainer
{
    margin: 10px auto; /* Border Around Main Div */
    background-color: #fff;
    color: #333;
    border: 1px solid gray;
    line-height: 130%;
}
#divTop
{
    padding: .4em;
    background-color: #E1E1E1;
    border-bottom: 1px solid gray;
    height: 42px;
}
#divTop h1
{
    padding: 0;
    margin: 0;
}
#divPPHomePage
{
    width: 97%;
    margin: 0;
    padding: 1em;
}
#divLeftCol
{
    float: left;
    width: 49%;
    margin: 0;
    padding: .5em;
}
#divRightCol
{
    margin-left: 50%; /*border-left: 1px solid gray;*/
    padding: .5em;
}

.LeftCol
{
    float: left;
    width: 49%;
    margin: 0;
    padding: .5em;
}
.RightCol
{
    margin-left: 50%; /*border-left: 1px solid gray;*/
    padding: .5em;
}
#divFooter
{
    clear: both;
    margin: 0;
    padding: .5em;
    color: #333;
    background-color: #E1E1E1;
    border-top: 1px solid gray;
    height: 30px;
}
.postcodePanel
{
    width: 100%;
}
.ppHeader
{
    background-color: #6176ab;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
}
/* Show only to IE PC \*/* html .ppPanelBoxhead .h2
{
    height: 1%;
}
/* For IE 5 PC */.ppPanelBox
{
    margin: 0 auto; /* center for now */
    width: 99%; /* ems so it will grow */
    background: url(ppbody-r.gif) no-repeat bottom right;
    font-size: 100%;
}
.ppPanelBoxhead
{
    background: url(pphead-r.gif) no-repeat top right;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 50px;
}
.ppPanelBoxhead2
{
    background: url(pphead-r.gif) no-repeat top right;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 50px;
}
.ppPanelBoxhead .h2
{
    background: url(pphead-l.gif) no-repeat top left;
    margin: 0;
    padding: 22px 30px 5px;
    color: white;
    font-weight: bold;
    font-size: medium;
    line-height: 1em;
    text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.ppPanelBoxhead2 .h2
{
    background: url(pphead-l.gif) no-repeat top left;
    margin: 0;
    padding: 22px 30px 5px;
    color: white;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.3em;
    text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.ppPanelBoxbody
{
    background: url(ppbody-l.gif) no-repeat bottom left;
    margin: 0;
    padding: 5px 30px 31px;
}
TH, THEAD
{
    color: #ffffff;
}
TD
{
    font-size:1em;
}
.ppButton
{
}
.black_overlay
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 150%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=70);
}
.white_content
{
    display: none;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 80%;
    height: 80%;
    padding: 16px;
    border: 16px solid #E1E1E1;
    background-color: white;
    text-align: center;
    z-index: 1002;
    overflow: auto;
}

.fluentLink:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color: #999999;
  } 
.fluentLink:visited {
  /* Applies to all visited links */
 text-decoration:  none;
  color: #999999;
  } 
.fluentLink:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  color: #999999;
  } 
.fluentLink:active  {
  /* Applies to activated links */
  text-decoration:  none;
  color: #999999;
  } 
.modalPopup {
    background:white;
    padding:10px;
    border:1px solid #cccccc;
}
