﻿body 
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}
.pagetitle
{
    font-family: Verdana, Arial, Helvetica; 
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}
#leftmenu2
{
    background-color: #012981;
}
  #leftmenu2 ul
{
    list-style: none;
    padding: 0;
    margin: 0px 0 0 0;
}
#leftmenu2 li
{
  

    display: inline;
    list-style-type: none;
   

}
#leftmenu2 li a
{
    border-style: none solid none none;
    border-width: 0.1em;
    border-color: #011c56;
    height: 2em;
    line-height: 2em;
    display: inline;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    padding-left: 5px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
} 
#leftmenu2 li .on
{
    background-color: #FFFFFF;
}
#leftmenu2 li a:visited {
text-decoration: none;
}
#leftmenu2 li a:hover {
text-decoration: underline;
}
.subtitle
{
    font-family: Verdana, Arial, Helvetica; 
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.inputs
{
    border: solid 1px #586f9b;
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Arial, Helvetica;  
    font-size: 13px;
    background-color: #FFFFFF;
    width: 172px;
    height: 20px;
}
.postcodeinputs{
    border: solid 1px #586f9b;
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Arial, Helvetica;  
    font-size: 13px;
    background-color: #FFFFFF;
    width: 172px;
    height: 20px;
    text-transform: uppercase;
}
.inputsnowidth
{
    border: solid 1px #586f9b;
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Arial, Helvetica;  
    font-size: 13px;
    background-color: #FFFFFF;
    height: 20px;
}

  
  
  .dropDown
  {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: #F0F0F0;        
  }
       
  
  .dropDownHelp
  {
    padding-left: 3px;
    padding-right: 3px;     
  }
  
  .dropDownContent
  {
    max-height: 200px;
    overflow: auto;
    background-color: white;  
    border-top: solid 1px #D0D0D0;
  }           
  
  .dropDown a
  {
    color: blue;
  }
  
  .dropDown a:visited
  {
    color: blue;
  }
  
  .dropDownContent:focus
  {
    outline: none;
  }
   
  .dropDownContent ul
  {
    padding: 0px;
    margin: 0px;
  }
   
  .dropDownContent li
  {
    cursor: default;
    display: block;
    padding-left: 3px;
    padding-right: 3px;
  }
      
  .dropDownContent li.selected
  {
    background-color: #335ea8;
    color: white;
  }      
  .resources {
  display:inline;
  }
  .resource{
  float:left;
  padding:0;
  margin:0;
  list-style-type:none;
  }
  .resourcetitle
  {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .popups
  {
   background-color: #D0D0D0;
   font-weight: normal;  
   border: solid 1px #586f9b;
  }