﻿body {
  background-color: #ffffff;
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #f9fdff;
}

header
{
  display: block;
}

#headerimg 
{
  display: block;
  background-image: url('../Content/images/pgc/pgc_header.png');
  background-repeat: no-repeat;
  background-position: center center;
  width:900px;
  height:216px;   
  margin: 0;
  padding: 0;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: black;
}

#logindisplay a:link {
    color: black;
    text-decoration: underline;
}

  #logindisplay a:visited {
    color: #12258b;
    text-decoration: underline;
  }

  #logindisplay a:hover {
    color: #12258b;
    text-decoration: none;
  }

#main {
  /* top right bottom left */
  padding: 10px 30px 10px 30px;
  background-color: #f9fdff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

fieldset {
  border: 1px solid #12258b;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 .5em 0;
}

/* TABLE
----------------------------------------------------------*/

.ThinLineTable {
  border: solid 0px #12258b;
  border-collapse: collapse;
}

.ThinLineTdRight {
  padding: 5px;
  border: solid 1px #12258b;
  text-align: right;
}

.ThinLineTdLeft {
  padding: 5px;
  border: solid 1px #12258b;
  text-align: left;
}

.ThinLineTh {
  padding: 6px 5px;
  text-align: left;
  background-color: #f9fdff;
  border: solid 1px #12258b;
}

ul#menu li.active a:hover, ul#menu li.active a, ul#menu li a:active {
    background-color: #102591;
    text-decoration: none;
    color: #fff !important;
}

.wcs_navbar .icon {
    background: #102591 !important;
}

.wcs_gas_order label.gasmessage {
    color: #000;
}

/*@media screen and (max-width: 767px) {
    .wcs_header .wcs_headerimg {
        min-height: 130px !important;
        max-height: 280px;
        height: 100% !important;
    }
}*/