﻿/*

Glacier Media CASL css styles
2014-06-12

*/

#bodyId {
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

div#outerWrapDiv {
  position: relative;
  height: 100%;
  width: 100%;
}

div#innerWrapDiv {
  position: relative;
  background: #ffffff;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

div#topBar {
  position: relative;
/*  background: #254470;*/
  background: #ffffff;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
/*  height: 40px;*/
}

div#bodyGuts {
  position: relative;
  background: #ffffff;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

#head {
  font-family: Arial, sans-serif;
  font-size: 26px;
  color: #ff6600;
}

#footer {
  font-family: Arial, sans-serif;
  font-size: 9px;
  color: #000000;
  line-height: 13px;
  text-align: center;
}

.errorlabel {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: red;
}