
/* .ui-widget-header { border: 1px solid #0b3e6f;
background: #0b3e6f url(images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png) 50% 50% repeat;
color: #f6f6f6; font-weight: bold; } */

/* .ui-widget-header a { color: #f6f6f6; } */

/* Interaction states
----------------------------------*/
/* .ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #333333; background: #333333 url(images/ui-bg_dots-small_40_00498f_2x2.png) 50% 50% repeat; font-weight: bold; color: #ffffff; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #222222; background: #00498f url(images/ui-bg_dots-small_20_333333_2x2.png) 50% 50% repeat; font-weight: bold; color: #ffffff; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #096ac8; background: #292929 url(images/ui-bg_flat_40_292929_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #75abff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #75abff; outline: none; text-decoration: none; }

h1, h3, #tabs ul li.ui-tabs-selected a, #tabs ul li a:hover {
	color: #1D4C7A;
} */
.error {
	color: #ff0000;
}
.errorblock {
	color: #000;
	background-color: #ffEEEE;
	border: 3px solid #ff0000;
	padding: 8px;
	margin: 16px;
}
.divTable {
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.divRow {
	width: 99%;
	display: block;
	padding-bottom: 5px;
}

.divColumnlow {
	float: left;
	/*width: 24%;*/
	display: block;
	/*overflow:scroll;*/
}

.divColumnhigh {
	float: left;
	/*width: 24%;*/
	display: block;
}
.ui-datatable .ui-column-filter {
	display: block;
	width: 55px;
	margin: auto;
}
.xxxxxx-ul.ui-menu-child
{
    width: 260px !important;
}
ul.ui-menu-child {
    white-space: nowrap;
    width: auto !important;
    height: auto !important;
    }
    
/* .ul.ui-menu-child#has1 { */
/*     white-space: nowrap; */
/*     width: 200px !important; */
/*     height: auto !important; */
/*     } */

/* dale.ul.ui-menu-child { */
/*     white-space: nowrap; */
/*     width: auto !important; */
/*     height: auto !important; */
/*     }         */
.reports
{
    width: 200px !important;
}
.chat
{
 background-image: url('../resources/images/chat.png') !important;
}	
.blueFacetBar > .ui-panel-titlebar {

    background: #ffffff;
    border:0px !important;
    padding:7px !important;
    margin:0px !important;
    text-align:left;
    font-weight: 900 !important;
    }
.fontsize {
   font-size: 16px; 
   font-family : Arial;
   font-weight: 300;
}

.fontsizesmall {
   font-size: 13px; 
   font-family : Arial;
   font-weight: 300;
}

 .ui-panel .ui-panel-content {
    padding: 0px !important;
}

.ui-state-hover > a:hover, .ui-state-focus > a:focus {
	color:black !important;
}