
.data {
	font-family: verdana;
	font-size: 8pt;
	border-collapse: collapse; /*separate collapse*/
	table-layout: fixed;
	border: 1px solid #ddd;
	margin: 0px; padding: 0px;
	width: 99%;
}
.data td {
	padding: 4px;
	border-bottom: 1px solid #ddd;
	/*height: 15px;*/
	/*text-decoration: line-through;*/
}
.data thead tr{
	background: url(table_header.gif) repeat-x top right;
}
.data th {
	color: black;
	border: 1px solid #ccc;
	padding: 3px;
}
.data a {
	text-decoration: none;
	color: #555;
}
.data textarea {
	height: 60px;
}
.data a:hover {
	text-decoration: none;
	color: #555;
}
.tmAnchor a:hover{
	text-decoration: underline;
	color: red;
}
.data.tmAction a:hover{
	text-decoration: underline;
	color: red;
	cursor: pointer;
}
.tmAction a {
	cursor: pointer;
}
.tmCell {
	margin: 0px;
	padding: 0px;
}
.tmDeletedCell {
	color: red;
	text-decoration: line-through;
	background-color: #fee;
}
.tmFocus {
	/*background-color: #ddddee;*/
	background-color: #ffffaa;
}
.tmRowHighlight {
	background-color: #eeeeee;
}
.tmDelete {
	background-image: url(table_delete.gif);
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	cursor: pointer;
}
.data input{
	border: 0px;
	font-size: 8pt;
	font-family: verdana;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: url(edit.gif) no-repeat top right; 
}
.tmDateEditor {
	cursor: pointer;
	background: url(date.gif) no-repeat top right !important; 
}
.data textarea{
	border: 0px;
	font-size: 8pt;
	font-family: verdana;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.tmSelect {
	border: 0px;
	font-size: 8pt;
	font-family: verdana;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
th.forwardSort {
	background:#ffefd6 url(images/arrow_down.gif) no-repeat center right;
}
th.reverseSort {
	background:#ffefd6 url(images/arrow_up.gif) no-repeat center right;
}
table thead th.forwardSort a,
table thead th.reverseSort a{
	color:#000;
	text-decoration:none;
}

/* Graph */
.graph {
	font-family: verdana;
	font-size: 8pt;
	table-layout: fixed;
	width: 99%;
	border-collapse: collapse;
	border: 1px solid #ddd;	
}
.graph td {
	padding: 3px;
	background-color: #eee;
	border-bottom: 1px solid #999;
	overflow: hidden; text-overflow:ellipsis; white-space:nowrap;
	/*height: 15px;*/
	/*text-decoration: line-through;*/
}
.graphPopulated{
	background: url(graph_open.gif) repeat-x center;
	cursor: pointer;	
}
.graphComplete{
	background: url(graph_complete.gif) repeat-x center;
	cursor: pointer;	
}
.graphActivity{
	background: url(graph_activity.gif) repeat-x center;
}
.graphMilestone{
	background: url(milestone.gif) no-repeat left;		
}
.graphActive{
	background: url(graph_active.gif) repeat-x top right;	
	color: black;
}
.graphTask{
	background: url(graph_task.gif) repeat-x center;
	color: white; cursor: pointer;
	font-size: 7pt;
	border-left: 2px solid #999; border-right: 2px solid #999;
}
.graphTaskComplete{
	background: url(graph_task_complete.gif) repeat-x center;
	color: white; cursor: pointer;
	font-size: 7pt;
	border-left: 2px solid #999; border-right: 2px solid #999;
}
.graphTaskUnderwayLeft{
	background: url(graph_task_complete.gif) repeat-x center;
	color: white; cursor: pointer;
	font-size: 7pt;
	border-left: 2px solid #999;
}
.graphTaskUnderwayRight{
	background: url(graph_task.gif) repeat-x center;
	border-right: 2px solid #999;
	font-size: 7pt; cursor: pointer;
}

.graph tr td:first-child{
	background-color: #ddd;	
}

.graph th {
	background-color: #ddd;
	text-align: left;
	padding-left: 3px;
	border: 1px solid #999;
	font-weight: normal;
	font-size: 7pt;
	color: black;
	background: url(plan_header.gif) repeat-x center;
}

.waiting {
	margin: 20px;
	padding: 50px;
	border: 1px solid blue;
	color: blue;
	font-weight: bold;
}

.utilizationGood {
background: url(utilization_good.gif) repeat-x center;
cursor: pointer;
}
.utilizationOver {
background: url(utilization_over.gif) repeat-x center;
cursor: pointer;
}