

.d {
  padding : 0px;
  font-size:0.85em;
  background-image: url(../images/i-wrap-bg.jpg);
  background-position: bottom;
  background-repeat: repeat-x;  
  text-align : left;
}

.d input,
.d select,
.d textarea {
  font-size:1em;
}

.d th,
.d td {
  background-color: transparent;
  border-left:0;
  border-bottom:0;
  padding:0px 4px 0px 4px;

}

.d th {
  line-height:2em;
  text-align:left;
  font-size: 1.15em;


  color: #FFF;
}

.d thead th,
.d thead td {

  background-color : #208EBF;
  padding : 5px;
  color:#fff;
  font-weight : bold;
}

.d thead tr
{
	margin: 2px;
}

.d tbody th {
  padding-right:0.0em;
  font-weight : normal;
  color : #fff;
  text-align : right;
  vertical-align : top;

}

.d tbody td {

  color: #fff;
  padding : 4px;
}

.d tbody input {
  width:20em;
  border : 1px solid #111;
  background-color: #fff;
}

.d tbody input.small
{
	width : 3em;
}

.d tbody input.auto {
  width:auto;
}
.d textarea {
  width:99%;
  height:8em;
  border : 1px solid #013A65;
}

.d tfoot th {
  border-right:0;
}

.d tfoot
{
  
}

.d tfoot td input {
  margin:0.4em 0 0.4em 0;
}

.d tbody .num2 {
  width:2em;
  color: #000000;
}

.d tbody .num4{
  width:4em;
  color: #000000;
}

.d tbody .num10{
  width:10em;
  color: #000000;
}



.d small {
  margin-left:0.5em;
}





  .d tbody td.heading {
  background-color: #fff;
  color:#fff;
  /*font-weight:bold;*/
  line-height:1.6em;
}

.d input.submit
 {
  color: #000;
  border:0;

}

#FormErrors{
  display : none;
  background-color: #053A65;
  padding-bottom : 5px;
  width : 100%;
  color : #fff;  
  font-size: 0.86em;  
    
}
.login {
  text-align: center;
}
.login p{
  color: #FFF;
}

/*Login Form only */


.content .d tbody th {
  padding-right:0.0em;
  font-weight : normal;
  color : #fff;
  text-align : right;
  vertical-align : top;

}

.content .d tbody td {

  color: #fff;
  padding : 4px;
}

.content .d tbody input {
  width:20em;
  border : 1px solid #013A65;
  background-color: #fff;
}

.content .d tbody input.small
{
	width : 3em;
}

.content s.d tbody input.auto {
  width:auto;
}




