﻿/*  BEGIN PRIMARY and SECONDARY COLORS */
/* These colors will need to be updated for IE 10 compatbility if the primary or secondary color values have been updated in style.css */

        .pushButton
        {
	        border: 1px solid #66A6C3 !important;
        }

        .pushButton:hover
        {
	        background: #66A6C3 !important;
        }

        .dxbButton_PABlue  {
			border: 1px solid #66A6C3 !important;
		}

		.dxbButton_PABlue:hover {
			background: #66A6C3 !important;
		}

		a.dxbButton_PABlue {
			border: none !important
		}
		
		a.dxbButton_PABlue:hover {
			background: none !important
		}

        .header
        {
	        background: #FFFFFF;
        }

        #navcontainer a
        {
            border-bottom: 1px solid #66A6C3;
        }

        #navcontainer li li a:hover{
	        background-color:#66A6C3;
        }

        .rounded > h1
        {
            background-color: #66A6C3;
        }

        .ui-tabs-vertical > .ui-tabs-nav li:hover { 
	        background-color: #66A6C3 !important;
        }

        .ui-tabs-vertical > .ui-tabs-nav li.ui-tabs-active { 
	        background-color: #66A6C3 !important;
        }

        div.timesheetColumnHeaderPanel > div {
	        border-top: 1px solid #66A6C3;
        }

        .xbreadcrumbs > li:last-child > a {
	        color: #66A6C3 !important;
        }

        div.dividerBar {
            background-color: #576169;
        }

        .customerTimesheetTabs > ul:nth-child(1) {
	        background: #576169 !important;
        }

        div#timesheetTabs > ul:nth-child(1) > li.ui-corner-left:nth-child(2) {
	         border-top: 30px solid #576169 !important;
        }
/*  END PRIMARY and SECONDARY COLORS */


/* uncomment to center the logo */
/*
.companylogo {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
*/

/* uncomment to put logo on the left */

.companylogo {
    float: left;
}

