@charset "utf-8";
/*@import url(http://fonts.googleapis.com/css?family=Federo);*/
/* CSS Document */
.widget {
	background: #fafafa;
	border: 1px solid #cfcfcf;
	clear: both;
	margin-top: 0px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.widget .widget-header {
	background-color: #e8e8e8;
	/* Fallback Color */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e8e8e8));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
	/* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, #fcfcfc, #e8e8e8);
	/* IE10 */
	background-image: -o-linear-gradient(top, #fcfcfc, #e8e8e8);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, #fcfcfc, #e8e8e8);
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	border-bottom: 1px solid #cfcfcf;
	height: 24px;
	line-height: 24px;
	padding: 10px; 
	}
.blu-bg {
	background-color: #D9D9FF;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	border-bottom: 1px solid #cfcfcf;
	height: 24px;
	line-height: 24px;
	padding: 10px;

	}
.widget .widget-header .title {
	color: #333333;
	float: left;
	font-weight: bold;
	font-size: 16px; 
	}
.widget .widget-header span.tools {
	padding: 0;
	float: right;
	margin: 0; 
	}
.widget .widget-header span.tools > a {
	display: inline-block;
	margin-right: 5px;
	color: #666666;
	margin-top: 3px; }
.widget .widget-header span.tools > a:hover {
text-decoration: none;
opacity: .6; }
.widget .widget-header span.tools > a.btn {
color: white;
margin-top: 0; }
.widget .widget-body {
padding: 10px;
border-bottom: 1px solid #b3b3b3;
-webkit-border-radius: 0 0 2px 2px;
-moz-border-radius: 0 0 2px 2px;
border-radius: 0 0 2px 2px; }

.profile-subhead {
	background-color: #FFEDD9;
}
.topspace-dashboard {margin-top: 70px;
}.right-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF3333;
}
.gap {
	margin-bottom: 20px;
}
.header h3 {
	font-family: 'Federo', Arial, Helvetica, sans-serif;
	color: #FF6633;
	text-shadow: 0 1px 1px #575756;
	font-size: 30px;
}
.text-justify {
	text-align: justify;
}
