﻿body {
  background-color: #ffffff;
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #4c89b6;
  display: block;
  background-image: url('../Content/images/ipc/bkgrnd.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}

.pleasenote {
  color: #ff9900;
}

legend {
  color: #ff9900;
}

.SmallBluelabel {
  color: #ff9900;
}

html, body {
  /*  background-repeat: repeat-x;
  background-image: url("../Content/images/rap/background2.png");*/
  margin: 0;
  height: 100%;
}

header {
  display: block;
}

#headerimg {
  display: block;
  background-image: url('../Content/images/ipc/ip2_logo.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 900px;
  height: 161px;
  margin: 0;
  padding: 0;
}

#main {
  /* top right bottom left */
  padding: 10px 30px 10px 30px;
  background-color: #000000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 0px solid #bebebe;
  color: white;
}

#logindisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  margin: 10px;
  color: white;
}

  #logindisplay a:link {
    color: white;
    text-decoration: underline;
  }

  #logindisplay a:visited {
    color: white;
    text-decoration: underline;
  }


ul#menu li a {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  background-color: black;
  color: white;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

  ul#menu li a:hover {
    background-color: #ff9900;
    text-decoration: none;
  }

ul#menu li.selected a {
  background-color: #ff9900;
  color: #000;
}

.ThinLineTh {
  background-color: #ff9900;
}

.paymentBlock {
  width: 300px;
  border-color: black;
  border: 1px;
  background-color: #ff9900;
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 20px 20px 20px 40px;
}

/*.footerbottom {
  background-color: #1f1f1f;*/
/*background-color: rgba(0,0,0,.32);*/
/*padding: 15px 0 5px;
}*/

