/** Dashboard Styles **/

div.Dashboard_Container {
	width: 100%;
	text-align: center;
	clear: both;
}

div.Applet_Container {
	width: 285px;
	background-color: White;
	margin: 2px 5px 15px 0px;
	border: solid 1px #87B1E5;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* -moz-box-shadow: #E1E1E1 3px 3px 5px; */ -webkit-box-shadow: #E1E1E1 2px 2px 5px;
}

div.Applet_Hud {
	width: 100%;
	text-align: left;
	border-bottom: solid 1px #87B1E5;
	padding: 0px;
	margin: 0px 0px 4px 0px;
	font-weight: bold;
	background-image: url('/images/tab_center.jpg');
	float: left;
}

div.Applet_Hud_User {
	width: 100%;
	background-color: Orange;
	cursor: default;
	color: Blue;
	font-size: 20px;
	font-family: Comic Sans MS;
	background-image: url('Dashboard_Hud3.png');
	text-align: center;
	padding-bottom: 2px;
	padding-top: 5px;
}

div.Columns {
	float: left;
	width: 300px;
}

div.Dashboard_Heading {
	width: 100%;
	border-bottom: solid 1px black;
	margin-bottom: 10px;
	float: left;
}

div.dashTtl {
	font-size: 12pt;
	font-weight: bold;
	float: left;
}

button.appltAdd {
	background-color: #F5F5F5;
	border: solid 1px #6378FF;
	cursor: pointer;
	margin-bottom: 4px;
	padding: 2px;
	width: 110px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

button.appltAddhover {
	background-color: #DFF4FF;
	border: solid 1px #6378FF;
	cursor: pointer;
	margin-bottom: 4px;
	padding: 2px;
	width: 110px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

button.appltRtrn {
	background-color: #F5F5F5;
	border: solid 1px #6378FF;
	cursor: pointer;
	margin-bottom: 4px;
	padding: 2px;
	width: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

button.appltRtrnhover {
	background-color: #DFF4FF;
	border: solid 1px #6378FF;
	cursor: pointer;
	margin-bottom: 4px;
	padding: 2px;
	width: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


div.appletcontent {
	text-align: left;
	width: 100%;
	height: 100%;
	word-wrap: break-word;
	padding-bottom: 4px;
}

	div.appletcontent a:link, div.appletcontent a:visited, div.appletcontent a:hover, div.appletcontent a:active {
		text-decoration: underline;
	}

div.feed_item {
	padding: 4px;
}

a.toogle_img {
	background-image: url(/images/plus_bullet.png);
	height: 11px;
	width: 11px;
	float: left;
	display: block;
	margin-right: 5px;
	margin-top: 3px;
}

div.aplt_news_desc {
	color: #808080;
	padding-left: 10px;
	display: none;
	padding-top: 5px;
}

div.Applet_Drag {
	cursor: move;
}

div.applet_title {
	float: left;
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 4px;
	cursor: move;
	color: #FFFFFF !important;
}

div.applet_opts {
	float: right;
	padding: 2px;
}

div.editpg {
	display: none;
}

div.applt_ttl_nm {
	float: left;
	padding: 2px;
}

div.appletcontent_center {
	clear: both;
	width: 100%;
	height: 100%;
	word-wrap: break-word;
	padding-top: 2px;
	text-align: center;
	padding-bottom: 5px;
}

.bold {
	font-weight: bold;
}


span.Title_Change {
	color: Red;
}
