.headerdiv{
     background-color: #FFFFC0;
}
.searchingHeader{
    font-size: 14px;
    color: #585858;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.searchStyles{
    width:250px;
    padding-left: 0;
}
.divResult{
    width:600px;
    font-size: 16px;
    color:#000058;
    font-weight: bold;
    
}

.titleHeader{
     font-size: 16px;
     font-weight: bold;
     color:#005858;
     padding-top: 20px;
}

.subtitleHeader{
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px; 
}

.divAdAll{
     color: #3A3A3A;
}

#TitleBox {
    padding-left: 5px; 
    /*border-left: 10px solid #F90;*/ 
    height:33px;
    margin-bottom: 10px; 
    text-align: center;  
  /*   background-color: black;  */
}


#TitleBox_Green {
    padding-left: 5px; 
    border-left: 10px solid #360; 
    height:33px
}

#TitleBox_Yellow {
    padding-left: 5px; 
    border-left: 10px solid #F90;
    height:33px
}

#TitleBox .MainTitle, #TitleBox_Yellow .MainTitle, #TitleBox_Green .MainTitle { 
    font-size: 26px; 
    font-weight: bold; 
    border-bottom: 2px dotted #999; 
    text-transform:capitalize; 
 /*   color: white;   */
   
}

#PostBox .sepline {
    width: 75%
    }

#PostBox .CategoryTitle {
    font-weight: bold;
    }

#PostBox .ColumnTitle {
    color: #360;
    text-align: right;
    white-space: nowrap;
    font-weight: bold;
    
    }

#PostBox .StartDate {
    color: #C00;
    font-weight: bold;
    }

#PostBox .ContactName {
    }

#PostBox .ContactEmail {
    }

#PostBox .ContactPhone {
    color: #339;
    font-weight: bold;
    }
    
#CatTitleBox {
    margin-bottom: 10px; 
    padding-bottom: 4px; 
    border-bottom: 2px solid #D0D0D0; 
    width: 100%;
     }

.CatTitle {
    padding-left: 5px; 
    border-left: 5px solid #F90; 
    font-size: 14px; 
    font-weight: bold;
   
    }
