#tasks-header-div {
	text-align: left;
	margin-bottom:10px;
	color:#000;
}
#task-tbl-header {
	margin-bottom:10px;
}
.tasks-span {
	cursor:pointer;
	color:#316CCC;
	text-decoration: underline;
}
.task-pm-name {
	text-align: left;
	margin-bottom:10px;
	color:#000;
	font-size: 1.3em;
	font-weight: bold;
}
#task-tbl-header td {
}

div#own_task_div {
	margin-top:20px;
}
div#center_div_wrapper {
	position:relative;
}
div#own_task_wrapper {
	padding:0 15px 0 15px;
}
#msg-wrapper {
	padding:0 15px 0 15px;
}
#task-header-front {
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	margin:10px;
	display:inline;
	cursor: pointer;
}
#tasks {
	border: 1px solid #434343;
	border-radius: 4px;
	width:100%;
	padding: 2px;
}
#tasks .task-tbl-header-line {
	background-color:#E1E0E3;
	margin-bottom:-1px;
}
#task-buttons {
	text-align: left;
	margin:10px;
}
.task-button {
	border:1px solid #222;
	border-radius: 4px;
	padding:3px 6px 3px 6px;
	margin-right:5px;
}
.task-select {
	border:1px solid #222;
	border-radius: 4px;
	margin-right:5px;
}
.clearer {
	clear: both;
}
.task-cell {
	cursor: pointer;
}
#task-header {
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	margin:10px;
	display:inline;
}

#task-tbl-header {
	text-align: left;
}
.tasks-h {
	font-weight:bold;
}
#task_form_div table {
	width:100%;
}
#task-delegation-select, #task-comment-dialog {
	margin: 20px 10px;
}
.active-btn {
	font-weight:bold;
}
.task-form-table-content {
	width:650px;
}
.task-form-table-header {
	width:150px;
}
.task-form-link {
	margin-left: 15px;
}

#task-export-table {
	border:1px solid #000;
	border-radius:8px;
	width:250px;
	margin:10px;
	float:left;
}

#task-export-table td {
	text-decoration: underline;
	cursor:pointer;
	color:#316CCC;
	line-height: 15px;
}
.task-label {
	display:block;
}
#task-reason-wrapper {
	width:400px;
	height:250px;
	padding-top: 20px;
}
 #tasks-chacge-message-wrapper {
 	margin-top:20px;
 	width:600px;
 	height:550px;
 }
.task-status-change-box {
	width:100%;
	text-align:left;
}
.task-status-change-textarea {
	width:100%;
	min-height:50px;
}
#task-status-chage-sms-div, #task-status-chage-email-div {
	display:none;
}
div.hidden_task_history, div#hidden_task_history {
	display: none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	width:250px;
	padding:8px;
	background:#CFE2F3;
	border:1px solid #000000;
	line-height:130%;
}
#tooltip h3, #tooltip div { margin: 0; }

.empl-ready {
	color:#008000;
}

.task_high {
	background: #ffbbbb;
}
.task_low {
	background: #ffffbb;
}
.task_fir {
	background: #f9f9f9;
}
.task_sec {
	background: #dcdcdc;
}
#timesheet_content .common_list_table {
	width:900px;
}

div#task-delegate-sms {
	text-align:left;
	padding-left:10px;
}

#task-delegati-sms-text {
	width:300px;
	height:60px;
}
