body{
    background-color: #F8F8F8;
    padding-top: 80px;
	font-family: Arial, Helvetica, sans-serif;
}

a{
    text-decoration: underline;
    font-weight: bold;
}

.btn{
    text-decoration: none;
}


.navbar-inverse {
    background-color: #990000;
    border-color: #b11925;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #990000;
}

h3{
    font-weight: bold;
}



#mainbody{
    background-color: #FFF;
    border:1px #EEE solid;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.btn-primary {
    color: #fff;
    background-color: #990000;
    border-color: #b11925;
}

.btn-primary:hover{
    background-color: #b11925;
    border-color: #b11925;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #990000;
    border-color: #b11925;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #990000;
    border-color: #b11925;
}

.btn-primary:hover{
    background-color: #b11925;
}


#banner{
    width:100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#bannerwrap{
    padding-top: 15px;
}

#footer{
    background-color: #FFF;
    padding-top:15px;
    padding-bottom: 30px;
    border-top:1px #EEE solid;
}

#footer h5{
    font-weight:bold;
    color:#990000;
    padding-bottom: 5px;
}

#footer p{
    font-size:12px;
}

#maincontent{
    padding-bottom: 50px;
    padding-top:20px;
}

form{
    margin-bottom: 30px;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #990000;
    font-weight: bold;
}

#companyname{
    color:#FFF;
    font-size:16px;
    font-weight: bold;
    background-color: #990000;
    padding:15px;
    border-radius: 10px;
}

a.list-group-item{
    text-decoration: none;
    font-weight:normal;
}

.list-group-item.active, .list-group-item.active:focus {
    background-color: #990000;
    border-color: #990000;
    border-bottom: 1px solid #b11925;
}

.list-group-item.active:hover{
    background-color: #b11925;
    border: 1px solid #b11925;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color:#EEE;
}

.custForm{
    background-color: #FFFFFF;
    color:#333;
    padding-top:15px;
    border-top:1px #EEE solid;
    border-bottom:1px #EEE solid;
}

h2{
	color: #BB1E10;
	text-align: center;
}


#listOfVehicles
{
	width:100%;

}

#listOfVehicles th
{

	background-color:#5A5A5A; 
	color: #FFFFFF;

}
/*tr.odd*/
#listOfVehicles tr:nth-child(odd)
{

	background-color:#FFFFFF;

}
/*tr.even*/
#listOfVehicles tr:nth-child(even)
{

	background-color:#f2eef0; 
}