﻿/*Quotes.Transport Reviews css*/

/*
.top-bar {
    background-color: transparent !important;
}
.top-bar .toggle-topbar.menu-icon a span::after {box-shadow: 0 0 0 1px #C1CFDA, 0 7px 0 1px #C1CFDA, 0 14px 0 1px #C1CFDA;}
.top-bar-section li a:not(.button) {
    background: white !important; 
    color:red; 
    font-weight:bold; 

}

.top-bar-section li a:not(.button):hover {
    background: #C1CFDA !important; 
    color:#00032a !important;  
    font-weight:bold;
}
.top-bar-section ul li.active > a {
    background: #C1CFDA !important; 
    color:#00032a !important;  
    font-weight:bold; 
}
.button {
background-color:#254762 !important;
}
.button:hover{
background-color:#254762;
}

*/


.maincontent{
    margin:0px;
    padding:0px;
    background-image:url(/Images/bg.gif);
    background-repeat:repeat-x;
    background:#fff;
}
.tblHeader {
    background-color:#74357A;
    color:white;
}
.title {
    background-color: #74357A;
    color: white;
}
