﻿.dDashboard .set
{
	float:right;
	width:30px;
	height:30px;
	background:url("../Images/toolbars.png") no-repeat scroll 0px 0px;
	margin:-6px 16px;
}
.dDashboard .newFolder
{
	float:right;
}
.dDashboard .addFolder
{
	background:url("../Images/toolbars.png") no-repeat scroll 0px 0px;
}
.dDashboard .removeFolder
{
	background:url("../Images/toolbars.png") no-repeat scroll -300px 0px;
}
.dashboard
{
	/*border:3px #0C5063 solid;*/
	overflow:hidden;
	/*border-radius:4px 4px 4px 4px;*/
}
.dashboard .subCat {
	overflow:hidden;
	height1:100%;
	background:url(Images/DashboardProgress.gif) no-repeat 50% 50%;
	width:310px;
	height:260px;
}
.dashboard .item
{
	width:310px;
	height:280px;
	margin:10px;
	border:1px solid navy;
	/*border-radius:4px 4px 4px 4px;*/
	/*box-shadow:2px 2px 5px gray;*/
	float:right;
	background:white;
	overflow:hidden;
}
.dashboard .item .header
{
	background:url(Images/Dialog/Dialog.gif) -36px -75px;
	line-height:20px;
	height:20px;
	color:White;
	padding-right:8px;
}
.dashboard .item .header .close
{
	cursor:pointer;
	background:url(Images/Dialog/Dialog.gif)no-repeat -4px -2px;
	width:28px;
	height:18px;
	float:left;
	/*margin:7px;*/
}
.dashboard .item .header .close:hover
{
	cursor:pointer;
	background:url(Images/Dialog/Dialog.gif) no-repeat -60px -2px;
	width:28px;
	height:18px;
	float:left;
	/*margin:7px;*/
}
.dashboard .item .header .fullScreen
{
	cursor:pointer;
	background:url(Images/Dialog/Dialog.gif) no-repeat -4px -27px;
	width:28px;
	height:18px;
	float:left;
	/*margin:7px;*/
}
.dashboard .item .header .fullScreen:hover
{
	cursor:pointer;
	background:url(Images/Dialog/Dialog.gif) no-repeat -60px -27px;
	width:28px;
	height:18px;
	float:left;
	/*margin:7px;*/
}
.dashboard .item .header .restore
{
	cursor:pointer;
	background:url(Images/Dialog/Dialog.gif) no-repeat -4px -52px;
	width:28px;
	height:20px;
	float:left;
	/*margin:7px;*/
}
.dashboard .item .header .restore:hover
{
	cursor:pointer;
	background:url(Images/Dialog/Dialog.gif) no-repeat -60px -52px;
	width:28px;
	height:20px;
	float:left;
	/*margin:7px;*/
}
.dashboard .item .subCat {
    position: relative;
} 

.dashboard .item .subCatBig {
    position: static;
} 
.dashboard .item .progEntry
{
	position1:absolute;
	background:url(Images/DashboardProgress.gif) no-repeat 50% 50%;
	width:380px;
	height:285px;
}
.dashboard .tbTitle
{
	display:none;
	float:right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dashboard .lblTitle
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dashboard .lblTitle:hover
{
	cursor:pointer;
}

.dashboard .saveTitle
{
	display:block;
	width:16px;
	height:16px;
	background:url(Images/gv2/Save.gif);
	float:right;
}
.dashboard .saveTitleHdr
{
	margin:4px -21px 0 0;
}
.dashboard .saveTitleItem
{
	position:relative;
	left:21px;
	top:4px;
}
.dashboard .item .ifEntry
{
	border:none;
	position1:absolute;
	background-color:Transparent;
	width:100%;
	height:100%;
}