div#canvas
{
	width:950px;
	margin:0px 25px;
	overflow:hidden;
	padding-left:5px;
}

div.editForm
{
	width:928px;
	margin:5px 25px 10px 25px;
	padding:10px;
	overflow:auto;
	background-Color:#fff;
	display:none;
}

div#navpages
{
	background:transparent url('../images/nav_pages_back.png') 0% 40% no-repeat;
	background-repeat:repeat;
}
div#navpages .pageactive
{
	border-top:1px solid #1E4185;
	border-left:1px solid #1E4185;
	border-right:1px solid #1E4185;
	background-Color:#4967A5;
	padding:5px 10px;
	font-size:14px;
	font-weight:bold;
	float:left;
	color:#fff;
	margin-right:5px;
	position:relative;
	top:-3px;
}

div#navpages .page
{
	padding:4px 10px;
	float:left;
	color:#fff;
	background-Color:#1E4185;
	margin-right:5px;
	cursor:pointer;
}
div#navpages .page:hover
{
	background-Color:#FF4E00;
}

div#containerframe
{
	overflow:hidden;
}

div.container
{
	width:298px;
	border:1px solid #777;
	margin:5px;
	float:left;

	background-Color:#fff;
}

div.groupWrapper
{
	width:315px;
	float:left;
	min-height:250px;
}

div.containerhelper
{
	background-Color:#fafafa;
	border:1px dotted #999;
	margin:10px;
	float:left;
	opacity:.5;
	filter:alpha(opacity=50);
}

div.containerhelperaccept
{
	border-left:1px dotted #fff;
	width:314px;
}


div.container div.title
{
	padding:5px;
	background-position: center;
	background-repeat: repeat;

	height:16px;
}

div.container div.title div.text
{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	letter-spacing:-1px;
	cursor: move;
	width:155px;
	float:left;
}
div.container div.title div.icon
{
	float:left;
	margin-right:5px;
}
div.container div.title div.controls
{
	float:right;
	position:relative;
	top:-1px;
}

div.content {
	height:25px;
	border-bottom:1px dotted #ccc;
	background-Color:#fff;
}

div.container div.content
{
	cursor:move;
	width:298px;
}

div.container div.content div.favicon
{
	float:left;
	margin:5px 0px 0px 5px;
	width:18px;
	text-align:center;
}

div.container div.content div.particle
{
	margin:0px 5px 0px 0px;
	padding:5px;
	color:#666;
	font-size:12px;
	font-weight:bold;
	height:13px;

	overflow:hidden;

	width:178px;
	float:left;
}

div.container div.content div.particleinfo
{
	padding:5px 0px;
	float:right;
	font-size:11px;
	color:#aaa;
}
div.container div.content div.particlefav
{
	float:right;
	padding:5px;
	cursor:pointer;
}

div.todoitem
{
	height:26px;
	border-bottom:1px dotted #ccc;
	background-Color:#fff;
	cursor:move;
	width:100%;
}

div.container div.todoitem div.todo
{
	margin:0px 5px;
	padding:5px;
	color:#666;
	font-size:12px;
	text-decoration:line-through;
	cursor:pointer;

	padding-left:20px;
	background:transparent url('../images/checkbox_selected.jpg') 0% 40% no-repeat;
	float:left;
}
div.container div.todoitem div.todoopen
{
	margin:0px 5px;
	padding:5px;
	color:#666;
	font-size:12px;
	cursor:pointer;

	padding-left:20px;
	background:transparent url('../images/checkbox_unselected.jpg') 0% 40% no-repeat;
	float:left;
}


div.particlehelper
{
	padding:5px;
}

div.container div.particle:hover
{
	color:#FF4E00;
	cursor:pointer;
}
