﻿#header {
  height: 60px;   
  float:left;  
  min-width:1050px;
  width:100%;
}

#form-section 
{
    background-color: White;
    
    border-width: 0px;
    /* drop shadow */            
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px #333;
        
    margin-left: auto;
    margin-right: auto;
            
    width: 1050px;
    /*padding-bottom: 25px;*/
}

.form-header
{
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 25px;
    padding-bottom: 7px;
    color: Black;
    font-family: Arial;
    font-weight: bold;
    font-size: 12pt;
}

.form-header-left
{
    float: left;
    text-align: left;
    padding-bottom: 7px;
}

.form-header-right
{
    float: right;
    text-align: right;
    padding-top: 5px;
    font-size: 9pt;
    padding-right: 45px;
}

.form-content
{
    padding-left: 45px;
    padding-right: 45px;
}

.form-content-element
{
    padding-left: 45px;
    padding-right: 45px;
}

.form-content-section
{
    margin-top: 30px;
    clear: left;
}

.form-content-sub-section
{
    padding-left: 45px;
}

.form-default-footer-table
{
	width: 960px;
}

.form-footer-application 
{
    width: 100%;
}

.form-footer-search-result
{
    padding-bottom: 66px;
}

.form-footer
{
    padding-top: 60px;
    padding-left: 45px;
    padding-bottom: 30px;
    padding-right: 45px;
}

.form-footer-row
{
    clear: left;
    width: 100%;
    float: left;
    padding-bottom: 5px;
}

.form-footer-left
{
    float: left;
    vertical-align: bottom;
    text-align: left;
    width: 50%;
}

.form-footer-right
{
    float: right;
    vertical-align: bottom;
    text-align: right;
}

.form-accordion
{
    width: 97%;
}

.results-count
{
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    
    padding-left: 0;
    padding-top: inherit;
    padding-bottom: inherit; 
}

.header1
{
    background-color: #b2b2b2;
    border-color: #b2b2b2;
    
    color: White;
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    
    text-align: left;
    
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.header2
{
    background-color: #e9e9e9;    
    
    color: Black;
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    
    padding-left: 5px;
}

.field-required:after
{
    font-style: italic;
    font-weight: bold;
    color: red;
    content: " *";
}

.banner-left 
{
    height:60px;
    width: 298px;
    z-index: 200;
}

.banner-centre {
  background: #0065CA;
  padding-top: 20px;
  padding-bottom: 40px;
  /*z-index: 50;*/
  position: relative;
  top: -60px;
  margin-left:298px;
  margin-right:371px;
}

.banner-right {
  position: relative;
  top: -120px;
  width: 371px;
  float: right;
  /*z-index: 200;*/
}

.banner-img {
  border: none;
}

.banner-menu {
  color: #fff;
  float:right;
}

.banner-menu a:link,.banner-menu a:active,.banner-menu a:visited {
  color:yellow !important;
  text-decoration:none;
}

.stateBrandingLogo 
{
  display: inline;
  /*padding-left : 20px;*/
}

.version
{
    font-size: small;
    text-align: right;
    vertical-align: bottom;
}

.center
{
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

body 
{
    background-color: #f5f5f5;
    
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;    
    color: Black;
            
    margin-left: auto;
    margin-right: auto;
    width: 100%;
   
    position: absolute;        
    margin-top: 0;
    top: 80px; /* drop from header, but this moves all content, so check headerDiv */
}


/* Banner styling - from SARIG.Web
   Adapted from the Mapviewer project, so make sure changes are consistent
*/
.headerDiv { /* from widgetBox*/
	position: absolute;
	overflow: hidden;
	color: white;
	border: 1px solid white;
	background: url(../Images/111_70.png) repeat;
    /*background-color: #111;
	opacity: 0.85;
	filter:alpha(opacity=85);*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    -o-border-radius: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px #333;
    border-radius: 5px;
    width: 99.5%;
    top: -80px; /* header needs this to move back to top, as still part of body */
}

.banner-left2 
{
    display: inline-block;
    float:left;
}

.banner-right2 
{
    display: inline-block;
    float:right;
}

.banner-centre2 
{
    text-align:center;
    padding-top: 25px;
    color:yellow;
    text-decoration :none;
}

.banner-centre2 a:link, .banner-centre2 a:active, .banner-centre2 a:visited 
{
    color:yellow;
    text-decoration:none;
}

.banner-centre2 a:hover
{
    text-shadow:2px 2px #333;
    text-decoration:none;
}

/* end Banner styling
   Adapted from the Mapviewer project, so make sure changes are consistent
*/
