@CHARSET "UTF-8";

.widget_container {
	width: 100%;
}
.widget_container ol {
	width: 100%;
	height: 100%;
}
#widget_trashcan {
	width: 150px;
	height: 150px;
	background: red;
	text-align: center;
	vertical-align: middle;
}
.widget_container .widget { 
	margin: 10px 20px 10px 0px;
	width: 200px;
	height: 200px;
	float: left;
	text-align: center;
	border: none;
	border-bottom: 1px solid #6A9FC7;
}
.widget_container .closed {
	border-bottom: none;
}
.widget_container .widget .content { 
	margin: 5px;
	height: 165px;
	overflow: auto;
	text-align: left;
}
.widget img.loader {
	margin-left: 47%;
	margin-top: 50px;
}
.widget .ui-widget-header {
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	cursor: move;
}
.ui-widget-header .ui-icon {
	float: left;
	margin-top: 3px;
	margin-right: 2px;
}

/*
 * Dashboard Tab settings
 */
.widget .content div ul {
	padding: 0px; 
	border: 0; 
	-moz-border-radius: 0px;
	height: 29px;
	cursor: default;
}
.widget .content div ul li,
.widget .content div ul li.ui-state-active,
.widget .content div ul li.ui-state-default,
.widget .content div ul li.ui-state-hover {
	-moz-border-radius: 0px;
	border: none;
	margin: 0px;
	background: none;
	background-color: #FFFFFF;
	border-right: 1px solid #6A9FC7;
	font-weight: bold;
	color: #2D3B44;
	height: 29px;
	position: static;
}
.widget .content div ul li a {
	color: #2D3B44;
}
.widget .content div ul li.ui-state-highlight {
	background: url("teliad/images/ui-bg_flat_55_f3e1d6_40x100.png") repeat-x scroll 50% 50% #F3E1D6;
	color: #2d3b44;
}
.widget .content div ul li.ui-state-error {
	background: url("teliad/images/ui-bg_flat_95_fef1ec_40x100.png") repeat-x scroll 50% 50% #FEF1EC;
	color: #2d3b44;
}
.widget .content div .ui-tabs-panel {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: none;
	border-top: 1px solid #6A9FC7;
}
.ui-progressbar-value { 
	background-image: url(teliad/images/pbar-ani.gif) !important;
	border: none !important;
}
