/** Dashboard Styles **/

div.Dashboard_Container 
{
	width: 100%;
	text-align: center;

	clear: both;
	
}

div.Applet_Container
{
	/*width: 95%;*/
	background-color: White;
    margin-top: 2px;
    margin-bottom: 15px;
	/*margin: 2px 5px 15px 0px;*/
	border: solid 1px rgb(150,150,150);
	text-align: center;


}

div.Applet_Hud
{
	width: 100%;
	text-align: left;
	border-bottom: solid 1px rgb(105,100,103);
	padding: 0px;
	margin: 0px 0px 4px 0px;
	font-weight: bold;
	background-color: rgb(105,100,103);
	-ms-touch-action:  none;
	
	/* background-image: url('/images/dialogboxheader.jpg'); */
	background-image: linear-gradient(to bottom, rgb(105,100,103), rgb(125,120,123) 20%, rgb(105,100,103));
	background-repeat: repeat-x;
	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;
                   
}

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 rgb(150,150,150);
    cursor: pointer;
    margin-bottom: 4px;
    padding: 1px;
    padding-top: 5px;
    padding-left: 5px;
    width: 110px;
}

button.appltAddhover {
    background-color: #DFF4FF;
    border: solid 1px #6378FF;
    cursor: pointer;
    margin-bottom: 4px;
    padding: 1px;
    padding-top: 5px;
    padding-left: 5px;
    width: 110px;
}

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;
}

div.applet_opts
{
	float: right;
	padding: 2px;
	
}

div.editpg
{
	display: none;
}

div.applt_ttl_nm {
    float: left;
    padding-top: 3px;
    padding-right: 2px;
    padding-left: 4px;
    padding-bottom: 3px;
    color: #FFFFFF;
}

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;
	
}



