﻿.heading {  FONT-WEIGHT: bold; 
            FONT-SIZE: 10pt; 
            COLOR: #fffff1; 
            FONT-FAMILY: Arial, Helvetica, sans-serif; 
            BACKGROUND-COLOR: #316b94; 
            padding:5px;  
            border-radius: 5px;
            -moz-border-radius: 5px;

}
.heading2 { FONT-WEIGHT: bold; 
            FONT-SIZE: 10pt; 
            COLOR: #fffff1; 
            FONT-FAMILY: Arial, Helvetica, sans-serif; 
            BACKGROUND-COLOR: #316b94; 
            padding:3px;  
}

.header { FONT-SIZE: 9pt; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #eeeeed; padding:5px; }
.line1 { FONT-SIZE: 9pt; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #eeeeed; padding:5px; }
.line2 { FONT-SIZE: 9pt; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #eeeeed; padding:5px; }

.side_buy { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: blue; height: 30px; width: 100%; }
.side_sell { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: red; height: 30px; width: 100%; }
.plain { FONT-SIZE: 9pt; FONT-FAMILY: Arial, Helvetica, sans-serif;  }

.note { FONT-SIZE: 8pt; FONT-FAMILY: Arial, Helvetica, sans-serif; }

.txtbaseline {vertical-align:-3px} 

.Table1 {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ccccc1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
}

.confirmMsg {
  font-size: 12px;
  font-weight: bold;
  color: red;
  padding: 2px;
}

.errMsg {
  font-size: 12px;
  font-weight: bold;
  color: red;
  padding: 2px;
}

.confirmMsg2 {
  font-size: 14px;
  font-weight: bold;
  color: red;
  padding: 5px;
}

.errMsg2 {
  font-size: 14px;
  font-weight: bold;
  color: red;
  padding: 5px;
}

.ui-dialog { 
    z-index: 100000 !important;
    background-color: #eeeeef;
    border-color: #888881;
    border-radius:10px;
}

/* upload statusbar */
.progress { position:absolute; width:188px; height:20px;  border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
.bar { background-color: #ecf0f9; width:0%; height:15px; border-radius: 3px; }
.percent { position:absolute; display:inline-block; top:2px; left:45%; }