.main_content_position_2 {       
    /* background-color: green; */
    width: 960px; 
    min-height: 720px;
    height: 100%;   
    position: relative;
    top: -105px;
    /*border: 1px solid Silver;
    -webkit-box-shadow: 0 7px 6px -6px #999;
        -moz-box-shadow: 0 7px 6px -6px #999;
            box-shadow: 0 7px 6px -6px #999;   */
}

.about_text_2 {
    text-align: left;
    padding-top: 35px; 
    line-height: 150%;    
}

.display_tender_table_2 {
    border-collapse: collapse;
     /*white-space: nowrap;*/
    font-family: Verdana,Geneva,sans-serif;
    font-size: .95em;
    /* margin: 30px auto 30px auto; */
    width: 100%;
}

.display_rfq_table_2 {
    border-collapse: collapse;
    /* white-space: nowrap; */
    /* font-family: Roboto Slab; */
    font-family: Verdana,Geneva,sans-serif;
    font-size: 0.95em;
    margin: 30px auto 30px auto;
    width: 100%;
}


.display_tender_table_2 tr {
    height: 3em;
}

.display_rfq_table_2 tr {
    height: 3em;
}

.display_rfq_table_2 tr:nth-child(odd){ /* alternate row shading */
    background-color: #f2f2f2;
}

.display_tender_table_2 tr:nth-child(odd){ /* alternate row shading */
    background-color: #f2f2f2;
}

.display_tender_table_2 th {
    padding-left: 8px;
    padding-right: 8px;
    background: black; /* For browsers that don't support gradients. */
    background: linear-gradient(SteelBlue, MidnightBlue); 
    text-shadow: 0 1px 0 #000;
    color: #fff;
    /*border: 1px solid red;*/
    opacity: 0.7;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.display_tender_table_2 td {
    border-bottom: 1px solid #ddd; 
    /* border: 1px solid red;*/
    padding: 8px;
    overflow: hidden;
}

.display_rfq_table_2 th {
    padding-left: 8px;
    padding-right: 8px;
    background: black; /* For browsers that don't support gradients. */
    background: linear-gradient(#770206, #3f020a); 
    text-shadow: 0 1px 0 #000;
    color: #fff;
    /*border: 1px solid red;*/
    opacity: 0.7;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.display_rfq_table_2 td {
    border-bottom: 1px solid #ddd; 
    /* border: 1px solid red;*/
    padding: 8px;
    overflow: hidden;
}

.text_sub_title_right_2 {
    width: 200px;
    font-family: Verdana;
    font-size: 14px;
    color: #080808;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;       
    top: -152px;
    left: 785px;    
    clear: both; 
    
}

.text_right_2 {
    width: 300px;
    font-family: Verdana;
    font-size: 13px;
    position: relative;
    
    top: -138px;
    left: 670px;    
    clear: both;
    
}

.create_new_rfq_btn_2 {
    font-weight: bold;
    width: 150px;
    height: 3em;
    letter-spacing: 0.75px; 
    position: relative;    
    top: -138px;
    left: 798px;
    clear: both;
    color: white;
    background: grey; /* For browsers that don't support gradients. */
    background: linear-gradient(#770206, #3f020a); 
    opacity: 0.7;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    -webkit-box-shadow: 0 9px 6px -6px #999;
        -moz-box-shadow: 0 9px 6px -6px #999;
            box-shadow: 0 9px 6px -6px #999;
    text-shadow: 0 1px 0 #000;
} 

.create_new_rfq_btn_2:hover {    
    background: grey; /* For browsers that don't support gradients. */
    background: linear-gradient(#770206, #3f020a); 
    opacity: 1.0;            
}

.create_new_rfq_btn_2:active {    
    background: grey; /* For browsers that don't support gradients. */
    background: linear-gradient(#770206, #3f020a); 
    opacity: 1.0;
    border: 1px solid white;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    -webkit-box-shadow: 0 0px 6px -6px #999;
        -moz-box-shadow: 0 0px 6px -6px #999;
            box-shadow: 0 0px 6px -6px #999;
}

