@charset "utf-8";
/* CSS Document */
H1		{
  font-size: 22pt;
}

BODY		{
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  background-image: url("../images/153450.jpg");
  background-color: #03DAFD;
  color: white;
  font-size: 15pt;
}

P		{
  font-size: 75%;
}

.main_body {
  z-index: -1;
  position: absolute;
  padding-bottom: 130px;
  width: 100%;
  align-items: center;
  display: inline-block;
  top: 30px;
}
.label		{
  font-size: 60%;
}

.calc {
  font-size: 80%;
  border-collapse: collapse; 
}
.calc td {
  font-size: 10pt;
  border: 2px solid black;
  text-align: center;
}

.calc thead {
  font-weight: bold;
  background-color: #eeeeee;
  color: black;
}

.calc a {
  color: #57E5EC;
}

.disabledAction {
 color: #dddddd;
}

.maskSpan {
  background-color:#57E5EC ;
  text-align: right;
}
.maskSpanJoinable {
  background-color: #57E5EC;
  text-align: right;
 cursor: hand;
}

.maskSpanRotate {
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
 background-color:green;
}
.header{
	position: fixed;    
	color: white;
	background: #403939;
  text-align: center;
  top: 0px; 
	left: 0px;
  right: 0px;
	border-bottom: red solid medium;
}
.footer{
    position: fixed;
    background: #403939;
    text-align: center;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    border-top: red solid thick;
	color: white ;
   }  
.footer a:link ,footer a:visited, header a:link ,header a:visited {	
	color: white;
	text-decoration: underline;
	cursor: auto;
}

.footer A:hover, header A:hover { 
	color: white;
	text-decoration: none; 
	cursor: auto;
}

.small {
    font-size: small;
    font-variant: small-caps;
}

.smaller {
	font-size: x-small;
	font-variant: small-caps;
}

.large {
  font-size: X-large;
  font-variant: small-caps;
}