

div.buttonsHolder {
    text-align: center;
}

div.radioHolder {
    margin: 0.2em;
    width: 15em
}

.Table {
    display: table;
}

.TableTitle {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.TableHeading {
    display: table-row;
    border-top: solid;
    border-bottom: none;
    border-left: solid;
    border-right: solid;
    border-width: thin;
    font-weight: bold;
    text-align: center;
    background: #1E90FF;
    color: #000000;
}

.TableHeading2 {
    display: table-row;
    border-top: solid;
    border-bottom: none;
    border-left: solid;
    border-right: solid;
    border-width: thin;
    font-weight: bold;
    text-align: center;
    background: #ff1e4b;
    color: #000000;
}

.TableRow {
    display: table-row;
}

.TableCell1 {
    display: table-cell;
    text-align: left;
    font-size: 18px;
    border-top: solid;
    border-bottom: solid;
    border-left: solid;
    border-right: solid;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.TableCell2 {
    display: table-cell;
    text-align: right;
    border-top: solid;
    border-bottom: solid;
    border-left: solid;
    border-right: solid;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.TableCell3 {
    display: table-cell;
    text-align: center;
    font-size: 18px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

body, table, td, th, div, input, h1, h2, h3, h4, h5, h6 {
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    color: #000000;
}

body, table, td, th, div, input {
    font-size: 14px;
}

h1 {
    font-size: 24px;
    text-decoration: none;
}

h2, h3, h4, h5, h6 {
    font-size: 18px;
    text-decoration: none;
}

.hide {
    display: none;
}

.show {
    display: inline;
}

/*   Errors   */
.errorContainer {
  background-color:#cccccc;
  border: solid #ff0000 1px;
  padding: .3em .5em;
  text-align: center;
  margin: .5em;
}
.errorContainer ul {
  list-style-type: none;
  text-align: center;
  margin: .25em 0em;
}
.errorContainer ul li{
  font-weight: normal;
  font-size: large;
  color: #Ff0000;
  margin: .2em 0em;
}
.errorContainer p {
  font-weight: normal;
  font-size: large;
  text-align: center;
  margin: .25em 0em;
}

/*   Messages   */
.messageContainer{
  border: 1px solid #6699ee;
	background-color: #f9f9fb;
  padding: .3em .5em;
  margin: .5em;
}
.messageContainer ul {
  list-style-type: none;
  text-align: center;
  margin: .25em 0em;
}
.messageContainer ul li{
	font-weight: normal;
  font-size: .9em;
	color: #000099;
  margin: .2em 0em;
}


/*   Top Menu   */
.topMenu {
  font-size: x-small;
  text-align: right;
  padding: 0 .5em;
}
.topMenu a{
  margin: .5em .5em;
}


/*   Main Section   */
.main {
  text-align: center;
  margin-left: 2%;
  margin-right: 2%;
}


/*   Footer   */
.footer {
  font-size: x-small;
  text-align: center;
  width: 96%;
}

.footer hr {
  color: #cc0000;
  height: 2px;
}

/*   Footer   */
.footer3 {
  border-bottom-color: #cc0000;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-top-color: #cc0000;
  border-top-style: solid;
  border-top-width: 2px;
  font-size: small;
  margin: auto;
  margin-top: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  width: 60%;
}

.footer3 hr {
  color: #cc0000;
  height: 2px;
}

.box {
  border: 1px solid #FFCC66;
  margin: 1em 0em;
  padding: .2em 1em;
}


/* styling for the decorated form tables */
td.rightSide{
  width: 33%;
}
table.decoratedForm {
  margin-left: auto;
  margin-right: auto;
}

form.rightSide {
  margin: 0em; /* IE has problems displaying form without padding */
}

Xform.decoratedForm {
  text-align:center;
}

table.decoratedForm{
  border: 1px solid #cc9933;
	background-color: #f9f9fb;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

table.decoratedForm td{
  padding: .3em .5em;
  text-align: right;
}

table.decoratedForm div.buttonsHolder{
  text-align: center;
}

.radioHolder {
  text-align: left;
  white-space:nowrap;
}

div.radioHolder label{
  text-align: left;
  color: #000000;
  font-weight: normal;
  font-size: 1em;
}

table.decoratedForm thead{
	background-color: #ffcc66;
}

table.decoratedForm thead th{
	text-align: left;
  border-bottom: 1px solid #cc9933;
}

table.decoratedForm tfoot th{
	text-align: center;
  border-bottom: 1px solid #000099;
  font-size: smaller;
  font-weight: normal;
}

.decoratedForm label {
  color: #000099;
  font-weight: bold;
  font-size: smaller;
  margin-left: .5em;
  margin-right: .5em;
  white-space: nowrap;
}

.decoratedForm p {
  text-align: center;
  color: #555;
  margin: .5em
}

input.btn{
   color: rgb(0,51,153);
   font-family: 'trebuchet ms', helvetica, sans-serif;
   font-weight: bold;
   background-color: #f0e0b0;
   border: 1px solid gray;
   margin: .5em;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

.hide {
  display: none;
}

div.debug {
  white-space: pre;
  text-align: left;
  font-family: monospace;
  font-size: small;
}

div.debug ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.helplnk {
    /*font-weight: bold;*/
    color: blue;
}
/*.phone {
  white-space: nowrap;
}*/
