@font-face {
    font-family: 'square721_cn_btroman';
	src: url('http://kumbh18/web/k/buckets_and_brooms/php/fonts/Square721CnBT/8933-webfont.eot');
    src: url('http://kumbh18/web/k/buckets_and_brooms/php/fonts/Square721CnBT/8933-webfont.eot?#iefix') format('embedded-opentype'),
   	url('http://kumbh18/web/k/buckets_and_brooms/php/fonts/Square721CnBT/8933-webfont.woff') format('woff'),
   	url('http://kumbh18/web/k/buckets_and_brooms/php/fonts/Square721CnBT/8933-webfont.ttf') format('truetype'),
   	url('http://kumbh18/web/k/buckets_and_brooms/php/fonts/Square721CnBT/8933-webfont.svg#square721_cn_btroman') format('svg');
   	
 	font-style: normal;
    font-weight: normal;
}
/*@font-face {
    font-family: 'square721_cn_btroman';
	src: url('http://demo.kumbhhost.com//K/buckets_brooms/website/fonts/Square721CnBT/8933-webfont.eot');
    src: url('http://demo.kumbhhost.com//K/buckets_brooms/website/fonts/Square721CnBT/8933-webfont.eot?#iefix') format('embedded-opentype'),
   	url('http://demo.kumbhhost.com//K/buckets_brooms/website/fonts/Square721CnBT/8933-webfont.woff') format('woff'),
   	url('http://demo.kumbhhost.com//K/buckets_brooms/website/fonts/Square721CnBT/8933-webfont.ttf') format('truetype'),
   	url('http://demo.kumbhhost.com//K/buckets_brooms/website/fonts/Square721CnBT/8933-webfont.svg#square721_cn_btroman') format('svg');
   	
 	font-style: normal;
    font-weight: normal;
}*/
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	width: auto;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: .95em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #A6B6DD;
	background: #0B276E;
	color: #fff;
	opacity:0.8;
	font-size: 1em;
	font-weight: bold;
	font-family:square721_cn_btroman;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}