.dashbaord {
    color: black;   
}
.dashboard .fl 
{
    float: left;  
    text-align: left;
}
.dashboard .fr {
    float: right;   
}
.dashboard .clear {
    clear: both;   
}

.dashboard .subtitle {
    font-size: 14pt;
    font-weight: bold;
    color: black;
    margin-bottom: 10px; 
}
.dashboard .sz150 {
    width: 150px;
    color: black;
    padding-left: 7px;
    text-align: left !important;  
}

.dashboard .spacer {
    width: 10px;
 
}   
.dashboard .szData {
    width: 92px;   
    color: black;
    text-align: center !important; 
    height:initial !important;
}

.dashboard .bkg {
    margin-top: 20px;
    padding-top: 7px;
    padding-right: 7px;
    padding-left: 15px;
    padding-bottom: 20px;
    background-color: #eeeeee;
}
.dashboard .headerTitle {
    background-color: #DE1C85;
    color: white;
    min-height: 35px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    text-align: center;
    font-weight: bold;
}

.dashboard .status {
    background-color: #FCE8F2;
    min-height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    text-align: right;
    height: initial;
    
}
.dashboard .bookTitle {
    background-color: #5A4483;
  min-height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    text-align: right;
     color: white;
    font-weight: bold;
}
.dashboard .book {
    background-color: #E9E4F1;
    min-height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    text-align: center;  
    height: auto;        
}
.dashboard .sellTitle {
    background-color: #125485;
  min-height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccccc;
    text-align: center;
     color: white;
    font-weight: bold;
}
.dashboard .sell {
    background-color: #E1F0FB;
  min-height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    text-align: center;
    
}
.dashboard .recruitTitle {
    background-color: #76933C;
  min-height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    text-align: center;
     color: white;
    font-weight: bold;
}
.dashboard .recruit {
    background-color: #EBF1DE;
  min-height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    text-align: center;
    
}
.darkpinkbackground {
    background-color: #DE1C85;
    color: white;
}

.verylightpinkbackground {
    background-color: #FDF4F9;
}

.lightpinkbackground {
    background-color: #F8C9E2;
}

.darkpurplebackground {
    background-color: #5A4483;
    color: white;
}

.lightpurplebackground {
    background-color: #C2B7D9;
}

.verylightpurplebackground {
    background-color: #E9E4F1;
}

.darkbluebackground {
    background-color: #125485;
}

.lightbluebackground {
    background-color: #89C4EF;
}

.verlightbluebackground {
    background-color: #E1F0FB;
}

.darkgreenbackground {
    background-color: #76933C;
    color: white;
}

.lightgreenbackground {
    background-color: #D8E4BC;
}

.verylightgreenbackground {
    background-color: #EBF1DE;
}