body{
	text-align:center;
}


.task {
	border-style:dotted;
	border-width:thin;
	border-color: #0000FF;
	position: absolute;
	overflow:hidden;
	min-width:40px;
	min-height:40px;
	background-color: #4DBBF4;
	
}
.task_content {
	
}
.tab_container {
	background-color:#4DBBF4; 
	border-style:double;
	padding-top: 8px;
	max-width: 100%;
}

.new_view_title {
	position: absolute;
	width: 5%; 
	height:20px; 
	left:20%;
	top: 4%;
}

.print_view_title {
	position: absolute;
	width: 5%; 
	height:20px; 
	right:20%;
	top: 4%;
}


.users_view_title {
	position: absolute;
	width: 7%; 
	height:20px; 
	right:30%;
	top: 4%;
}

.view_tab {
	background-color:#FFFFFF;
	min-width:130px;
	height:22px;
	padding-left:5px;
	padding-right:5px;
}

.sub_task_container {
	background-color:#D4EBF7; 
	min-height:600px;
}




.new_task_container {
	position: absolute;
	background-color:#4DBBF4; 
	width: 6%; 
	height: 60px; 
	left:2%;
	top: 10%;
	border-style:double;
}


.new_task_title {
	position: absolute;
	width: 6%; 
	height: 18px; 
	left:2%;
	top: 8%;
}

.account_detail {
	position: absolute;
	left: 40%;
	top: 0%;
	background-color:#4DBBF4; 
	color: #FF9142;
	font-size: 25px;
	min-width: 20%
}
.accounts {
	position: absolute;
	right:1%;
	top: 4%;
	width: 100px;
	background-color:#4DBBF4; 
	border-style:double;
	font-size: 11px;
	text-align: left;
}

.new_account {
	position: absolute;
	right:2%;
	top: 1%;
	width: 6%;
	font-size: 11px;
}


.delete_task_container {
	position: absolute;
	background-color:#4DBBF4; 
	width: 6%; 
	height: 60px; 
	left:2%;
	top: 86%;
	border-style:double;

}


.delete_task_title {
	position: absolute;
	width: 6%; 
	height: 18px; 
	left:2%;
	top: 84%;
	font-size: 9px;
}

.console_div {
	position: absolute;
	width: 6%; 
	height: 40px; 
	left:2%;
	top: 26%;

}


.selection_div {
	position: absolute;
	width: 6%; 
	height: 18px; 
	left:10%;
	top: -21px;
}


.file_task_container {
	background-color:#4DBBF4;
	position: absolute;
	width: 6%; 
	max-height: 400px; 
	min-height: 200px; 
	left:2%;
	top: 37%;
	border-style:double;
	overflow: auto;
}


.file_task_title {
	position: absolute;
	width: 6%; 
	height: 18px; 
	left:2%;
	top: 35%;
	font-size: 9px;
}


.drag_handle_outline {
	position: absolute;
	right:0%;
	top:0%;
	width:15px;
	height:15px;
	border-color:#FF9142;
	border-style:solid;
	border-width:thin;

}

.drag_handle {
	cursor:move;
	width:100%;
	height:100%;
	background-color:#FF9142;

}


.resize_handle {
	cursor:move;
	position:absolute;
	right:0%;
	bottom:0%;
	width:10px;
	height:10px;
	background-color:#000000;
}

.drag_hover {
	background-color:#FF9142;
}

