
nav > ul a, nav > ul a:visited
{
    color: #ffffff !important; 
}


nav > ul ul
{
    background-color: #1f1f1f;

}


nav li:hover
{
    background: green;
    text-decoration: none;
}

.menu_separator {

    background-image: -webkit-linear-gradient(left, #353535, #171717, #101010);
    background-image: -moz-linear-gradient(left, #353535, #171717, #101010);
    background-image: -ms-linear-gradient(left, #353535, #171717, #101010);
    background-image: -o-linear-gradient(left, #353535, #171717, #101010);
}


.quick_menu {

    background-color: rgba(98,98,98,1.0);
    color: #ffffff;

}




.quick_menu ul a {
    color: #ffffff;
}

.quick_menu li {
    color: #ffffff;

}

.quick_menu li:hover {
    background-color: #4e4e4e;
}

.quick_menu li > div {
 
    background-color: #000;
    color: #fff;

}

.arrow-left {

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #666;

}

.quick_menu i {
    color: #ffffff;
    font-size: 150%;
}


footer span, footer p {
    color: #ffffff;
    
}





.grip {
    background-color: #639061;
}

.result_container {

    background-color: #ffffff;

}



.quick_floating_help 
{
    background-color: #000;
    color: #fff;
    border: 2px solid #666;

}


.cell4
{
    border-style: solid;
    border-color: transparent transparent transparent #000000;
}
.celltitle
{
    font-weight: bold;
}
.widgetbutton
{
    font: Arial;
    background: darkslategrey;
    color: #ffffff;
}

.alignside1
{

    border-right-color: #808080;
    border-right-style: solid;
    border-right-width: 1px;
}



.tab-links li {
 
    border-color: #CCC;
    border-style: solid;
    background-color: #f0f0f0;
    z-index: 101;
}
.tab-links li.active{
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.tab-links li:last-child {
  border-right: 1px solid #CCC;
}


.tab-links li:hover
{
    background: #9ABAD9 !important;
}

li:hover
{
    background: #ffffff;
    text-decoration: none;
}


.tab-content {
    background:#fff;
    border: solid 1px #CCC;
    z-index: 99;
}


/*CSS Cancel Button - Created by Pedro Mendes*/
.buttonCancel
{
    background-color: crimson;
    font-size: 15px;
    font-family: Arial;
    color: #ffffff;
    font-weight: bolder;
}

/*CSS Logout Button - Created by Pedro Mendes*/
.buttonLogout
{
    background: #709C44;
    color: #ffffff;
    font-family: "Arial";
    border-radius: 5px;

}

.buttonLogout:hover {
  background: #187823;
  text-decoration: none;
}

/*CSS Help Link - Created by Pedro Mendes*/
.helpLink
{
    font-family: "Courier New";
    text-decoration: none;
}


/*CSS Search Button - Created by Pedro Mendes*/
.gobtn
{
    background: darkgray;
    font-family: Arial;
    font-weight: bolder;
    border: none;
}

.btnformat
{
    background: #709C44;
    color: #ffffff;
    font-family: "Arial";

}

.btnformat:hover {
  background: #187823;
  text-decoration: none;
}
    


.cell:nth-child(even){
  border-right: 2px solid #CCC;
  
} 
 

.row.error>label, 
label.error{
  color: red;
}
.row.error>input, 
.row.error>select,
.row.error>textarea, 
input.error, 
select.error,
textarea.error, 
input.error{
  border: 1px solid red;
}


.first
{
    border-top: 10px solid #ffffff;
}

.third
{
    border-bottom: 10px solid #ffffff;
}

.cHeader {
    /*display: inline-block;*/
    border-bottom: 2px solid #c1c1c1;  
}
.totalField{
    border-style: none;
    font-size: 18px;
    font-weight: bold;
}
.totalField1{
    border-style: none;
}
.alertBaloonCount{
  border: 2px solid red;
  border-radius: 4px;
  background-color: red;
  color: #ffffff;
  font-family: monospace;
  font-size: 10px;

}

#VehicleInfo
{
    font-size: 14px;
    border-color: green;
    border-style: solid; 
}

.red{
  color: red;
}
     
.green{
  color: green;
}
.fieldDisabled{
  background-color: #eeeeee;
  color: #000000;
}



.ui-dialog-buttonset button
{
	background: #709C44 !important;
	color: white !important;
	font-family: "Arial" !important; 	  
}

.ui-dialog-buttonset button:hover {
  background: #187823 !important;
  color: white !important;
  text-decoration: none;
}

.ui-dialog-buttonset button
{
	  background: #709C44 !important;
}

.ui-dialog-buttonset button:hover {
  background: #187823 !important;
  color: white !important;
  text-decoration: none;
}

.pager>ul>li>a
{
	color: #808080 !important;
	border: solid 1px #808080 !important;
}

.pager>ul>li>a:visited
{
	color: #808080 !important;
	background-color: #DDD !important;
	border: solid 1px #808080 !important;
}

.pager>ul>li.selected>a
{
	color: #808080 !important;
	background-color: #DDD !important;
	border: solid 1px #808080 !important;
}