/*================== SHARED ===============================*/
.silverbar {
	border:1px solid #D2D2D2; 
	background-image:url(../images/headerbar_bg_40.png); 
	background-color: white;
	height:23px; 	
	font-size: 22px;
	line-height:22px;
	color: #333333;
	font-weight:bold;
	padding-top: 2px;
	padding-left:10px;
	margin-top:-15px;
	margin-left: 4px;
	text-align:left;
}

.numberbox {	
	font-weight:bold; 
	border:1px solid #D2D2D2;
}
.numberbox.normal {
	font-size:36px;
	line-height:37px;
	height: 36px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:-1px;
	background-image:url(../images/gradient_tiny.jpg); 
	background-repeat:repeat-x;  
}
.numberbox.red {
	color:#981010;
}
/*=================================================================*/


/*================== DASHBOARD ===============================*/
#WidgetContainer {
	width:100%;
	height: 185px;
	border:5px solid white;
	text-align:center;
	overflow: hidden;
}

.DashWidget {
	float: left;
	height: 160px;
	width: 165px;
	margin: 15px;
	margin-right: 12px;
	margin-left: 35px;
	overflow: hidden;
}


.sortable-placeholder {
	border: 1px solid #006699;
	background-color: #E4EDF3;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.StaffOverviewUserTasks  {
	list-style:none;
	margin: 0px;
	padding:0px; 
	padding-left: 5px;
	padding-right: 5px;
	min-height: 20px;
}
.StaffOverviewUserTasks li {
	margin-left:0px;
	padding: 0px;
}
/*=================================================================*/



/*================== Tag Mangement ===============================*/
.tag {
	padding-left: 5px;
	font-weight:bold;
}
.tag.selected {
	background-color: white;	
	border:8px solid #235689;
	border-right: none;
	padding:10px;
	padding-right:0px;
	width:280px;
	position:absolute;
	margin-left:85px;
	top:400px;
	z-index: 80;
}
/*=================================================================*/
