/** Dashboard Styles **/

div.Dashboard_Container 
{
	width: 100%;
	text-align: center;

	clear: both;
	
}

div.Applet_Container
{
	background-color: White;
	margin: 2px 5px 15px 0px;
	border:1px solid #959595;
    border-radius:5px;
	text-align: center;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; 
	border-radius: 5px 5px 5px 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:1px solid #959595;
	padding: 0px;
	margin: 0px 0px 4px 0px;
	font-weight: bold;
	background-color: #6F6F86;
	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-family: 'Driod Sans', sans-serif; 
    font-size: 24px; 
    font-weight: bold; 
    text-transform:uppercase; 
    color: #191B45;
	float: left;
}

button.appltAdd
{
	background-color: #E0E0F1;
	border: 1px solid #959595;
	cursor: pointer;
	margin-bottom: 4px;
	padding: 2px;
	width: 110px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	
}

button.appltAddhover
{
	background-color:#B0B0D8;
	border: 1px solid #959595;
	cursor: pointer;
	margin-bottom: 4px;
	padding: 2px;
	width: 110px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; 
}

button.appltRtrn
{
	background-color: #E0E0F1;
	border: 1px solid #959595;
	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;
}

div.applet_opts
{
	float: right;
	padding: 2px;
	
}

div.editpg
{
	display: none;
}

div.applt_ttl_nm
{
    font-family:'Driod Sans', sans-serif;
    font-size:18px;
    text-transform:initial;
    color:white;
	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;
	
}


