/* This should be the LAST in the list of CSS files in the header */
/* It is used to override styles in other style sheets that should not be modified */

/* jQuery-UI  overrides */
.tcdialog {
	border: 2px;
}

.tcdialog a {
	text-decoration: underline;
	color: blue ;
}
/* Fix the 13.1.3 overlay issue */
.ui-widget-overlay {
	background: #666666 url("jquery-ui-1.13.3/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat ;
	opacity: .5 ;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
/* This makes the dialog have a border with rounded corners*/
.ui-widget.ui-widget-content {
	border: 2px solid ;
	border-radius: 5px;
	p/adding: 0;
}

.ui-widget-content {
	background: #eeeeee;
}
/*this is for the header bar on the help dialog */
.ui-widget-header{
	border: 1px solid rgb(7,27,92);
	background: rgb(7,27,92) !important;
	color: #ffffff;
	font-weight: bold;
	font-size:12pt !important;
}
