﻿#templateBlueBar {
  background-position: top left;
  background-repeat: no-repeat;
  clear: both;
  height: 215px;
  margin: 10px auto 0 auto;
  width: 760px;
}

#templateBlueBar h1 {
  background-color: Transparent;
  color: #fff;
  font-size: 16pt;
  font-weight: bold;
  margin: 0;
  padding: 120px 0 10px 20px;
}

#templateBlueBar span {
  background-color: Transparent;
  color: #fff;
  padding: 0 0 0 20px;
}

#templateBlueBar ul { list-style-type: none; margin: 25px 0 0 25px; padding: 0;}
#templateBlueBar ul li { background-color: transparent; color: #fff; display: inline; }
#templateBlueBar ul li a { 
  background-color: transparent; 
  border: solid 1px transparent;
  color: #fff; 
  display: block;
  float: left;
  line-height: 25px;
  height: 25px;
  padding: 0 10px;
}

#templateBlueBar ul li a:focus, #templateBlueBar ul li a:hover { 
  background-color: #88a; 
  border: solid 1px #ccc;
  color: #fff;
  text-decoration: none;
}


#templateBlueBar ul.NoBannerText { list-style-type: none; margin: 0 0 0 25px; padding: 187px 0 0 0;}

#templateWhiteSection {
  background-color: #fff;
  color: #000;
  margin: 0 auto;
  width: 760px;
}

#templateWhiteSection h2 {
  background-color: inherit;
  color: #013f7f;
  font-size: 14pt;
  font-weight: normal;
  line-height: 16pt;
  margin: 0;
  padding: 0;
}

#templateWhiteSection h3 {
  background-color: inherit;
  color: #013F7F;
  font-size: 12pt;
  font-weight: bold;
  line-height: 16pt;
  margin: 5px 0;
}

#templateWhiteSection h4 {
  background-color: inherit;
  color: #000 !IMPORTANT; /*#3E79B2;*/
  font-size: 10pt;
  font-weight: bold;
  line-height: 14pt;
  margin: 10px 0 10px 0;
  padding: 0;
}

#templateWhiteSection p { line-height: 14pt; margin: 0 0 10px 0; }

#LeftOfPage { float: left; padding: 10px; width: 580px; }
#RightOfPage { float: right; padding: 10px; width: 140px; }

#RightOfPage ul { list-style-type: none; margin: 10px 0; padding: 0; }
#RightOfPage ul li {  }
#RightOfPage ul li a:link, #RightOfPage ul li a:visited {
  background-color: #fff;
  border: solid 1px #fff;
  color: #013f7f;
  display: block;
  padding: 2px 5px;
  text-decoration: none;
}
#RightOfPage ul li a:focus, #RightOfPage ul li a:hover {
  background-color: #f7f7f7;
  border: solid 1px #ccc;
  -moz-border-radius: 5px;
  color: #000;
  text-decoration: none;
}

#RightOfPage ul li a.Active {
  background-color: #e6e6f7;
  border: solid 1px #ccf;
  -moz-border-radius: 5px;
  color: #000;
  display: block;
  outline: none;
  padding: 2px 5px;
  text-decoration: none;
}

div.QuickLinks { background-color: #DDEBFD; color: #000; float: right; margin-left: 10px; margin-bottom: 10px; width: 224px; }

div.QuickLinks h4 {
  background-image: url(/Masters/Images/QuickLinks/Top.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #013F7F !IMPORTANT;
  font-size: 11px !IMPORTANT;
  font-weight: normal !IMPORTANT;
  line-height: 20px;
  margin: 0 !IMPORTANT;
  padding: 5px 5px 5px 10px !IMPORTANT;
}

div.QuickLinks ul {
  background-image: url(/Masters/Images/QuickLinks/Bottom.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  list-style-type: none;
  margin: 0;
  padding: 5px 10px 10px 10px;
}

div.QuickLinks ul li { 
  background-image: url(/Masters/Images/QuickLinks/Left.gif);
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  padding-left: 5px;
}

div.QuickLinks ul li span {
  background-image: url(/Masters/Images/QuickLinks/Right.gif);
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
  overflow: visible;
}

div.QuickLinks ul li span a { line-height: 20px; }

.colourPurple { background-color: inherit; color: #969; }


/* Glossary */
dt
{
	font-weight: bold;
	margin: 1.3em 0 .1em 1em;
	padding: 0 0 0 0;
}

dd
{
	margin: 0 2em 0 2em;
	padding: 0 0 0 0;
	color: black;
}


/*Planner form*/

.form {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 3em;
}

.form legend { font-weight: bold; }


.form label
{
    width: 20em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}

.form input {
    color: #000;
    background: #eafbff;
    border: 1px solid #036
}


.submit input
{
margin-left: 20em;
font-weight: bold;

} 