
#error {
	background-color: #ff0000;
}

#ok {
}

div.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: left;
}

#errorMsg {
	background-color: #dd1010;
}

input[type=number]{
    width: 3em;
}


html {
  	height: 100%;
}
body{
	background-color: f0ffff;
}

h1{
	color: #1010ff;
	text-align: center;
}
h2{
	color: #1010ff;
	text-align: left;
}

a:link{
	color: #0505a5;
	text-decoration: none;
}
a:visited{
	color: #0505a5;
	text-decoration: none;
}
a:hover{
	background-color: #eeeeee;
	color: #0505a5;
}

/* Tool Tip Help */
.help {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.help .helpText {
  visibility: hidden;
  width: 300px;
  background-color: #b0b0ff;
  color: #000000;
  text-align: center;
  padding: 2px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.help:hover .helpText {
  visibility: visible;
}



#backgroundLeftRight {
    background: url(img/bg_left.png) left top no-repeat, url(img/bg_right.png) right top no-repeat;
  	background-attachment: fixed;
  	background-size: 7% 100%;
  	min-height: 100%;
}

#backgroundLeftRightText {
  	margin-left: 7%;
  	margin-right: 7%;
}

.growClose {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden;
}
.growOpen {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    overflow: hidden;
}

#preCheckCenter {
    position: absolute;
    top: 40%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
