body {background-color: rgb(255 255 255 )}

.button {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
@-webkit-keyframes glowing {
  0% { background-color: #18b200; -webkit-box-shadow: 0 0 3px #18b200; }
  50% { background-color: #18b200; -webkit-box-shadow: 0 0 40px #18b200; }
  100% { background-color: #18b200; -webkit-box-shadow: 0 0 3px #18b200; }
}

@-moz-keyframes glowing {
  0% { background-color: #18b200; -moz-box-shadow: 0 0 3px #18b200; }
  50% { background-color: #18b200; -moz-box-shadow: 0 0 40px #18b200; }
  100% { background-color: #18b200; -moz-box-shadow: 0 0 3px #18b200; }
}

@-o-keyframes glowing {
  0% { background-color: #18b200; box-shadow: 0 0 3px #18b200; }
  50% { background-color: #18b200; box-shadow: 0 0 40px #18b200; }
  100% { background-color: #18b200; box-shadow: 0 0 3px #18b200; }
}

@keyframes glowing {
  0% { background-color: #18b200; box-shadow: 0 0 3px #18b200; }
  50% { background-color: #18b200; box-shadow: 0 0 40px #18b200; }
  100% { background-color: #18b200; box-shadow: 0 0 3px #18b200; }
}

.button {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

font.logotext {color: #000099; font-family:Tahoma; font-size:28}

font.tagline {color: #0020A3; font-family:Tahoma; font-size:12}

font.pageheading {color: #0000E6; font-family:Tahoma; font-size:22}

font.subpageheading {color: #0000E6; font-family:Tahoma; font-size:18}

font.divheading {color: #0000BF; font-family:Tahoma; font-size:18;}

font.subdivheading {color: #000099; font-family:Tahoma; font-size:16}

font.darklabel {color: #000099; font-family:Tahoma; font-size:14}

font.label {color: #07133A; font-family:Tahoma; font-size:14}
 
font.labelgrey {color: rgb(59,59,59); font-family:Tahoma; font-size:14}

font.smalllabel {color: #0020A3; font-family:Tahoma; font-size:12}

font.tableheading {color: #0020A3; font-family:Tahoma; font-size:12}

font.data {color: rgb(0,0,0); font-family:Tahoma; font-size:12}

font.discreet {color: rgb(0,0,0); font-family:Tahoma; font-size:11}

font.highlightdatalevel1 {color: blue; font-family:Tahoma; font-size:14}

font.highlightdatalevel2 {color: red; font-family:Tahoma; font-size:14}

font.errortext {color: rgb(255,0,0); font-family:Tahoma; font-size:14}

font.datared {color: rgb(255,0,0); font-family:Tahoma; font-size:12}

font.datagreen {color: #5BC236; font-family:Tahoma; font-size:12}

font.datagreen2 {color: rgb(50,205,50); font-family:Tahoma; font-size:12}

font.datagrey {color: rgb(140,140,140); font-family:Tahoma; font-size:12}

font.datablue {color: rgb(137,207,240); font-family:Tahoma; font-size:12}

font.labellarge {color: #0020A3; font-family:Tahoma; font-size:28}
font.datalarge {color: rgb(0,0,0); font-family:Tahoma; font-size:26}

font.password {
font-size : 12px;
border : 1px solid #cc9933;
width : 200px;
font-family : Tahoma;
color: red;
}
font.pstrength-minchar {
font-size : 10px;
}


div {

  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  word-wrap: break-word;


}

div.empty {

  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 0px;


}

div.pageheading {

  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color:#8A8AE6;
}

div.ss-item-required {

}

A:link {text-decoration: none; color: #0000E6; font-family:Tahoma; font-size:12}
A:visited {text-decoration: none; color: ##0000E6;  font-family:Tahoma; font-size:12}
A:active {text-decoration:  none; color: #0000E6;  font-family:Tahoma; font-size:12}
A:hover {text-decoration: underline; color: #0000E6;  font-family:Tahoma; font-size:12}

table.bordered {border: 1px solid #8A8AE6}
td.borderless, tr.borderless {border: 0}

