/* default display */

.enclosing{ width: 85%; display:block; float:left }
.spacer { width: 14%; display: block; float:left }
.column1 { width: 45%; padding: 2%; display:block; float:left; border-right: 1px dotted silver; text-align:left }
.column2 { width: 45%; padding: 2%; display:block; float:left; text-align:left }
.para1 { padding: 0 8% 0 8%; font-size:110%; border-bottom: 1px dotted silver; }

.hidden{
        display:none;        
}

.numbers td{ text-align: right; }

fieldset{ border: 1px dotted silver; padding: 4px }

.data_table_search th{ border: 0 }

.message_id { text-align: left }
.message { text-align: left }
.message_reports { text-align: right }

.message_reports li, .message_id li {
        
}

.vnav{
  display: block;
  width: 100%;
  float: right;
  font-weight: bold;
  font-size: 110%;
  padding: 2%;
  border-bottom: 1px dotted silver;
}

.example{
        margin: 5%;
        padding: 1%;
        border: 1px solid #444499;
        font-size: 95%;
        background-color: #d2d2de;
}

.try_this{
        color: #05124C;    
}
