 
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color: white !important;
}


/*dialog close button*/
.ui-dialog-titlebar-close{
outline:none !important;
	
}

/* begin dashboard style below - Mike V */
.tabs .tab-title>a {
    font-family: calibri;
    background: #fff;
    padding: 0px 20.8px;
    border-left: 0px solid #e6e6e6;
    border-right: 0px solid #e6e6e6;
    border-top: 0px;
    text-decoration: initial;
    outline:none;
}


.tabs dd.active a, .tabs .tab-title.active a {
    background: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 3px solid #2ba6cb;
    padding: 0px 23.8px;
    margin-top: -3px;
    border-bottom: 0;
    font-weight: bold;
    outline:none;
}



.tabs-content {
   
    text-align: center;
}

/* end dashboard style  - Mike V */


.ui-datepicker {
	position: absolute;
}


.ui-datepicker th{
border:0 !important;

}

.ui-datepicker table
{
    background: #F2F5F7;
    border-radius:0;
}

.ui-datepicker table thead{
background:none;

}

.ui-datepicker table thead th{
color: black !important;

}

.ui-widget.ui-widget-content {
    border: 1px solid #aed0ea;
}

.ui-widget-content{

background:#F2F5F7;

}