html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#container {
  min-height: 100%;
  position: relative;
}

#header {
  background: #cccccc;
  padding: 10px;
}

#body {
  padding: 10px;
  padding-bottom: 40px;/* Height of the footer */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;/* Height of the footer */
  background: #cccccc;
}

P {
  font-size: 9pt;
  color: black;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
/* other non-essential CSS */

#header p, #header h1 {
  margin: 0;
  padding: 10px 0 0 10px;
}

#footer p {
  margin: 0;
  padding: 10px;
}

.messageTable {
  width: 400px;
  height: 100px;
  margin-left: 25px;
  margin-top: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
  background-color: #efefef;
  border-right: 1px solid #777777;
  border-top: 1px solid #777777;
  border-left: 1px solid #777777;
  border-bottom: 1px solid #777777;
}

A:link {
  color: #3399CC;
}

A:visited {
  color: #3399CC;
}

h1 {
  font-weight: bold;
  font-size: 20pt;
  padding-bottom: 0px;
  padding-left: 18px;
  color: #336699;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
}

TD {
  font-size: 9pt;
  color: black;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  padding-top: 2px;
  padding-bottom: 2px;
}

TH {
  font-size: 9pt;
  color: black;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

.listHeader {
  font-weight: bold;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: White;
  background-color: #336699;
}

.listTable {
  border-right: #cccccc 1px solid;
  border-top: #cccccc 1px solid;
  border-left: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  margin-bottom: 25px;
}

.resultsTable {
  border-right: #cccccc 1px solid;
  border-top: #cccccc 1px solid;
  border-left: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  margin-bottom: 25px;
}

.listTable TR,.resultsTable TR {
  height: 26px;
  background-color: #efefef;
}

.warningTable {
  width: 400px;
  height: 100px;
  margin-left: 25px;
  margin-top: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
  background-color: white;
  border-right: red 1px solid;
  border-top: red 1px solid;
  border-left: red 1px solid;
  border-bottom: red 1px solid;
}

table.contentpane {
  background-color: #efefef;
  border-right: 1px solid #888888;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  border-bottom: 1px solid #888888;
  margin-bottom: 25px;
}

.inputbox {
  margin-bottom: 1px;
  padding: 2px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  height: 20px;
}

ul.menu {
  list-style-type: none;
  width: auto;
  position: relative;
  display: block;
  height: 33px;
  font-size: 9pt;
  background: url(bg.png) repeat-x top left;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  border: 1px solid #000;
  margin: 0;
  padding: 0;
}

ul.menu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

ul.menu li.loggin {
  display: block;
  float: right;
  color: #fff;
  text-decoration: none;
  margin: 9px 10px 0 0;
}

ul.menu li a {
  float: left;
  color: #A79787;
  text-decoration: none;
  height: 24px;
  padding: 9px 15px 0;
  font-weight: normal;
}

ul.menu li a:hover,.current {
  color: #fff;
  background: url(bg.png) repeat-x top left;
  text-decoration: none;
}

ul.menu .current a {
  color: #fff;
  font-weight: 700;
}
/*BLUE*/

ul.menu.blue{
  background-color: #76B3F1;
}

ul.menu.blue li a:hover, .menu.blue li.current {
  background-color: #A3BAE6;
}

ul.menu a span {
  display: none;
}

.red{
  color: #CC0000;
}

.green{
  color: #0D8E06;
}
/*FORM LAYOUT*/

form {
  margin: 0;
  padding: 0;
}

form label {
  cursor: pointer;
}

.inputbox {
  margin-bottom: 1px;
  padding: 2px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  height: 20px;
}

.disabledInputbox {
  margin-bottom: 1px;
  padding: 2px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  height: 20px;
}

.ddBox {
  margin-bottom: 1px;
  padding: 2px;
  border: 1px solid #CCCCCC;
  width: 100%;
}

.inputbox:hover, .inputbox:focus {
  border: 1px solid #FF9900;
}

input, select, textarea, .inputbox, .disabledInputbox {
  padding: 1px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 100%;
}

select, textarea, .inputbox {
  background: #FFFFFF;
  color: #333333;
}

.button {
  padding: 3px 8px;
  margin-right: 10px;
  border-top: 1px solid #666666;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #666666;
  color: #FFFFFF;
  background: #666666;
}

.button:hover {
  background: #333333;
}